.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.banner {
  width: 100%;
  height: 760px;
  position: relative;
  overflow: hidden;
}
.banner video{
  width: 100%;
  height: 100%;
 background: #000;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 760px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 999;
}
.banner .hd {
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  border-left: 60px 50% solid;
  transform: translateX(-50%);
  z-index: 999;
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #c40e1b;
}
.banner .hd ul li {
  transition: 0.5s;
  margin-top: 27px;
  width: 10px;
  height: 10px;
  background-color: #555555;
  border-radius: 50%;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 665px;
  }
  .banner .bd ul li {
    height: 665px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 550px;
  }
  .banner .bd ul li {
    height: 550px;
  }
}
.biaoti {
  transition: 1s;
  width: 380px;
  height: 82px;
  box-sizing: border-box;
  padding-left: 13px;
  margin-left: -13px;
  background: url(../images/bt1.png) no-repeat left 23px;
}
.biaoti img {
  display: block;
}
.biaoti h3 {
  margin-top: 21px;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.biaoti h3 a {
  color: #333;
}
.product {
  width: 100%;
  height: 905px;
  padding-top: 82px;
  box-sizing: border-box;
  overflow: hidden;
}
.product .productBox {
  width: 1390px;
  margin-top: 39px;
  position: relative;
}
.product .productBox .arrow {
  width: 149px;
  height: 65px;
  position: absolute;
  top: -105px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .productBox .arrow a {
  display: block;
  width: 47px;
  height: 47px;
  background: url("../images/jt1.png") no-repeat center;
}
.product .productBox .arrow .proNavPrev {
  margin-top: 18px;
}
.product .productBox .arrow .proNavNext {
  width: 65px;
  height: 65px;
  background: url("../images/jt2.png") no-repeat center;
}
.product .productBox .proNav {
  height: 154px;
  position: relative;
}
.product .productBox .hd {
  width: 100%;
  /*width: 1683px;*/
  height: 154px;
}
.product .productBox .hd ul {
  width: 100%;
}
.product .productBox .hd ul .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0px 3px 92px 0px rgba(0, 0, 0, 0.05);
}
.product .productBox .hd ul .swiper-slide.swiper-slide-thumb-active p {
  color: #c40e1b;
}
.product .productBox .hd ul li {
  transition: 0.5s;
  height: 154px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f4f4f4;
  box-sizing: border-box;
  padding: 30px;
}
.product .productBox .hd ul li p {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  transition: 0.3s;
}
.product .productBox .hd ul li span {
  display: block;
  color: #999999;
  font-size: 12px;
  line-height: 10px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.product .productBox .hd ul li i {
  width: 100%;
  height: 83px;
  position: relative;
  display: block;
}
.product .productBox .hd ul li i a{
    width: 100%;
  height: 83px;
position: absolute;
left: 0;
top: 0;
  display: block;
}
.product .productBox .hd ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  max-width: 100%;
  max-height: 100%;
}
.product .productBox .slideTxtBox3 {
  width: 100%;
  margin-top: 60px;
  z-index: 99;
}
.product .productBox .slideTxtBox3 .yi:nth-child(1) ul li:nth-child(1) {
  background-color: #030303;
}
.product .productBox .slideTxtBox3 .yi:nth-child(2) ul li:nth-child(2) {
  background-color: #030303;
}
.product .productBox .slideTxtBox3 .yi:nth-child(3) ul li:nth-child(3) {
  background-color: #030303;
}
.product .productBox .slideTxtBox3 .bdss {
  width: 1143px;
  height: 408px !important;
  float: left;
}
.product .productBox .slideTxtBox3 .bdss .yi {
  width: 100%;
  position: relative;
  height: 408px;
}
.product .productBox .slideTxtBox3 .bdss .yi::after {
  width: 571px;
  height: 394px;
  background: url("../images/bg1.png") no-repeat center;
  content: "";
  position: absolute;
  bottom: 53px;
  left: 0px;
  border-left: 53px 0px solid;
  z-index: -1;
}
.product .productBox .slideTxtBox3 .bdss .zi {
  float: left;
  width: 392px;
  margin-top: 188px;
  margin-left: 75px;
}
.product .productBox .slideTxtBox3 .bdss .zi:hover .ti {
  color: #c40e1b;
}
.product .productBox .slideTxtBox3 .bdss .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  transition: 0.3s;
}
.product .productBox .slideTxtBox3 .bdss .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 15px;
  margin-top: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product .productBox .slideTxtBox3 .bdss .tu {
  display: block;
  width: 643px;
  height: 408px;
  background-color: #ffffff;
  border: solid 5px #f8f8f8;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: right;
}
.product .productBox .slideTxtBox3 .bdss .tu:hover img {
  transform: scale(1.2);
}
.product .productBox .slideTxtBox3 .bdss .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  transition: 1s;
  max-height: 100%;
}
.product .productBox .slideTxtBox3 .bdss ul {
  width: 44px;
  height: 9px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 17px;
  left: 75px;
  border-left: 17px 75px solid;
}
.product .productBox .slideTxtBox3 .bdss ul li {
  width: 9px;
  height: 9px;
  background-color: #e6e6e6;
  border-radius: 4.5px;
  transition: 0.5s;
}
.product .productBox .slideTxtBox3 .hdss {
  float: right;
  width: 168px;
  margin-right: 18px;
}
.product .productBox .slideTxtBox3 .hdss li:nth-child(1) {
  margin: 0;
}
.product .productBox .slideTxtBox3 .hdss li.on {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
.product .productBox .slideTxtBox3 .hdss li.on img {
  transform: scale(1.2);
  max-width: 100%;
  max-height: 100%;
}
.product .productBox .slideTxtBox3 .hdss li {
  transition: 0.5s;
  margin-top: 43px;
  width: 168px;
  height: 107px;
  background-color: #ffffff;
  border: solid 5px #f8f8f8;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.product .productBox .slideTxtBox3 .hdss li img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 1s;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.reason {
  width: 100%;
  height: 940px;
  background: url("../images/bg2.jpg") no-repeat center;
  overflow: hidden;
}
.reason .left {
  width: 503px;
  margin-top: 115px;
}
.reason .left ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
}
.reason .left ul li:nth-child(3),
.reason .left ul li:nth-child(4) {
  margin-top: 125px;
}
.reason .left ul li {
  position: relative;
  box-sizing: border-box;
  padding: 33px 0 0 38px;
  height: 205px;
  float: left;
}
.reason .left ul li a {
  display: block;
  width: 100%;
  height: 58px;
}
.reason .left ul li a img {
  display: block;
}
.reason .left ul li::after {
  width: 159px;
  height: 159px;
  border: solid 1px #bfbfbf;
  opacity: 0.28;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: "";
  border-radius: 50%;
}
.reason .left ul li span {
  font-family: Impact;
  font-size: 55px;
  line-height: 41px;
  float: left;
  color: #333;
}
.reason .left ul li i {
  font-family: Impact;
  font-size: 25px;
  line-height: 18px;
  float: left;
}
.reason .left ul li em {
  font-size: 20px;
  color: #333;
  float: left;
  margin-top: 12px;
}
.reason .left ul li p {
  margin: 39px 0 10px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.reason .left ul li b {
  font-weight: normal;
  color: #666666;
  font-family: arial;
  font-size: 12px;
  line-height: 6px;
  display: block;
  transform: scale(0.7);
  margin-left: -17%;
}
.reason .left .qq {
  display: block;
  width: 256px;
  height: 58px;
  margin-top: 98px;
  position: relative;
  background: url("../images/qq.png") no-repeat left center;
  box-sizing: border-box;
  padding: 14px 0 0 73px;
  font-family: arial;
  font-size: 20px;
  line-height: 15px;
  color: #333;


  display: none;
}
.reason .left .qq::after {
  width: 183px;
  height: 1px;
  background-color: #b5b5b5;
  position: absolute;
  top: 40px;
  left: 72px;
  content: "";
}
.reason .slideBox {
  float: right;
  transition: 1s;
  width: 975px;
  height: 940px;
  margin-right: -310px;
  position: relative;
}
.reason .slideBox .bd {
  transition: 1s;
}
.reason .slideBox .tit {

	display: none;
  width: 972px;
  height: 184px;
  position: absolute;
  bottom: 0px;
  right: 3px;
  border-right: 0 3px solid;
  background: url("../images/box.png") no-repeat center;
  box-sizing: border-box;
  padding: 52px 0 0 154px;
}
.reason .slideBox .tit p {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
}
.reason .slideBox .tit span {
  display: block;
  letter-spacing: 19.8px;
  color: #ffffff;
  margin-top: 18px;
  font-size: 18px;
  line-height: 18px;
}
.reason .slideBox li {
  width: 100%;
  height: 940px;
}
.reason .slideBox li img {
  display: block;
  width: 100%;
  height: 100%;
}
.case {
  width: 100%;
  height: 735px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/xian.png) no-repeat center bottom 80px;
  overflow: hidden;
}
.case .arrow {
  width: 149px;
  height: 65px;
  position: absolute;
  top: 17px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .arrow a {
  display: block;
  width: 47px;
  height: 47px;
  background: url("../images/jt1.png") no-repeat center;
}
.case .arrow .prev3 {
  margin-top: 18px;
}
.case .arrow .next3 {
  width: 65px;
  height: 65px;
  background: url("../images/jt2.png") no-repeat center;
}
.case .yin {
  width: 1622px;
  margin-left: -42px;
  overflow: hidden;
}
.case .swiper-case {
  width: 850px;
  margin-top: 42px;
}
.case .swiper-case .swiper-slide {
  width: 380px;
  height: 255px;
}
.case .swiper-case .swiper-slide .zi {
  display: none;
}
.case .swiper-case .swiper-slide .shu {
  display: none;
}
.case .swiper-case .swiper-slide .tu {
  display: block;
  background-color: #ffffff;
  border: solid 5px #f8f8f8;
  width: 100%;
  height: 255px;
  box-sizing: border-box;
  overflow: hidden;
}
.case .swiper-case .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .swiper-case .swiper-slide-active {
  width: 1110px !important;
  height: 456px;
}
.case .swiper-case .swiper-slide-active .tu:hover img {
  transform: scale(1.2);
}
.case .swiper-case .swiper-slide-active .zi:hover .ti {
  color: #c40e1b;
}
.case .swiper-case .swiper-slide-active .zi {
  width: 562px;
  height: 261px;
  background: #f8f8f8 url(../images/yin.png) no-repeat 40px 40px;
  float: left;
  margin-top: 36px;
  display: block;
  box-sizing: border-box;
  padding: 52px 72px 0 60px;
}
.case .swiper-case .swiper-slide-active .zi .ti {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  transition: 0.3s;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case .swiper-case .swiper-slide-active .zi .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case .swiper-case .swiper-slide-active .tu {
  width: 548px;
  height: 368px;
}
.case .swiper-case .swiper-slide-active .shu {
  display: block;
  width: 250px;
  height: 125px;
  position: absolute;
  bottom: 0px;
  left: 42px;
  border-left: 0 42px solid;
  background: url(../images/hd.png) no-repeat left bottom -8px;
  box-sizing: border-box;
  padding-left: 9px;
  font-family: arial;
  font-size: 62px;
  line-height: 46px;
  font-weight: 900;
  color: #c40e1b;
}
.service {
  width: 100%;
  height: 880px;
  background: url("../images/bg3.jpg") no-repeat center;
  padding-top: 108px;
  box-sizing: border-box;
  overflow: hidden;
}
.service .left {
  width: 545px;
  margin-top: 144px;
  position: relative;
}
.service .left em {
  display: block;
  font-family: Impact;
  font-size: 80px;
  line-height: 65px;
  color: #fff;
}
.service .left p {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin: 116px 0 32px;
}
.service .left span {
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 16px;
}
.service .left .pointContainer {
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
}
.service .left .pointContainer .point {
  display: flex;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.service .left .pointContainer .point::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}
.service .left .pointContainer .point::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}
.service .left .pointContainer .point.point1 {
  left: 40%;
  top: 60%;
}
.service .left .pointContainer .point.point1::after,
.service .left .pointContainer .point.point1::before {
  animation-delay: 0.2s;
}
.service .left .pointContainer .point.point2 {
  left: 45%;
  top: -30%;
}
.service .left .pointContainer .point.point3 {
  left: 20%;
  top: 130%;
}
.service .left .pointContainer .point.point3::after,
.service .left .pointContainer .point.point3::before {
  animation-delay: 0.3s;
}
.service .left .pointContainer .point.point4 {
  left: 25%;
  top: 80%;
}
.service .left .pointContainer .point.point5 {
  left: 52%;
  top: 40%;
}
.service .left .pointContainer .point.point5::after,
.service .left .pointContainer .point.point5::before {
  animation-delay: 0.5s;
}
.service .left .pointContainer .point.point6 {
  left: 50%;
  top: 130%;
}
.service .left .pointContainer .point.point6::after,
.service .left .pointContainer .point.point6::before {
  animation-delay: 0.12s;
}
.service .left .pointContainer .point.point7 {
  left: 110%;
  top: 5%;
}
.service .left .pointContainer .point.point7::after,
.service .left .pointContainer .point.point7::before {
  animation-delay: 0.05s;
}
.service .left .pointContainer .point.point8 {
  left: 80%;
  top: 90%;
}
.service .left .pointContainer .point.point8::after,
.service .left .pointContainer .point.point8::before {
  animation-delay: 0.06s;
}
@-webkit-keyframes halo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes halo {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@-ms-keyframes halo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes halo {
  0% {
    opacity: 0;
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1.2);
  }
}
@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.service .right {
  float: right;
  width: 620px;
}
.service .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
}
.service .right ul li:hover img {
  transform: scale(1.2);
}
.service .right ul li {
  overflow: hidden;
  width: 303px;
  height: 306px;
  position: relative;
  box-sizing: border-box;
  padding: 44px 0 0 55px;
}
.service .right ul li img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: 1s;
}
.service .right ul li em {
  font-family: arial;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: block;
}
.service .right ul li h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin: 8px 0 42px;
}
.service .right ul li span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 11px;
  position: relative;
}
.service .right ul li span i:nth-child(5) {
  margin-left: 8px;
}
.service .right ul li span::after {
  width: 83px;
  height: 5px;
  background-color: #d91a2d;
  opacity: 0.17;
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  z-index: -1;
}
.service .right ul li:first-child {
  width: 100%;
  margin-bottom: 15px;
  padding: 100px 0 0 58px;
}
.team {
  width: 100%;
  height: 778px;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
}
.team .arrow {
  width: 149px;
  height: 65px;
  position: absolute;
  top: 27px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team .arrow a {
  display: block;
  width: 47px;
  height: 47px;
  background: url("../images/jt1.png") no-repeat center;
}
.team .arrow .prev4 {
  margin-top: 18px;
}
.team .arrow .next4 {
  width: 65px;
  height: 65px;
  background: url("../images/jt2.png") no-repeat center;
}
.team .swiper-team {
  width: 2060px;
  margin-top: 10px;
  margin-left: -70px;
}
.team .swiper-team ul {
  width: 100%;
}
.team .swiper-team ul .swiper-slide-duplicate-active {
  margin-left: -4.5%;
}
.team .swiper-team ul li:hover .tu img {
  transform: scale(1.2);
}
.team .swiper-team ul .swiper-slide-active {
  width: 18.446%;
  padding-top: 0;
}
.team .swiper-team ul .swiper-slide-active .tu {
  height: 490px;
}
.team .swiper-team ul .swiper-slide-active .ti {
  opacity: 1;
  margin: 25px auto 0;
}
.team .swiper-team ul li {
  width: 10.19%;
  padding-top: 150px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
}
.team .swiper-team ul li .tu {
  transition: 0.5s;
  display: block;
  width: 100%;
  height: 270px;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
.team .swiper-team ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
  display: block;
}
.team .swiper-team ul li .ti {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 0 25px;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  opacity: 0;
  font-size: 20px;
}
.team .swiper-team ul li .ti::after {
  width: 15px;
  height: 1px;
  background: #333;
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
}
.team .swiper-team ul li .ti::before {
  width: 15px;
  height: 1px;
  background: #333;
  content: "";
  position: absolute;
  top: 9px;
  right: 0px;
}
.news {
  width: 100%;
  height: 660px;
  background-color: #f7f7f7;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.news .biaoti {
  float: left;
}
.news .hd {
  width: 420px;
  height: 18px;
  float: right;
  margin: 63px 306px 0 0 ;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on a {
  color: #c40e1b;
}
.news .hd ul li {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
}
.news .hd ul li a {
  color: #4d4d4d;
  transition: 0.3s;
}
.news .hd ul li i {
  font-weight: bold;
  transition: 0.3s;
}
.news .slideTxtBox3 {
  width: 875px;
  height: 376px;
  margin-left: -35px;
  float: left;
  position: relative;
}
.news .slideTxtBox3 .bdss {
  width: 100% !important;
  height: 376px;
}
.news .slideTxtBox3 .bdss .con {
  width: 100% !important;
}
.news .bd {
  width: 100%;
  margin-top: 52px;
  position: relative;
}
.news .bd .arrow {
  width: 140px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 290px;
  right: 148px;
  z-index: 999;
}
.news .bd .arrow .pageState1 {
  color: #000000;
  font-size: 14px;
}
.news .bd .arrow a {
  display: block;
  width: 27px;
  height: 27px;
  background: url("../images/jt3.png") no-repeat center;
}
.news .bd .arrow .next1 {
  background: url("../images/jt4.png") no-repeat center;
}
.news .bd .zi {
  width: 680px;
  height: 376px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 64px 230px 0 78px;
}
.news .bd .zi:hover .ti a {
  color: #c40e1b;
}
.news .bd .zi .ti {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 43px;
  box-sizing: border-box;
  padding: 8px 0 0 13px;
  border-bottom: 1px solid #434343;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.news .bd .zi .ti::before {
  width: 26px;
  height: 20px;
  background: url("../images/yin.png") no-repeat center;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}
.news .bd .zi .ti a {
  color: #000000;
  transition: 0.3s;
}
.news .bd .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #8e8e8e;
  margin: 24px 0 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.news .bd .zi .mo {
  display: block;
  width: 170px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
  background: url(../images/mo2.png) no-repeat left bottom;
  z-index: 999;
  position: relative;
}
.news .bd .zi .mo i:nth-child(5) {
  margin-left: 8px;
}
.news .bd .zi .shi {
  color: #272a42;
  font-family: arial;
  font-size: 36px;
  line-height: 26px;
  margin-top: 50px;
  font-weight: bold;
}
.news .bd .tu:hover img {
  transform: scale(1.2);
}
.news .bd .tu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 392px;
  height: 250px;
  background-color: #000000;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.news .bd .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .right {
  float: right;
  width: 380px;
}
.news .right ul {
  width: 100%;
}
.news .right ul li:nth-child(1) {
  margin-top: 6px;
}
.news .right ul li:hover .ti a {
  background: url(../images/jia.png) no-repeat 382px center;
  color: #c40e1b;
}
.news .right ul li {
  width: 100%;
  margin-top: 30px;
  height: 69px;
  border-bottom: 1px solid #e8e9f1;
  position: relative;
}
.news .right ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #c40e1b;
}
.news .right ul li:hover:before {
  width: 100%;
}
.news .right ul li span {
  display: block;
  color: #979797;
  font-size: 12px;
  line-height: 9px;
}
.news .right ul li .ti {
  width: 100%;
  margin-top: 18px;
  line-height: 15px;
  font-size: 15px;
  height: 15px;
}
.news .right ul li .ti a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4d4d4d;
  background: url(../images/jia.png) no-repeat 450px center;
  transition: 0.5s;
}
.yqlj {
  width: 100%;
  height: 118px;
  line-height: 43px;
  background-color: #f7f7f7;
}
.yqlj .ti {
  float: left;
  width: 100px;
  height: 43px;
  background: url(../images/link.png) no-repeat left top;
  padding-top: 28px;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #666;
  font-size: 16px;
  line-height: 12px;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li:hover a {
  color: #c40e1b;
}
.yqlj li {
  float: left;
  font-size: 14px;
  color: #616478;
  transition: 0.3s;
  position: relative;
  margin-left: 25px;
}
.yqlj li a {
  color: #616478;
  transition: 0.3s;
}
