﻿/*ny common css start*/
.sub_banner {
  position: relative;
  width: 100%;
  z-index: 2;
}

.sub_banner1 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.sub_banner1 .img {
  display: block;
  width: 100%;
}

.sub_banner .img {
  display: block;
  width: 100%;
}

.sub_local {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-left: -700px;
  left: 50%;
}

.sub_local .sub_left {
  float: left;
}

.sub_local .sub_left h3 {
  font-size: 36px;
  text-align: left;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
}

.sub_local .sub_left p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 20px;
  display: block;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
}

.sub_local .sub_left p a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
}

.sub_local .sub_left h4 {
  color: #fff;
  margin-top: 22px;
  font-size: 18px;
  line-height: 26px;
  font-family: Arial;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
  text-transform: uppercase;
}

.cp .sub_local .sub_left h3 {
  color: #333;
  text-shadow: none;
}

.cp .sub_local .sub_left p {
  color: #666;
  text-shadow: none;
}

.cp .sub_local .sub_left p a {
  color: #666;
  text-shadow: none;
}

.cp .sub_local .sub_left h4 {
  color: #333;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  text-shadow: none;
}

@media (max-width: 1660px) {
  .sub_local {
    top: 45%;
  }

  .sub_local .sub_left h3 {
    font-size: 42px;
    line-height: 46x;
  }

  .sub_local .sub_left h4 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

}

.sobtitle {
  width: 100%;
  height: 80px;
  border-bottom: #e7e7e7 solid 1px;
}

.sobtitle .wz i {
  display: block;
  float: left;
  width: 19px;
  height: 13px;
  background-position: -351px -30px;
  margin-top: 23px;
}

.sobtitle .wz p {
  float: left;
  padding-left: 12px;
  font-size: 14px;
  color: #666;
  line-height: 60px;
}

.sobtitle .wz p a {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

.sobtitle .wz p a:hover {
  color: #2c76ac;
}

.sobtitle .wz {
  float: left;
  display: none;
}

.sobtitle .nav_list {
  display: inline-block;
}

.sobtitle .nav_list .mitem {
  height: 100px;
  float: left;
}

.sobtitle .nav_list .mitem .mt {
  display: block;
  line-height: 77px;
  position: relative;
  font-size: 18px;
  margin-right: 100px;
}

.sobtitle .nav_list .mitem .mt i {
  display: block;
  width: 100%;
  height: 0;
  background-color: #2c76ac;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.sobtitle .nav_list .mitem:hover .mt,
.sobtitle .nav_list .mitem.hover .mt {
  color: #2c76ac;
  font-weight: bold;
  border-bottom: #2c76ac solid 3px;
}

.sobtitle .nav_list .mitem:hover .mt i,
.sobtitle .nav_list .mitem.hover .mt i {
  height: 3px;
}

.prod_sanji .ip {
  display: none;
}

.prod_sanji .a1 {
  display: none;
}

.prod_sanji .ip.on {
  display: block;
}

.prod_sanji .ip .subMenu {
  display: inline-block;
}

.prod_sanji .ip .subMenu a {
  display: block;
  float: left;
  height: 36px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 36px;
  margin-right: 20px;
  font-size: 16px;
  padding: 0 20px;
}

.prod_sanji .ip .subMenu a.hover {
  background-color: #2c76ac;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1660px) {
  .sobtitle .nav_list .mitem .mt {
    font-size: 17px;
    margin-right: 80px;
  }
}

.product_nav {
  background-color: #fff;
  width: 100%;
  padding-top: 60px;
}

.product_nav ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.product_nav ul li {
  position: relative;
  width: 20%;
  margin-bottom: 46px;
}

.product_nav ul li .img {
  width: 54px;
  height: 54px;
  border: #d2d2d2 solid 1px;
  border-radius: 50%;
  float: left;
}

.product_nav ul li .img img {
  display: block;
  width: 80%;
  padding: 10%;
}

.product_nav ul li .txt {
  font-size: 17px;
  color: #333;
  line-height: 24px;
  padding-left: 6px;
  width: 60%;
  float: left;
  padding-top: 4px;
}

.product_nav ul li.hover .img,
.product_nav ul li:hover .img {
  border: #2c76ac solid 1px;
  background-color: #2c76ac;
}

.product_nav ul li.hover .txt,
.product_nav ul li:hover .txt {
  color: #2c76ac;
  font-weight: bold;
}

@media (max-width: 1660px) {
  .product_nav ul li .txt {
    font-size: 16px;
    line-height: 24px;
  }
}

.ny_productn1 {
  width: 100%;
  position: relative;
  background: url(../images/y21_02.jpg) center center no-repeat;
  padding-bottom: 126px;
}

.ny_productn1 .ny_productn11 h3 {
  text-align: center;
  font-size: 40px;
  color: #00458f;
  line-height: 42px;
  font-weight: bold;
  padding-top: 100px;
}

.ny_productn111 {
  width: 100%;
  position: relative;
  margin-top: 4%;
}

.ny_productn111 ul {
  width: 100%;
  position: relative;
}

.ny_productn111 ul li {
  display: block;
  position: relative;
  width: 100%;
}

.ny_productn111 ul li .img1 {
  display: block;
  width: 100%;
}

.ny_productn111 ul li dd {
  position: absolute;
  left: 26.2%;
  top: 18%;
  cursor: pointer;
}

.ny_productn111 ul li dd i {
  display: block;
  width: 33px;
  height: 33px;
  background: url(../images/y25_07.png) center center no-repeat;
  -webkit-animation: pulsehover 1s ease infinite;
  animation: pulsehover 1s ease infinite;
  border-radius: 50%;
}

.ny_productn111 ul li dd s {
  display: none;
}

.ny_productn111 ul li dd.dd2 {
  left: 48.8%;
  top: 53%;
}

.ny_productn111 ul li dd.dd3 {
  left: 63.8%;
  top: 22%;
}

.ny_productn111 ul li dd.dd4 {
  left: 80%;
  top: 52%;
}

.ny_productn111 ul li.li2 dd.dd1 {
  left: 16.2%;
  top: 43%;
}

.ny_productn111 ul li.li2 dd.dd2 {
  left: 32%;
  top: 48%;
}

.ny_productn111 ul li.li2 dd.dd3 {
  left: 41.8%;
  top: 22%;
}

.ny_productn111 ul li.li2 dd.dd4 {
  left: 52%;
  top: 62%;
}

.ny_productn111 ul li.li2 dd.dd5 {
  left: 68.8%;
  top: 69%;
}

.ny_productn111 ul li.li2 dd.dd6 {
  left: 79%;
  top: 70%;
}

.ny_productn111 ul li dd p {
  display: none;
  background: url(../images/y25_03.png) left bottom no-repeat;
  position: absolute;
  left: 0;
  top: -92px;
  transition: all ease 0.36s;
}

.ny_productn111 ul li dd p span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  padding-left: 30px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 0px 1px;
  padding-top: 6px;
}

.ny_productn111 ul li dd:hover p {
  display: block;
  transition: all ease 0.36s;
  width: 284px;
  height: 92px;
}

.ny_productn111 ul li.li3 dd i {
  display: block;
  width: 163px;
  height: 163px;
  background: url(../images/y23_07.png) center center no-repeat;
  animation: lan 16s infinite linear;
  -webkit-animation: lan 16s infinite linear;
}

.ny_productn111 ul li.li3 dd s {
  display: block;
  width: 163px;
  height: 163px;
  background: url(../images/y24_03.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.ny_productn111 ul li.li3 dd p {
  display: block;
  background: none;
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  text-align: center;
}

.ny_productn111 ul li.li3 dd p span {
  padding: 0;
  font-size: 16px;
  color: #00458f;
  line-height: 30px;
  font-weight: bold;
  padding-top: 6px;
}

.ny_productn111 ul li.li3 dd.dd1 {
  left: 4.5%;
  top: 30%;
  width: 124px;
}

.ny_productn111 ul li.li3 dd.dd1 i {
  display: block;
  width: 124px;
  height: 124px;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd1 s {
  display: block;
  width: 124px;
  height: 124px;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd2 {
  left: 27.5%;
  top: 14%;
  width: 124px;
}

.ny_productn111 ul li.li3 dd.dd2 i {
  display: block;
  width: 124px;
  height: 124px;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd2 s {
  display: block;
  width: 124px;
  height: 124px;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd3 {
  left: 18.5%;
  top: 59%;
}

.ny_productn111 ul li.li3 dd.dd4 {
  left: 87.5%;
  top: 12%;
  width: 150px;
}

.ny_productn111 ul li.li3 dd.dd4 i {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd4 s {
  display: block;
  width: 150px;
  height: 150px;
  background: url(../images/y23_03.png) center center no-repeat;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd5 {
  left: 78%;
  top: 63%;
  width: 136px;
}

.ny_productn111 ul li.li3 dd.dd5 i {
  display: block;
  width: 136px;
  height: 136px;
  background-size: cover;
}

.ny_productn111 ul li.li3 dd.dd5 s {
  display: block;
  width: 136px;
  height: 136px;
  background-size: cover;
}

.ny_productn112 {
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -700px;
  width: 1400px;
  z-index: 5;
}

.ny_productn112 ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 108px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}

.ny_productn112 ul li {
  width: 33.3%;
  position: relative;
  height: 108px;
  border-radius: 10px;
}

.ny_productn112 ul li p {
  width: 64px;
  height: 64px;
  background-color: #faf0e8;
  border-radius: 50%;
  float: left;
  margin-left: 32px;
  margin-top: 22px;
}

.ny_productn112 ul li.on p,
.ny_productn112 ul li:hover p {
  background-color: #faf0e8;
}

.ny_productn112 ul li.on,
.ny_productn112 ul li:hover {
  background-color: #2c76ac;
}

.ny_productn112 ul li i {
  display: block;
  width: 1px;
  height: 104px;
  background: url(../images/y18_03.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
}

.ny_productn112 ul li.on i,
.ny_productn112 ul li:hover i {
  display: none;
}

.ny_productn112 ul li span {
  display: block;
  float: left;
  font-size: 22px;
  color: #333;
  line-height: 108px;
  padding-left: 38px;
}

.ny_productn112 ul li.on span,
.ny_productn112 ul li:hover span {
  color: #fff;
}

.ny_productn112 ul li b {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 15px;
  border-color: transparent transparent #2c76ac transparent;
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -15px;
}

.ny_productn112 ul li.on b,
.ny_productn112 ul li:hover b {
  display: block;
}

.ny_productn112 ul li.li3 i {
  display: none;
}

@media (max-width: 1660px) {
  .ny_productn112 {
    margin-left: -600px;
    width: 1200px;
  }

  .ny_productn111 ul li dd p span {
    padding-right: 18px;
  }
}

.ny_productn2 {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  padding: 100px 0;
}

.ny_productn2 .h3 {
  text-align: center;
  font-size: 40px;
  color: #00458f;
  line-height: 42px;
  font-weight: bold;
}

.ny_productn211 {
  width: 100%;
  position: relative;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 0px 4px rgba(24, 32, 51, 0.1);
}

.ny_productn211 .swiperli {
  width: 100%;
  height: 140px;
  position: relative;
  border-bottom: #ddd solid 1px;
}

.ny_productn211 .swiperli .swiper-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
}

.ny_productn211 .swiperli .swiper-slide .img {
  width: 80%;
  margin: 36px auto 0;
}

.ny_productn211 .swiperli .swiper-slide i {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #2c76ac;
}

.ny_productn211 .swiperli .swiper-slide.swiper-slide-active {
  background: linear-gradient(to bottom, transparent, #fce4de);
}

.ny_productn211 .swiperli .swiper-slide.swiper-slide-active i {
  display: block;
}

.ny_productn211 .swiperul {
  width: 100%;
}

.ny_productn211 .swiperul .swiper-slide {
  width: 100%;
  position: relative;
}

.ny_productn211 .swiperul .swiper-slide a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 424px;
}

.ny_productn211 .swiperul .swiper-slide .img {
  width: 64.2%;
  background: url(../images/y26_02.jpg) center center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0 0 0 10px;
}

.ny_productn211 .swiperul .swiper-slide .img img {
  display: block;
  width: 90%;
}

.ny_productn211 .swiperul .swiper-slide .w {
  width: 25.2%;
  margin-right: 7%;
  padding-bottom: 3%;
}

.ny_productn211 .swiperul .swiper-slide .w .t1 {
  font-size: 24px;
  color: #2c76ac;
  line-height: 26px;
  padding-top: 50px;
}

.ny_productn211 .swiperul .swiper-slide .w .n {
  width: 100%;
  padding-top: 20px;
}

.ny_productn211 .swiperul .swiper-slide .w .n p {
  width: 100%;
}

.ny_productn211 .swiperul .swiper-slide .w .n p span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  padding: 14px 0;
  border-bottom: #eee solid 1px;
}

.ny_productn211 .swiperul .swiper-slide .w .p {
  width: 100%;
  padding-top: 20px;
}

.ny_productn211 .swiperul .swiper-slide .w .p p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.ny_productn211 .swiperul .swiper-slide .w .p p span {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-top: 16px;
  width: 44%;
  position: relative;
  padding-left: 6%;
}

.ny_productn211 .swiperul .swiper-slide .w .p p span::before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}

.ny_productn211 .swiperul .swiper-slide .w .public {
  width: 64px;
  height: 30px;
  background-color: #2c76ac;
  border-radius: 30px;
  margin-top: 14%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all ease 0.36s;
}

.ny_productn211 .swiperul .swiper-slide .w .public i {
  display: block;
  width: 17px;
  height: 16px;
  background-position: -44px -311px;
}

.ny_productn211 .swiperul .swiper-slide .w .public:hover {
  margin-left: 5px;
  transition: all ease 0.36s;
}

.ny_productn211 .swiper-prev,
.ny_productn211 .swiper-next {
  width: 46px;
  height: 46px;
  position: absolute;
  left: -6%;
  border: #414141 solid 2px;
  border-radius: 50%;
  top: 50%;
  margin-top: 30px;
  cursor: pointer;
  z-index: 6;
  transition: all ease-out 0.5s;
}

.ny_productn211 .swiper-prev span,
.ny_productn211 .swiper-next span {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: 0px -311px;
}

.ny_productn211 .swiper-next span {
  background-position: -20px -311px;
}

.ny_productn211 .swiper-next {
  left: auto;
  right: -6%;
}

.ny_productn211 .swiper-prev:hover,
.ny_productn211 .swiper-next:hover {
  border: #2c76ac solid 2px;
}

.ny_productn211 .swiper-prev:hover span {
  background-position: 0px -330px;
}

.ny_productn211 .swiper-next:hover span {
  background-position: -20px -330px;
}

.ny_productn22 {
  width: 100%;
  margin-top: 40px;
}

.ny_productn22 a {
  display: block;
  width: 124px;
  height: 32px;
  border: #2c76ac solid 2px;
  border-radius: 40px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #2c76ac;
  margin: 0 auto;
}

.ny_productn22 a:hover {
  background-color: #2c76ac;
  color: #fff;
}

.ny_productn3 {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.ny_productn31 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ny_productn31 .ny_productn311 {
  width: 21.5%;
}

.ny_productn31 .ny_productn311 h3 {
  font-size: 40px;
  color: #024593;
  line-height: 50px;
  font-weight: bold;
}

.ny_productn31 .ny_productn311 ul {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.ny_productn31 .ny_productn311 ul li {
  width: 100%;
  height: 54px;
  position: relative;
  border-radius: 30px;
  margin-top: 12px;
}

.ny_productn31 .ny_productn311 ul li i {
  display: block;
  width: 30px;
  height: 36px;
  background-position: 0px -403px;
  float: left;
  margin-left: 16px;
  margin-top: 9px;
}

.ny_productn31 .ny_productn311 ul li span {
  display: block;
  float: left;
  font-size: 20px;
  color: #3e454d;
  line-height: 54px;
  padding-left: 20px;
}

.ny_productn31 .ny_productn311 ul li b {
  display: block;
  width: 14px;
  height: 13px;
  background-position: 0px -376px;
  float: right;
  margin-right: 16px;
  margin-top: 20px;
}

.ny_productn31 .ny_productn311 ul li:hover {
  background-color: #de411a;
}

.ny_productn31 .ny_productn311 ul li:hover i {
  background-position: 0px -448px;
}

.ny_productn31 .ny_productn311 ul li:hover span {
  color: #fff;
  font-weight: bold;
}

.ny_productn31 .ny_productn312 {
  width: 75%;
}

.ny_productn312 .ny_productn3111 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ny_productn312 .ny_productn3111 h3 {
  font-size: 40px;
  color: #024593;
  line-height: 50px;
  font-weight: bold;
}

.ny_productn312 .ny_productn3111 p {
  display: block;
  width: 74%;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.ny_productn312 .img {
  display: block;
  width: 100%;
  margin-top: -92px;
}

@media (max-width: 1660px) {
  .ny_productn31 .ny_productn311 h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .ny_productn31 .ny_productn311 ul li span {
    font-size: 16px;
    padding-left: 14px;
  }

  .ny_productn312 .ny_productn3111 h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .ny_productn312 .img {
    margin-top: -74px;
  }

  .ny_productn31 .ny_productn311 ul {
    margin-top: 30px;
  }
}

@keyframes pulsehover {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5)
  }

  25% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6)
  }

  50% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8)
  }

  75% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

}

@keyframes lan {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.about_n_1 {
  width: 100%;
  position: relative;
  padding: 100px 0 0px;
  overflow: hidden;
  background-size: cover;
  z-index: 3;
}

.about_n_1 .about_n_11 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 90px;
  z-index: 2;
}

.about_n_111 {
  width: 35.6%;
}

.about_n_111 img {
  display: block;
}

.about_n_111 .public-btn {
  color: #fff;
  margin-top: 70px;
}

.about_n_112 {
  width: 57%;
}

.about_n_112 h3 {
  font-size: 40px;
  color: #00458f;
  line-height: 50px;
  font-weight: bold;
}

.about_n_112 .p {
  font-size: 18px;
  color: #5b5e67;
  line-height: 34px;
  margin-top: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about_n_112 .public-btn {
  border: #2c76ac solid 1px;
  margin-top: 5%;
  background-color: transparent;
  color: #2c76ac;
}

.about_n_112 .public-btn span {
  background-color: #2c76ac;
}

.about_n_112 .public-btn span i {
  background-position: -107px -151px;
}

.about_n_1 .waves {
  position: absolute;
  left: 0;
  top: 22%;
  z-index: 1;
  width: 100%;
  height: 350px;
}

canvas {
  display: block;
}

.about_n_12 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: url(../images/y29.png) bottom center no-repeat;
  padding-bottom: 33px;
  background-size: 100%;
}

.about_n_12 img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.about_n_12 .bofang {
  display: block;
  width: 220px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.about_n_12 .bofang i {
  display: block;
  width: 29px;
  height: 37px;
  background-position: -124px -46px;
  float: left;
  margin-top: 2px;
}

.about_n_12 .bofang span {
  display: block;
  float: right;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
}


.about_n_2 {
  width: 100%;
  position: relative;
  height: 770px;
  overflow: hidden;
  background-size: cover;
  margin-top: -30px;
}

.about_n_2 .floor_1_00 {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.about_n_2 .floor_1_00 h3 {
  float: none;
  width: 100%;
}

.about_n_2 .floor_1_00 h3 b {
  font-size: 40px;
  color: #333;
  line-height: 40px;
}

.about_n_21 {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}

.about_n_21 .about_n_211 {
  width: 24%;
}

.about_n_21 .about_n_211 h3 {
  font-size: 46px;
  color: #333;
  line-height: 46px;
  font-weight: bold;
  padding-top: 66px;
}

.about_n_21 .about_n_211 p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 40px;
  height: 250px;
}

.about_n_21 .about_n_211 .public-btn {
  border: #2c76ac solid 1px;
  margin-top: 0%;
  background-color: transparent;
  color: #2c76ac;
}

.about_n_21 .about_n_211 .public-btn span {
  background-color: #2c76ac;
}

.about_n_21 .about_n_211 .public-btn span i {
  background-position: -107px -151px;
}

.about_n_21 ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
}

.about_n_21 ul li {
  width: 25%;
  border-right: #eee solid 1px;
  text-align: center;
  transition: all ease 0.36s;
}

.about_n_21 ul li img {
  display: block;
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: #fff solid 12px;
  margin: 0 auto;
  margin-top: 55%;
}

.about_n_21 ul li .w {
  width: 100%;
  text-align: center;
  padding-top: 26px;
}

.about_n_21 ul li .w h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

.about_n_21 ul li .w .p {
  font-size: 16px;
  line-height: 30px;
  color: #5b5e67;
  padding-top: 20px;
}

.about_n_21 ul li:nth-child(2n) img {
  margin-top: 80%;
}

.about_n_21 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.about_n_21 ul li:hover img {
  border: #fcd9ce solid 12px;
}

.about_n_21 ul li:hover h3 {
  color: #eb3c0e;
}

.about_n_21 .about_n_212 {
  width: 68%;
}

.about_n_212 .tuand {
  width: 100%;
  position: relative;
}

.about_n_212 .tuand .swiper-slide {
  width: 100%;
  position: relative;
}

.about_n_212 .tuand .swiper-slide a {
  display: block;
  width: 46.8%;
  margin-right: 6.4%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about_n_212 .tuand .swiper-slide a:nth-child(2n) {
  margin-right: 0;
  margin-top: 60px;
}

.about_n_212 .tuand .swiper-slide a:nth-child(2) {
  margin-top: 100px;
}

.about_n_212 .tuand .swiper-slide a:nth-child(3) {
  margin-top: -40px;
}

.about_n_212 .tuand .swiper-slide a img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.about_n_212 .tuand .swiper-slide a:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.about_n_212 .tuand .swiper-slide a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  vertical-align: baseline;
  width: 90%;
  padding: 0 5%;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.about_n_212 .tuand .swiper-prev,
.about_n_212 .tuand .swiper-next {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
}

.about_n_212 .tuand .swiper-prev:hover,
.about_n_212 .tuand .swiper-next:hover {
  background-color: #2c76ac;
}

.about_n_212 .tuand .swiper-prev span,
.about_n_212 .tuand .swiper-next span {
  display: block;
  width: 12px;
  height: 19px;
  background-position: -213px -70px;
}

.about_n_212 .tuand .swiper-next span {
  background-position: -230px -70px;
}

.about_n_212 .tuand .swiper-next {
  margin-left: 80px;
}

.about_n_3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.about_n_3 .video {
  display: block;
  width: 100%;
}

.about_n_3 .w1400 {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -700px;
  height: 100%;
}

.about_n_3 .floor_1_00 {
  text-align: center;
  padding-top: 6%;
}

.about_n_3 .floor_1_00 h3 {
  float: none;
  width: 100%;
}

.about_n_3 .floor_1_00 h3 b {
  font-size: 40px;
  color: #204574;
  line-height: 40px;
}

.about_n_31 {
  width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 4%;
}

.about_n_31 .swiperul {
  width: 800px;
  margin: 0 auto;
  position: relative;
  background: rgb(255, 255, 255, 0.8);
  border-radius: 15px;
  height: 350px;
}

.about_n_31 .swiperul .swiper-slide {
  width: 100%;
  position: relative;
  margin-top: 60px;
  transition: all ease 0.36s;
  text-align: center;
}

.about_n_31 .swiperul .swiper-slide h3 {
  display: block;
  font-size: 120px;
  color: #2c76ac;
  font-family: Arial;
  transition: all ease 0.36s;
  line-height: 100px;
  font-weight: bold;
}

.about_n_31 .swiperul .swiper-slide .p {
  width: 70%;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  color: #204574;
  line-height: 34px;
  padding-top: 5%;
}

.about_n_31 .swiper-prev,
.about_n_31 .swiper-next {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 14px;
  top: 50%;
  background-color: #204574;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  margin-top: -86px;
}

.about_n_31 .swiper-prev:hover,
.about_n_31 .swiper-next:hover {
  background-color: #2c76ac;
}

.about_n_31 .swiper-prev span,
.about_n_31 .swiper-next span {
  display: block;
  width: 17px;
  height: 16px;
  background-position: -44px -330px;
}

.about_n_31 .swiper-next span {
  background-position: -44px -311px;
}

.about_n_31 .swiper-next {
  left: auto;
  right: 14px;
}

.about_n_311 {
  width: 100%;
  background: url(../images/y30_03.png) center center no-repeat;
  height: 71px;
  margin-top: 50px;
  position: relative;
}

.about_n_311 .swiperli {
  width: 96%;
  height: 71px;
  position: relative;
  margin: 0 auto;
}

.about_n_311 .swiperli .swiper-slide {
  text-align: center;
  position: relative;
}

.about_n_311 .swiperli .swiper-slide h3 {
  font-size: 22px;
  color: #204574;
  line-height: 22px;
  font-family: Arial;
  padding-top: 11px;
}

.about_n_311 .swiperli .swiper-slide i {
  display: block;
  width: 38px;
  height: 38px;
  background-position: -113px -93px;
  margin: 0 auto;
}

.about_n_311 .swiperli .swiper-slide.swiper-slide-active h3 {
  padding-top: 0px;
  color: #2c76ac;
  font-weight: bold;
}

.about_n_311 .swiperli .swiper-slide.swiper-slide-active i {
  background-position: -170px -93px;
  margin-top: 11px;
}

.about_n_4 {
  width: 100%;
  position: relative;
  background: url(../images/y28_28.png) center center no-repeat;
  height: 366px;
  background-size: cover;
}

.about_n_41 {
  width: 95%;
  margin: 0 auto;
}

.about_n_4 .bd {
  width: 100%;
  margin: 0 auto;
}

.about_n_4 .bd .tempWrap {
  width: 100%;
}

.about_n_4 .bd ul {
  display: inline-block;
  width: 100%;
}

.about_n_4 .bd ul li {
  width: 410px;
  padding: 4px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 60px 16px;
  background-color: #fff;
}

.about_n_4 .bd ul li img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.about_n_4 .bd ul li i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/y31_03.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1660px) {
  .about_n_4 {
    height: 318px;
  }

  .about_n_4 .bd ul li {
    width: 334px;
    margin: 60px 16px;
  }

  .about_n_112 h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .about_n_112 .p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
  }

  .about_n_12 {
    padding-bottom: 26px;
  }

  .about_n_21 ul li img {
    margin-top: 60%;
    width: 100px;
  }

  .about_n_21 ul li:nth-child(2n) img {
    margin-top: 90%;
  }

  .about_n_21 ul li .w h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .about_n_21 ul li .w .p {
    font-size: 14px;
    line-height: 28px;
  }

  .about_n_2 {
    height: 660px;
  }

  .about_n_3 .w1400 {
    margin-left: -600px;
  }

  .about_n_31 .swiperul .swiper-slide h3 {
    font-size: 96px;
    line-height: 84px;
  }

  .about_n_31 .swiperul .swiper-slide .p {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    padding-top: 4%;
  }

  .about_n_31 .swiperul .swiper-slide {
    margin-top: 50px;
  }

  .about_n_31 .swiperul {
    height: 280px;
  }

  .about_n_311 {
    margin-top: 24px;
  }

  .about_n_3 .video {
    transform: scale(1.1, 1.1);
  }
}

@media (max-width: 1500px) {
  .about_n_3 {
    height: 600px;
  }

  .about_n_31 .swiper-prev,
  .about_n_31 .swiper-next {
    margin-top: -70px;
  }

  .about_n_3 .video {
    transform: scale(1.3, 1.3);
  }
}

.about_n_5 {
  width: 100%;
  position: relative;
  padding: 0px 0 100px;
  overflow: hidden;
  background-size: cover;
}

.about_n_5 .w1400 {
  position: relative;
  height: 100%;
}

.about_n_5 .floor_1_00 {
  text-align: center;
}

.about_n_5 .floor_1_00 h3 {
  float: none;
  width: 100%;
}

.about_n_5 .floor_1_00 h3 b {
  font-size: 40px;
  color: #204574;
  line-height: 40px;
}

.about_n_51 {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}

.about_n_51 .ny_in511 {
  width: 31.3%;
  position: relative;
  overflow: hidden;
}

.about_n_51 .ny_in511 ul {
  display: block;
  width: 100%;
}

.about_n_51 .ny_in511 ul li {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.about_n_51 .ny_in511 ul li img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.about_n_51 .ny_in511 ul li:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.about_n_51 .ny_in511 ul li:nth-child(2) {
  margin-bottom: 0;
}


.about_n_51 .ny_in512 {
  width: 66.6%;
  position: relative;
}

.about_n_51 .ny_in512 .bd {
  width: 100%;
}

.about_n_51 .ny_in512 .bd ul {
  width: 100%;
}

.about_n_51 .ny_in512 .bd ul li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about_n_51 .ny_in512 .bd ul li img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.about_n_51 .ny_in512 .bd ul li:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.about_n_51 .ny_in512 .hd {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

.about_n_51 .ny_in512 .hd ul {
  display: inline-block;
}

.about_n_51 .ny_in512 .hd ul li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.6;
  float: left;
  margin-right: 10px;
}

.about_n_51 .ny_in512 .hd ul li.on {
  background-color: #2c76ac;
  opacity: 1;
}

.ny_in51 .swiper6 {
  height: 520px;
  margin-top: 24%;
  width: 100%;
}

.ny_in51 .swiper6 .swiper-slide {
  font-size: 18px;
  line-height: 36px;
  font-weight: 100;
  color: #666;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ny_in51 .swiper6 .swiper-slide span {
  width: 100%;
  transform-origin: 0 50%;
  opacity: .8;
  color: #666;
  transition: .5s;
  font-size: 18px;
}

.ny_in51 .swiper6 .swiper-slide.swiper-slide-thumb-active {
  font-weight: 600;
}

.ny_in51 .swiper6 .swiper-slide.swiper-slide-thumb-active span {
  font-size: 30px;
  line-height: 46px;
  color: #2c76ac;
}

.ny_in51 .ne_ev {
  background-color: #fff;
  position: absolute;
  right: 6%;
  bottom: 0%;
  z-index: 6;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

.ny_in51 .swiper-prev {
  width: 11px;
  height: 18px;
  cursor: pointer;
  background-position: -212px -97px;
  float: left;
  margin-left: 20px;
  margin-top: 34px;
}

.ny_in51 .swiper-prev:hover {
  background-position: -212px -120px;
}

.ny_in51 .swiper-next {
  width: 11px;
  height: 18px;
  cursor: pointer;
  background-position: -230px -97px;
  float: left;
  margin-left: 20px;
  margin-top: 34px;
}

.ny_in51 .swiper-next:hover {
  background-position: -230px -120px;
}

.about_n_6 {
  width: 100%;
  position: relative;
}

.about_n_6 img {
  display: block;
  width: 100%;
}

.about_n_6 h3 {
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 32%;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
  text-align: center;
}



@media (max-width: 1660px) {
  .ny_in51 .swiper6 .swiper-slide {
    font-size: 18px;
    line-height: 30px;
  }

  .ny_in51 .swiper6 .swiper-slide.swiper-slide-thumb-active span {
    font-size: 28px;
    line-height: 38px;
  }

  .ny_in51 .swiper6 {
    height: 390px;
    margin-top: 32%;
  }

  .ny_in51 .swiper5 {
    height: 560px;
    padding-bottom: 104px;
  }

  .ny_in51 .swiper5 .swiper-slide {
    margin-left: 180px;
  }

  .ny_in51 .swiper5 .swiper-slide-active {
    height: 310px;
    margin-left: 0px;
  }

}


.ke_1 {
  width: 100%;
  background: url(../images/y32_02.jpg) bottom center no-repeat;
  position: relative;
  padding-bottom: 100px;
}

.ke_1 .ke_111 {
  width: 100%;
}

.ke_1 .ke_111 ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 46px 0;
  border-bottom: #a2b5c0 solid 1px;
}

.ke_1 .ke_111 ul li h3 {
  display: inline-block;
}

.ke_1 .ke_111 ul li h3 .num {
  display: block;
  float: left;
  font-size: 70px;
  color: #de411a;
  line-height: 60px;
  font-family: Arial;
}

.ke_1 .ke_111 ul li h3 i {
  display: block;
  float: left;
  padding-left: 4px;
  font-size: 64px;
  color: #de411a;
  line-height: 60px;
}

.ke_1 .ke_111 ul li h3 b {
  display: block;
  float: left;
  font-size: 24px;
  color: #de411a;
  line-height: 24px;
  padding-left: 4px;
}

.ke_1 .ke_111 ul li .p {
  font-size: 16px;
  color: #2b323e;
  line-height: 26px;
}

.ke_112 {
  width: 100%;
  padding-top: 70px;
}

.ke_112 .h3 {
  font-size: 50px;
  color: #00458f;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}

.ke_112 .ke_1121 {
  width: 97.7%;
  margin-left: 2.3%;
  margin-top: 90px;
  position: relative;
  background-color: #fff;
  height: 448px;
  border-radius: 10px;
}

.ke_112 .ke_1121 .hd {
  position: absolute;
  right: 4.4%;
  width: 47.5%;
  top: 0px;
  z-index: 5;
}

.ke_112 .ke_1121 .hd ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 94px;
  border-bottom: #d4d9df solid 2px;
}

.ke_112 .ke_1121 .hd ul li {
  position: relative;
  height: 94px;
}

.ke_112 .ke_1121 .hd ul li h3 {
  font-size: 20px;
  color: #00458f;
  line-height: 94px;
}

.ke_112 .ke_1121 .hd ul li i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d4d9df;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.ke_112 .ke_1121 .hd ul li.on i {
  background-color: #2c76ac;
}

.ke_112 .ke_1121 .hd ul li.on h3 {
  color: #2c76ac;
  font-weight: bold;
}

.ke_112 .ke_1121 .bd {
  width: 100%;
  position: absolute;
  left: -2.3%;
  top: -30px;
}

.ke_112 .ke_1121 .bd ul .img {
  display: block;
  width: 43.7%;
  border-radius: 10px;
  float: left;
}

.ke_112 .ke_1121 .bd ul .w {
  width: 47.8%;
  float: right;
  margin-right: 2.1%;
  position: relative;
}

.ke_112 .ke_1121 .bd ul .w h3 {
  font-size: 28px;
  color: #2b3448;
  line-height: 30px;
  font-weight: bold;
  padding-top: 24%;
}

.ke_112 .ke_1121 .bd ul .w .p {
  font-size: 16px;
  color: #676e7e;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 4%;
  width: 80%;
}

.ke_112 .ke_1121 .bd ul .w p {
  font-size: 16px;
  color: #2b3448;
  line-height: 30px;
  padding-top: 8%;
}

.ke_112 .ke_1121 .bd ul .w p:hover {
  color: #2c76ac;
}

.ke_112 .ke_1121 .bd ul .w .im {
  display: block;
  width: 87px;
  height: 89px;
  background: url(../images/y35_03.png) center center no-repeat;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 38%;
}

.ke_112 .ke_1121 .bd ul .w .img1 {
  display: block;
}

@media (max-width: 1660px) {
  .ke_1 .ke_111 ul {
    padding: 40px 0;
  }

  .ke_1 .ke_111 ul li h3 .num {
    font-size: 60px;
    line-height: 50px;
  }

  .ke_1 .ke_111 ul li h3 i {
    font-size: 54px;
    line-height: 50px;
  }

  .ke_1 .ke_111 ul li h3 b {
    font-size: 20px;
    line-height: 20px;
  }

  .ke_112 .h3 {
    font-size: 46px;
    line-height: 50px;
  }

  .ke_112 .ke_1121 .hd ul {
    height: 80px;
  }

  .ke_112 .ke_1121 .hd ul li {
    height: 80px;
  }

  .ke_112 .ke_1121 .hd ul li h3 {
    font-size: 18px;
    line-height: 80px;
  }

  .ke_112 .ke_1121 .bd ul .w h3 {
    font-size: 24px;
    line-height: 26px;
    padding-top: 26%;
  }

  .ke_112 .ke_1121 .bd ul .w .p {
    font-size: 14px;
    line-height: 26px;
  }

  .ke_112 .ke_1121 {
    height: 386px;
  }
}

.ke_2 {
  width: 100%;
  position: relative;
  padding: 100px 0 90px;
}

.about_n_211 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about_n_211 h3 {
  font-size: 50px;
  color: #00458f;
  line-height: 52px;
  font-weight: bold;
}

.about_n_211 .publin {
  width: 126px;
  height: 34px;
  border: #96a8bb solid 1px;
  border-radius: 30px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #303a47;
  margin-top: 10px;
}

.about_n_211 .publin:hover {
  background: #2c76ac;
  border: #2c76ac solid 1px;
  color: #fff;
}

.ke_212 {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.ke_212 .tuand {
  width: 100%;
  position: relative;
}

.ke_212 .tuand .swiper-slide {
  width: 100%;
  position: relative;
}

.ke_212 .tuand .swiper-slide a {
  display: block;
  width: 48%;
  border: #ddd solid 1px;
  border-radius: 10px;
  float: left;
  margin-right: 3.6%;
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all ease 0.36s;
  background-color: #fff;
}

.ke_212 .tuand .swiper-slide a:nth-child(2n) {
  margin-right: 0;
}

.ke_212 .tuand .swiper-slide a .img {
  display: block;
  width: 34.3%;
}

.ke_212 .tuand .swiper-slide a .w {
  width: 52%;
  margin-right: 7%;
  position: relative;
}

.ke_212 .tuand .swiper-slide a .w h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 12%;
}

.ke_212 .tuand .swiper-slide a .w .p {
  width: 100%;
  padding-top: 8%;
}

.ke_212 .tuand .swiper-slide a .w .p span {
  display: block;
  font-size: 18px;
  color: #de411a;
  line-height: 30px;
}

.ke_212 .tuand .swiper-slide a .w p {
  font-size: 16px;
  line-height: 26px;
  color: #999;
  margin-top: 5%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ke_212 .tuand .swiper-slide a .w .xq {
  width: 96px;
  height: 34px;
  border: #2c76ac solid 1px;
  border-radius: 40px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #2c76ac;
  position: absolute;
  right: 0;
  top: 12%;
}

.ke_212 .tuand .swiper-slide a .w .xq:hover {
  color: #fff;
  background: #2c76ac;
}

.ke_212 .tuand .swiper-slide a:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 1px 0px 2px rgba(5, 20, 31, 0.2);
}

.ke_212 .swiper-prev,
.ke_212 .swiper-next {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: -80px;
  top: 50%;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  margin-top: -15px;
}

.ke_212 .swiper-prev:hover,
.ke_212 .swiper-next:hover {
  background-color: #2c76ac;
}

.ke_212 .swiper-prev span,
.ke_212 .swiper-next span {
  display: block;
  width: 17px;
  height: 16px;
  background-position: -44px -330px;
}

.ke_212 .swiper-next span {
  background-position: -44px -311px;
}

.ke_212 .swiper-next {
  left: auto;
  right: -80px;
}

@media (max-width: 1660px) {
  .about_n_211 h3 {
    font-size: 46px;
    line-height: 46px;
  }

  .ke_212 .tuand .swiper-slide a .w h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .ke_212 .tuand .swiper-slide a .w .p span {
    font-size: 16px;
    line-height: 26px;
  }

  .ke_212 .tuand .swiper-slide a .w p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4%;
  }
}

.ke_3 {
  width: 100%;
  position: relative;
  background: url(../images/y32_08.jpg) center center no-repeat;
  padding: 100px 0 90px;
}

.ke_3 .w1400 {
  height: 100%;
  position: relative;
  height: 710px;
}

.ke_3 .ke_31 {
  background: url(../images/y33_03.png) center center no-repeat;
  background-size: cover;
  width: 649px;
  height: 649px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -324.5px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.ke_311 {
  display: block;
  text-align: center;
}

.ke_3 .ke_31 h3 {
  font-size: 50px;
  color: #00458f;
  line-height: 52px;
  font-weight: bold;
}

.ke_3 .ke_31 p {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  padding-top: 30px;
}

.ke_32 {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 3;
}

.ke_32 ul {
  width: 100%;
  height: 100%;
  position: relative;
}

.ke_32 ul li {
  width: 32%;
  position: absolute;
}

.ke_32 ul li .s {
  width: 83px;
  height: 73px;
  background-position: -229px -52px;
  float: left;
  font-size: 30px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  line-height: 73px;
}

.ke_32 ul li .w {
  float: right;
  width: 76%;
}

.ke_32 ul li .w h3 {
  font-size: 26px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}

.ke_32 ul li .w .p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-top: 10px;
}

.ke_32 ul li.li1 {
  right: 12%;
  top: 0;
  width: 29%;
}

.ke_32 ul li.li2 {
  right: 0%;
  top: 34%;
  width: 30%;
}

.ke_32 ul li.li3 {
  right: 2.6%;
  top: 67%;
}

.ke_32 ul li.li4 {
  left: 47%;
  bottom: 0%;
  width: 30%;
}

.ke_32 ul li.li7 {
  left: 12%;
  top: 0;
  width: 29%;
}

.ke_32 ul li.li6 {
  left: 0%;
  top: 34%;
  width: 30%;
}

.ke_32 ul li.li5 {
  left: 2.6%;
  top: 67%;
}

.ke_32 ul li.li5 .s,
.ke_32 ul li.li6 .s,
.ke_32 ul li.li7 .s {
  float: right;
}

.ke_32 ul li.li5 .w,
.ke_32 ul li.li6 .w,
.ke_32 ul li.li7 .w {
  float: left;
  text-align: right;
}


@media (max-width: 1660px) {
  .ke_3 .w1400 {
    height: 610px;
  }

  .ke_3 .ke_31 {
    width: 560px;
    height: 560px;
    margin-left: -280px;
  }

  .ke_3 .ke_31 h3 {
    font-size: 46px;
    line-height: 48px;
    font-weight: bold;
  }

  .ke_3 .ke_31 p {
    font-size: 20px;
    line-height: 32px;
    padding-top: 26px;
  }

  .ke_32 ul li .w h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .ke_32 ul li .w .p {
    font-size: 14px;
    line-height: 24px;
  }
}

.ke_4 {
  width: 100%;
  position: relative;
  padding: 86px 0;
}

.ke_4 .h3 {
  font-size: 50px;
  color: #00458f;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}

.ke_41 {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.ke_41 .swiper-slide {
  width: 554px;
  position: relative;
}


.ke_41 .swiper-prev,
.ke_41 .swiper-next {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: -80px;
  top: 50%;
  background-color: #00458f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  margin-top: -15px;
}

.ke_41 .swiper-prev:hover,
.ke_41 .swiper-next:hover {
  background-color: #2c76ac;
}

.ke_41 .swiper-prev span,
.ke_41 .swiper-next span {
  display: block;
  width: 17px;
  height: 16px;
  background-position: -44px -330px;
}

.ke_41 .swiper-next span {
  background-position: -44px -311px;
}

.ke_41 .swiper-next {
  left: auto;
  right: -80px;
}

.ke_42 a {
  display: block;
  width: 124px;
  height: 32px;
  background-color: #2c76ac;
  border-radius: 40px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  margin: 40px auto 0;
  border: #fff solid 2px;
}

.ke_42 a:hover {
  background-color: #fff;
  color: #2c76ac;
  border: #2c76ac solid 2px;
}

@media (max-width: 1660px) {
  .ke_4 .h3 {
    font-size: 46px;
    line-height: 50px;
  }

  .ke_41 .swiper-slide {
    width: 490px;
  }
}

.ke_5 {
  width: 100%;
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}

.ke_5 .ke_51 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ke_5 .ke_51 .ke_511 {
  width: 57%;
}

.ke_5 .ke_51 .ke_511 .ke_5111 {
  display: inline-block;
  width: 100%;
}

.ke_5 .ke_51 .ke_511 .ke_5111 i {
  display: block;
  width: 98px;
  height: 90px;
  background-position: -331px -50px;
  float: left;
  margin-top: 4px;
}

.ke_5 .ke_51 .ke_511 .ke_5111 span {
  display: block;
  font-size: 40px;
  color: #00458f;
  line-height: 50px;
  padding-left: 30px;
  float: left;
  font-weight: bold;
}

.ke_511 .formdata {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.ke_511 .formdata .form {
  width: 100%;
  position: relative;
}

.ke_511 .formdata .form .item {
  position: relative;
  background-color: #fff;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.ke_511 .formdata .form .item.mr {
  margin-right: 3.5%;
}

.ke_511 .formdata .form .item.mr1 {
  margin-right: 3.5%;
  margin-top: 28px
}

.ke_511 .formdata .form .item label {
  float: left;
  display: block;
  margin-top: 18px;
  width: 17%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.ke_511 .formdata .form .item .txt {
  float: left;
  width: 76%;
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.ke_511 .formdata .form .item .red {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.ke_511 .formdata .form .item.hz {
  width: 99.5%;
  margin-top: 28px;
}

.ke_511 .formdata .form .item.hz .select {
  width: 86%;
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  background-color: #fff;
  padding-left: 5%;
}

.ke_511 .formdata .form .item.hz label {
  width: 11%;
}

.ke_511 .formdata .form .tarea {
  margin-top: 28px;
}

.ke_511 .formdata .form .tarea textarea {
  border: 1px solid #d6d6d6;
  width: calc(100% - 23px);
  height: 174px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 24px;
  border-radius: 10px;
}

.ke_511 .formdata .form .btn {
  border: none;
  background: #2c76ac;
  width: 380px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 40px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  outline: none;
  border-radius: 10px;
}

.ke_511 .formdata .form .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #2c76ac;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.ke_5 .ke_51 .ke_512 {
  width: 35.6%;
  display: flex;
  position: relative;
}

.ke_5 .ke_51 .ke_512 img {
  display: block;
  width: 96%;
  border-radius: 10px;
  margin-left: 4%;
  margin-top: 4%;
  position: relative;
  z-index: 3;
}

.ke_5 .ke_51 .ke_512 i {
  display: block;
  width: 96%;
  height: 96%;
  border: #2c76ac solid 2px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}


@media (max-width: 1660px) {
  .ke_5 .ke_51 .ke_511 .ke_5111 span {
    font-size: 38px;
    line-height: 46px;
  }

  .ke_511 .formdata .form .item.mr {
    margin-right: 3.3%;
  }

  .ke_511 .formdata .form .item.hz label {
    width: 12%;
  }
}





.sub_local .sobtitle {
  margin-top: 18px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}

.sub_local .sobtitle a {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}

.sub_local .sobtitle a:first-child {
  margin-left: 14px;
}

.sub_local .sub_right {
  padding-top: 12px;
  float: right;
  width: 36%;
}

.sub_local .sub_right p {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  color: #fff;
}


.product_top {
  width: 100%;
  position: relative;
  height: 100px;
  background: #2c76ac;
}

.product_top .prod_ul {
  width: 100%;
  position: relative;
  display: none;
}

.product_top .prod_ul .d1 {
  width: 50%;
  background-color: #1a378a;
  height: 100px;
}

.product_top .prod_ul .d2 {
  width: 50%;
  background-color: #005dab;
  height: 100px;
}

.product_top .w1400 {
  height: 100px;
}

.product_top .w1400 .product_topz {
  float: left;
  width: 50%;
}

.product_top .w1400 .product_topz ul {
  display: inline-block;
  width: 100%;
  height: 100px;
}

.product_top .w1400 .product_topz ul li {
  width: 33.3%;
  height: 100px;
  float: left;
  text-align: center;
  background-color: #3981bc;
}

.product_top .w1400 .product_topz ul li a {
  width: 100%;
  height: 100px;
  text-align: center;
  display: block;
}

.product_top .w1400 .product_topz ul li a p {
  display: inline-block;
}

.product_top .w1400 .product_topz ul li a p i {
  display: block;
  width: 54px;
  height: 54px;
  background-position: -195px -393px;
  float: left;
  margin-top: 24px;
}

.product_top .w1400 .product_topz ul li a p span {
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 100px;
  padding-left: 14px;
  float: left;
}

.product_top .w1400 .product_topz ul li.li2 {
  background-color: #005dab;
}

.product_top .w1400 .product_topz ul li.li3 {
  background-color: #1a378a;
}

.product_top .w1400 .product_topz ul li.li2 a p i {
  background-position: -303px -393px;
}

.product_top .w1400 .product_topz ul li.li3 a p i {
  background-position: -422px -393px;
}

.product_top .w1400 .search_btn1 {
  width: 180px;
  float: right;
  margin-top: 30px;
  height: 40px;
  display: block;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.product_top .w1400 .search_btn1 .stxt {
  width: 72%;
  height: 40px;
  padding-left: 15px;
  border: none;
  outline: none;
}

.product_top .w1400 .search_btn1 .sbtn {
  background: url("../images/j3_03.png") no-repeat center center;
  width: 18px;
  height: 18px;
  border: none;
  margin-top: 11px;
  outline: none;
  cursor: pointer;
}


@media (max-width: 1660px) {}

.submian {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.submian .subleft {
  width: 22%;
}

.submian .subleft .cp_bt {
  width: 80%;
  padding: 7% 10%;
  background: #2c76ac;
}

.submian .subleft .cp_bt h3 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}

.submian .subleft .cp_bt p {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 10px;
}

.prod_sanji {}

.submian .subleft .comt {
  background-color: #fff;
}

.submian .subleft .comt ul {
  width: 100%;
  border: 1px solid #e3e3e3;
}

.submian .subleft .lefta .comt ul li {
  margin-bottom: 0px;
  border-top: 1px solid #e3e3e3;
}

.submian .subleft .lefta .comt ul li:first-child {
  border-top: none;
}

.submian .subleft .lefta .comt ul li a {
  height: 62px;
  line-height: 62px;
  display: block;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  padding-left: 22px;
}

.submian .subleft .lefta .comt ul li a i {
  float: left;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 30px;
  margin-top: 28px;
  transition: all ease 0.36s;
}

.submian .subleft .lefta .comt ul li:hover a i,
.submian .subleft .lefta .comt ul li.hover a i {
  background-color: #fff;
  transition: all ease 0.36s;
}

.submian .subleft .lefta .comt ul li a span {
  display: block;
  float: left;
  padding-left: 10px;
}

.submian .subleft .lefta .comt ul li .drop {
  width: 100%;
  display: none;
}

.submian .subleft .lefta .comt ul li .drop a {
  background: #f7f6f6;
  color: #333;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  border-top: 1px solid #498462;
}

.submian .subleft .lefta .comt ul li.hover .drop {
  display: block;
}


.submian .subleft .lefta .comt ul li .drop a:hover {
  color: #fff;
  background: #2c76ac;
}

.submian .subleft .lefta .comt ul li:hover,
.submian .subleft .lefta .comt ul li.hover {
  border-color: #2c76ac;
  background: #2c76ac;
}

.submian .subleft .lefta .comt ul li:hover ul li,
.submian .subleft .lefta .comt ul li.hover ul li {
  background-color: #fff;
}

.submian .subleft .lefta .comt ul li a:hover,
.submian .subleft .lefta .comt ul li.hover a {
  color: #fff;
}

.submian .subleft .lefta .comt ul li .drop a:hover,
.submian .subleft .lefta .comt ul li .drop a.hover {
  color: #fff;
  background: #2c76ac;
}

.submian .product_lb {
  width: 75%;
}

.submian .product_lb {
  width: 75%;
}








/******fei*******/
.solutelist1 {
  width: 100%;
  margin-top: 30px;
}

.solutelist1 ul {
  display: block;
  width: 100%;
}

.solutelist1 ul li {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border: #d6dde1 solid 1px;
  margin-top: 50px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.solutelist1 ul li .img {
  display: block;
  float: left;
  width: 37%;
}

.solutelist1 ul li .img img {
  display: block;
  width: 100%;
}

.solutelist1 ul li .txt_box {
  float: left;
  width: 50%;
  margin-left: 3.4%;
}

.solutelist1 ul li .txt_box h3 {
  font-size: 32px;
  line-height: 32px;
  padding-top: 7%;
  font-weight: bold;
}

.solutelist1 ul li .txt_box h4 {
  font-size: 12px;
  line-height: 12px;
  padding-top: 2%;
  color: #999;
  text-transform: uppercase;
}

.solutelist1 ul li .txt_box p {
  width: 100%;
  display: inline-block;
  margin-top: 3%;
}

.solutelist1 ul li .txt_box p span {
  display: block;
  float: left;
  border: #ccc solid 1px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #666;
  width: 130px;
}

.solutelist1 ul li .txt_box i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: -423px -71px;
  margin-top: 6%;
}

.solutelist1 ul li .img1 {
  width: 7%;
  float: right;
  margin-right: 2.5%;
  margin-top: 4%;
}

.solutelist1 ul li .img1 img {
  display: block;
  width: 100%;
}

.solutelist1 ul li:hover .txt_box i {
  background-position: -423px -119px;
}

.solutelist1 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1660px) {
  .solutelist1 ul li .txt_box i {
    margin-top: 4%;
  }

  .submian .subleft .lefta .comt ul li a {
    font-size: 16px;
  }
}

.product_main {
  background: #ececec;
  position: relative;

}

.product_main .w1440 {
  top: -134px;
  z-index: 11;
  position: absolute;
  left: 50%;
  margin-left: -720px;
}

.product_main li {
  background: #fff;
  padding: 54px 60px;
  margin-bottom: 60px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.product_main li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}

.product_main li .left {
  width: 550px;
  height: 293px;
  overflow: hidden;
}

.product_main li .left img {
  display: block;
  width: 100%;
  height: 293px;
}

.product_main li .right {
  width: calc(100% - 594px);
}

.product_main li .right h3 {
  font-size: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: #333;
  line-height: 38px;
}

.product_main li .right p {
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
  margin-bottom: 20px;
  height: 46px;
  color: #333;
}

.product_main li .right span {
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

.product_main li .right dl {
  margin-top: 21px;
  margin-left: 78px;
}

.product_main li .right dl dd {
  float: left;
  margin-right: 9px;
}

.product_main li .right dl dd img {
  width: 118px;
  height: 89px;
  display: block;
  border: 1px solid #5784be;
}

.product_main li:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.product_main li:hover .left img {
  transition: ease-in-out 0.2s;
  transform: scale(1.05);
}

.product_main li:hover .right h3 {
  color: #1b4cb0;
  transition: ease-in-out 0.2s;
  border-left: 5px solid #1b4cb0;
  padding-left: 15px;
}

/******about******/
.sub_banner {
  position: relative;
}

.sub_banner .btn {
  position: absolute;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 133px;
  z-index: 11;
  top: 50%;
  margin-top: -66px;
  cursor: pointer;
}

.sub_flash .cut3video {
  width: 100%;
  position: relative;
  z-index: 10;
}

.about_tit {
  background: url(../images/about_line2.png) center center no-repeat;
  font-size: 42px;
  text-align: center;
  font-weight: lighter;
}

.about_main_11 {
  width: 100%;
  padding-top: 100px;
}

.about_main_11 video {
  display: block;
  float: left;
  width: 64%;
  border: #2c76ac solid 3px;
}

.about_main_11 .about_main_111 {
  float: right;
  width: 30%;
}

.about_main_11 .about_main_111 h3 {
  font-family: 'LiSu';
  font-size: 50px;
  color: #2c76ac;
  line-height: 50px;
}

.about_main_11 .about_main_111 h4 {
  font-size: 16px;
  color: #999;
  line-height: 16px;
  text-transform: uppercase;
}

.about_main_11 .about_main_111 .p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  padding-top: 5%;
}

.about_main_11 .about_main_111 .a1 {
  display: block;
  width: 54px;
  height: 54px;
  background-position: -423px -174px;
  margin-top: 12%;
  transition: all ease 0.36s;
}

.about_main_11 .about_main_111 .a1:hover {
  margin-left: 5px;
}

@media (max-width: 1660px) {
  .about_main_11 .about_main_111 .p {
    font-size: 14px;
    line-height: 26px;
  }

  .about_main_11 .about_main_111 .a1 {
    margin-top: 8%;
  }

  .about_main_11 {
    padding-top: 80px;
  }
}


.about_main_2 {
  background: url(../images/t15_02.jpg) center top no-repeat;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 32px;
  position: relative;
}

.about_main_2 .w1400 {
  position: relative;
  height: 100%;
}

.floor_1_i {
  padding-top: 90px;
}

.floor_1_i h3 {
  display: block;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  font-family: 'ck';
}

.floor_1_i p {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  padding-top: 12px;
}

@media (max-width: 1660px) {
  .floor_1_i p {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
  }

  .floor_1_i h3 {
    font-size: 40px;
    line-height: 40px;
  }

}


.about_main_2 .gallery-top {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden;
}

.about_main_2 .gallery-top .swiper-slide .txt {
  width: 50.4%;
  display: block;
  float: left;
  position: relative;
  height: 390px;
}

.about_main_2 .gallery-top .swiper-slide .txt img {
  display: block;
  width: 95%;
  border: #000 solid 1px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

.about_main_2 .gallery-top .swiper-slide .txt i {
  display: block;
  width: 95%;
  background-color: #fff0dd;
  border: #000 solid 1px;
  margin-left: 1%;
  margin-top: 1%;
  border-radius: 15px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
}

.about_main_2 .gallery-top .swiper-slide .w {
  float: right;
  width: 47.5%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  height: 390px;
  position: relative;
  overflow: hidden;
  padding-right: 1%;
}

.about_main_2 .gallery-top .swiper-slide .w h3 {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  color: #024ac8;
  font-weight: normal;
  margin-top: 14px;
}

.about_main_2 .gallery-top .swiper-slide .txt .w h3 span {
  display: inline-block;
  font-size: 130px;
  float: left;
  padding-right: 4px;
  line-height: 128px;
  font-weight: bold;
  font-family: "Arial";
}

.about_main_2 .gallery-top .swiper-slide .txt .w p {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  padding-top: 18px;
  overflow: hidden;
}



.about_main_2 .gallery-thumbs {
  width: 460px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 80px;
}

.about_main_2 .gallery-thumbs .swiper-slide {
  list-style: none;
  float: left;
  font-size: 20px;
  text-align: center;
  position: relative;
  height: 86px;
  background: url(../images/t17_05.png);
  border-radius: 12px 20px 14px 14px;
  cursor: pointer;
}

.about_main_2 .gallery-thumbs .swiper-slide::before {
  background: url(../images/t17_03.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: -1px;
  width: 12px;
  content: '';
  height: 86px;
  z-index: 2;
  display: block;
  background-size: 100%;
}

.about_main_2 .gallery-thumbs .swiper-slide::after {
  background: url(../images/t17_07.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: -1px;
  width: 16px;
  content: '';
  height: 86px;
  z-index: 1;
  display: block;
  background-size: 100%;
}

.about_main_2 .gallery-thumbs .swiper-slide p {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  padding-top: 14px;
}

.about_main_2 .gallery-thumbs .swiper-slide span {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 20px;
  padding-top: 8px;
}

.about_main_2 .gallery-top .swiper-slide .w .scroll_cont1,
.about_main_2 .gallery-top .swiper-slide .w .scroll_cont2,
.about_main_2 .gallery-top .swiper-slide .w .scroll_cont3,
.about_main_2 .gallery-top .swiper-slide .w .scroll_cont4,
.about_main_2 .gallery-top .swiper-slide .w .scroll_cont5 {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 滚动条 */
.scroll_bar1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.scroll_bar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.scroll_bar3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.scroll_bar4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.scroll_bar5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

/* 滚动块 */
.scroll_slider1 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
}

.scroll_slider1:hover {
  opacity: 1
}

.scroll_slider2 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
}

.scroll_slider2:hover {
  opacity: 1
}

.scroll_slider3 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
}

.scroll_slider3:hover {
  opacity: 1
}

.scroll_slider4 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
}

.scroll_slider4:hover {
  opacity: 1
}

.scroll_slider5 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
}

.scroll_slider6:hover {
  opacity: 1
}

.about_main_2 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: #d02a16;
  opacity: 1;
}

.about_main_2 .swiper-button-next,
.about_main_2 .swiper-button-prev {
  width: 60px;
  z-index: 3;
  height: 60px;
  background-color: #6c757b;
  border-radius: 50%;
  overflow: hidden;
  background-image: none !important;
  opacity: 0.3;
}

.about_main_2 .swiper-button-next:hover,
.about_main_2 .swiper-button-prev:hover {
  background-color: #b32210;
  opacity: 0.5;
}

.about_main_2 .swiper-button-next span {
  width: 14px;
  display: block;
  height: 24px;
  background-position: -454px -26px;
  margin: 18px auto 0;
}

.about_main_2 .swiper-button-prev span {
  width: 14px;
  display: block;
  height: 24px;
  background-position: -433px -26px;
  margin: 18px auto 0;
}

@media (max-width: 1660px) {
  .about_main_2 .gallery-top .swiper-slide .txt i {
    height: 322px;
  }

  .about_main_2 .gallery-top .swiper-slide .txt {
    height: 332px;
  }


}





.about_main_2 .about_tit {
  color: #fff;
  background: url(../images/about_line.png) center center no-repeat;
}

.about_main_2 .jq22-container {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden;
}

.about_main_2 .sociales {
  text-align: center;
}

.about_main_2 #timeline {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.about_main_2 .time_s {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.about_main_2 .time_x {
  width: 460px;
  position: relative;
  z-index: 2;
}

.about_main_2 #dates {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.about_main_2 #dates li {
  list-style: none;
  float: left;
  width: 12.5%;
  font-size: 20px;
  text-align: center;
}

.about_main_2 #dates a {
  font-family: arial;
  color: #333;
  font-size: 20px;
  display: block;
  opacity: 0.5;
}

.about_main_2 #dates a i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-position: -195px -289px;
  margin-bottom: 20px;
}

.about_main_2 #dates .selected {
  font-size: 20px;
  color: #2c76ac;
  opacity: 1;
}

.about_main_2 #dates .selected i {
  background-position: -164px -289px;
}

.about_main_2 #issues {
  width: 1000px;
  overflow: hidden;
}

.about_main_2 #issues li {
  width: 1000px;
  list-style: none;
  float: left;
}

.about_main_2 #issues li .fl {
  width: 400px;
}

.about_main_2 #issues li .fl img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.about_main_2 #issues li .fl span {
  display: block;
  background: #fff;
  width: 68px;
  height: 3px;
  margin-bottom: 30px;
}

.about_main_2 #issues li .fl h3 {
  color: #fff;
  font-size: 65px;
  font-family: arial;
  font-weight: bold;
}

.about_main_2 #issues li .fr {
  width: 500px;
}

.about_main_2 #issues li .fr h3 {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  color: #2c76ac;
  font-weight: normal;
  margin-top: 14px;
}

.about_main_2 #issues li .fr h3 span {
  display: inline-block;
  font-size: 130px;
  float: left;
  padding-right: 4px;
  line-height: 128px;
  font-weight: bold;
  font-family: "Arial";
}

.about_main_2 #issues li .fr p {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  padding-top: 18px;
  overflow: hidden;
}

.about_main_2 #next,
.about_main_2 #prev {
  position: absolute;
  top: 5px;
  font-size: 70px;
  top: 80px;
  width: 60px;
  z-index: 3;
  height: 60px;
  background-color: #6c757b;
  border-radius: 50%;
  overflow: hidden;
}

.about_main_2 #next:hover,
.about_main_2 #prev:hover {
  background-color: #2c76ac;
}

.about_main_2 #next {
  right: 0px;
}

.about_main_2 #prev span {
  width: 14px;
  display: block;
  height: 24px;
  background-position: -433px -26px;
  margin: 18px auto 0;
}

.about_main_2 #prev {
  left: 0px;
}

.about_main_2 #next span {
  width: 14px;
  display: block;
  height: 24px;
  background-position: -454px -26px;
  margin: 18px auto 0;
}

.about_main_2 #next.disabled,
.about_main_2 #prev.disabled {
  opacity: 0.2;
}

.about_main_2 b {
  width: 100%;
  height: 1px;
  background-color: #6f7580;
  position: absolute;
  left: 0;
  bottom: 53px;
}

.about_main_2 .gallery-top .swiper-slide .w .scroll_cont1::-webkit-scrollbar {
  display: none;
}

.about_main_2 .gallery-top .swiper-slide .w .scroll_cont2::-webkit-scrollbar {
  display: none;
}

.about_main_2 .gallery-top .swiper-slide .w .scroll_cont3::-webkit-scrollbar {
  display: none;
}

.about_main_2 .gallery-top .swiper-slide .w .scroll_cont4::-webkit-scrollbar {
  display: none;
}

.about_main_2 .gallery-top .swiper-slide .w .scroll_cont5::-webkit-scrollbar {
  display: none;
}


@media (max-width: 1660px) {
  .about_main_2 .gallery-top .swiper-slide .w {
    height: 332px;
  }

  .about_main_32 ul li {
    height: 226px;
  }

}

.about_main_3 {
  background: url(../images/t6_02.jpg) center center;
  width: 100%;
  padding-bottom: 110px;
}

.about_main_32 {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.about_main_32 ul {
  display: inline-block;
  width: 105%;
}

.about_main_32 ul li {
  width: 31.3%;
  height: 260px;
  background: url(../images/t19_03.png) center center no-repeat;
  float: left;
  margin-right: 2%;
  text-align: center;
  background-size: 100%;
  transition: all ease 0.36s;
  cursor: pointer;
}

.about_main_32 ul li:hover {
  background: url(../images/t19_05.png) center center no-repeat;
  transform: translateY(-5px);
  transition: all ease 0.36s;
  background-size: 100%;
}

.about_main_32 ul li .img {
  padding-top: 10%;
}

.about_main_32 ul li img {
  display: block;
  width: 65px;
  margin: 0 auto;
}

.about_main_32 ul li .img2 {
  display: none;
}

.about_main_32 ul li:hover .img1 {
  display: none;
}

.about_main_32 ul li:hover .img2 {
  display: block;
}

.about_main_32 ul li .w {
  display: block;
  text-align: center;
}

.about_main_32 ul li .w h3 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  padding-top: 4%;
}

.about_main_32 ul li .w i {
  display: block;
  width: 96px;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
  margin-top: 4%;
}

.about_main_32 ul li .w p {
  font-size: 22px;
  color: #333;
  line-height: 24px;
  padding-top: 4%;
}

.about_main_32 ul li:hover .w h3 {
  color: #fff;
}

.about_main_32 ul li:hover .w i {
  background-color: #fff;
}

.about_main_32 ul li:hover .w p {
  color: #fff;
}

@media (max-width: 1660px) {
  .about_main_32 ul li .w h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .about_main_32 ul li .w p {
    font-size: 18px;
    line-height: 18px;
  }

  .about_main_32 ul li {
    height: 226px;
  }

  .about_main_3 {
    padding-bottom: 80px;
  }
}

.about_main_4 {
  background: url(../images/t18_02.jpg) center top no-repeat;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 92px;
}

.about_main_4 .floor_1_00 h3 span {
  color: #fff;
}

.about_main_41 {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.about_main_41 b {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 1200px;
  height: 60px;
  background: url(../images/t19_10.png) center center no-repeat;
  margin-left: -600px;
  background-size: 100%;
  z-index: 1;
}

.about_main_41 .hd .prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.about_main_41 .hd .prev span {
  display: block;
  width: 20px;
  height: 7px;
  background-position: 0px -482px;
  margin: 0 auto;
  margin-top: 26px;
}

.about_main_41 .hd .next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
}

.about_main_41 .hd .next span {
  display: block;
  width: 20px;
  height: 7px;
  background-position: -26px -482px;
  margin: 0 auto;
  margin-top: 26px;
}

.about_main_41 .hd .prev:hover,
.about_main_41 .hd .next:hover {
  background-color: #fff0dd;
}

.about_main_41 .hd .prev:hover span {
  background-position: 0px -493px;
}

.about_main_41 .hd .next:hover span {
  background-position: -26px -493px;
}

.about_main_41 .bd {
  width: 1216px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

.about_main_41 .bd ul {
  display: inline-block;
  width: 100%;
}

.about_main_41 .bd ul li {
  width: 518px;
  float: left;
  margin: 0 45px;
  overflow: hidden;
  position: relative;
}

.about_main_41 .bd ul li img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.about_main_41 .bd ul li:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.about_main_41 .bd ul li h3 {
  width: 100%;
  height: 65%;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, .6);
  line-height: 100%;
  padding-top: 35%;
}

.about_main_41 .bd ul li:hover h3 {
  opacity: 0;
}


@media (max-width: 1660px) {
  .about_main_41 .bd {
    width: 1050px;
  }

  .about_main_41 .bd ul li {
    width: 483px;
    float: left;
    margin: 0 20px;
  }

}

.about_main_41 .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  margin-top: 60px;
  margin-bottom: 32px;
}

.about_main_41 .swiper-slide-active,
.about_main_41 .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
  border: #fff solid 12px;
}

.about_main_41 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.about_main_41 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.about_main_41 .swiper-slide a em {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/l8_03.jpg);
  height: 125px;
}

.about_main_41 .swiper-slide a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  color: #fff;
  line-height: 92px;
  width: 100%;
  text-align: center;
  display: none;
}

.about_main_41 .swiper-slide-active a h3,
.about_main_41 .swiper-slide-duplicate-active a h3 {
  display: block;
}

.about_main_41 .swiper-button-prev,
.about_main_41 .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon.png);
}

.about_main_41 .swiper-button-next,
.about_main_41 .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon.png);
}

.about_main_41 .swiper-button-next,
.about_main_41 .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-size: auto;
}

.about_main_41 .swiper-button-next {
  background-position: -337px -71px;
}

.about_main_41 .swiper-button-prev {
  background-position: -266px -71px;
}

.about_main_41 .swiper-button-next:hover {
  background-position: -337px -135px;
}

.about_main_41 .swiper-button-prev:hover {
  background-position: -266px -135px;
}

.about_main_5 {
  width: 100%;
  position: relative;
}

.about_main_51 {
  width: 100%;
  margin-top: 46px;
  position: relative;
  padding-bottom: 90px;
}

.about_main_51 .hd {
  padding-top: 18px;
}

.about_main_51 .hd ul {
  display: inline-block;
}

.about_main_51 .hd ul li {
  width: 14px;
  float: left;
  height: 14px;
  margin-right: 10px;
  background-color: #f2f4f5;
  border-radius: 20px;
  position: relative;
  font-size: 0;
}

.about_main_51 .hd ul li.on {
  background-color: #2c76ac;
}


.about_main_51 .bd {
  width: 100%;
}

.about_main_51 .bd ul {
  display: inline-block;
  width: 100%;
}

.about_main_51 .bd ul li {
  display: block;
  width: 680px;
  float: left;
  margin-right: 42px;
  background-color: #f0f3f5;
  transition: all ease 0.36s;
  overflow: hidden;
  text-align: center;
}

.about_main_51 .bd ul li .m {
  display: block;
  width: 35%;
  overflow: hidden;
  float: left;
}

.about_main_51 .bd ul li .m img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.about_main_51 .bd ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.about_main_51 .bd ul li .i {
  display: block;
  padding: 6%;
  width: 53%;
  float: left;
  text-align: left;
}

.about_main_51 .bd ul li .i h3 {
  font-size: 28px;
  color: #;
  line-height: 28px;
}

.about_main_51 .bd ul li .i i {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 18px;
  padding-top: 4%;
}

.about_main_51 .bd ul li:hover .i h3 {
  font-weight: bold;
}

.about_main_51 .bd ul li .i p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 6%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.about_main_51 .bd ul li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .about_main_51 .bd ul li {
    width: 584px;
    margin-right: 30px;
  }

  .about_main_51 .bd ul li .i h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .about_main_51 .bd ul li .i i {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }

  .about_main_51 .bd ul li .i p {
    font-size: 14px;
    line-height: 26px;
  }
}


.xiang_n1 {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  padding: 100px 0;
}

.xiang_n1 .h3 {
  font-size: 40px;
  color: #173458;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
}

.xiang_n11 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
  box-shadow: 1px 0px 2px rgba(5, 20, 31, 0.2);
  border-radius: 5px;
}

.xiang_n11 .hd {
  width: 29%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 5;
}

.xiang_n11 .hd ul {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.xiang_n11 .hd ul li {
  width: 87%;
  height: 25%;
  background-color: #fff;
  position: relative;
  transition: all ease 0.36s;
  align-items: center;
  display: flex;
}

.xiang_n11 .hd ul li.li1 {
  border-radius: 0 5px 0 0;
}

.xiang_n11 .hd ul li.li4 {
  border-radius: 0 0 5px 0;
}

.xiang_n11 .hd ul li i {
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

.xiang_n11 .hd ul li.on {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  transition: all ease 0.36s;
}

.xiang_n11 .hd ul li.on i {
  background-color: #2c76ac;
}

.xiang_n11 .hd ul li h3 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  width: 70%;
  padding-left: 10%;
}

.xiang_n11 .hd ul li.on h3 {
  width: 67%;
  padding-left: 9%;
}

.xiang_n11 .hd ul li b {
  width: 90%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease 0.36s;
}

.xiang_n11 .hd ul li.on b {
  width: 100%;
  transition: all ease 0.36s;
}

.xiang_n11 .hd ul li.li4 b {
  display: none;
}

.xiang_n11 .hd ul li p {
  width: 25px;
  height: 25px;
  background-color: #2c76ac;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 6%;
  top: 31%;
  opacity: 0;
}

.xiang_n11 .hd ul li p s {
  display: block;
  width: 14px;
  height: 13px;
  background-position: 0px -376px;
}

.xiang_n11 .hd ul li.on p {
  opacity: 1;
}

.xiang_n11 .xiang_b {
  width: 75%;
  margin-left: 25%;
  position: relative;
  z-index: 1;
}

.xiang_n11 .bd ul {
  width: 100%;
  overflow: hidden;
}

.xiang_n11 .bd ul a {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.xiang_n11 .bd ul img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.xiang_n11 .bd ul .w {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  vertical-align: baseline;
  width: 78%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding: 5% 12% 5% 10%;
}

.xiang_n11 .bd ul .w h3 {
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}

.xiang_n11 .bd ul .w p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xiang_n11 .bd ul a:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}


.xiang_n2 {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  padding-bottom: 100px;
}

.xiang_n2 ul {
  display: inline-block;
  width: 100%;
}

.xiang_n2 .item {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
  padding-bottom: 159px;
}

.xiang_n2 .item .txt {
  display: block;
  padding: 28px 37px 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: height ease-in-out .2s;
  height: 159px;
}

.xiang_n2 .item .txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 34px;
  transition: ease-in-out .2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.xiang_n2 .item .txt p {
  line-height: 24px;
  color: #666;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xiang_n2 .item .txt .span {
  margin-top: 18px;
  height: 0;
  overflow: hidden;
  display: block;
  transition: ease-in-out .2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.xiang_n2 .item .txt .span span {
  display: block;
  width: 49%;
  float: left;
  color: #333;
  box-sizing: border-box;
  line-height: 28px;
  border-radius: 5px;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xiang_n2 .item .txt .span span:nth-child(2n) {
  float: right;
}

.xiang_n2 .item:nth-child(3n) {
  margin-right: 0;
}

.xiang_n2 .item .pl {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}

.xiang_n2 .item .pl i {
  width: 74%;
  height: 1px;
  background-color: #ccc;
  margin-top: 11px;
}

.xiang_n2 .item .p {
  padding-top: 16px;
  width: 100%;
}

.xiang_n2 .item .m {
  position: relative;
  display: block;
  width: 100%;
  height: 218px;
  overflow: hidden;
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: flex;
  border-bottom: #f5f5f5 solid 1px;
}

.xiang_n2 .item .m img {
  display: block;
  width: 100%;
}

.xiang_n2 .item:hover {
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.xiang_n2 .item:hover .txt {
  height: 259px;
}

.xiang_n2 .item:hover .txt h3 {
  color: #2c76ac;
}

.xiang_n2 .item:hover .txt h3 b {
  background: #2c76ac;
}

.xiang_n2 .item:hover .span {
  height: auto;
  transition: ease-in-out .2s;
}

@media (max-width: 1660px) {
  .xiang_n2 .item .m {
    height: 202px;
  }

  .xiang_n2 .item .txt h3 {
    font-size: 22px;
  }
}

.product_cenj .xiang_n2 {
  padding-bottom: 0;
}




.jia_m11 {
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-top: 2%;
}

.jia_m12 {
  width: 100%;
  padding-top: 3%;
}

.jia_m12 ul {
  display: inline-block;
  width: 100%;
}

.jia_m12 ul li {
  padding: 0 6.6%;
  float: left;
  position: relative;
  text-align: center;
}

.jia_m12 ul li.li1 {
  padding-left: 0;
}

.jia_m12 ul li.li4 {
  padding-right: 0;
}

.jia_m12 ul li h3 {
  font-size: 18px;
  color: #ca2513;
  line-height: 36px;
  font-weight: bold;
  display: inline-block;
}

.jia_m12 ul li h3 span {
  display: block;
  font-size: 36px;
  color: #ca2513;
  line-height: 36px;
  float: left;
}

.jia_m12 ul li h3 i {
  display: block;
  font-size: 18px;
  color: #ca2513;
  line-height: 18px;
  float: left;
  padding-top: 14px;
  padding-left: 6px;
}

.jia_m12 ul li p {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  padding-top: 2%;
}

.jia_m12 ul li b {
  display: block;
  width: 1px;
  height: 66px;
  background: url(../images/t24_03.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 2%;
}

.jia_m12 ul li.li4 b {
  display: none;
}

.jia_m13 {
  width: 96%;
  padding: 2%;
  background-color: #fff;
  margin-top: 3%;
  border-radius: 5px;
}

.jia_m13 dl {
  display: inline-block;
  width: 100%;
}

.jia_m13 dl dt {
  width: 35.6%;
  float: left;
}

.jia_m13 dl dt img {
  display: block;
  border-radius: 5px;
  width: 100%;
}

.jia_m13 dl dd {
  width: 62%;
  float: right;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}

@media (max-width: 1660px) {
  .jia_m13 dl dd {
    font-size: 16px;
    line-height: 28px;
  }

  .jia_m12 ul li {
    padding: 0 5%;
  }
}

.jia_m2 {
  background: url(../images/t25_02.jpg) center top no-repeat;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 94px;
  margin-top: 70px;
}

.jia_m2 .floor_1_00 h3 span {
  color: #fff;
}

.jia_m2 .floor_1_00 h3 i {
  color: #fff;
}

.jia_m2 .floor_1_00 h3 p {
  color: #fff;
}

.jia_m21 {
  width: 100%;
  margin-top: 4%;
}

.jia_m21 ul {
  display: inline-block;
  width: 105%;
}

.jia_m21 ul li {
  width: 30.3%;
  float: left;
  margin-right: 2%;
  background: url(../images/t26_03.png) top center no-repeat;
  height: 496px;
  background-size: 100%;
}

.jia_m21 ul li .m {
  width: 98.5%;
  margin-top: 1px;
  margin-left: 1px;
  overflow: hidden;
}

.jia_m21 ul li .m img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.jia_m21 ul li .i {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  margin-top: 5%;
}

.jia_m21 ul li .i h3 {
  display: inline-block;
  width: 100%;
}

.jia_m21 ul li .i h3 i {
  display: block;
  background: url(../images/t28_03.png) center center no-repeat;
  width: 43px;
  height: 44px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 28px;
  color: #333;
  font-family: "宋体";
}

.jia_m21 ul li .i h3 span {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 44px;
  float: left;
  padding-left: 10px;
}

.jia_m21 ul li .i p {
  display: block;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  padding-top: 4%;
}

.jia_m21 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.jia_m21 ul li:hover .i h3 span {
  color: #2c76ac;
}

@media (max-width: 1660px) {
  .jia_m21 ul li .i p {
    line-height: 24px;
    font-size: 14px;
  }

  .jia_m21 ul li {
    height: 424px;
  }
}

.jia_m3 .floor_1_0 h3 {
  color: #000;
}

.jia_m3 .floor_7_1 ul li h3 {
  color: #000;
  text-shadow: none;
}

.jia_m3 .floor_7_1 ul li p {
  color: #666;
}

.jia_m4 {
  background-color: #fff;
  width: 100%;
  margin-top: 90px;
  padding-bottom: 80px;
}

.jia_m41 {
  width: 100%;
  margin-top: 36px;
}

.jia_m41 ul {
  display: inline-block;
  width: 105%;
}

.jia_m41 ul li {
  width: 127px;
  float: left;
  position: relative;
  text-align: center;
  transition: all ease 0.36s;
  padding: 0 4.3%;
}

.jia_m41 ul li .img {
  display: block;
  width: 127px;
  height: 127px;
  background: url(../images/t29_03.png) center center no-repeat;
  text-align: center;
  transition: all ease 0.36s;
}

.jia_m41 ul li .img img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  padding-top: 30px;
}

.jia_m41 ul li h3 {
  font-size: 24px;
  color: #000;
  line-height: 24px;
  padding-top: 8px;
  transition: all ease 0.36s;
}

.jia_m41 ul li p {
  display: block;
  width: 43px;
  height: 25px;
  background: url(../images/t29_09.png) center center no-repeat;
  position: absolute;
  right: -25px;
  top: 50px;
}

.jia_m41 ul li:hover .img {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.jia_m41 ul li:hover h3 {
  color: #d92900;
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.jia_m41 ul li.li1 {
  padding-left: 0;
}

.jia_m41 ul li.li6 {
  padding-right: 0;
}

.jia_m41 ul li.li6 p {
  display: none;
}

.jia_m5 {
  background: url(../images/t30_02.jpg) center top no-repeat;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 94px;
}

.jia_m5 .floor_1_00 h3 span {
  color: #fff;
}

.jia_m5 .floor_1_00 h3 i {
  color: #fff;
}

.jia_m5 .floor_1_00 h3 p {
  color: #fff;
}

.jia_m51 {
  width: 100%;
  margin-top: 20px;
}

.jia_m51 ul {
  display: inline-block;
  width: 105%;
}

.jia_m51 ul li {
  width: 30.3%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}

.jia_m51 ul li .img1 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jia_m51 ul li h3 {
  background: rgba(0, 0, 0, 0.46);
  width: 90%;
  height: 46px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  padding-left: 10%;
}

.jia_m51 ul li .w {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.36s;
}

.jia_m51 ul li .w b {
  width: 90%;
  height: 84%;
  position: absolute;
  left: 5%;
  top: 8%;
  border: rgba(255, 255, 255, 0.2) solid 1px;
}

.jia_m51 ul li .w .img2 {
  display: block;
  width: 152px;
  position: absolute;
  left: 10%;
  top: 15%;
}

.jia_m51 ul li .w h4 {
  position: absolute;
  left: 10%;
  bottom: 13%;
  width: 80%;
  display: inline-block;
}

.jia_m51 ul li .w h4 span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  float: left;
}

.jia_m51 ul li .w h4 i {
  display: block;
  font-size: 28px;
  color: #fff;
  line-height: 20px;
  float: right;
}

.jia_m51 ul li:hover .w {
  opacity: 1;
}

.jia_m51 ul li:hover h3 {
  opacity: 0;
}




.floor_4_main.jia_m6 {
  margin-top: 0px;
}

@media (max-width: 1660px) {
  .jia_m41 ul li {
    padding: 0 3.46%;
  }

  .jia_m41 ul li p {
    right: -20px;
  }
}

.product_cenj {
  position: relative;
}

.product_cenj .gallery-top {
  position: relative;
  width: 100%;
  margin: 130px auto 0;
  overflow: hidden;
}

.product_cenj .gallery-top .swiper-slide .txt {
  width: 50.4%;
  display: block;
  float: left;
  position: relative;
  height: 390px;
}

.product_cenj .gallery-top .swiper-slide .txt img {
  display: block;
  width: 95%;
  border: #000 solid 1px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

.product_cenj .gallery-top .swiper-slide .txt i {
  display: block;
  width: 95%;
  background-color: #fff0dd;
  border: #000 solid 1px;
  margin-left: 1%;
  margin-top: 1%;
  border-radius: 15px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
}

.product_cenj .gallery-top .swiper-slide .w {
  float: right;
  width: 47.5%;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  height: 390px;
  position: relative;
  overflow: hidden;
  padding-right: 1%;
}

.product_cenj .gallery-top .swiper-slide .w h3 {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  color: #024ac8;
  font-weight: normal;
  margin-top: 14px;
}

.product_cenj .gallery-top .swiper-slide .txt .w h3 span {
  display: inline-block;
  font-size: 130px;
  float: left;
  padding-right: 4px;
  line-height: 128px;
  font-weight: bold;
  font-family: "Arial";
}

.product_cenj .gallery-top .swiper-slide .txt .w p {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  padding-top: 18px;
  overflow: hidden;
}



.product_cenj .gallery-thumbs {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 60px;
}

.product_cenj .gallery-thumbs .swiper-slide {
  list-style: none;
  float: left;
  font-size: 20px;
  text-align: center;
  position: relative;
  height: 86px;
  background: url(../images/t17_05.png);
  border-radius: 12px 20px 14px 14px;
  cursor: pointer;
}

.product_cenj .gallery-thumbs .swiper-slide::before {
  background: url(../images/t17_03.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: -1px;
  width: 12px;
  content: '';
  height: 86px;
  z-index: 2;
  display: block;
  background-size: 100%;
}

.product_cenj .gallery-thumbs .swiper-slide::after {
  background: url(../images/t17_07.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: -1px;
  width: 16px;
  content: '';
  height: 86px;
  z-index: 1;
  display: block;
  background-size: 100%;
}

.product_cenj .gallery-thumbs .swiper-slide p {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  padding-top: 14px;
}

.product_cenj .gallery-thumbs .swiper-slide span {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 20px;
  padding-top: 8px;
}

.product_cenj .gallery-top .swiper-slide .w .scroll_cont1,
.product_cenj .gallery-top .swiper-slide .w .scroll_cont2,
.product_cenj .gallery-top .swiper-slide .w .scroll_cont3,
.product_cenj .gallery-top .swiper-slide .w .scroll_cont4,
.product_cenj .gallery-top .swiper-slide .w .scroll_cont5 {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar

/* 滚动条 */
.product_cenj .scroll_bar1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.product_cenj .scroll_bar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.product_cenj .scroll_bar3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.product_cenj .scroll_bar4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

.product_cenj .scroll_bar5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #a2a2a2;
  border-radius: 3px;
}

/* 滚动块 */
.product_cenj .scroll_slider1 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #2c76ac;
  border-radius: 5px;
}

.product_cenj .scroll_slider1:hover {
  opacity: 1
}

.product_cenj .scroll_slider2 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #2c76ac;
  border-radius: 5px;
}

.product_cenj .scroll_slider2:hover {
  opacity: 1
}

.product_cenj .scroll_slider3 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #2c76ac;
  border-radius: 5px;
}

.product_cenj .scroll_slider3:hover {
  opacity: 1
}

.product_cenj .scroll_slider4 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #2c76ac;
  border-radius: 5px;
}

.product_cenj .scroll_slider4:hover {
  opacity: 1
}

.product_cenj .scroll_slider5 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 48px;
  background-color: #2c76ac;
  border-radius: 5px;
}

.product_cenj .scroll_slider6:hover {
  opacity: 1
}

.product_cenj .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: #d02a16;
  opacity: 1;
}

.product_cenj .swiper-button-next,
.product_cenj .swiper-button-prev {
  width: 60px;
  z-index: 3;
  height: 60px;
  background-color: #6c757b;
  border-radius: 50%;
  overflow: hidden;
  background-image: none !important;
  opacity: 0.3;
}

.product_cenj .swiper-button-next:hover,
.product_cenj .swiper-button-prev:hover {
  background-color: #b32210;
  opacity: 0.5;
}

.product_cenj .swiper-button-next span {
  width: 14px;
  display: block;
  height: 24px;
  background-position: -454px -26px;
  margin: 18px auto 0;
}

.product_cenj .swiper-button-prev span {
  width: 14px;
  display: block;
  height: 24px;
  background-position: -433px -26px;
  margin: 18px auto 0;
}

@media (max-width: 1660px) {
  .product_cenj .gallery-top .swiper-slide .txt i {
    height: 322px;
  }

  .product_cenj .gallery-top .swiper-slide .txt {
    height: 332px;
  }

  .product_cenj .gallery-top .swiper-slide .w {
    height: 332px;
  }

}

.product_cenj .gallery-top .swiper-slide .w .scroll_cont1::-webkit-scrollbar {
  display: none;
}

.product_cenj .gallery-top .swiper-slide .w .scroll_cont2::-webkit-scrollbar {
  display: none;
}

.product_cenj .gallery-top .swiper-slide .w .scroll_cont3::-webkit-scrollbar {
  display: none;
}

.product_cenj .gallery-top .swiper-slide .w .scroll_cont4::-webkit-scrollbar {
  display: none;
}

.product_cenj .gallery-top .swiper-slide .w .scroll_cont5::-webkit-scrollbar {
  display: none;
}





.culture_main_1 {
  background: #ececec;
  height: 740px;
  padding-top: 87px;
  position: relative;
}

.culture_main_1 .box1 {
  background: url(../images/culture_1_bg.jpg) center bottom no-repeat;
  height: 460px;
  margin-top: 43px;
}

.culture_main_1 .box1 li {
  float: left;
  width: 33.333%;
  color: #fff;
  position: relative;
  height: 539px;
}

.culture_main_1 .box1 li h3 {
  font-size: 42px;
  padding-top: 79px;
  padding-left: 59px;
  font-weight: 400;
  transition: ease-in-out .2s;
}

.culture_main_1 .box1 li .p {
  padding-left: 59px;
  font-size: 24px;
  line-height: 34px;
  padding-top: 34px;
}

.culture_main_1 .box1 li:hover h3 {
  padding-top: 89px;
}

.culture_main_1 .box1 li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.culture_main_1 .box1 li:first-child:before {
  background: none;
}

.culture_main_1 .box2 {
  text-align: center;
  color: #fff;

  height: 412px;
  position: absolute;
  left: 50%;
  margin-left: -720px;
  bottom: -303px;
  width: 1440px;
}

.culture_main_1 .box2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 412px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.culture_main_1 .box2:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}

.culture_main_1 .box2 h3 {
  font-size: 42px;
  padding-top: 158px;
}

.culture_main_1 .box2 p {
  font-size: 24px;
}

.culture_main_2 {
  background: #ececec;
  margin-top: 756px;
  position: relative;
  height: 343px;
}

.culture_main_2 .w1440 {
  position: absolute;
  width: 1440px;
  margin-left: -720px;
  left: 50%;
  bottom: 50px;
}

.culture_main_2 .body .left {
  width: 35%;
  margin-top: 84px;
}

.culture_main_2 .body .left li {
  height: 460px;
}

.culture_main_2 .body .left li::before {
  height: 578px;
}

.culture_main_2 .body .right {
  width: 62%;
}

.culture_main_2 .body .right ul {
  margin-top: 39px;
}

.culture_main_2 .body li {
  position: relative;
  width: 100%;
  height: 270px;
  margin-bottom: 33px;
  overflow: hidden;
}

.culture_main_2 .body li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 384px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.culture_main_2 .body li:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}

.culture_main_2 .body li .tit {
  background: url(../images/ctitline_2_bg.png) left bottom repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 137px;
  width: 100%;
}

.culture_main_2 .body li .tit img {
  float: left;
  margin-left: 20px;
  margin-top: 42px;
  margin-right: 8px;
  width: 70px;
}

.culture_main_2 .body li .tit h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 42px;
  font-weight: 400;
}

.culture_main_2 .body li .tit p {
  font-size: 16px;
  color: #fff;
}

.culture_main_2 .body li:nth-child(2) {
  width: 48%;
  float: left;
  height: 260px;
}

.culture_main_2 .body li:nth-child(2)::before,
.culture_main_2 .body li:nth-child(3)::before {
  height: 312px;
}

.culture_main_2 .body li:nth-child(3) {
  width: 48%;
  float: right;
  height: 260px;
}

.culture_main_2 .body li:hover {
  transition: ease-in-out .2s;
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}

.zhiNeng_main_1 {
  background: #ececec;
  position: relative;
  height: 650px;
}

.zhiNeng_main_1 .w1440 {
  top: -101px;
  z-index: 11;
  position: absolute;
  left: 50%;
  margin-left: -720px;
}

.zhiNeng_main_1 .w1440 .box1 {
  background: #fff;
  margin-bottom: 28px;
  overflow: hidden;
}

.zhiNeng_main_1 .w1440 .box1 .left {
  width: 50%;
  overflow: hidden;
}

.zhiNeng_main_1 .w1440 .box1 .left img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.zhiNeng_main_1 .w1440 .box1 .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 400px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.zhiNeng_main_1 .w1440 .box1 .right {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 30px;
  position: relative;
}

.zhiNeng_main_1 .w1440 .box1 .right img {
  float: left;
  margin-right: 5px;
}

.zhiNeng_main_1 .w1440 .box1 .right h3 {
  font-size: 32px;
  font-weight: 400;
  padding-top: 19px;
}

.zhiNeng_main_1 .w1440 .box1 .right p {
  font-size: 16px;
  line-height: 32px;
  padding-top: 29px;
}

.zhiNeng_main_1 .w1440 .box1:hover .left::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 60%;
  opacity: 1;
}

.zhiNeng_main_1 .w1440 .box2 li {
  float: left;
  width: 49%;
  position: relative;
  overflow: hidden;
}

.zhiNeng_main_1 .w1440 .box2 li img {
  width: 100%;
  display: block;
}

.zhiNeng_main_1 .w1440 .box2 li .tit {
  background: #272a44;
  color: #fff;
  height: 70px;
}

.zhiNeng_main_1 .w1440 .box2 li .tit img {
  width: 40px;
  float: left;
  margin-left: 30px;
  margin-top: 6px;
}

.zhiNeng_main_1 .w1440 .box2 li .tit h3 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 7px;
  margin-bottom: 4px;
}

.zhiNeng_main_1 .w1440 .box2 li .tit p {
  font-size: 14px;
  margin-left: 36px;
}

.zhiNeng_main_1 .w1440 .box2 li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 345px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.zhiNeng_main_1 .w1440 .box2 li:last-child {
  float: right;
}

.zhiNeng_main_1 .w1440 .box2 li:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}

.zhiNeng_main_2 {
  background: url(../images/zhiNeng_2.jpg) center center no-repeat;
  width: 100%;
  height: 700px;
  text-align: center;
}

.zhiNeng_main_2 h3 {
  font-size: 42px;
  padding-top: 340px;
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: big 5s infinite linear;
}

.yingyong_1 {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
  margin: 80px auto;
  padding: 33px 0;
}

.yingyong_1 .left {
  padding-left: 3%;
  width: 29%;
}

.yingyong_1 .left h3 {
  font-size: 42px;
  padding-top: 116px;
  margin-bottom: 28px;
}

.yingyong_1 .left span {
  display: block;
  width: 37px;
  height: 2px;
  background: #999;
  margin-bottom: 28px;
}

.yingyong_1 .left p {
  font-size: 16px;
  line-height: 26px;
}

.yingyong_1 .right {
  width: 63%;
  padding-right: 2%;
}

.yingyong_1 .right li {
  height: 512px;
  overflow: hidden;
  float: left;
  width: 32%;
  margin-left: 2%;
  position: relative;
  border-radius: 14px;
  transition: ease-in-out .2s;
}

.yingyong_1 .right li .on {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.yingyong_1 .right li .on i {
  width: 65px;
  height: 65px;
  background-position: -298px -116px;
  margin-top: 197px;
  border-radius: 100%;
}

.yingyong_1 .right li .on h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  opacity: 0;
  transition: ease-in-out .2s;
}

.yingyong_1 .right li:first-child {
  margin-left: 0;
}

.yingyong_1 .right li:hover .on {
  background: url(../images/yingyong_1_on.png);
}

.yingyong_1 .right li:hover .on h3 {
  opacity: 1;
  margin-top: 30px;
}

.yingyong_1 .right li:hover .on i {
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}

.yingyong_2 {
  padding-bottom: 83px;
}

.yingyong_2 .body {
  padding-top: 50px;
  text-align: center;
}

.yingyong_2 .body ul {
  display: inline-block;
}

.yingyong_2 .body li {
  float: left;
  display: inline-block;
  margin: 0 82px;
}

.yingyong_2 .body li h3 {
  font-size: 24px;
  padding-top: 16px;
}

.yingyong_2 .body li:hover {
  transform: translateY(-8px);
  transition: ease-in-out .2s;
}

.yingyong_main_3 {
  background: #272a44;
  padding-top: 73px;
}

.yingyong_main_3 .about_tit {
  /*background: url(../images/about_line3.png) center center no-repeat;*/
  color: #fff;
}

.yingyong_main_3 .body {
  margin-top: 73px;
  padding-bottom: 99px;
}

.yingyong_main_3 .body li {
  float: left;
  width: 22%;
  margin-left: 4%;
  position: relative;
}


.yingyong_main_3 .body li img {
  width: 96%;
  display: block;
  z-index: 9;
  position: relative;
}

.yingyong_main_3 .body li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 24px;
  color: #fff;
  z-index: 10;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}

.yingyong_main_3 .body li i {
  width: 39px;
  height: 24px;
  background-position: -203px -168px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -43px;
}

.yingyong_main_3 .body li:first-child {
  margin-left: 0;
}

.yingyong_main_3 .body li:last-child i {
  display: none;
}

.yingyong_main_3 .body li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-10px);
}

.yingyong_main_4 {
  padding-top: 75px;
}

.yingyong_main_4 .body {
  padding-top: 53px;
}

.yingyong_main_4 li {
  height: 564px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.yingyong_main_4 li .left {
  height: 564px;
}

.yingyong_main_4 li .left h3 {
  font-size: 36px;
  padding-top: 138px;
}

.yingyong_main_4 li .left h3 p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
  width: 380px;
}

.yingyong_main_4 li .left h3 i {
  width: 17px;
  height: 29px;
  background-position: 0 -144px;
  margin-right: 15px;
  margin-bottom: 2px;
}

.yingyong_main_4 li .right {
  height: 564px;
  width: 846px;
}

.yingyong_main_4 li .right img {
  margin-right: 58px;
}

.yingyong_main_4 li:nth-child(2n) {
  background: #fff;
}

.yingyong_main_4 li:nth-child(2n) .left {
  float: right;
  width: 416px;
  height: 564px;
}

.yingyong_main_4 li:nth-child(2n) .right {
  float: left;
}

.yingyong_main_4 li:nth-child(2n) .right img {
  margin-left: 30px;
  margin-right: 0;
}

.yingyong_main_4 li:hover .right img {
  transition: ease-in-out .2s;
  transform: translateX(-10px);
}

.shuanglun_banner {
  height: auto;
  position: relative;
}

.shuanglun_banner .sub_local {
  padding-top: 0px;
  position: absolute;
  z-index: 10;
  height: 152px;
  top: 50%;
  margin-top: -76px;
  width: 1440px;
  margin-left: -720px;
  left: 50%;
}

.shuanglun_banner .sub_local .sobtitle {
  font-size: 20px;
  margin-top: 20px;
}

.shuanglun_banner img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}

.shuanglun_main_1 {
  background: url(../images/shuanglun_1.jpg) center top no-repeat;
  width: 100%;
  height: 700px;
}

.shuanglun_main_1 .tit {
  text-align: center;
}

.shuanglun_main_1 .tit h3 {
  padding-top: 65px;
  font-size: 42px;
}

.shuanglun_main_1 .tit p {
  font-size: 20px;
  padding-top: 10px;
}

.shuanglun_main_1 .body {
  margin-top: 60px;
}

.shuanglun_main_1 .body li {
  float: left;
  margin-left: 2%;
  width: 32%;
  overflow: hidden;
  position: relative;
}

.shuanglun_main_1 .body li img {
  display: block;
  width: 100%;
}

.shuanglun_main_1 .body li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.shuanglun_main_1 .body li:first-child {
  margin-left: 0;
}

.shuanglun_main_1 .body li:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}

.shuanglun_main_2 {
  height: 700px;
}

.shuanglun_main_2 .slideTxtBox {
  text-align: left;
  position: relative;
}

.shuanglun_main_2 .slideTxtBox .hd {
  position: absolute;
  width: 1440px;
  left: 50%;
  margin-left: -720px;
  top: 84px;
  z-index: 10;
}

.shuanglun_main_2 .slideTxtBox .hd ul {
  width: 540px;
  float: left;
}

.shuanglun_main_2 .slideTxtBox .hd ul li {
  float: left;
  line-height: 60px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  width: 268px;
  height: 268px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  position: relative;
}

.shuanglun_main_2 .slideTxtBox .hd ul li .on {
  position: absolute;
  left: 0;
  top: 0px;
  background: #dc2828;
  opacity: 0;
  text-align: left;
  width: 100%;
  height: 100%;
}

.shuanglun_main_2 .slideTxtBox .hd ul li .on i {
  width: 95px;
  height: 95px;
  background-position: 0px -203px;
  margin-top: 22px;
  margin-left: 64px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li .on h3 {
  padding-left: 44px;
  transition: ease-in-out .2s;
}

.shuanglun_main_2 .slideTxtBox .hd ul li .on p {
  line-height: 18px;
  padding-left: 44px;
  padding-right: 30px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li i {
  width: 95px;
  height: 95px;
  background-position: 0px -203px;
  margin-top: 69px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li h3 {
  font-size: 32px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(1) {
  border-right: none;
  width: 269px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(2) i {
  background-position: -95px -203px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(3) i {
  background-position: -190px -203px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li:last-child {
  float: right;
  border-top: none;
  z-index: 11;
}

.shuanglun_main_2 .slideTxtBox .hd ul li a {
  color: #333;
}

.shuanglun_main_2 .slideTxtBox .hd ul li.on {
  border: 1px solid #dc2828;
}

.shuanglun_main_2 .slideTxtBox .hd ul li.on .on {
  opacity: 1;
}

.shuanglun_main_2 .slideTxtBox .hd ul li.on .on i {
  transition: ease-in-out .2s;
  margin-left: 44px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li.on:nth-child(1) {
  width: 268px;
}

.shuanglun_main_2 .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.shuanglun_main_2 .slideTxtBox .bd ul {
  zoom: 1;
  width: 100%;
  overflow: hidden;
}

.shuanglun_main_2 .slideTxtBox .bd li {
  width: 100%;
  height: 700px;
}

.shuanglun_main_2 .slideTxtBox .bd li .box {
  padding-left: 685px;
  color: #fff;
}

.shuanglun_main_2 .slideTxtBox .bd li .box h3 {
  font-size: 42px;
  padding-top: 268px;
  font-weight: 400;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.shuanglun_main_2 .slideTxtBox .bd li .box p {
  font-size: 24px;
  width: 465px;
  padding-top: 25px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.quanqiu_main_1 {
  height: 760px;
}

.quanqiu_main_1 .slideTxtBox {
  text-align: left;
  position: relative;
  height: 100%;
}

.quanqiu_main_1 .slideTxtBox .hd {
  position: absolute;
  height: 60px;
  left: 0;
  bottom: 72px;
  width: 100%;
  z-index: 10;
}

.quanqiu_main_1 .slideTxtBox .hd ul {
  width: 100%;
  float: left;
}

.quanqiu_main_1 .slideTxtBox .hd ul li {
  float: left;
  line-height: 68px;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  height: 68px;
  font-size: 20px;
  background: #7e7e7e;
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .hd ul li i {
  width: 40px;
  height: 40px;
  background-position: -371px -119px;
  margin-right: 21px;
  margin-bottom: 4px;
  margin-left: 22px;
  transition: ease-in-out 0.2s;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(2) i {
  background-position: -411px -119px;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(3) i {
  background-position: -451px -119px;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:last-child {
  margin-right: 0;
}

.quanqiu_main_1 .slideTxtBox .hd ul li a {
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .hd ul li.on {
  background: linear-gradient(to right bottom, #2256ea, #3881f8);
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .bd ul {
  zoom: 1;
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li {
  width: 100%;
  height: 700px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box {
  padding-left: 37px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .tit {
  border-bottom: 1px solid #e7e7e7;
  width: 538px;
  font-size: 42px;
  padding-top: 60px;
  padding-bottom: 27px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc p {
  font-size: 16px;
  line-height: 36px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .pc {
  font-size: 24px;
  line-height: 36px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc {
  width: 1200px;
  height: 556px;
  margin: 0 auto;
  position: relative;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc dl {
  height: 556px;
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc dd {
  width: 210px;
  font-size: 16px;
  height: 60px;
  line-height: 44px;
  text-align: center;
  transition: ease-in-out .2s;
  z-index: 6;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc.bom dd i {
  width: 21px;
  margin: 0 auto;
  height: 29px;
  display: block;
  background: url(../images/zx_04.png) center center no-repeat;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc dd i {
  width: 21px;
  margin: 0 auto;
  height: 29px;
  display: block;
  background: url(../images/zx_03.png) center center no-repeat;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd1 {
  position: absolute;
  left: 127px;
  top: 132px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd2 {
  position: absolute;
  left: 143px;
  top: 200px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd3 {
  position: absolute;
  left: 484px;
  top: 147px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd4 {
  position: absolute;
  left: 604px;
  top: 98px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd5 {
  position: absolute;
  left: 745px;
  top: 81px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd6 {
  position: absolute;
  left: 498px;
  top: 301px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd7 {
  position: absolute;
  left: 546px;
  top: 347px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd8 {
  position: absolute;
  left: 790px;
  top: 208px
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd9 {
  position: absolute;
  left: 858px;
  top: 187px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd10 {
  position: absolute;
  left: 905px;
  top: 170px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd11 {
  position: absolute;
  left: 887px;
  top: 330px;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc .dd12 {
  position: absolute;
  left: 915px;
  top: 405px;
}


.quanqiu_main_1 .slideTxtBox .bd li .bon .dd1 i,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd4 i,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd5 i,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd6 i,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd7 i,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd11 i,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd12 i {
  display: none;
}




.quanqiu_main_1 .slideTxtBox .bd li .bom .dd2 i,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd3 i,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd8 i,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd9 i,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd10 i {
  display: none;
}


.quanqiu_main_1 .slideTxtBox .bd li .bon .dd1 span,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd4 span,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd5 span,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd6 span,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd7 span,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd11 span,
.quanqiu_main_1 .slideTxtBox .bd li .bon .dd12 span {
  display: none;
  margin-top: 29px;
}

.quanqiu_main_1 .slideTxtBox .bd li .bom .dd2 span,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd3 span,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd8 span,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd9 span,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd10 span {
  display: none;
  margin-top: 29px;
}


.quanqiu_main_1 .slideTxtBox .bd li .bom .dd2,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd3,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd8,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd9,
.quanqiu_main_1 .slideTxtBox .bd li .bom .dd10 {
  display: none;
}



.quanqiu_main_1 .slideTxtBox .bd li .box .ss {
  width: 605px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss b {
  font-size: 60px;
  margin-right: 10px;
  font-weight: 400;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss span {
  font-size: 36px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 49px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss .left {
  width: 335px;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss .right {
  width: 270px;
}

.quanqiu_main_2 {
  background: url(../images/quanqiu_bg2.jpg) center top no-repeat;
  height: 540px;
  padding-top: 93px;
}

.quanqiu_main_2 .about_tit {
  color: #fff;
  background: url(../images/about_line.png) center center no-repeat;
}

.quanqiu_main_2 .body {
  background: url(../images/quanqiu_bg2_1.jpg);
  width: 1200px;
  height: 300px;
  margin: 33px auto 0;
  overflow: hidden;
}

.quanqiu_main_2 .body li {
  float: left;
  margin-left: 1px;
  overflow: hidden;
  margin-top: 1px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.quanqiu_main_2 .body li img {
  width: 298px;
  height: 97px;
  display: block;
  transition: ease-in-out .2s;
}

.quanqiu_main_2 .body li:nth-child(6) {
  margin-left: 599px;
  border-left: 1px solid #ddd;
  border-right: none;
}

.quanqiu_main_2 .body li:nth-child(7),
.quanqiu_main_2 .body li:nth-child(8),
.quanqiu_main_2 .body li:nth-child(9),
.quanqiu_main_2 .body li:nth-child(10) {
  border-bottom: none;
}

.quanqiu_main_2 .body li:nth-child(8),
.quanqiu_main_2 .body li:nth-child(9) {
  border-top: 1px solid #ddd;
  margin-top: -1px;
}

.quanqiu_main_2 .body li:hover img {
  transform: scale(1.1);
}

.shili_1 {
  position: relative;
  height: 601px;
  z-index: 10;
}

.shili_1 .left {
  width: 32%;
  position: absolute;
  left: 0;
  background: #414773;
  height: 652px;
  bottom: 97px;
}

.shili_1 .left h3 {
  font-size: 28px;
  color: #fff;
  padding: 40px 40px 20px;
}

.shili_1 .left p {
  font-size: 16px;
  color: #fff;
  padding: 0 40px;
  line-height: 36px;
}

.shili_1 .left img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.shili_1 .right {
  width: 66%;
  margin-top: 71px;
  position: relative;
  overflow: hidden;
  height: 433px;
}

.shili_1 .right .tit {
  color: #fff;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  width: 78px;
  padding-top: 109px;
  float: left;
  background: #414773;
  height: 324px;
}

.shili_1 .right span {
  position: absolute;
  display: block;
  left: 61px;
  line-height: 433px;
  height: 433px;
  z-index: 10;
  top: 0;
  color: #fff;
  font-size: 20px;
}

.shili_1 .right ul {
  float: right;
  width: calc(100% - 78px);
}

.shili_1 .right li {
  float: left;
  width: 33.333%;
  position: relative;
}

.shili_1 .right li img {
  width: 100%;
}

.shili_1 .right li .on {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  background: url(../images/shili_on.png) left bottom repeat-x;
  height: 100%;
  opacity: 0;
  transition: ease-in-out .2s;
}

.shili_1 .right li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/ctitline_2_bg.png) left bottom repeat-x;
  height: 137px;
}

.shili_1 .right li .txt h3 {
  font-size: 24px;
  color: #fff;
  padding: 0 25px;
  padding-bottom: 20px;
  padding-top: 80px;
}

.shili_1 .right li .on h3 {
  font-size: 24px;
  color: #fff;
  padding: 0 25px;
  padding-bottom: 20px;
  padding-top: 203px;
}

.shili_1 .right li .on p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0 25px;
}

.shili_1 .right li:hover .on {
  top: 0;
  opacity: 1;
}

.shili_1 .right li:hover .txt {
  opacity: 0;
}

.shili_main_2 {
  background: url(../images/shili_bg2.jpg) center top no-repeat;
  width: 100%;
  height: 652px;
  padding-top: 48px;
}

.shili_main_2 .about_tit {
  color: #fff;
  background: url(../images/about_line4.png) center center no-repeat;
}

.shili_main_2 .body {
  width: 1081px;
  margin: 37px auto 0;
}

.shili_main_2 .body .left {
  width: 553px;
}

.shili_main_2 .body .right {
  width: 507px;
}

.shili_main_2 .body li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
}

.shili_main_2 .body li img {
  width: 100%;
}

.shili_main_2 .body li .on {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  background: url(../images/shili_on.png) left bottom repeat-x;
  height: 100%;
  transition: ease-in-out .2s;
  opacity: 0;
}

.shili_main_2 .body li .on h3 {
  font-size: 24px;
  color: #fff;
  padding: 0 25px;
  padding-bottom: 20px;
  padding-top: 150px;
  transition: ease .3s;
}

.shili_main_2 .body li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/ctitline_2_bg.png) left bottom repeat-x;
  height: 200px;
  transition: ease-in-out .2s;
}

.shili_main_2 .body li .txt h3 {
  font-size: 24px;
  color: #fff;
  padding: 0 25px;
  padding-bottom: 20px;
  padding-top: 150px;
  transition: ease .3s;
}

.shili_main_2 .body .left li .on h3 {
  padding-top: 120px;
}

.shili_main_2 .body li .on p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0 25px;
}

.shili_main_2 .body li:hover .on {

  top: 0;
  opacity: 1;
}

.shili_main_2 .body li:hover .txt {
  opacity: 0;
}

.shili_main_2 .body .right li .on h3 {
  padding-top: 382px;
  transition: ease .4s;
}

.shili_3 {
  padding-top: 108px;
}

.shili_3 li {
  margin-bottom: 100px;
  height: 435px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.shili_3 li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 435px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.shili_3 li:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}

.shili_3 li a h3 {
  font-size: 42px;
  padding-bottom: 20px;
  padding-left: 84px;
  padding-top: 134px;
  color: #fff;
}

.shili_3 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.shili_3 li a p {
  font-size: 16px;
  line-height: 30px;
  padding-left: 84px;
  width: 530px;
  color: #fff;
}

.shili_3 li:last-child h3 {
  padding-left: 930px;
}

.shili_3 li:last-child p {
  padding-left: 930px;
  width: 440px;
}

.news_wrapper {
  padding-top: 60px;
}

.menuer {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 65px;
}

.menuer .common_nav {
  position: relative;
  top: 0;
  height: 65px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.menuer .common_nav .mitem {
  float: left;
  width: 14%;
  height: 65px;
  text-align: left;
  border-right: 1px solid #ddd;
}

.menuer .common_nav .mitem .mt {
  display: block;
  height: 62px;
  font-size: 20px;
  line-height: 62px;
  text-align: center;
  font-weight: lighter;
  color: #333;
}

.menuer .common_nav .mitem.hover .mt {

  color: #2c76ac;
  border-bottom: 3px solid #2c76ac;
}

.menuer .common_nav .mitem:hover .mt {

  color: #2c76ac;
}

.menuer .common_nav .nav_sub {
  display: none;
}

.din {
  width: 100%;
}

.din ul {
  width: 100%;
  display: inline-block;
  margin-top: 60px;
  background-color: #fff;
}

.din li {
  float: left;
  width: 14%;
  height: 40px;
  text-align: left;
  border-right: 1px solid #ddd;
}

.din li a {
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
}

.din li.on a {
  font-weight: bold;
  color: #fff;
  background-color: #2c76ac;
}

.din li:hover a {
  font-weight: bold;
  color: #fff;
  background-color: #2c76ac;
}

/* reLink */
.reLink {
  margin-top: 60px;
  height: 80px;
  box-sizing: border-box;
  background: #878f9f;
}

.reLink .prevLink,
.reLink .nextLink {
  position: relative;
  float: left;
  width: 50%;
  height: 80px;
}

.reLink .prevLink .txt {
  padding: 20px 50px;
  margin-left: 50px;
  height: 80px;
  box-sizing: border-box;
  background: url("../images/nico-prev.png") no-repeat left center;
  transition: all ease 0.36s;
}

.reLink .prevLink .txt .tit {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.reLink .prevLink .txt .sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.reLink .prevLink .img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 135px;
  opacity: 0;
  transition: all ease 0.36s;
}

.reLink .prevLink img {
  display: block;
  width: 135px;
  object-fit: contain;
}

.reLink .nextLink .txt {
  padding: 20px 50px;
  margin-right: 50px;
  height: 80px;
  box-sizing: border-box;
  background: url("../images/nico-next.png") no-repeat right center;
  transition: all ease 0.36s;
}

.reLink .nextLink .txt .tit {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: right;
}

.reLink .nextLink .txt .sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: right;
}

.reLink .nextLink .img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 135px;
  opacity: 0;
}

.reLink .nextLink img {
  display: block;
  width: 135px;
  object-fit: contain;
}

.reLink .prevLink:hover {
  background: #2c76ac;
}

.reLink .prevLink:hover .img {
  right: 20px;
  transition: all ease 0.36s;
  opacity: 1;
}

.reLink .prevLink:hover .txt {
  padding-left: 44px;
  transition: all ease 0.36s;
}

.reLink .nextLink:hover {
  background: #2c76ac;
}

.reLink .nextLink:hover .img {
  left: 20px;
  transition: all ease 0.36s;
  opacity: 1;
}

.reLink .nextLink:hover .txt {
  padding-right: 44px;
  transition: all ease 0.36s;
}

/* 产品详情pronav */
.menuer_prod {
  position: absolute;
  bottom: -90px;
  width: 100%;
  height: 120px;
}

.menuer_prod .pro_nav {
  position: relative;
  height: 120px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.menuer_prod .pro_nav .mitem {
  position: relative;
  /* padding-left:50px; */
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 120px;
}

.menuer_prod .pro_nav .mitem .mt {
  position: relative;
  padding-left: 80px;
  height: 120px;
  width: calc(20%);
  /* margin-left: 50px; */
  font-size: 24px;
  text-align: center;
  line-height: 120px;
  color: #333;
  background: url("../images/pronav_li.png") no-repeat 50px center;
}

.menuer_prod .pro_nav .mitem:before {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  display: block;
  width: 1px;
  height: 120px;
  background: #ddd;
}

.menuer_prod .pro_nav .mitem:first-child:before {
  display: none;
}

.menuer_prod .pro_nav .mitem.hover .mt {
  font-weight: bold;
  color: #2c76ac;
  border-bottom: 3px solid #2c76ac;
  background: url("../images/pronav_li_h.png") no-repeat 50px center;
}

.menuer_prod .pro_nav .mitem:hover .mt {
  font-weight: bold;
  color: #2c76ac;
  background: url("../images/pronav_li_h.png") no-repeat 50px center;
}

/* product_center */
.ny_wrapper {
  padding-bottom: 100px;
  background: #fbfbfb;
}

.product_wrapper {
  padding-bottom: 80px;
}

.product_center {
  padding-top: 60px;
}

.pro_detail {
  display: inline-block;
  width: 100%;
  padding-top: 80px;
}

.product_lb {
  display: inline-block;
  width: 100%;
}

.product_lb .product_lz {
  width: 21.4%;
  float: left;
}

.product_lb .product_lz h3 {
  font-size: 32px;
  color: #2c76ac;
  line-height: 40px;
  font-weight: bold;
  font-family: 'LiSu';
}

.product_lb .product_lz .nav_list {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.product_lb .product_lz .nav_list li {
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
}

.product_lb .product_lz .nav_list li .mt {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;/display: flex;
  align-items: center;
  background-color: #e8edf0;
  border-radius: 5px;
}

.product_lb .product_lz .nav_list li .mt span {
  display: block;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  padding-left: 20px;
}

.product_lb .product_lz .nav_list li .mt i {
  display: block;
  width: 7px;
  height: 11px;
  background-position: -388px -30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.product_lb .product_lz .nav_list li:hover .mt,
.product_lb .product_lz .nav_list li.hover .mt {
  background-color: #2c76ac;
}

.product_lb .product_lz .nav_list li:hover .mt span,
.product_lb .product_lz .nav_list li.hover .mt span {
  color: #fff;
}

.product_lb .product_lz .nav_list li:hover .mt i,
.product_lb .product_lz .nav_list li.hover .mt i {
  background-position: -401px -30px;
}

.product_lb .product_lz .nav_list li .sub {
  display: none;
}

.product_lb .product_lz .nav_list li.hover .sub {
  display: block;
}

.product_lb .product_lz .nav_list li .sub a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: #ddd solid 1px;
  padding-left: 7%;
  width: 93%;
}

.product_lb .product_lz .nav_list li .sub a i {
  display: block;
  width: 7px;
  height: 11px;
  background-position: -388px -30px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.product_lb .product_lz .nav_list li .sub a.on {
  color: #2c76ac;
}

.product_lb .product_lz .nav_list li:hover .sub a,
.product_lb .product_lz .nav_list li.on .sub a {
  background-position: -401px -30px;
}


.jiejue_x .product_lb .product_lz .nav_list li {
  height: 90px;
}

.jiejue_x .product_lb .product_lz .nav_list li a span {
  line-height: 24px;
  padding-left: 20px;
  width: 58%;
}

.jiejue_x .product_lb .product_lz .nav_list li a i {
  top: 38px;
}

.jiejue_x .product_lb .product_lz .nav_list li:hover,
.jiejue_x .product_lb .product_lz .nav_list li.hover {
  background: url(../images/j23_03.jpg) no-repeat center center;
}

.nav_lb {
  width: 100%;
  padding-bottom: 46px;
}

.nav_lj {
  width: 100%;
  padding-top: 5px;
}

.nav_lj ul {
  display: inline-block;
  width: 100%;
}

.nav_lj ul li {
  width: 100%;
  display: inline-block;
  border: #ddd solid 1px;
  border-radius: 5px;
  margin-top: 16px;
  transition: all ease 0.36s;
}

.nav_lj ul li .m {
  float: left;
  width: 45%;
}

.nav_lj ul li .m img {
  display: block;
  width: 100%;
}

.nav_lj ul li .i {
  float: left;
  width: 45%;
  padding-left: 5%;
}

.nav_lj ul li .i h5 {
  font-size: 16px;
  line-height: 16px;
  padding-top: 16px;
  padding-bottom: 10px;
}

.nav_lj ul li .i p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.nav_lj ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.product_body .product_st {
  width: 100%;
  padding-top: 60px;
}

.product_body .product_st .item {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
  padding-bottom: 159px;
}

.product_body .product_st .item .txt {
  display: block;
  padding: 28px 37px 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: height ease-in-out .2s;
  height: 159px;
}

.product_body .product_st .item .txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 34px;
  transition: ease-in-out .2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.product_body .product_st .item .txt p {
  line-height: 24px;
  color: #666;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_body .product_st .item .txt .span {
  margin-top: 18px;
  height: 0;
  overflow: hidden;
  display: block;
  transition: ease-in-out .2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.product_body .product_st .item .txt .span span {
  display: block;
  width: 49%;
  float: left;
  background: #eef3f6;
  color: #333;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 36px;
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_body .product_st .item .txt .span span:nth-child(2n) {
  float: right;
}

.product_body .product_st .item:nth-child(3n) {
  margin-right: 0;
}

.product_body .product_st .item .img {
  position: relative;
  display: block;
  width: 100%;
  height: 218px;
  overflow: hidden;
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: flex;
  border-bottom: #f5f5f5 solid 1px;
}

.product_body .product_st .item .img img {
  display: block;
  width: 85%;
}

.product_body .product_st .item:hover {
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.product_body .product_st .item:hover .txt {
  height: 259px;
}

.product_body .product_st .item:hover .txt h3 {
  color: #2c76ac;
}

.product_body .product_st .item:hover .txt h3 b {
  background: #2c76ac;
}

.product_body .product_st .item:hover .span {
  height: auto;
  transition: ease-in-out .2s;
}







.solute_x1 {
  display: inline-block;
  width: 100%;
  border: #d6dde1 solid 1px;
  position: relative;
}

.solute_x1 .img {
  display: block;
  width: 62.5%;
  float: left;
  position: relative;
}

.solute_x1 .img img {
  display: block;
  width: 100%;
}

.solute_x1 .img .cut3video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.solute_x1 .im_y {
  float: right;
  width: 33%;
}

.solute_x1 .im_y h3 {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  padding-right: 7%;
  padding-top: 10%;
}

.solute_x1 .im_y h4 {
  font-size: 16px;
  color: #ccc;
  line-height: 16px;
  padding-top: 3%;
}

.solute_x1 .im_y p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  padding-top: 5%;
  padding-right: 8%;
}

.solute_x1 a {
  display: block;
  width: 150px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #2c76ac;
}

.solute_x1 a:hover {
  background-color: #023a9d;
}

.solute_x2 {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.solute_x2 h3 {
  font-size: 24px;
  color: #2c76ac;
  line-height: 24px;
  font-weight: bold;
  background: url(../images/j25_03.png) no-repeat left center;
  padding-left: 20px;
}

.solute_x2 .solute_x21 {
  border: #d6dde1 solid 1px;
  width: 92%;
  padding: 4%;
  margin-top: 20px;
}

.solute_x22 {
  border: #d6dde1 solid 1px;
  width: 100%;
  margin-top: 20px;
  padding: 4% 0;
}

.solute_x22 ul {
  display: inline-block;
  width: 100%;
}

.solute_x22 ul li {
  text-align: center;
  width: 25%;
  float: left;
}

.solute_x22 ul li img {
  display: block;
  width: 65.8%;
  margin: 0 auto;
}

.solute_x22 ul li p {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  padding-top: 4%;
}

.solute_x32 {
  border: #d6dde1 solid 1px;
  width: 92%;
  margin-top: 20px;
  padding: 4%;
  position: relative;
}

.solute_x32 .hd {
  position: absolute;
  right: 0;
  top: -40px;
}

.solute_x32 .hd ul {
  display: inline-block;
}

.solute_x32 .hd ul li {
  float: left;
  margin-left: 50px;
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 18px;
  height: 40px;
}

.solute_x32 .hd ul li i {
  transition: all ease 0.36s;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2c76ac;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.solute_x32 .hd ul li.on {
  color: #2c76ac;
  font-weight: bold;
}

.solute_x32 .hd ul li.on i {
  opacity: 1;
}


@media (max-width: 1660px) {
  .nav_lj ul li .i h5 {
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .solute_x1 .im_y h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 8%;
    padding-right: 8%;
  }

  .solute_x1 .im_y p {
    line-height: 22px;
  }

}


.product_lb .product_st {
  width: 100%;
}

.product_center .prolist .list {
  width: 105%;
}

.product_center .prolist li {
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
  /* width: 30.3%; */
  width: 22.2%;
  border-radius: 10px;
  background: #fff;
  transition: all ease 0.36s;
  box-shadow: 2px 0px 4px rgba(24, 32, 51, 0.1);
}

.product_center .prolist li .m {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: #e8e8e8 solid 1px;
}

.product_center .prolist li .m img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.product_center .prolist li .m i {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #2c76ac;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.36s;
}

.product_center .prolist li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.product_center .prolist li .i {
  display: block;
  padding: 0 4%;
  width: 92%;
}

.product_center .prolist li .i h3 {
  font-size: 16px;
  color: #;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.product_center .prolist li:hover .i h3 {
  font-weight: bold;
}

.product_center .prolist li .i p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.product_center .prolist li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.product_center .prolist li:hover .m i {
  opacity: 1;
}


.product_center.product_cbv .prolist li {
  width: 22.2%;
}


.product_center.product_cenj .prolist li {
  height: auto;
  text-align: center;
}

.product_center.product_cenj .prolist li .i h3 {
  border-bottom: none;
  padding-bottom: 0px;
}



.product_center .prolist1 .list {
  width: 105%;
}

.product_center .prolist1 li {
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
  width: 22.2%;
  border: #d6dde1 solid 1px;
  background: #fff;
  transition: all ease 0.36s;
}

.product_center .prolist1 li .m {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: #e8e8e8 solid 1px;
}

.product_center .prolist1 li .m img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.product_center .prolist1 li .m i {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #2c76ac;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.36s;
}

.product_center .prolist1 li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.product_center .prolist1 li .i {
  display: block;
  padding: 5%;
  width: 90%;
}

.product_center .prolist1 li .i h3 {
  font-size: 20px;
  color: #;
  line-height: 20px;
  display: inline-block;
}

.product_center .prolist1 li .i span {
  display: inline-block;
  font-size: 12px;
  padding-left: 4px;
  color: #999;
}

.product_center .prolist1 li:hover .i h3 {
  font-weight: bold;
}

.product_center .prolist1 li .i p {
  display: block;
  font-size: 14px;
  height: 40px;
  color: #999;
  line-height: 22px;
  background: url(../images/j19_031.png) no-repeat 0 4px;
  padding-left: 22px;
  margin-top: 8px;
}

.product_center .prolist1 li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.product_center .prolist1 li:hover .m i {
  opacity: 1;
}


.product_center .prolist2 .list {
  width: 105%;
}

.product_center .prolist2 li {
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
  width: 21.2%;
  padding: 0.5%;
  border-radius: 10px;
  box-shadow: 2px 0px 4px rgba(24, 32, 51, 0.1);
  background: #fff;
  transition: all ease 0.36s;
}

.product_center .prolist2 li .m {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: #e8e8e8 solid 1px;
}

.product_center .prolist2 li .m img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.product_center .prolist2 li .m i {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #2c76ac;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.36s;
}

.product_center .prolist2 li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.product_center .prolist2 li .i {
  display: block;
  padding: 5%;
  width: 90%;
}

.product_center .prolist2 li .i h3 {
  font-size: 20px;
  color: #;
  line-height: 20px;
  display: inline-block;
}

.product_center .prolist2 li .i h3 span {
  padding-right: 4px;
}

.product_center .prolist2 li .i p span {
  display: inline-block;
  font-size: 12px;
  padding-left: 4px;
  color: #999;
}

.product_center .prolist2 li:hover .i h3 {
  font-weight: bold;
}

.product_center .prolist2 li .i p {
  display: block;
  font-size: 14px;
  height: 40px;
  color: #999;
  line-height: 22px;
  margin-top: 8px;
}

.product_center .prolist2 li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.product_center .prolist2 li:hover .m i {
  opacity: 1;
}



.product_detailc {
  background-color: #fbfbfb;
  width: 100%;
}

@media (max-width: 1660px) {}

/* 产品中心-详情 */
.product_detail_wrapper {
  padding-bottom: 80px;
}

.product_detail {
  padding-top: 60px;
}

.pro_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(24, 32, 51, 0.1);
}

/*****showProduct****/
.showProduct {
  position: relative;
  width: 600px;
}

.showProduct .showImg {
  float: left;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.showProduct .photo {
  position: relative;
  width: 100%;
  border-right: rgba(24, 32, 51, 0.05) solid 1px;
}

.showProduct .photo .jqzoom {
  width: 100%;
  position: relative;
  height: 450px;
  padding: 0;
}

.showProduct .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}

.showProduct .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=50);
}

.showProduct .photo .img {
  width: 100%;
  height: 100%;
  display: block;
}

.showProduct .photo .bigimg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.showProduct .photo .bigimg .list {
  width: 1000%;
  position: relative;
}

.showProduct .photo .bigimg .list li {
  position: relative;
  display: block;
  width: 600px;
  height: 450px;
  float: left;
}

.showProduct .photo .bigimg .list img {
  position: relative;
  display: block;
  transition: all ease 300ms;
}

.showProduct .photo .bigimg .list li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.showProduct .photo .bigimg .list li:hover:before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
  nimation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.showProduct .photo .photoimg {
  width: 90%;
  display: none;
  position: absolute;
  left: 5%;
  bottom: 0%;
  z-index: 12;
  height: 122px;
}

.showProduct .photo .photoimg .list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.showProduct .photo .photoimg .listcon {
  width: 300%;
  position: relative;
}

.showProduct .photo .photoimg .listcon li {
  width: 120px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 10px;
}

.showProduct .photo .photoimg .listcon li img {
  width: 80%;
  border: #f4f4f4 solid 1px;
  border-radius: 5px;
  display: block;
  padding: 10%;
}

.showProduct .photo .photoimg .listcon li:hover img,
.showProduct .photo .photoimg .listcon li.on img {
  border: 1px solid #2c76ac;
}

.showProduct .photo .prev,
.showProduct .photo .next {
  width: 26px;
  height: 60px;
  z-index: 10;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background: #ddd url("../images/show-pro-btn.png") no-repeat 0 center;
  border-radius: 3px;
  margin-top: -30px;
}

.showProduct .photo .prev:hover,
.showProduct .photo .next:hover {
  background-color: #ccc;
}

.showProduct .photo .prev {
  left: 0;
  background-position: 8px center;
}

.showProduct .photo .next {
  right: 0;
  background-position: -64px center;
}

/* .showProduct .photo .bigimg .list li:hover img{filter:brightness(105%);-webkit-filter:brightness(105%);} */
.pro_top .imgtxtcon {
  position: relative;
  width: 45%;
  box-sizing: border-box;
}

.pro_top .imgtxtcon .tit {
  padding-top: 7%;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #1d83d7;
}

.pro_top .imgtxtcon .desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 30px;
  height: 200px;
  color: #666;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.pro_top .imgtxtcon .desc .p {
  width: 70%;
  font-size: 14px;
  line-height: 24px;
  padding-top: 0;
}

.pro_top .imgtxtcon .desc .img {
  width: 25%;
  text-align: center;
}

.pro_top .imgtxtcon .desc .img p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding-top: 8px;
}


.pro_top .imgtxtcon .n {
  width: 70%;
  padding-top: 20px;
}

.pro_top .imgtxtcon .n p {
  width: 100%;
}

.pro_top .imgtxtcon .n p span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  padding: 14px 0;
  border-bottom: #eee solid 1px;
}

.pro_top .imgtxtcon .p {
  width: 70%;
  padding-top: 20px;
}

.pro_top .imgtxtcon .p p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.pro_top .imgtxtcon .p p span {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-top: 16px;
  width: 44%;
  position: relative;
  padding-left: 6%;
}

.pro_top .imgtxtcon .p p span::before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}





.pro_top .imgtxtcon .public-btn {
  border: #2c76ac solid 1px;
  margin-top: 4%;
  background-color: transparent;
  color: #2c76ac;
}

.pro_top .imgtxtcon .public-btn span {
  background-color: #2c76ac;
}

.pro_top .imgtxtcon .public-btn span i {
  background-position: -0px -355px;
}

.pro_top .imgtxtcon .wx {
  position: absolute;
  bottom: 14%;
  left: 14%;
  display: block;
  width: 200px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-indent: 60px;
  color: #fff;
  background: url("../images/pro_arr.png") no-repeat 140px center #2c76ac;
  transition: all ease 0.36s;
  z-index: 14;
}

.pro_top .imgtxtcon .wx:hover {
  text-indent: 64px;
  color: #fff;
  background-color: #2c76ac;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

.pro_cont {
  padding: 3%;
  margin-top: 50px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0px 1px 1px rgb(0 0 0 / 10%);
}

.pro_cont .pro_left {
  float: left;
  width: 33%;
}

.pro_cont .pro_left .pro_t {
  padding-top: 100px;
  border-top: 1px solid #ccc;
}

.pro_cont .pro_t .pro_tit {
  font-size: 34px;
  line-height: 34px;
  color: #333;
}

.pro_cont .pro_t .pro_b {
  padding-top: 80px;
}

.pro_cont .pro_t .pro_b .ite {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  border-bottom: 1px dashed #ddd;
  min-height: 50px;
  padding: 15px 0;
  box-sizing: border-box;
}

.pro_cont .pro_t .pro_b .it2 {
  margin-left: 24px;
  color: #666;
}

.pro_cont .pro_right {
  width: 100%;
}

.pro_cont .pro_right h3 {
  font-size: 36px;
  color: #333;
  padding-bottom: 20px;
  font-weight: bold;
}

.pro_cont .pro_right .pro_context {
  line-height: 36px;
}

.pro_cont .pro_context img {
  max-width: 100%;
}

.pro_cont .reLink .prevLink .img {
  width: 100px;
  height: 75px;
}

.pro_cont .reLink .prevLink img {
  width: 100px;
  height: 75px;
}

.pro_cont .reLink .nextLink .img {
  width: 100px;
  height: 75px;
}

.pro_cont .reLink .nextLink img {
  width: 100px;
  height: 75px;
}

@media (max-width: 1660px) {
  .showProduct {
    width: 540px;
  }

  .showProduct .photo .jqzoom {
    width: 540px;
    height: 405px;
  }

  .showProduct .photo .bigimg .list li {
    width: 540px;
    height: 405px;
  }

  .showProduct .photo .photoimg .listcon li {
    width: 102px;
  }

  .pro_top .imgtxtcon .wx {
    bottom: 13%;
  }

  .pro_top .imgtxtcon .desc {
    height: 145px;
  }
}


.detail_js {
  width: 100%;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}

.detail_js .w1400 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.detail_js .detail_js1 {
  width: 71%;
  position: relative;
}

.detail_js .detail_js11 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 86px;
}

.detail_js .detail_js11 h3 {
  font-size: 36px;
  line-height: 52px;
  color: #333;
  font-weight: bold;
}

.detail_js .detail_js11 a {
  width: 182px;
  height: 52px;
  font-size: 20px;
  line-height: 52px;
  color: #fff;
  border-radius: 5px;
  background-color: #1497de;
  text-align: center;
}

.detail_js .detail_js11 a:hover {
  background-color: #0e89cc;
}

.detail_js .detail_js1 .p {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  margin-top: 28px;
}

.detail_js .detail_js12 {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.detail_js .detail_js12 .bd ul {
  display: inline-block;
  width: 100%;
}

.detail_js .detail_js12 .bd ul li {
  width: 316px;
  margin-right: 18px;
  background-color: #fff;
}

.detail_js .detail_js12 .bd ul li .img {
  display: block;
  width: 100%;
  height: 236px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.detail_js .detail_js12 .bd ul li .img img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.detail_js .detail_js12 .bd ul li h3 {
  font-size: 18px;
  line-height: 56px;
  background-color: #f0f0f0;
  text-align: center;
}

@media (max-width: 1660px) {
  .detail_js .detail_js1 .p {
    font-size: 20px;
    line-height: 34px;
    margin-top: 28px;
  }

  .detail_js .detail_js2 img {
    width: 546px;
  }

  .detail_js .detail_js12 .bd ul li {
    width: 290px;
  }
}

.detail_js .detail_js2 {
  width: 25%;
  position: relative;
}

.detail_js .detail_js2 img {
  display: block;
  width: 610px;
  margin-right: -260px;
  max-width: initial;
}

.detail_td {
  width: 100%;
  padding: 0px 0 100px;
  position: relative;
  background-color: #fff;
}

.detail_td .detail_td1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  background-color: #fbfbfb;
}

.detail_td .detail_td1 .detail_td11 {
  width: 50%;
}

.detail_td .detail_td1 .detail_td11 img {
  display: block;
  width: 100%;
}

.detail_td .detail_td1 .detail_td12 {
  width: 44.6%;
  margin-right: 2.6rem;
}

.detail_td .detail_td1 .detail_td12 ul {
  width: 100%;
  position: relative;
  padding-top: 26px;
}

.detail_td .detail_td1 .detail_td12 ul li {
  width: 100%;
  border-bottom: #dcdcdc solid 1px;
  padding: 24px 0;
  position: relative;
}

.detail_td .detail_td1 .detail_td12 ul li.li5 {
  border-bottom: none;
}

.detail_td .detail_td1 .detail_td12 ul li .w {
  width: 100%;
  display: inline-block;
  position: relative;
}

.detail_td .detail_td1 .detail_td12 ul li .w h3 {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  float: left;
  width: 42%;
  font-weight: bold;
}

.detail_td .detail_td1 .detail_td12 ul li .w b {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  background-position: 0px -473px;
}

.detail_td .detail_td1 .detail_td12 ul li .w p {
  font-size: 60px;
  color: #eff4fb;
  line-height: 50px;
  font-family: Arial;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -10px;
}

.detail_td .detail_td1 .detail_td12 ul li .p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  margin-top: 16px;
  display: none;
}

.detail_td .detail_td1 .detail_td12 ul li.on .p {
  display: block;
}

.detail_td .detail_td1 .detail_td12 ul li.on .w h3 {
  color: #1497de;
}

.detail_td .detail_td1 .detail_td12 ul li.on .w b {
  display: none;
}

@media (max-width: 1660px) {
  .detail_td .detail_td1 .detail_td12 ul {
    padding-top: 16px;
  }

  .detail_td .detail_td1 .detail_td12 ul li {
    padding: 20px 0;
  }

  .detail_td .detail_td1 .detail_td12 ul li .w h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .detail_td .detail_td1 .detail_td12 ul li .p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 14px;
  }
}


.detail_cs {
  padding: 0 0 100px;
  width: 100%;
  background: url(../images/k16_02.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
}

.detail_cs1 {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.detail_cs1 ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.detail_cs1 ul li {
  width: 274px;
  height: 274px;
  background-color: #f0f0f0;
  transition: all ease 0.36s;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.detail_cs1 ul li:hover {
  background-color: #159bdf;
  transition: all ease 0.36s;
}

.detail_cs1 ul li .w {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}

.detail_cs1 ul li h3 {
  font-size: 30px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}

.detail_cs1 ul li .p {
  font-size: 18px;
  color: #666;
  line-height: 34px;
  margin-top: 12px;
}

.detail_cs1 ul li:hover h3 {
  color: #fff;
}

.detail_cs1 ul li:hover .p {
  color: #fff;
}

.detail_cs1 ul li b {
  width: 38px;
  height: 26px;
  background-position: -38px -441px;
  display: block;
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -13px;
}

.detail_cs1 ul li.li4 b {
  display: none;
}

@media (max-width: 1660px) {
  .detail_cs1 ul li {
    width: 240px;
    height: 240px;
  }

  .detail_cs1 ul li .w {
    width: 90%;
    padding-top: 60px;
  }

  .detail_cs1 ul li h3 {
    font-size: 26px;
    line-height: 28px;
  }

  .detail_cs1 ul li .p {
    font-size: 15px;
    line-height: 30px;
  }

  .detail_cs1 ul li b {
    right: -60px;
  }
}

.detail_kh {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  background-color: #fff;
}

.detail_kh1 {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.detail_kh1 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.detail_kh1 dl dt {
  width: 49.8%;
}

.detail_kh1 dl a {
  display: block;
  width: 100%;
  position: relative;
}

.detail_kh1 dl a .w {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.detail_kh1 dl a .w img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.detail_kh1 dl a:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.detail_kh1 dl a h3 {
  background-color: #1497df;
  font-size: 16px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 60px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.detail_kh1 dl dd {
  width: 50.2%;
}

.detail_kh1 dl dd a {
  width: 48%;
  margin-left: 2%;
  float: left;
  margin-bottom: 18px;
}

.detail_kh1 dl dd a.a4,
.detail_kh1 dl dd a.a5 {
  margin-bottom: 0;
}

@media (max-width: 1660px) {
  .detail_kh1 dl dd a {
    margin-bottom: 15px;
  }
}

.detail_wx {
  width: 100%;
  position: relative;
  background-color: #fbfbfb;
  padding-bottom: 100px;
}

.detail_wx1 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.detail_wx1 ul {
  width: 100%;
  position: relative;
}

.detail_wx1 ul li {
  position: relative;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  padding-left: 24px;
  margin-top: 24px;
}

.detail_wx1 ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  transition: 3s;
  border-radius: 50%;
}

@media (max-width: 1660px) {
  .detail_wx1 ul li {
    font-size: 20px;
    line-height: 20px;
  }

  .detail_wx1 ul li::before {
    top: 8px;
  }
}

.detail_ly {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.detail_ly1 {
  width: 100%;
  position: relative;
}

.detail_ly1.contact_2 {
  padding-top: 0;
}

.contact_2 .formdata .col-sm-5 {
  position: relative;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  margin-top: 20px;
}

.detail_cp {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
}

.detail_cp .detail_cp1 {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.detail_cp .detail_cp1 ul {
  width: 100%;
}

.detail_cp .detail_cp1 ul li {
  width: 456px;
  height: 647px;
  background: url(../images/k15_09.jpg) center center no-repeat;
  position: relative;
  margin-right: 20px;
  background-size: cover;
}

.detail_cp .detail_cp1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.detail_cp .detail_cp1 ul li .w {
  position: relative;
  padding: 8% 6% 5%;
}

.detail_cp .detail_cp1 ul li .w h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.detail_cp .detail_cp1 ul li .w p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  width: 90%;
  margin-top: 12px;
}

.detail_cp .detail_cp1 ul li .w span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  font-family: Arial;
  margin-top: 24px;
}

.detail_cp .detail_cp1 ul li .img {
  display: block;
  width: 80%;
  margin-left: 10%;
  margin-top: 4%;
}

.detail_cp .detail_cp1 ul li .img img {
  display: block;
  width: 100%;
}

@media (max-width: 1660px) {
  .detail_cp .detail_cp1 ul li {
    width: 390px;
    height: 580px;
  }
}


.product_detail_wrapper {
  padding-bottom: 0;
}



/* 推荐产品 */
.pro_recom {
  padding-top: 60px;
}

.pro_recom .pros_tit .tit {
  margin-left: 10px;
  float: left;
  display: block;
  width: 170px;
  font-size: 30px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.pro_recom .pros_tit .morepros {
  float: right;
  font-size: 20px;
  line-height: 44px;
  color: #999;
}

.pro_recom .pros_tit .morepros:hover {
  color: #2c76ac;
}

.pro_recom .prolist {
  margin-top: 40px;
}

.pro_recom .prolist .list {
  width: 105%;
}

.pro_recom .prolist li {
  position: relative;
  margin-right: 2%;
  float: left;
  width: 30.3%;
  background: #fff;
  border: #d6dde1 solid 1px;
  transition: all ease 0.36s;
}

.pro_recom .prolist li .m {
  display: block;
  width: 100%;
  overflow: hidden;
}

.pro_recom .prolist li .m img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.pro_recom .prolist li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_recom .prolist li .i {
  display: block;
  padding: 5%;
  width: 90%;
}

.pro_recom .prolist li .i h3 {
  font-size: 20px;
  color: #;
  line-height: 20px;
}

.pro_recom .prolist li:hover .i h3 {
  font-weight: bold;
}

.pro_recom .prolist li .i p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.pro_recom .prolist li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.pro_recom .prolist li .m i {
  display: none;
  width: 45px;
  height: 45px;
  background-color: #2c76ac;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  opacity: 0;
  transition: all ease 0.36s;
}

.pro_recom .prolist li:hover .m i {
  opacity: 1;
}

/* 客户案例 */
.case_wrapper {
  padding-top: 80px;
}

.case_wrapper .caselist li {
  position: relative;
  float: left;
  width: 30.66667%;
  margin-bottom: 50px;
  margin-right: 4%;
  transition: all ease 0.36s;
}

.case_wrapper .caselist li:nth-child(3n) {
  margin-right: 0;
}

.case_wrapper .caselist.xiaotu li {
  width: 22%;
  margin-right: 4%;
}

.case_wrapper .caselist.xiaotu li:nth-child(3n) {
  margin-right: 4%;
}

.case_wrapper .caselist.xiaotu li:nth-child(4n) {
  margin-right: 0;
}

.case_wrapper .caselist li .img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.case_wrapper .caselist li .img.img2 {
  padding-top: 32.55%;
}

.case_wrapper .caselist li img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.case_wrapper .caselist li .txtx {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url("../images/equip_txt.png") left bottom repeat-x;
  width: 100%;
  height: 242px;
  z-index: 12;
  z-index: 10;
  transition: ease-in-out .2s;
}

.case_wrapper .caselist li .txtx p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
}

.case_wrapper .caselist li .txtx p:last-child {
  padding-bottom: 30px;
}

.case_wrapper .caselist li .txtx .tit {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 170px;
}

.case_wrapper .caselist li .txtx {
  display: block;
}

.case_wrapper .caselist li:hover .txtx {
  height: 308px;
  background: url("../images/equip_txt.png") left bottom repeat-x;
}


.case_wrapper .caselist li .txt {

  display: table;
  width: 100%;
  height: 50px;
  z-index: 2;
  background: url("../images/ny_case_txt.png") no-repeat center center;
}

.case_wrapper .caselist li .txt .tit {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-indent: 15px;
  color: #fff;
  z-index: 12;
}

.case_wrapper .caselist li .txt .tit span {
  font-size: 14px;
  padding-left: 10px;
}

.case_wrapper .caselist li .txt p {
  position: relative;
  display: table;
  font-family: arial;
  float: right;
  font-size: 30px;
  width: 75px;
  height: 100%;
  background: #2c76ac;
  z-index: 12;
}

.case_wrapper .caselist li .txt p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.case_wrapper .caselist li .txt:before,
.case_wrapper .caselist li .txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2c76ac;
  z-index: 2;
  transition: 0.8s;
}

.case_wrapper .caselist li .txt:before {
  transition: 0.8s;
  background: #2c76ac;
  z-index: -1;
}

.case_wrapper .caselist li:hover {
  transform: translateY(-3px);
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
}

.case_wrapper .caselist li:hover .txt:after,
.case_wrapper .caselist li:hover .txt:before {
  width: 100%;
}

.case_wrapper .caselist li:hover p {
  background: #2c76ac;
}

.case_wrapper .caselist li:hover .txtx p {
  background: none;
}

.case_wrapper .caselist li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}

.case_wrapper .caselist1 li {
  position: relative;
  float: left;
  width: 21.8%;
  margin-bottom: 50px;
  margin-right: 4%;
  text-align: center;
  border: #d6dde1 solid 1px;
  transition: all ease 0.36s;
}

.case_wrapper .caselist1 li:nth-child(4n) {
  margin-right: 0;
}

.case_wrapper .caselist1 li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.case_wrapper .caselist1 li img {
  display: block;
  width: 100%;
}

.case_wrapper .caselist1 li h3 {
  font-size: 16px;
  line-height: 50px;
  border-top: #d6dde1 solid 1px;
}

/* 荣誉资质 */
.honor_wrapper {
  padding-top: 20px;
}

.honor_wrapper .honorlist {
  margin-top: 60px;
}

.honor_wrapper .honorlist .list {
  width: 106%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.honor_wrapper .honorlist li {
  margin: 0 35px 50px;
  display: block;
  width: 300px;
  height: 245px;
  background: url("../images/honor_li.png") no-repeat center center;
  transition: all ease 0.36s;
}

.honor_wrapper .honorlist li a {
  display: block;
  height: 245px;
}

.honor_wrapper .honorlist li .txt {
  padding-top: 60px;
}

.honor_wrapper .honorlist li .h_tit {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #999;
  background: url("../images/honor_line.png") no-repeat center center;
}

.honor_wrapper .honorlist li .tit {
  padding-top: 36px;
  width: 160px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #1b1f79;
}

.honor_wrapper .honorlist li:hover {
  transform: translateY(-3px);
  background: url("../images/honor_li_h.png") no-repeat center center;
  transition: all ease 0.36s;
}

.honor_wrapper .honorlist li:hover .tit {
  font-weight: bold;
}

/* 新闻动态 */
.news_wrapper .pager {
  margin-top: 70px;
}

.news_center {}

.news_center .newslist li {
  position: relative;
  width: 33.3%;
  float: left;
  transition: all ease 0.36s;
  margin-top: -1px;
  margin-left: -1px;
}

.news_center .newslist li .newscont {
  display: block;
  border: #e8e8e8 solid 1px;
  padding: 10%;
  position: relative;
}

.news_center .newslist li .img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 46px;
  height: 206px;
}

.news_center .newslist li img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.news_center .newslist li .txtbox {
  width: 100%;
}

.news_center .newslist li .ne_b {
  width: 86px;
  height: 26px;
  border: #d2d1d1 solid 1px;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #999;
}

.news_center .newslist li .txt {
  position: relative;
}

.news_center .newslist li .txt .tit {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.news_center .newslist li .txt .tit:before {
  content: '';
  position: absolute;
  left: -13%;
  top: 39px;
  width: 0;
  height: 1px;
  background: #2c76ac;
  z-index: 2;
  transition: 0.8s;
  display: none;
}

.news_center .newslist li .txt .time {
  padding-top: 22px;
  font-family: arial;
  font-size: 16px;
  color: #999;
}

.news_center .newslist li .txt .desc {
  padding-top: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_center .newslist li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.news_center .newslist li:hover {
  transition: all ease 0.36s;
  position: relative;
  z-index: 5;
}

.news_center .newslist li:hover .newscont {
  border: #2c76ac solid 1px;
}

.news_center .newslist li:hover .txt .tit:before {
  width: 60px;
  transition: all ease 0.36s;
}

.news_center .newslist li:hover .txt .tit {
  color: #2c76ac;
}

/*.news_center .newslist li:first-child {
  height: 516px;
  margin-bottom: 30px;
}
.news_center .newslist li:first-child .img {
  float: left;
  width: 65.57%;
  height: 516px;
  margin-right: 3.4%;
}
.news_center .newslist li:first-child img {
  display: block;
  width: 100%;
  height: 100%;
}
.news_center .newslist li:first-child .txtbox {
  float: left;
  width: 26%;
}
.news_center .newslist li:first-child .txt .tit {
  padding-top: 80px;
  line-height: 45px;
  color: #171834;
}
.news_center .newslist li:first-child .txt .tit:before {
  top: 61%;
  left: -13.5%;
}
.news_center .newslist li:first-child .txt .desc {
  width: 92%;
  line-height: 26px;
  color: #999;
}
.news_center .newslist li:first-child .detail {
  opacity: 1;
  margin-top: 60px;
}
.news_center .newslist li:first-child:hover .txt .tit:before {
  width: 40px;
}
.news_center .newslist li:first-child:hover .txt .tit {
  color: #2c76ac;
}*/
.news_center .newslist li .detail {
  position: relative;
  margin-top: 30px;
  display: block;
  width: 150px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 44px;
  color: #fff;
  background: url("../images/f7arr2.png") no-repeat 86px center #2c76ac;
  transition: all ease 0.36s;
}

.news_center .newslist li .detail:hover {}

.news_center .newslist li .detail span {
  position: relative;
  z-index: 12;
}


.news_center .newslist li:hover .detail {
  background: url("../images/f7arr2.png") no-repeat 86px center #2c76ac;
  transition: all ease 0.36s;
}

.news_center .newslist li:hover .detail span {
  color: #fff;
  transition: all ease 0.36s;
}

/*.news_center .newslist li:first-child .newscont {
  padding: 0;
  background: #fff;
  border-bottom: 0;
}
.news_center .newslist li:first-child:hover {
  background: none;
  box-shadow: none;
}*/
@media (max-width: 1660px) {
  .news_center .newslist li .txt .desc {
    padding-top: 8px;
    line-height: 20px;
  }

  .news_center .newslist li .txt .tit {
    font-size: 18px;
    line-height: 26px;
  }

  .news_center .newslist li .detail {
    margin-top: 20px;
  }

  .news_center .newslist li .img {
    height: 178px;
  }
}

.news_center1 .newslist {
  width: 100%;
  position: relative;
}

.news_center1 .newslist .list {
  display: inline-block;
  width: 100%;
}

.news_center1 .newslist .list .item {
  width: 48.5%;
  margin-right: 3%;
  float: left;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
  margin-bottom: 40px;
}

.news_center1 .newslist .list .item:nth-child(2n) {
  margin-right: 0;
}

.news_center1 .newslist .list .item .txt {
  padding: 5%;
}

.news_center1 .newslist .list .item:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.2);
}

.news_center1 .newslist .list .item .time {
  font-size: 16px;
  color: #999;
  line-height: 18px;
  font-family: Arial;
}

.news_center1 .newslist .list .item h3 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.news_center1 .newslist .list .item h3 b {
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 80%;
}

.news_center1 .newslist .list .item h3 span {
  display: block;
  width: 75px;
  height: 23px;
  background: #5e80a5;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  margin-top: 2px;
}

.news_center1 .newslist .list .item h3 span.span1 {
  background: #00458f;
}

.news_center1 .newslist .list .item .sun {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
  color: #999;
}

.news_center1 .newslist .list .item .tx_m {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.news_center1 .newslist .list .item .xq {
  display: inline-block;
}

.news_center1 .newslist .list .item .xq span {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 18px;
}

.news_center1 .newslist .list .item .xq p {
  float: left;
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
}

.news_center1 .newslist .list .item .xq p i {
  display: block;
  width: 5px;
  height: 9px;
  background-position: -47px -357px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news_center1 .newslist .list .item:hover .xq p {
  background-color: #2c76ac;
}


.product_video .prolist1 {
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.product_video .prolist1 .list {
  display: inline-block;
  width: 100%;
}

.product_video .prolist1 .list .item {
  width: 48%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 40px;
  background-color: #fbffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
}

.product_video .prolist1 .list .item:nth-child(2n) {
  margin-right: 0;
}

.product_video .prolist1 .list .item .m {
  width: 100%;
}

.product_video .prolist1 .list .item .m .cut3video {
  width: 100%;
  display: block;
}

.product_video .prolist1 .list .item .i h3 {
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

.product_szy {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.product_szy .lx_con {
  width: 100%;
  padding: 5%;
  background-color: #fff;
}

/* .product_szy .lx_con {
  width: 40%;
  padding: 5%;
  background-color: #fff;
} */

.product_szy #map1_container {
  width: 50%;
  height: 400px;
}

.product_szy #map1_container #allmap {
  width: 100%;
  height: 100%;
}


.dang_j_1 {
  width: 100%;
  position: relative;
  background: url(../images/w28_02.jpg) center center no-repeat;
  padding: 0px 0 100px;
  overflow: hidden;
  background-size: cover;
}

.dang_j_11 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 36px;
}

.dang_j_11 .dang_j_111 {
  width: 65.8%;
  overflow: hidden;
  border-radius: 10px;
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_111 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dang_j_11 .dang_j_111 .img img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_111:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_111 h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  vertical-align: baseline;
  width: 90%;
  padding: 0 5%;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.dang_j_11 .dang_j_111:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_112 {
  width: 31.6%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.02);
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_112 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dang_j_11 .dang_j_112 .img img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_112:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.dang_j_11 .dang_j_112:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.1);
}

.dang_j_11 .dang_j_112 .w {
  padding: 8%;
}

.dang_j_11 .dang_j_112 .sj {
  font-size: 16px;
  color: #999;
  line-height: 18px;
  font-family: Arial;
}

.dang_j_11 .dang_j_112 h3 {
  font-size: 20px;
  line-height: 26px;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}

.dang_j_11 .dang_j_112 .xq {
  margin-top: 58px;
  display: inline-block;
}

.dang_j_11 .dang_j_112 .xq span {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 18px;
}

.dang_j_11 .dang_j_112 .xq p {
  float: left;
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
}

.dang_j_11 .dang_j_112 .xq p i {
  display: block;
  width: 5px;
  height: 8px;
  background-position: -131px -151px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dang_j_11 .dang_j_112:hover .xq p {
  background-color: #2c76ac;
}

.dang_j_12 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 36px;
}

.dang_j_12 a {
  width: 31.5%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.02);
  transition: all ease 0.36s;
}

.dang_j_12 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dang_j_12 .img img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.dang_j_12 a:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.dang_j_12 a:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.1);
}

.dang_j_12 .w {
  padding: 8%;
}

.dang_j_12 .sj {
  font-size: 16px;
  color: #999;
  line-height: 18px;
  font-family: Arial;
}

.dang_j_12 h3 {
  font-size: 20px;
  line-height: 26px;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}

.dang_j_12 .xq {
  margin-top: 58px;
  display: inline-block;
}

.dang_j_12 .xq span {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 18px;
}

.dang_j_12 .xq p {
  float: left;
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
}

.dang_j_12 .xq p i {
  display: block;
  width: 5px;
  height: 8px;
  background-position: -131px -151px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dang_j_12 a:hover .xq p {
  background-color: #2c76ac;
}

@media (max-width: 1660px) {
  .dang_j_11 .dang_j_112 h3 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }

  .dang_j_11 .dang_j_112 .xq {
    margin-top: 40px;
  }

  .dang_j_12 h3 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }

  .dang_j_12 .xq {
    margin-top: 40px;
  }
}

.dang_j_2 {
  width: 100%;
  position: relative;
  background: url(../images/w28_03.jpg) center center no-repeat;
  padding: 0px 0 100px;
  overflow: hidden;
  background-size: cover;
}

.dang_j_2 .floor_1_00 h3 {
  text-align: center;
  width: 100%;
  float: none;
}

.dang_j_21 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.dang_j_21 .fengcai {
  padding-bottom: 80px;
  padding-top: 20px;
  width: 100%;
  position: relative;
  perspective: 1400px;
  touch-action: pan-y;
}

.dang_j_21 .fengcai .swiper-wrapper {
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.dang_j_21 .fengcai .swiper-slide {
  width: 350px;
  background-color: #fff;
  transition: all ease 0.36s;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  transform-style: preserve-3d;
}

.dang_j_21 .fengcai .swiper-slide img {
  display: block;
  width: 100%;
}

.dang_j_21 .fengcai .swiper-pagination {
  width: 100%;
  bottom: 18px;
}

.dang_j_21 .fengcai .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e3e3e3;
  width: 15px;
  height: 4px;
  opacity: 1;
  border-radius: 5px;
}

.dang_j_21 .fengcai .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #2c76ac;
}

.dang_j_21 .fengcai .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.dang_j_21 .fengcai .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

.dang_j_21 .fengcai .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

.dang_j_21 .fengcai .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}

.dang_j_21 .swiper-prev,
.dang_j_21 .swiper-next {
  width: 46px;
  height: 46px;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -156px;
  z-index: 15;
  cursor: pointer;
}

.dang_j_21 .swiper-prev span,
.dang_j_21 .swiper-next span {
  display: block;
  width: 8px;
  height: 14px;
  background-position: -213px -149px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dang_j_21 .swiper-next {
  margin-left: 125px;
}

.dang_j_21 .swiper-next span {
  background-position: -227px -149px;
}

.dang_j_21 .swiper-prev:hover,
.dang_j_21 .swiper-next:hover {
  background-color: #2c76ac;
}





@media (max-width: 1660px) {
  .dang_j_21 .fengcai .swiper-slide {
    width: 302px;
  }
}

.dang_j_3 {
  width: 100%;
  position: relative;
  background: url(../images/w28_04.jpg) center center no-repeat;
  padding: 0px 0 100px;
  overflow: hidden;
  background-size: cover;
}

.dang_j_3 .floor_1_00 h3 {
  text-align: center;
  width: 100%;
  float: none;
}

.dang_j_31 {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.dang_j_31 .sheyin {
  padding-bottom: 30px;
}

.dang_j_31 .swiper-slide {
  width: 852px;
  transition-timing-function: linear;
  position: relative;
}

.dang_j_31 .swiper-slide .img {
  width: 100%;
  position: relative;
}

.dang_j_31 .swiper-slide .img .cut3video {
  width: 100%;
  display: block;
}

.dang_j_31 .swiper-slide h3 {
  font-size: 20px;
  color: #333;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
}

.dang_j_31 .swiper-pagination {
  width: 100%;
  bottom: 0px;
}

.dang_j_31 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e3e3e3;
  width: 15px;
  height: 4px;
  opacity: 1;
  border-radius: 5px;
}

.dang_j_31 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #2c76ac;
}

.dang_j_31 .swiper-prev,
.dang_j_31 .swiper-next {
  width: 46px;
  height: 46px;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 14%;
  top: 50%;
  margin-top: -60px;
  z-index: 15;
  cursor: pointer;
}

.dang_j_31 .swiper-prev span,
.dang_j_31 .swiper-next span {
  display: block;
  width: 8px;
  height: 14px;
  background-position: -213px -149px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dang_j_31 .swiper-next {
  left: auto;
  right: 14%;
}

.dang_j_31 .swiper-next span {
  background-position: -227px -149px;
}

.dang_j_31 .swiper-prev:hover,
.dang_j_31 .swiper-next:hover {
  background-color: #2c76ac;
}


@media (max-width: 1660px) {
  .dang_j_31 .swiper-slide {
    width: 780px;
  }

  .dang_j_31 .swiper-prev {
    left: 11%;
  }

  .dang_j_31 .swiper-next {
    right: 11%;
  }
}






/* 新闻动态-详情 */
.news_detail {
  padding: 4%;
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.news_detail .title {
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}

.news_detail .title h1 {
  font-weight: normal;
  font-family: "思源黑体 CN";
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  color: #333;
}

.news_detail .title .marks {
  margin-top: 30px;
}

.news_detail .title .marks span {
  font-size: 16px;
  color: #333;
}

.news_detail .title .marks span em {
  margin-right: 14px;
  color: #999;
}

.news_detail .title .marks span.t1 {
  margin-right: 14px;
}

.news_detail .title .marks span.t2 {
  margin-right: 54px;
}

.news_detail .title .marks span.t3 {
  font-family: arial;
}

.news_detail .title .marks span.t3 em {
  font-family: "Microsoft YaHei";
}

.news_detail .context {
  padding-top: 40px;
  line-height: 30px;
}

.news_detail .context img {
  max-width: 100%;
}

/* 资讯推荐 */
.news_recom {
  padding-top: 76px;
}

.news_recom .news_tit .tit {
  margin-left: 10px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.news_recom .news_tit .morenews {
  float: right;
  font-size: 20px;
  line-height: 44px;
  color: #999;
}

.news_recom .news_tit .morenews:hover {
  color: #2c76ac;
}

.news_recom .newslist1 {
  margin-top: 36px;
}

.news_recom .newslist1 .list {
  width: 103%;
}

.news_recom .newslist1 li {
  position: relative;
  margin-right: 3.5%;
  float: left;
  width: calc(-16.666666666666664%);
  height: 516px;
  background: #fff;
}

.news_recom .newslist1 li.nt3 {
  margin-right: 0;
}

.news_recom .newslist1 li .img {
  display: block;
  width: auto;
  height: 242px;
  overflow: hidden;
}

.news_recom .newslist1 li img {
  display: block;
  width: auto;
  height: 242px;
  object-fit: contain;
}

.news_recom .newslist1 li .txtbox {
  padding: 40px 30px 30px 40px;
  box-sizing: border-box;
}

.news_recom .newslist1 li .txtbox .time {
  font-family: arial;
  font-size: 18px;
  line-height: 16px;
  color: #999;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt {
  padding-top: 40px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #151527;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .desc {
  margin-top: 18px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all ease 0.36s;
  overflow: hidden;
}

.news_recom .newslist1 li .detail {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 0;
  color: #151527;
  background: url("../images/f7arr1.png") no-repeat 42px center #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .detail span {
  position: relative;
  z-index: 12;
}

.news_recom .newslist1 li .detail:before,
.news_recom .newslist1 li .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 36px;
  background: url("../images/f7arr2.png") 68px center no-repeat #2c76ac;
  z-index: 2;
  transition: 0.8s;
}

.news_recom .newslist1 li .detail:before {
  transition: 0.3s;
  background: url("../images/f7arr2.png") 68px center no-repeat #2c76ac;
  z-index: -1;
}

.news_recom .newslist1 li:hover .detail {
  text-indent: 26px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .detail:before,
.news_recom .newslist1 li:hover .detail:after {
  width: 120px;
}

.news_recom .newslist1 li:hover .detail span {
  color: #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .time {
  transform: translateY(10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .txt {
  transform: translateY(-10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}

/* 解决方案 */
.solution_wrapper .solution_center {
  padding-top: 100px;
}

.solution_center li {
  position: relative;
  margin-top: 30px;
  height: 440px;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
}

.solution_center li:first-child {
  margin-top: 0;
}

.solution_center li a {
  padding: 3.5%;
  display: block;
  height: 340px;
}

.solution_center li .img {
  float: right;
  position: relative;
  width: 600px;
  height: 338px;
  overflow: hidden;
}

.solution_center li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 0.36s;
}

.solution_center li .txt_box {
  float: left;
  width: 46%;
  margin-right: 0;
}

.solution_center li .txt_box .sico {
  margin-top: 30px;
  margin-right: 0;
  float: left;
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
}

.solution_center li .txt_box .sico img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.solution_center li .txt {
  padding-top: 86px;
  float: left;
  width: 71.3%;
}

.solution_center li .txt .tit {
  width: 230px;
  font-size: 40px;
  line-height: 40px;
  color: #171d3a;
  background: url("../images/sol_arr.png") no-repeat right center;
}

.solution_center li .txt .desc {
  margin-top: 40px;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.solution_center li:hover {
  box-shadow: 8px 0 16px rgba(99, 97, 97, 0.1);
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.solution_center li:hover .img img {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.solution_center li:hover .tit {
  color: #1b1f79;
}

.solution_center li .online {
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 220px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 24px;
  color: #fff;
  background: url("../images/f1arr.png") 95px center no-repeat #2c76ac;
  z-index: 16;
  transition: all ease 0.36s;
}

.solution_center li .online:hover {
  text-indent: 28px;
  color: #fff;
  background: url("../images/f1arr.png") 98px center no-repeat #2c76ac;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

/* 解决方案-详情 */
.sold_1_main {
  padding-top: 150px;
  height: 480px;
  background: #f5f5f5;
}

.sold1_detail {
  margin-left: -12px;
  height: 580px;
  background: url("../images/sold1_bg.png") left bottom no-repeat;
  position: relative;
}

.sold1_detail .sold_tit .tit {
  margin-left: 12px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.sold1_detail .left {
  float: left;
  width: 40%;
}

.sold_cont {
  padding: 160px 14% 0;
  box-sizing: border-box;
}

.sold_cont .desc {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.sold1_detail .right {
  float: right;
  width: 60%;
}

.sold_img {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
}

.sold_img .dimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sold_img .dimg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.sold_img .dimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sold_img .wx {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 250px;
  height: 100px;
  font-size: 20px;
  line-height: 100px;
  text-indent: 60px;
  color: #fff;
  background: url("../images/f1arr.png") 160px center no-repeat #2c76ac;
  transition: all ease 0.36s;
  z-index: 12;
}

.sold_img .wx:hover {
  text-indent: 50px;
  width: 280px;
  background: url("../images/f1arr.png") 180px center no-repeat #2c76ac;
  transition: all ease 0.36s;
}

.sold_img .dimg:hover:before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
  nimation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.sold_2_main {
  height: 850px;
  background: #fff;
}

.sold_2_main .sold2_tit {
  padding-top: 200px;
}

.sold_2_main .sold2_tit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.advant {
  text-align: center;
  padding: 0 7%;
  margin-top: 100px;
}

.advant .list {
  display: flex;
  justify-content: space-between;
}

.advant .list li {
  margin-left: 50px;
  width: calc(50%);
  height: 850px;
  transition: all ease 0.36s;
}

.advant .list li:first-child {
  margin-left: 0;
}

.advant .list li .img {
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}

.advant .list li .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  background: url("../images/advant_li.png") no-repeat center center;
  -webkit-animation: rotate 10s linear 0s infinite;
  animation: rotate 10s linear 0s infinite;
}

.advant .list li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 100%;
}

.advant .list li .txt {
  padding-top: 50px;
}

.advant .list li .txt .tit {
  font-size: 33px;
  line-height: 32px;
  color: #333;
}

.advant .list li .txt .desc {
  padding-top: 40px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333;
}

.advant .list li:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.advant .list li:hover .txt .tit {
  color: #2c76ac;
}

.sold_3_main {
  height: 830px;
  background: #f5f5f5;
}

.sold_3_main .sold_3 {
  padding-top: 100px;
}

.sold_3_main .sold2_tit .tit {
  margin-left: 12px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.product_portfolio {
  margin-top: 60px;
  position: absolute;
}

.product_portfolio .list {
  width: 103%;
}

.product_portfolio .list li {
  position: relative;
  margin-right: 40px;
  float: left;
  width: calc(-6.666666666666664%);
  height: 510px;
  background: #fff;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
}

.product_portfolio .list li a {
  display: block;
}

.product_portfolio .list li .img {
  position: relative;
  display: block;
  width: auto;
  height: 330px;
  overflow: hidden;
}

.product_portfolio .list li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.product_portfolio .list li .txt {
  position: relative;
  height: 180px;
  padding: 40px 50px 50px 40px;
  box-sizing: border-box;
}

.product_portfolio .list li .img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 800px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.product_portfolio .list li .txt .tit {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product_portfolio .list li .txt .desc {
  margin-top: 20px;
  font-size: 14px;
  height: 48px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}

.product_portfolio .list li .plus {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #676a72;
}

.product_portfolio .list li:hover .plus {
  background: #2c76ac;
}

.product_portfolio .list li:hover {
  transform: translateY(-3px);
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
}

.product_portfolio .list li:hover .img::before {
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  transition: left 2s;
  left: 150%;
  opacity: 1;
}

.product_portfolio .list li:hover .tit {
  color: #2c76ac;
}

.product_portfolio .hd {
  position: absolute;
  top: -110px;
  right: 0;
  display: block;
  width: 204px;
  height: 52px;
}

.product_portfolio .hd .prev,
.product_portfolio .hd .next {
  float: left;
  display: block;
  width: 102px;
  height: 52px;
  cursor: pointer;
}

.product_portfolio .hd .prev {
  background-position: -160px -60px;
  transition: all ease 0.36s;
}

.product_portfolio .hd .next {
  background-position: -270px -60px;
  transition: all ease 0.36s;
}

.product_portfolio .hd .prev:hover {
  background-position: -50px -60px;
  transition: all ease 0.36s;
}

.product_portfolio .hd .next:hover {
  background-position: -380px -60px;
  transition: all ease 0.36s;
}

.sold_4_main {
  height: 730px;
  background: #fff;
}

.sold_4_main .sold_tit {
  padding-top: 100px;
}

.sold_4_main .sold_tit .tit {
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.sold_4_main .sold_tit .morecase {
  float: right;
  font-size: 24px;
  line-height: 50px;
  color: #333;
}

.sold_4_main .caselist {
  margin-top: 60px;
}

.sold_4_main .caselist li {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 50px;
  margin-right: 4%;
  height: 380px;
  transition: all ease 0.36s;
}

.sold_4_main .caselist li:nth-child(2n) {
  margin-right: 0;
}

.sold_4_main .caselist li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.sold_4_main .caselist li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sold_4_main .caselist li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 20%;
  z-index: 2;
  background: url("../images/ny_case_txt.png") no-repeat center center;
}

.sold_4_main .caselist li .txt .tit {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  text-indent: 50px;
  color: #fff;
  z-index: 12;
}

.sold_4_main .caselist li .txt p {
  position: relative;
  display: table;
  font-family: arial;
  float: right;
  font-size: 30px;
  width: 75px;
  height: 100%;
  background: #2c76ac;
  z-index: 12;
}

.sold_4_main .caselist li .txt p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.sold_4_main .caselist li .txt:before,
.sold_4_main .caselist li .txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2c76ac;
  z-index: 2;
  transition: 0.8s;
}

.sold_4_main .caselist li .txt:before {
  transition: 0.8s;
  background: #2c76ac;
  z-index: -1;
}

.sold_4_main .caselist li:hover {
  transform: translateY(-3px);
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
}

.sold_4_main .caselist li:hover .txt:after,
.sold_4_main .caselist li:hover .txt:before {
  width: 100%;
}

.sold_4_main .caselist li:hover p {
  background: #2c76ac;
}

.sold_4_main .caselist li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}

.sold_5_main {
  height: 550px;
  background: #f5f5f5;
}

.sold_5_main .sold2_tit {
  padding-top: 100px;
}

.sold_5_main .sold2_tit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.sold_5_main .sold2_tit .subtit1 {
  padding-top: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #333;
}

.sold_5_main .sold2_tit .subtit2 {
  padding-top: 20px;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  line-height: 46px;
  color: #333;
}

.sold_5_main .online_reserve {
  text-align: center;
  padding: 0 14%;
  margin-top: 40px;
}

.sold_5_main .online_reserve .form_input {
  display: block;
  width: 900px;
}

.sold_5_main .online_reserve .item {
  float: left;
  width: 720px;
  height: 60px;
}

.sold_5_main .online_reserve .item .txt {
  width: 718px;
  height: 58px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-right: none;
  text-indent: 30px;
}

.sold_5_main .online_reserve .bot {
  float: left;
  width: 180px;
  height: 60px;
}

.sold_5_main .online_reserve .bot .btn {
  width: 178px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border: none;
  border: 1px solid #587fe0;
  outline: none;
  color: #fff;
  background: #587fe0;
  cursor: pointer;
}

.sold_5_main .online_reserve .bot .btn:hover {
  opacity: 0.8;
}

.sold_6_main {
  height: 550px;
  background: #f5f5f5;
}

.sold_6_main .sold_tit {
  padding-top: 0;
}

.sold_6_main .sold_tit .tit {
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.sold_6_main .product_portfolio .list li {
  height: 430px;
}

.sold_6_main .product_portfolio .list li .img {
  height: 250px;
}

/* 招投标 */
.bid_wrapper {
  padding-bottom: 150px;
}

.bid_wrapper .pager {
  margin-top: 50px;
}

.bid_center {}

.bid_center .bidlist {}

.bid_center .bidlist .b_top {
  padding-bottom: 30px;
  border-bottom: 2px solid #666;
}

.bid_center .bidlist .b_top h3 {
  float: left;
  font-size: 26px;
  line-height: 26px;
  color: #333;
}

.bid_center .bidlist .b_top p {
  margin-left: 120px;
  font-size: 26px;
  line-height: 26px;
  color: #333;
}

.bid_center .bidlist li {
  display: block;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #ccc;
  transition: all ease 0.36s;
}

.bid_center .bidlist li a {
  display: block;
  height: 80px;
}

.bid_center .bidlist li h3 {
  float: left;
  font-size: 20px;
  color: #333;
  line-height: 80px;
}

.bid_center .bidlist li p {
  margin-left: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 80px;
  color: #999;
}

.bid_center .bidlist li:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.bid_center .bidlist li:hover h3 {
  font-weight: bold;
  color: #2c76ac;
}

/* 联系我们 */
.contact_wrapper {
  padding-bottom: 280px;
  background: url("../images/contact_bg.png") no-repeat top center #f5f5f5;
}

.contact_center {
  padding-top: 400px;
}

.contactPage {
  background: #ffffff;
}

.contactPage .contact_1 .cinfo {
  float: left;
  width: 50%;
  background: url("../images/cinfo_1.png") top center no-repeat;
  background-size: 100%;
}

.contactPage .contact_1 .cinfo.c2 {
  float: left;
  width: 50%;
  background: url("../images/cinfo_2.png") top center no-repeat;
  background-size: 100%;
}

.contactPage .contact_1 .cinfo .c_top {
  padding-top: 70px;
  padding-left: 100px;
}

.contactPage .contact_1 .c_top .c_tit {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}

.contactPage .contact_1 .c_top .line {
  margin-top: 32px;
  display: block;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.c_bottom {
  padding-left: 100px;
  padding-top: 180px;
}

.c_bottom .ct1 {
  margin-right: 30px;
  font-size: 20px;
  color: #666;
}

.c_bottom .ct1 i {
  margin-right: 40px;
}

.c_bottom .ct2 {
  font-family: Arial;
  font-size: 20px;
  color: #333;
}

.c_bottom .c_it1 .ct2 {
  font-family: "微软雅黑";
}

.c_bottom .c_it2 .ct2 {
  font-size: 30px;
  color: #2c76ac;
}

.c_bottom .c_it {
  margin-bottom: 20px;
}

.c_bottom .c_it2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.contact_2 {
  padding-top: 60px;
  width: 100%;
  position: relative;
}

.contact_2 .ctit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  font-weight: lighter;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.contact_2 .formdata {
  margin-top: 60px;
}

.contact_2 .formdata .item {
  position: relative;
  background-color: #fff;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6;
}

.contact_2 .formdata .item.mr {
  margin-right: 3.5%;
}

.contact_2 .formdata .item.mr1 {
  margin-right: 3.5%;
  margin-top: 20px
}

.contact_2 .formdata .item label {
  float: left;
  display: block;
  margin-top: 18px;
  width: 17%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.contact_2 .formdata .item .txt {
  float: left;
  width: 76%;
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.contact_2 .formdata .item .red {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.contact_2 .formdata .tarea {
  margin-top: 40px;
}

.contact_2 .formdata .tarea textarea {
  border: 1px solid #d6d6d6;
  width: calc(100% - 23px);
  height: 174px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 24px;
}

.contact_2 .formdata .btn {
  border: none;
  background: #2c76ac;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  outline: none;
}

.contact_2 .formdata .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #2c76ac;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.servicePage {
  padding-top: 0;
}

.servicePage .item_top {
  margin-bottom: 30px;
}

/* 关于我们 */
.about_wrapper .about_tit1 .tit {
  margin-left: 12px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.about_wrapper .about_tit2 {
  padding-top: 100px;
}

.about_wrapper .about_tit2 .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.about_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.about_1_main {
  padding-top: 130px;
  height: 920px;
  background: url("../images/about1_bg.png") no-repeat center center;
}

.about_1.about_tit1 {
  padding-top: 130px;
}

.about_1 {
  position: relative;
}

.about_1 .left {
  float: left;
  width: 42%;
}

.about_1 .left .acont {
  margin-top: 60px;
}

.about_1 .left .acont .ap1 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}

.about_1 .left .acont .ap2 {
  padding-right: 7%;
  margin-top: 100px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.about_1 .left .acont .ap2 span {
  display: block;
  margin-bottom: 50px;
}

.about_1 .left .amore {
  margin-top: 70px;
  position: relative;
  display: block;
  width: 200px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-indent: 50px;
  color: #fff;
  background: url("../images/f1arr.png") 130px center no-repeat #2c76ac;
}

.about_1 .left .amore span {
  position: relative;
  z-index: 12;
}

.about_1 .left .amore:before,
.about_1 .left .amore:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("../images/f1arr.png") 130px center no-repeat #2c76ac;
  z-index: 2;
  transition: 0.8s;
}

.about_1 .left .amore:before {
  transition: 0.8s;
  background: url("../images/f1arr.png") 130px center no-repeat #2c76ac;
  z-index: -1;
}

.about_1 .left .amore:hover:after,
.about_1 .left .amore:hover:before {
  width: 100%;
}

.about_1 .right {
  position: absolute;
  left: 50%;
  right: auto;
  top: 100px;
  margin-right: -8px;
  margin-left: 0;
  display: block;
  width: 969px;
  height: 691px;
  z-index: 9;
}

.about_1 .right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.about_1 .right:hover:before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
  nimation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.about_1 .right img {
  display: block;
  width: 969px;
  height: 691px;
}

.about_2_main {
  position: relative;
  height: 950px;
  background: url("../images/about_2.jpg") no-repeat center center;
  box-sizing: border-box;
}

.about_2_main .about_tit2 .tit {
  color: #fff;
}

.about_2_main .develop_box {
  padding: 0 14%;
  height: 760px;
  background: url("../images/timeline_bg.png") no-repeat center center;
  box-sizing: border-box;
}

.develop {
  margin-top: 50px;
}

.develop .bd li {
  position: relative;
  float: left;
  width: 12.5%;
}

.develop .bd li .timeline .t_tit {
  font-family: arial;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}

.develop .bd li .txt {
  z-index: 14;
}

.develop .bd li .t_box {
  padding: 60px 60px 0 50px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -150px;
  display: block;
  width: 300px;
  height: 462px;
  background: url("../images/path_li.png") no-repeat center 0;
  background-size: 300px 462px;
  transition: all ease 0.36s;
  z-index: 12;
}

.develop .bd li .t_box .time {
  padding-bottom: 50px;
  font-family: arial;
  font-size: 80px;
  line-height: 60px;
  color: #2c76ac;
  background: url("../images/year.png") no-repeat bottom left;
}

.develop .bd li .t_box .desc {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}

.develop .bd li:hover {
  cursor: pointer;
}

.develop .bd li:hover .t_box {
  opacity: 1;
  top: 50px;
  transition: all ease 0.36s;
}

.develop .bd li.sw1 .txt {
  padding-top: 270px;
  text-indent: -60px;
}

.develop .bd li.sw2 .txt {
  padding-top: 273px;
  text-indent: -40px;
}

.develop .bd li.sw3 .txt {
  padding-top: 193px;
  text-indent: -6px;
}

.develop .bd li.sw4 .txt {
  padding-top: 84px;
  text-indent: 24px;
}

.develop .bd li.sw5 .txt {
  padding-top: 24px;
  text-indent: 54px;
}

.develop .bd li.sw6 .txt {
  padding-top: 40px;
  text-indent: 74px;
}

.develop .bd li.sw7 .txt {
  padding-top: 144px;
  text-indent: 4px;
  width: 114px;
  margin-left: 94px;
}

.develop .bd li.sw8 .txt {
  padding-top: 264px;
  text-indent: 4px;
  width: 114px;
  margin-left: 120px;
}

.develop .bd li.sw5:hover .t_box {
  top: 0;
}

.develop .bd li.sw6:hover .t_box {
  top: 0;
}

.develop .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 201px;
  height: 100px;
  background: url("../images/path_bg.png") no-repeat center center;
}

.develop .hd .prev,
.develop .hd .next {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.develop .hd .line {
  margin-top: 50px;
  float: left;
  display: block;
  width: 1px;
  height: 22px;
  background: url("../images/path_line.png") no-repeat center cneter;
}

.develop .hd .prev {
  background: url("../images/path_prev.png") no-repeat 48px 50px;
}

.develop .hd .next {
  background: url("../images/path_next.png") no-repeat 40px 49px;
}

.develop .hd .prev:hover {
  background: url("../images/path_prev_h.png") no-repeat center center;
}

.develop .hd .next:hover {
  background: url("../images/path_next_h.png") no-repeat center center;
}

/* .about_2_main .swiper-container2{width: 100%; height: 100%;} 
.about_2_main .swiper-slide{text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;} */
.about_3_main {
  padding-bottom: 100px;
}

.about_3 .honorlist {
  margin-top: 60px;
}

.about_3 .list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.about_3 li {
  margin: 0 32px 50px;
  display: block;
  width: 300px;
  height: 245px;
  background: url("../images/honor_li.png") no-repeat center center;
  transition: all ease 0.36s;
}

.about_3 li a {
  display: block;
  height: 245px;
}

.about_3 li .txt {
  padding-top: 60px;
}

.about_3 li .h_tit {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #999;
  background: url("../images/honor_line.png") no-repeat center center;
}

.about_3 li .tit {
  padding-top: 36px;
  width: 160px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #1b1f79;
}

.about_3 li.hr1 {
  margin-left: 0;
}

.about_3 li.hr4 {
  margin-right: 0;
}

.about_3 li.hr5 {
  margin-left: 0;
}

.about_3 li.hr7 {
  margin-right: 0;
}

.about_3 li:hover {
  transform: translateY(-3px);
  background: url("../images/honor_li_h.png") no-repeat center center;
  transition: all ease 0.36s;
}

.about_3 li:hover .tit {
  font-weight: bold;
}

.about_3_main .hmore {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 200px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-indent: 50px;
  color: #fff;
  background: url("../images/f1arr.png") 130px center no-repeat #1b1f79;
  transition: all ease 0.36s;
}

.about_3_main .hmore:hover {
  text-indent: 54px;
  color: #fff;
  background: url("../images/f1arr.png") 136px center no-repeat #2c76ac;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

.about_4_main {
  height: 800px;
  background: url("../images/about_3.jpg") no-repeat top center;
  box-sizing: border-box;
}

.about_4_main .tech {
  position: relative;
  margin-top: 60px;
}

.about_4_main .tech .bd {
  position: relative;
}

.about_4_main .tech .bd li {
  float: left;
  width: 100%;
  height: 600px;
}

.about_4_main .tech .bd li a {
  display: block;
}

.about_4_main .tech .bd li .img {
  position: relative;
  width: 100%;
  height: 600px;
}

.about_4_main .tech .bd li .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.about_4_main .tech .bd li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_4_main .tech .bd li .txt {
  padding: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 600px;
  background: url("../images/about3_txt.png") no-repeat center center;
  transition: all ease 0.36s;
}

.about_4_main .tech .bd li .txt .tit {
  font-size: 26px;
  line-height: 44px;
  color: #fff;
  transition: all ease 0.36s;
}

.about_4_main .tech .bd li .txt .desc {
  margin-top: 60px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  transition: all ease 0.36s;
}

.about_4_main .tech .bd li:hover .img:before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
  nimation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.about_4_main .tech .bd li:hover .txt .tit {
  color: #2c76ac;
  transform: translateY(-10px);
  font-size: 26px;
  transition: all ease 0.36s;
}

.about_4_main .tech .bd li:hover .txt .desc {
  transform: translateY(-10px);
  transition: all ease 0.36s;
}

.about_4_main .tech .hd {
  position: absolute;
  bottom: 40px;
  right: 340px;
  width: 60px;
  height: 20px;
  background: url("../images/tech_hd.png") no-repeat center center;
  z-index: 12;
}

.about_4_main .tech .hd .prev {
  margin-right: 40px;
  float: left;
  display: block;
  width: 10px;
  height: 18px;
  background: url("../images/tech_prev.png") no-repeat center center;
  cursor: pointer;
}

.about_4_main .tech .hd .next {
  float: left;
  display: block;
  width: 10px;
  height: 18px;
  background: url("../images/tech_next.png") no-repeat center center;
  cursor: pointer;
}

.about_4_main .tech .hd .prev:hover {
  opacity: 0.5;
}

.about_4_main .tech .hd .next:hover {
  opacity: 0.5;
}

.about_5_main {
  position: relative;
  padding-top: 86px;
  padding-bottom: 80px;
}

.about_5_main .about_5 {
  position: relative;
}

.about_5_main .about_5 .equip {
  margin-top: 50px;
  height: 380px;
}

#index-banner {
  width: 100%;
  position: relative;
  font-family: microsoft yahei;
}

@media all and (-ms-high-contrast: none) {
  .line-one {
    background: #2c76ac;
    opacity: 0.3;
  }

  .line-two {
    background: #fff;
    opacity: 0.4;
  }

  .cloud {
    background: none;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(1448px);
  }
}

.hoverAll {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 395px;
  z-index: 40;
}

#index-banner .swiper-container {
  opacity: 1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 21px;
  z-index: 20;
}

#index-banner .swiper-button-prev,
#index-banner .swiper-button-next {
  opacity: 1;
  outline: none;
  background-size: 6px auto;
  width: 80px;
  height: 64px;
  background-color: #2c76ac;
  transition: background-color 0.2s;
}

#index-banner .swiper-button-prev {
  background: url("../images/equip_prev.png") no-repeat center center #2c76ac;
}

#index-banner .swiper-button-next {
  background: url("../images/equip_next.png") no-repeat center center #2c76ac;
}

#index-banner .swiper-button-prev:hover,
#index-banner .swiper-button-next:hover {
  background-color: #1152f4;
}

#index-banner .swiper-button-prev {
  left: calc(50% - 450px);
}

#index-banner .swiper-button-next {
  right: calc(50% - 450px);
}

#index-banner .swiper-pagination {
  opacity: 0;
  top: 0;
  bottom: unset;
  right: 0;
  width: 940px;
  margin: 0 auto;
  text-align: right;
}

#index-banner .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  opacity: 1;
  background: none;
  border-radius: 0;
  margin: 0 1px;
  vertical-align: top;
  border-top: 4px solid #2c76ac;
  outline: none;
}

#index-banner .swiper-pagination-bullet-active {
  height: 0;
  border-top: 7px solid #ff7900;
  padding-bottom: 0;
}

#index-banner .swiper-slide {
  position: relative;
  width: auto;
  overflow: hidden;
}

#index-banner .swiper-slide img {
  opacity: 0.8;
  transition: all 0.3s;
  display: block;
}

#index-banner .swiper-slide-active img,
#index-banner .swiper-slide-duplicate-active img {
  opacity: 1;
}

#index-banner .animating .swiper-slide .img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 800px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

#index-banner .animating .swiper-slide img {
  opacity: 1;
}

#index-banner .animating .swiper-slide:hover .txt .tit {
  color: #f5f5f5;
}

#index-banner .animating .swiper-slide:hover .img::before {
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  transition: left 2s;
  left: 150%;
  opacity: 1;
}

.hoverBtn {
  width: 958px;
  height: 353px;
  position: absolute;
  z-index: 30;
  top: 21px;
  /* cursor: pointer; */
}

.hoverPrev {
  left: calc(-1429%);
}

.hoverNext {
  left: calc(571%);
}

#index-banner .swiper-slide .txt {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url("../images/equip_txt.png") left bottom repeat-x;
  width: 100%;
  height: 242px;
  z-index: 12;
  z-index: 10;
  transition: ease-in-out .2s;
}

#index-banner .swiper-slide .txt p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
}

#index-banner .swiper-slide .txt p:last-child {
  padding-bottom: 30px;
}

#index-banner .swiper-slide .txt .tit {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 170px;
}

#index-banner .swiper-slide.swiper-slide-active .txt {
  display: block;
}

#index-banner .swiper-slide:hover .txt {
  height: 308px;
  background: url("../images/equip_txt.png") left bottom repeat-x;
}

.about_5_main .more {
  background: #1b4cb0;
  width: 302px;
  height: 46px;
  line-height: 46px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 18px;
}

.about_5_main .more i {
  width: 21px;
  height: 8px;
  background-position: -260px -168px;
  margin-left: 17px;
}

.about_5_main .more a {
  color: #fff;
}

.about_5_main .more:hover i {
  transition: ease-in-out .2s;
  transform: translateX(10px);
}

.about_6_main {
  position: relative;
  height: 1100px;
  background: #fff;
}

.about_6 .sales_network {
  position: relative;
  display: block;
  width: 1393px;
  height: 751px;
  margin: 90px auto 0;
  background: url("../images/about_4.png") no-repeat center 0;
}

.about_6 .net_txt {
  display: block;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding-top: 160px;
}

.about_6 .net_txt .txt {
  display: block;
  width: 320px;
  height: 320px;
  background: url("../images/net_txt.png") no-repeat center center;
}

.about_6 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 1393px;
  height: 751px;
}

.about_6 .point {
  position: absolute;
  display: block;
  width: 46px;
  height: 59px;
}

.about_6 .point:nth-child(3) {
  display: block;
  width: 62px;
  height: 80px;
}

.about_6 .point .point_ico {
  display: block;
  width: 46px;
  height: 59px;
  background: url("../images/coord1.png") no-repeat center center;
}

.about_6 .point.p3 .point_ico {
  display: block;
  width: 46px;
  height: 59px;
  background: url("../images/coord1.png") no-repeat center center;
}

.about_6 .point.p1 {
  top: 24.2%;
  left: 11.6%;
}

.about_6 .point.p2 {
  top: 10.5%;
  left: 51.5%;
}

.about_6 .point.p2 .point_ico {
  width: 34px;
  height: 44px;
  background: url("../images/coord2.png") no-repeat center center;
}

.about_6 .point.p3 {
  top: 17%;
  right: 18.5%;
}

.about_6 .point.p4 {
  bottom: 26%;
  left: 29%;
}

.about_6 .point.p4 .point_ico {
  width: 34px;
  height: 44px;
  background: url("../images/coord2.png") no-repeat center center;
}

.about_6 .point.p5 {
  bottom: 20.5%;
  left: 51.8%;
}

.about_6 .point.p6 {
  bottom: 32%;
  right: 11.8%;
}

.about_6 .point.hover .point_ico {
  width: 62px;
  height: 80px;
  background: url("../images/coord3.png") no-repeat center center;
  animation: animatemap 0.8s infinite;
  -webkit-animation: animatemap 0.8s infinite;
}

/* 单页信息 */
.single_wrapper {
  padding-top: 107px;
}

.single_center {
  min-height: 520px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.single_center .about_con {
  line-height: 35px;
  font-size: 16px;
}

.single_center .about_con img {
  max-width: 100%;
}

.single_center .about_con p {
  line-height: 2;
}

/* 人力资源 */
.jobs_wrapper .jobs_center {}

.jobs_center .jobs {
  padding: 0%;
  background: #fff;
  padding-bottom: 50px;
}

.titlist {
  padding-bottom: 24px;
  padding-top: 30px;
  border-bottom: 1px solid #666;
}

.titlist .j_tit1 {
  float: left;
  font-size: 26px;
  color: #333;
  width: 42%;
  margin-left: 3.5%;
}

.titlist .j_tit2 {
  float: left;
  font-size: 26px;
  color: #333;
  width: 22%;
}

.titlist .j_tit3 {
  float: left;
  font-size: 26px;
  color: #333;
  width: 22%;
}

.postlist .item .top {
  height: 100px;
  line-height: 100px;
  background: url("../images/plus.png") no-repeat right center #fff;
}

.postlist .item:nth-child(2n) .top {
  background: url("../images/plus.png") no-repeat right center #f0f2f6;
}

.postlist .item .top .jt1 {
  float: left;
  width: 42%;
  margin-left: 3.5%;
}

.postlist .item .top .jt2 {
  float: left;
  width: 22%;
  height: 100px;
  font-size: 20px;
  color: #333;
  line-height: 100px;
}

.postlist .item .top .jt3 {
  float: left;
  width: 22%;
  height: 100px;
  font-family: arial;
  font-size: 20px;
  color: #666;
  line-height: 100px;
}

.postlist .item .top .jt1 h3 {
  padding-left: 40px;
  font-size: 20px;
  color: #333;
  background: url("../images/trick1.png") no-repeat left center;
}

.postlist .item .bottom {
  border: 1px solid #d3d7dd;
  border-top: none;

}

.postlist .item .bottom .bid_box {
  position: relative;
  min-height: 300px;
  padding: 50px;
}

.postlist .item .bottom .bid_box .bit {
  float: left;
  width: 34%;
}

.postlist .item .bottom .bid_box .bit2 {
  float: right;
  width: 36%;
}

.postlist .item .bottom .bid_box .bit3 {
  width: 100%;
  margin-top: 80px;
}

.postlist .item .bottom .bid_box .bit h3 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}

.postlist .item .bottom .bid_box .bit p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.postlist .item .bottom .bid_box .bit p span {
  display: block;
}

.postlist .item .bottom .apply {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: block;
  width: 200px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-indent: 50px;
  color: #fff;
  background: url("../images/f1arr.png") 130px center no-repeat #2c76ac;
}

.postlist .item .bottom .apply span {
  position: relative;
  z-index: 12;
}

.postlist .item .bottom .apply:before,
.postlist .item .bottom .apply:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("../images/f1arr.png") 130px center no-repeat #2c76ac;
  z-index: 2;
  transition: 0.8s;
}

.postlist .item .bottom .apply:before {
  transition: 0.8s;
  background: url("../images/f1arr.png") 130px center no-repeat #2c76ac;
  z-index: -1;
}

.postlist .item .bottom .apply:hover:after,
.postlist .item .bottom .apply:hover:before {
  width: 100%;
}

.postlist .item:hover .top {
  cursor: pointer;
}

.postlist .item.hover .top {
  background: url("../images/jslide.png") no-repeat right center #2c76ac;
}

.postlist .item.hover .top .jt1 h3 {
  background: url("../images/trick_h.png") no-repeat left center;
  color: #fff;
}

.postlist .item.hover .top .jt2 {
  color: #fff;
}

.postlist .item.hover .top .jt3 {
  color: #fff;
}

.jobs_wrapper .pager {
  margin-top: 50px;
}

/* 用户登录注册 */
.bg_main {
  box-sizing: border-box;
  background: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px;
  background-size: 100% auto;
}

.detail1 {
  background: #fff;
  padding: 59px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 1280px;
  min-height: auto;
}

.detail1 .context {
  line-height: 30px;
  padding: 25px 0;
}

.loginPage {
  margin-top: 20px;
}

.loginPage {
  background: #fff;
  min-height: 300px;
  box-sizing: border-box;
}

.loginPage p {
  text-align: center;
  padding-bottom: 50px;
}

.loginPage .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}

.loginPage .tit small {
  margin-left: 10px;
}

.loginPage .item {
  float: left;
  width: 400px;
  *float: inherit;
  position: relative;
  margin-bottom: 3%;
}

.loginPage .item .msg-box {
  top: 0;
  left: 20px;
}

.loginPage .item label {
  font-weight: normal;
  line-height: 35px;
  font-size: 14px;
  display: block;
  float: left;
  text-align: right;
  width: 20%;
}

.loginPage .item input {
  width: 75%;
  float: right;
  text-indent: 1em;
  background: none;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 3em;
  line-height: 3em;
}

.loginPage .item #phoneVer {
  width: 140px;
  margin-right: 20px;
}

.loginPage .item #get_code {
  width: 140px;
  height: auto;
  text-indent: initial;
  background: #f2f2f2;
}

.loginPage .input_check_box input {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
  float: left;
  margin-left: 100px;
  margin-top: 4px;
}

.loginPage .input_check_box span {
  color: #3388ff;
  cursor: pointer;
}

.loginPage .item .wt {
  width: 75%;
  float: right;
  border-radius: 3px;
  background: none;
  outline: none;
  border: 1px solid #ddd;
  *margin-top: 1px;
  height: 3em;
  line-height: 3em;
}

.loginPage .item .wt select {
  border: none;
  background: none;
  margin-left: 5px;
  outline: none;
  width: 96%;
}

.loginPage .item .btn {
  text-align: center;
  background: #2c76ac;
  border-color: #2c76ac;
  color: #fff;
  padding: 0;
  border-radius: 3px;
  outline: none;
  height: 3.2em;
  cursor: pointer;
  border: none;
  text-indent: 0;
}

.loginPage .item .btn:hover {
  opacity: 0.8;
}

.loginPage .item .red {
  color: red;
}

.loginPage p {
  width: 100%;
  padding-top: 6px;
}

.indexPage .tit {
  text-align: center;
  margin-bottom: 50px;
}

.indexPage .tit small {
  margin-left: 10px;
}

.indexPage .p {
  width: 100%;
  padding-top: 6px;
}

.indexPage .ul {
  text-align: center;
}

.indexPage .ul li {
  display: inline-block;
  width: 16%;
  margin: 0 auto 30px;
}

.indexPage .ul li a {
  color: #1e7bdc;
  background: none;
  padding: 0 20px;
  height: 41px;
  font-size: 18px;
  border: 2px solid #2c76ac;
  line-height: 41px;
  border-radius: 22px;
  display: block;
  text-align: center;
}

.indexPage .ul li a:hover {
  color: #fff;
  background: #2c76ac;
  border: 2px solid #2c76ac;
}

.loginPage .loginform {
  background: url("../images/re.jpg") no-repeat top right;
  width: 500px;
  margin: 0 auto;
  padding-right: 400px;
}

.registerPage .loginform {
  background: url("../images/re2.jpg") no-repeat top right;
}

.loginPage .reg_bg {
  background: url("../images/re2.jpg") no-repeat top right;
}

.list_list .body li {
  line-height: 35px;
  margin-bottom: 2px;
}

.list_list .body li b {
  color: #ff6b6b;
  padding-right: 5px;
  font-weight: 100;
}

.list_list .body li i {
  width: 7px;
  height: 9px;
  background-position: -365px -26px;
  float: left;
  margin-top: 13px;
  margin-right: 10px;
}

.list_list .body li .fl {
  border-left: 0 solid #ff6b6b;
}

.list_list .body li .fr {
  border-right: 0 solid #b0b0b0;
  color: #999;
}

.list_list .body li .fr b {
  font-size: 12px;
  border: 1px solid #ff6b6b;
  margin-left: 35px;
}

.list_list .body li a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}

.loginPage .tit {
  font-size: 24px;
  text-transform: uppercase;
}

.user_con .detail {
  min-height: auto;
}

.user_con .detail .ul li {
  width: 50%;
  margin: 0 auto 30px;
}

.user_con .detail .ul li a {
  color: #1e7bdc;
  background: none;
  padding: 0 20px;
  height: 41px;
  font-size: 18px;
  border: 2px solid #1e7bdc;
  line-height: 41px;
  border-radius: 22px;
  display: block;
  text-align: center;
}

.user_con .detail .ul li a:hover {
  color: #43190a;
  background: #fdc824;
  border: 2px solid #fdc824;
}

.change_password {
  padding-top: 135px;
  min-height: 400px;
}

.change_password .change {
  text-align: center;
  font-size: 18px;
}

.change_password .change a {
  font-size: 18px !important;
  color: #fff !important;
  display: block;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  line-height: 40px;
  margin-top: 40px;
  background: #2c76ac;
  border: 1px solid #ddd;
  transition: all ease 0.36s;
}

.change_password .change a:hover {
  text-indent: 6px;
  color: #fff !important;
  background: #2c76ac;
  transition: all ease 0.36s;
}

.validation-summary-errors {
  margin-bottom: 40px;
}

.reset_password {
  padding-top: 135px;
  min-height: 400px;
}

.reset_password .password {
  text-align: center;
  font-size: 18px;
}

.reset_password .password a {
  font-size: 26px !important;
  color: #2c76ac !important;
}

.reset_password .password a:hover {
  color: #2c76ac !important;
}

.validation-summary-errors {
  margin-bottom: 40px;
}

/* 申请职位 */
.ydewmbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/black30.png") repeat left top;
  display: none;
  z-index: 998;
}

.ydewmbg .ydewm {
  position: relative;
  height: 820px;
  top: 50%;
  margin-top: -410px;
  display: none;
}

.ydewmbg a {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/closeM.png") no-repeat center center;
  transition: all ease-in-out 0.36s;
}

.ydewmbg a:hover {
  transform: rotate(360deg);
  transition: all ease-in-out 0.36s;
}

.mess_pop1 {
  padding: 50px 7%;
  box-sizing: border-box;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 50%;
  margin-top: -260px;
  background: #fff;
  box-shadow: 8px 0 20px rgba(0, 0, 0, 0.2);
  animation: topDown1 0.4s;
}

.mess_pop1 .job_tit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.mess_pop1 .message {
  margin-top: 60px;
}

.mess_pop1 .message .item_top {
  margin-bottom: 20px;
}

.mess_pop1 .message .item {
  position: relative;
  float: left;
  width: 31.95%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d6d6d6;
}

.mess_pop1 .message .item.mr {
  margin-right: 1.8%;
}

.mess_pop1 .message .item label {
  float: left;
  display: block;
  margin-top: 15px;
  width: 26.4%;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #ddd;
  color: #666;
}

.mess_pop1 .message .item .txt {
  float: left;
  width: 73%;
  height: 48px;
  line-height: 48px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .item font {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.mess_pop1 .message .tarea {
  margin-top: 40px;
}

.mess_pop1 .message .tarea label {
  margin-bottom: 22px;
  font-size: 16px;
  color: #666;
}

.mess_pop1 .message .tarea textarea {
  margin-top: 22px;
  border: 1px solid #ccc;
  width: 100%;
  height: 268px;
  resize: none;
  padding-top: 26px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .btn {
  border: none;
  background: #2c76ac;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.mess_pop1 .message .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #2c76ac;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

@keyframes topDown1 {
  from {
    top: 32%;
    opacity: 0;
  }

  to {
    top: 50%;
    opacity: 1;
  }
}

/*searcher pager*/
/*news start*/
.searcher_center {
  padding-top: 77px;
}

.searchPage .item {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.searchPage .item a {
  width: 100%;
  display: block;
}

.searchPage .item .text {
  width: 868px;
  display: block;
}

.searchPage .item .img {
  width: 300px;
  height: 168px;
  display: block;
  margin-right: 30px;
  overflow: hidden;
}

.searchPage .item img {
  width: 300px;
  height: 168px;
  display: block;
  transition: ease-in-out 0.4s;
}

.searchPage .item h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.searchPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}

.searchPage .item .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}

.searchPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.searchPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.searchPage .item:hover .img img {
  transform: scale(1.1);
}

.searchPage .item:hover h3 {
  font-weight: bold;
  color: #2c76ac;
  text-indent: 5px;
}

.searchPage .item:hover .time .day span {
  background: #2c76ac;
}

.searchPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}

.searchPage .item .text {
  width: 1368px;
}

/* map_ul */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
}

.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}

.map_ul .list-inline {
  display: block;
  width: 86%;
}

.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0;
}

.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}

.map_ul .list-inline li a:hover {
  background: #2c76ac;
  color: #fff;
  border: 1px solid #2c76ac;
}

/*pager*/
.pager {
  padding: 0;
  margin-top: 24px;
  text-align: center;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager {
  *zoom: 1;
}

.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pager ul a {
  padding: 0;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  float: left;
  color: #666;
}

.pager ul li {
  margin-left: 8px;
  width: 52px;
  height: 52px;
}

.pager ul li a {
  display: block;
  width: 52px;
  height: 52px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
  background: url("../images/pageLi.png") no-repeat center center;
  color: #666;
}

.pager ul li a.current {
  color: #2c76ac;
}

.pager ul li:hover a {
  color: #2c76ac;
  line-height: 52px;
  display: block;
  width: 52px;
  height: 52px;
}

.pager ul li:nth-child(2) {
  margin-right: 8px;
  font-size: 0;
  width: 102px;
  height: 52px;
  background: url("../images/pagePrev.png") no-repeat center center;
}

.pager ul li:nth-child(2) a {
  background: none;
  width: 100%;
}

.pager ul li:nth-last-child(2) {
  margin-left: 16px;
  width: 102px;
  height: 52px;
  font-size: 0;
  background: url("../images/pageNext.png") no-repeat center center;
  cursor: pointer;
}

.pager ul li:nth-last-child(2) a {
  background: none;
}

.pager ul li:nth-child(2):hover {
  background: url("../images/pagePrev_h.png") no-repeat center center;
}

.pager ul li:nth-last-child(2):hover {
  background: url("../images/pageNext_h.png") no-repeat center center;
}

.pager ul li:first-child {
  font-size: 0;
  display: none;
}

.pager ul li:last-child {
  font-size: 0;
  display: none;
}

.pager ul li:nth-child(2) a {
  font-size: 0;
}

.pager ul li:nth-last-child(2) a {
  font-size: 0;
}

/*ny common css end*/
/* 响应1200屏幕 */
@media (max-width: 1366px) {
  .detail1 {
    width: 1080px;
  }

  .product_center .prolist li .txtBox {
    padding: 60px 20px 40px;
  }

  .product_center .prolist li .t_top {
    padding-bottom: 40px;
  }

  .product_center .prolist li .t_top .desc {
    margin-top: 30px;
  }

  .product_center .prolist li .t_bottom {
    padding-top: 30px;
  }

  .solution_center li .txt_box .sico {
    width: 120px;
  }

  .pro_top .imgtxtcon {
    padding-left: 5%;
  }

  .pro_top .imgtxtcon .wx {
    left: 10%;
  }

  .product_portfolio .list li .img {
    height: 280px;
  }

  .searchPage .item .text {
    width: 1168px;
  }
}

@media (max-width: 1366px) {
  .showProduct .photo .photoimg {
    left: 2%;
  }
}

.showVedio2 {
  width: 806px;
  height: 452px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -184px 0 0 -403px;
  z-index: 9999;
  background: #000;
  display: none;
}

.showVedio2_shili {
  height: 361px;
}

.showVedio2 .playcon {
  height: 640px;
}

.showVedio2 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
}

.showVedio2 .close:hover {
  transform: rotate(180deg);
}

.showVedio2 video {
  width: 100%;
  display: block;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .5;
}

.no_subbanner {
  width: 100%;
  height: 79px;
}


.she_tou {
  width: 100%;
  position: relative;
}

.she_tou ul {
  display: inline-block;
  width: 100%;
}

.she_tou ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.she_tou ul li .img {
  display: block;
  width: 64%;
}

.she_tou ul li .s_p {
  width: 32.6%;
  padding: 3.6%;
  background-color: #18347c;
  position: absolute;
  right: 0;
  top: 16%;
  padding-bottom: 6%;
}

.she_tou ul li .s_p h3 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.she_tou ul li .s_p p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-top: 3.6%;
  text-align: justify;
}

.she_tou ul li.li2 .img1 {
  float: right;
}

.she_tou ul li.li2 .s_p {
  right: auto;
  left: 0;
  background-color: #a02925;
  padding-bottom: 10%;
}

.she_zj {
  padding-top: 0px;
  padding-bottom: 60px;
}

.she_zj h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: center;
  padding-top: 16px;
}

.she_zj ul {
  display: inline-block;
  width: 105%;
  padding-top: 40px;
}

.she_zj ul li {
  width: 31%;
  background-color: #fff;
  margin-right: 2%;
  float: left;
}

.she_zj ul li img {
  display: block;
  width: 100%;
}

.she_zj ul li p {
  display: block;
  line-height: 66px;
  font-size: 24px;
  text-align: center;
}

.shehuize .caselist {
  padding-top: 50px;
}

.shehuize .about_tit {
  background: url(../images/about_line5.png) center center no-repeat;
}


.lx_con ul {
  display: inline-block;
  width: 100%;
}

.lx_con ul li {
  float: left;
  width: 33.3%;
  display: inline-block;
  padding-bottom: 24px;
}

.lx_con ul li i {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/j13_04.png) no-repeat center center;
  float: left;
}

.lx_con ul li p {
  width: 82%;
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 14px;
}

.lx_con ul li p span {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-family: "Arial";
  padding-top: 6px;
}

.lx_con ul li p a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-family: "Arial";
  padding-top: 6px;
}

.lx_con ul li.li3 {
  width: 23%;
}

.lx_con ul li.li3 p {
  width: 74%;
}

.lx_con ul li.li1,
.lx_con ul li.li4 {
  width: 34.3%;
}

.lx_con ul li.li2,
.lx_con ul li.li5 {
  width: 42.3%;
}

.lx_con ul li.li2 p,
.lx_con ul li.li5 p {
  width: 86%;
}

.lx_con ul li.li5 p span {
  font-size: 18px;
  line-height: 30px;
}

.lx_con ul li.li4 i {
  background: url(../images/j13_08.png) no-repeat center center;
}

.lx_con ul li.li5 i {
  background: url(../images/j13_10.png) no-repeat center center;
}



/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
  .about_2_main .develop_box {
    padding: 0 6%;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

/* 响应1200屏幕 */
@media (max-width: 1660px) {
  .index_main .section1 .index_banner .item .inner .block_txt {
    width: 1000px;
    margin-left: -500px;
  }

  .about_main_1 .right li .fl h4 {
    font-size: 40px;
  }

  .about_main_1 .right li .fl h3 {
    font-size: 16px;
  }

  .about_main_1 .right li .fr h4 {
    font-size: 40px;
  }

  .about_main_1 .right li {
    margin-bottom: 74px;
  }

  .culture_main_1 .box2 {
    width: 1200px;
    margin-left: -600px;
  }

  .culture_main_2 .w1440 {
    width: 1200px;
    margin-left: -600px;
  }

  .zhiNeng_main_1 .w1440 {
    width: 1200px;
    margin-left: -600px;
  }

  .zhiNeng_main_1 .w1440 .box1 .right h3 {
    font-size: 26px;
  }

  .zhiNeng_main_1 .w1440 .box1 .left::before {
    height: 331px;
  }

  .zhiNeng_main_1 .w1440 .box2 li::before {
    height: 289px;
  }

  .zhiNeng_main_1 {
    height: 810px;
  }

  .yingyong_2 .body li {
    margin: 0 62px;
  }

  .yingyong_main_3 .body li i {
    right: -39px;
  }

  .shuanglun_main_2 .slideTxtBox .hd {
    width: 1200px;
    margin-left: -600px;
  }

  .shuanglun_banner .sub_local {
    width: 1200px;
    margin-left: -600px;
  }

  .quanqiu_main_1 .slideTxtBox .bd li .box {
    padding-left: 0;
  }

  .quanqiu_main_1 .slideTxtBox .bd li .box p {
    font-size: 20px;
  }

  .shili_3 li:last-child h3 {
    padding-left: 650px;
  }

  .shili_3 li:last-child p {
    padding-left: 650px;
  }

  .shili_1 .left {
    width: 19%;
  }

  .shili_1 .right {
    width: 79%;
  }

  .shili_1 .left h3 {
    font-size: 28px;
  }

  .product_main .w1440 {
    margin-left: -600px;
  }

  .ydewmbg .ydewm {
    height: 550px;
    margin-top: -275px;
  }

  .mess_pop1 {
    height: 550px;
    margin-top: -275px;
  }

  .mess_pop1 .message {
    margin-top: 20px;
    padding: 20px 0;
  }

  .mess_pop1 .message .item {
    box-sizing: border-box;
  }

  .mess_pop1 .message .item .txt {
    height: 45px;
  }

  .mess_pop1 .message .tarea textarea {
    height: 80px;
    width: calc(100% - 4px);
  }

  .mess_pop1 .message .tarea {
    margin-top: 10px;
  }

  .mess_pop1 .message .btn {
    margin-top: 15px;
  }

  .sub_local {
    margin-left: -600px;
  }

  .header_main .quick {
    right: 74px;
  }



}


/*# sourceMappingURL=index.css.map */