.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**字体**/

/*广告*/
.banner {
  max-width: 1920px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .banner-pa {position: relative;}
        
.banner .banner-pa i {
    display: block;
    position: relative;
    z-index: 5;
}

.banner .banner-pa i img{width: 100%;display: block;}
.banner .banner-pa video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.banner .banner-btn-prev,
.banner .banner-btn-next {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -30px;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.banner .banner-btn-prev:hover,
.banner .banner-btn-next:hover {
  background: #c32837;
  border-color: #c32837;
}
.banner .banner-btn-prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-style: solid none none solid;
  position: absolute;
  right: 50%;
  margin-right: -7px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner .banner-btn-next:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-style: solid solid none none;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner .banner-btn-prev {
  left: 3%;
}
.banner .banner-btn-next {
  right: 3%;
}
.banner:hover .banner-btn-prev,
.banner:hover .banner-btn-next {
  opacity: 1;
}
.banner .banner-paging {
  position: absolute;
  height: 1rem;
  line-height: 1rem;
  left: 0;
  bottom: 2.5rem;
  text-align: center;
  z-index: 1;
}
.banner .banner-paging .swiper-pagination-bullet {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  border: 2px solid #ffffff;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}
.banner .banner-paging .swiper-pagination-bullet-active {
  background-color: #c32837;
}
/*标题*/
.title {
  text-align: center;
  position: relative;
}
.title span {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 2.1rem;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 0.15rem;
}
.title span a {
  display: inline-block;
  max-width: 100%;
  height: 3rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title em {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.9rem;
  color: #333333;
}
/*引子*/
.guide {
  padding: 4rem 0;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../image/guide-bg.jpg) no-repeat center;
  background-size: 1920px 100%;
}
.guide .guide-left {
  float: left;
  width: 52.143%;
  padding-top: 0.6rem;
}
.guide .guide-left h2 {
  padding-bottom: 1.05rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.guide .guide-left h2:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2px;
  background: #c32837;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.guide .guide-left h2 span {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 2.1rem;
  color: #333333;
  font-weight: bold;
}
.guide .guide-left h2 em {
  display: block;
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 1.8rem;
  color: #333333;
  font-weight: bold;
}
.guide .guide-left .desc {
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #333333;
  text-align: justify;
}
.guide .guide-left .guide-code {
  padding-top: 2.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.guide .guide-left .guide-code .item-line {
  height: 2.7rem;
  line-height: 2.7rem;
  border: 1px solid #f5f4f4;
  border-radius: 1.4rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: relative;
}
.guide .guide-left .guide-code .item-line span {
  display: block;
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 0.9rem;
  color: #c32837;
  padding: 0 1.45rem;
}
.guide .guide-left .guide-code .item-line i {
  display: block;
  padding-left: 2.25rem;
  background: url(../image/guide-icon-a01.png) no-repeat left center;
  background-size: 1.5rem 1.5rem;
}
.guide .guide-left .guide-code .item-line .guide-code-img {
  position: absolute;
  padding-bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 2.5rem;
  z-index: 2;
  display: none;
}
.guide .guide-left .guide-code .item-line .guide-code-img p {
  display: block;
  background: #ffffff;
  padding: 1rem;
  position: relative;
  border-radius: 5px;
  box-shadow: 5px 5px 1rem rgba(0, 0, 0, 0.1);
}
.guide .guide-left .guide-code .item-line .guide-code-img p:after {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
  left: 50%;
  margin-left: -8px;
  bottom: -12px;
  z-index: 1;
}
.guide .guide-left .guide-code .item-line .guide-code-img p img {
  width: 6rem;
  height: 6rem;
  display: block;
}
.guide .guide-left .guide-code .item-line:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
}
.guide .guide-left .guide-code .item-line:hover .guide-code-img {
  display: block;
}
.guide .guide-left .guide-number {
  padding-top: 2.9rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.guide .guide-left .guide-number li {
  position: relative;
}
.guide .guide-left .guide-number li.line {
  width: 1px;
  overflow: hidden;
}
.guide .guide-left .guide-number li.line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3.5rem;
  background: #d9d9d9;
  left: 0;
  top: 50%;
  margin-top: -1.75rem;
  z-index: 1;
}
.guide .guide-left .guide-number li p {
  height: 3rem;
  line-height: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
}
.guide .guide-left .guide-number li p b,
.guide .guide-left .guide-number li p em {
  display: block;
  height: 3rem;
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: bold;
  color: #222222;
}
.guide .guide-left .guide-number li p sub {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1rem;
  color: #222222;
  padding: 0.45rem 0 0 0.4rem;
}
.guide .guide-left .guide-number li span {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #333333;
}
.guide .guide-right {
  float: right;
  width: 42.8572%;
}
.guide .guide-right .pic {
  position: relative;
}
.guide .guide-right .pic > img {
  width: 100%;
  display: block;
}
.guide .guide-right .pic .guide-pic-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.guide .guide-right .pic .guide-pic-btn img {
  width: 3rem;
  height: 3rem;
  display: block;
  background: #c32837;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.guide .guide-right .pic .guide-pic-btn:before {
  content: '';
  position: absolute;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: inset #fff 0 0 2rem;
  box-shadow: inset #fff 0 0 2rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
  z-index: -1;
}
.guide .guide-right .pic .guide-pic-btn:after {
  content: '';
  position: absolute;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: inset #fff 0 0 2rem;
  box-shadow: inset #fff 0 0 2rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
  z-index: -1;
}
/*液压油缸*/
.proYyyg {
  padding: 4.6rem 0 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.proYyyg .title span {
  margin-bottom: 0.55rem;
}
.proYyyg .proYyyg-list {
  margin-top: 2.6rem;
  position: relative;
}
.proYyyg .proYyyg-list .swiper-slide img {
  width: 100%;
  display: block;
}
.proYyyg .proYyyg-list-ul {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.proYyyg .proYyyg-list-ul li {
  width: 33.333333%;
  position: relative;
}
.proYyyg .proYyyg-list-ul li:nth-of-type(1):before,
.proYyyg .proYyyg-list-ul li:nth-of-type(2):before,
.proYyyg .proYyyg-list-ul li:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  bottom: 0;
  z-index: 1;
}
.proYyyg .proYyyg-list-ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.proYyyg .proYyyg-list-ul li:nth-of-type(3n):after {
  display: none;
}
.proYyyg .proYyyg-list-ul li .list-pic {
  height: 100%;
  position: relative;
}
.proYyyg .proYyyg-list-ul li .list-pic img {
  width: 100%;
  display: block;
  position: relative;
}
.proYyyg .proYyyg-list-ul li .list-pic img.show {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
}
.proYyyg .proYyyg-list-ul li .list-pic img.hide {
  opacity: 0;
  z-index: -1;
}
.proYyyg .proYyyg-list-ul li .list-txt {
  position: absolute;
  width: 46.875%;
  left: 3rem;
  right: 1rem;
  top: 2.8rem;
  z-index: 2;
}
.proYyyg .proYyyg-list-ul li .list-txt h4 {
  margin-bottom: 1.2rem;
}
.proYyyg .proYyyg-list-ul li .list-txt h4 span {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #ffffff;
}
.proYyyg .proYyyg-list-ul li .list-txt h4 em {
  display: block;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.7rem;
  color: #fff;
  opacity: 0.3;
  text-transform: capitalize;
}
.proYyyg .proYyyg-list-ul li .list-txt .desc {
  width: 90%;
  height: 7.5rem;
}
.proYyyg .proYyyg-list-ul li .list-txt .desc p {
  line-height: 1.5rem;
  max-height: 7.5rem;
  font-size: 0.8rem;
  color: #ffffff;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: none;
}
.proYyyg .proYyyg-list-ul li .list-txt .desc p a{display: block;color: #fff;}
.proYyyg .proYyyg-list-ul li .list-txt .number {
  height: 3rem;
  line-height: 3rem;
  font-size: 2.6rem;
  font-family: "Arial";
  color: #fff;
  font-weight: bold;
  opacity: 0.3;
}
.proYyyg .proYyyg-list-ul li .scope-video-btn {
  position: absolute;
  width: 3.8rem;
  height: 3.8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  display: none;
}
.proYyyg .proYyyg-list-ul li .scope-video-btn img {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
}
.proYyyg .proYyyg-list-ul li.cur .list-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(195, 40, 55, 0.9);
  z-index: 0;
}
.proYyyg .proYyyg-list-ul li.cur .list-pic img.hide {
  opacity: 1;
  z-index: 1;
}
.proYyyg .proYyyg-list-ul li.cur .list-pic img.show {
  opacity: 0;
  z-index: -1;
}
.proYyyg .proYyyg-list-ul li.cur .list-txt {
  left: 2rem;
}
.proYyyg .proYyyg-list-ul li.cur .list-txt h4 span {
  font-weight: bold;
}
.proYyyg .proYyyg-list-ul li.cur .list-txt .desc p {
  display: block;
}
/*液压站*/
.proYyz {
  padding: 4.6rem 0 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.proYyz .proYyz-list {
  margin-top: 2.7rem;
  position: relative;
}
.proYyz .proYyz-list .proYyz-btn {
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.proYyz .proYyz-list .proYyz-btn-prev,
.proYyz .proYyz-list .proYyz-btn-next {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border: 1px solid #c32837;
  background: #c32837;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  cursor: pointer;
}
.proYyz .proYyz-list .proYyz-btn-prev img,
.proYyz .proYyz-list .proYyz-btn-next img {
  width: 100%;
  display: block;
  position: relative;
}
.proYyz .proYyz-list .proYyz-btn-prev img.show,
.proYyz .proYyz-list .proYyz-btn-next img.show {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
}
.proYyz .proYyz-list .proYyz-btn-prev img.hide,
.proYyz .proYyz-list .proYyz-btn-next img.hide {
  opacity: 0;
  z-index: -1;
}
/*.proYyz .proYyz-list .proYyz-btn-prev:hover,*/
/*.proYyz .proYyz-list .proYyz-btn-next:hover {*/
/*  background: #c32837;*/
/*  border-color: #c32837;*/
/*}*/
.proYyz .proYyz-list .proYyz-btn-prev:hover img.hide,
.proYyz .proYyz-list .proYyz-btn-next:hover img.hide {
  opacity: 1;
  z-index: 1;
}
.proYyz .proYyz-list .proYyz-btn-prev:hover img.show,
.proYyz .proYyz-list .proYyz-btn-next:hover img.show {
  opacity: 0;
  z-index: -1;
}
.proYyz .proYyz-list .proYyz-btn-prev {
  left: -5rem;
}
.proYyz .proYyz-list .proYyz-btn-next {
  right: -5rem;
}
.proYyz .proYyz-list .swiper-slide img {
  width: 100%;
  display: block;
}
.proYyz .proYyz-list .proYyz-con {
  position: absolute;
  top: 5.6rem;
  left: 50%;
  height: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
.proYyz .proYyz-list .proYyz-con .con {
  position: absolute;
  width: 42.8572%;
  left: 0;
  top: 0;
  z-index: 1;
}
.proYyz .proYyz-list .proYyz-con h3 {
  margin-bottom: 0.55rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.proYyz .proYyz-list .proYyz-con h3 a {
  display: inline-block;
  height: 2.5rem;
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}
.proYyz .proYyz-list .proYyz-con .desc {
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #333333;
  text-align: justify;
}
.proYyz .proYyz-list .proYyz-con ul {
  padding-top: 3.75rem;
}
.proYyz .proYyz-list .proYyz-con ul li {
  float: left;
  width: 33.33333%;
  margin-bottom: 0.5rem;
}

.proYyz .proYyz-list .proYyz-con ul li a {
  display: block;
  padding-left: 1rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  color: #333333;
  position: relative;
}
.proYyz .proYyz-list .proYyz-con ul li a:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #333333;
  border-radius: 50%;
  left: 0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  z-index: 1;
}
.proYyz .proYyz-list .proYyz-con ul li.cur a,
.proYyz .proYyz-list .proYyz-con ul li a:hover {
  font-weight: bold;
  color: #c32837;
}
.proYyz .proYyz-list .proYyz-con ul li.cur a:before,
.proYyz .proYyz-list .proYyz-con ul li a:hover:before {
  background: #c32837;
}
/*优势*/
.yos {
  padding: 4.5rem 0 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.yos .yos-list {
  margin-top: 2.7rem;
  position: relative;
}
.yos .yos-list .yos-pic {
  position: relative;
}
.yos .yos-list .yos-pic img {
  width: 100%;
  display: block;
}
.yos .yos-tab {
  background: #f7fbff;
}
.yos .yos-tab-ul {
  margin: -6rem auto 0;
  position: relative;
  z-index: 5;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.yos .yos-tab-ul li {
  width: 17.5%;
  background: #fff;
  position: relative;
}
.yos .yos-tab-ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.yos .yos-tab-ul li:last-of-type:after {
  display: none;
}
.yos .yos-tab-ul li .show {
  padding: 1.75rem 2rem 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.yos .yos-tab-ul li .show i,
.yos .yos-tab-ul li .show i img {
  display: block;
  width: 2.5rem;
  height: 2.3rem;
}
.yos .yos-tab-ul li .show h4 {
  padding-top: 2.75rem;
}
.yos .yos-tab-ul li .show h4 span {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
}
.yos .yos-tab-ul li .show h4 em {
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.7rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.yos .yos-tab-ul li .con {
  position: relative;
  padding: 1.75rem 2rem 1.25rem;
  background: #c32837;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.yos .yos-tab-ul li .con h4 {
  padding-right: 6.5rem;
  position: relative;
}
.yos .yos-tab-ul li .con h4 i {
  position: absolute;
  display: block;
  height: 2.9rem;
  line-height: 2.9rem;
  font-size: 2.5rem;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  opacity: 0.12;
  right: 0;
  top: 0;
  z-index: 1;
}
.yos .yos-tab-ul li .con h4 span {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
.yos .yos-tab-ul li .con h4 em {
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.7rem;
  color: #fff;
  font-family: "Arial";
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 0.1rem;
}
.yos .yos-tab-ul li .con .desc {
  padding-top: 1.25rem;
  line-height: 1.5rem;
  height: 6rem;
  font-size: 0.8rem;
  color: #ffffff;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.yos .yos-tab-ul li.cur {
  width: 47.5%;
}
.yos .yos-tab-ul li.cur .show {
  z-index: -1;
  opacity: 0;
}
.yos .yos-tab-ul li.cur .con {
  z-index: 1;
  opacity: 1;
}
/*案例*/
/*  */
/*资讯*/
.news {
  padding: 4.5rem 0 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.news .news-tit {
  margin-top: 1.25rem;
  padding-right: 10rem;
  position: relative;
}
.news .news-tit ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.news .news-tit ul li {
  margin-right: 2.5rem;
}
.news .news-tit ul li a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #333333;
  padding-left: 2rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news .news-tit ul li a i {
  position: absolute;
  width: 1.5rem;
  height: 1.2rem;
  left: 0;
  top: 50%;
  margin-top: -0.6rem;
  z-index: 1;
  overflow: hidden;
}
.news .news-tit ul li a i img {
  width: 1.5rem;
  height: 2.4rem;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news .news-tit ul li:last-of-type {
  margin-right: 0;
}
.news .news-tit ul li.cur a {
  color: #c32837;
  font-weight: bold;
}
.news .news-tit ul li.cur a i img {
  transform: translateY(-1.2rem);
}
.news .news-tit .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.news .news-tit .more a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  color: #666666;
  padding-right: 1.7rem;
  background: url(../image/news-more-icon01.png) no-repeat right center;
  background-size: 0.9rem 0.6rem;
}
.news .news-list {
  padding-top: 1.5rem;
}
.news .news-left {
  float: left;
  width: 65.7143%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.news .news-left dl {
  width: 47.8261%;
  position: relative;
}
.news .news-left dl:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ededed;
  left: 0;
  right: 0;
  bottom: 4rem;
  z-index: 1;
}
.news .news-left dl dt {
  overflow: hidden;
}
.news .news-left dl dt img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news .news-left dl dt:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.news .news-left dl dd {
  padding: 1.4rem 1.25rem 1.25rem 1.5rem;
  background: #f5f5f5;
}
.news .news-left dl dd h4 {
  margin-bottom: 0.8rem;
}
.news .news-left dl dd h4 a {
  display: block;
  height: 3.6rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news .news-left dl dd h4 a:hover {
  color: #c32837;
}
.news .news-left dl dd .desc {
  line-height: 1.4rem;
  font-size: 0.8rem;
  color: #666666;
  text-align: justify;
}
.news .news-left dl dd .more {
  margin-top: 3.75rem;
  padding-right: 5rem;
  position: relative;
}
.news .news-left dl dd .more span {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #999999;
  font-family: "Arial";
}
.news .news-left dl dd .more a {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 0;
  z-index: 1;
}
.news .news-left dl dd .more a img {
  width: 1rem;
  height: 1rem;
  display: block;
}
.news .news-right {
  float: right;
  width: 30%;
}
.news .news-right ul {
  border-top: 1px solid #f4f4f4;
}
.news .news-right ul li {
  padding: 1.2rem 0 1.15rem;
  border-bottom: 1px solid #f4f4f4;
}
.news .news-right ul li a {
  display: block;
}
.news .news-right ul li a:hover h4 {
  color: #c32837;
}
.news .news-right ul li h4 {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news .news-right ul li p {
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.8rem;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*关于*/
.about {
  padding: 5rem 0 0.5rem;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-list {
  padding-top: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.about .about-list .about-left {
  width: 49.792%;
  position: relative;
}
.about .about-list .about-left .pic img {
  width: 100%;
  display: block;
}
.about .about-list .about-left .txt {
  position: absolute;
  width: 37.1339%;
  text-align: right;
  top: 3.5rem;
  right: 3.5rem;
  z-index: 1;
}
.about .about-list .about-left .txt h4 {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.about .about-list .about-left .txt h4 a{color: #ffffff;}
.about .about-list .about-left .txt .desc {
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #ffffff;
}
.about .about-list .about-right {
  width: 49.792%;
  position: relative;
}
.about .about-list .about-right dl {
  position: absolute;
  left: 0;
  right: 0;
}
.about .about-list .about-right dl:first-of-type {
  top: 0;
}
.about .about-list .about-right dl:last-of-type {
  bottom: 0;
}
.about .about-list .about-right dl dt img {
  width: 100%;
  display: block;
}
.about .about-list .about-right dl dd {
  position: absolute;
  width: 29.28871%;
  top: 3.5rem;
  left: 3rem;
  z-index: 1;
}
.about .about-list .about-right dl dd h4 {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.about .about-list .about-right dl dd h4 a{color: #ffffff;}
.about .about-list .about-right dl dd .desc {
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #ffffff;
}
/*友链*/
.link {
  height: 0;
  line-height: 0;
}
.link .content {
  position: relative;
  height: 0;
  line-height: 0;
}
.link .link-list {
  position: absolute;
  max-width: 50%;
  right: 0;
  top: -99px;
  z-index: 10;
}
.link .link-list em,
.link .link-list a {
  float: left;
  height: 99px;
  line-height: 99px;
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.link .link-list a {
  margin-right: 1.5rem;
}
.link .link-list a:last-of-type {
  margin-right: 0;
}
.link .link-list a:hover {
  opacity: 1;
}
@media screen and (max-width: 1460px) {
  .link .link-list em,
  .link .link-list a {
    font-size: 14px;
  }
}
@keyframes myfirst {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeinR {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceinL {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceinR {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes yd {
  to {
    transform: translate(-50%);
  }
}
/*媒体查询*/
html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}
@media screen and (min-width: 1660px) {
  html {
    font-size: 17.29166px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
