/* 产品中心 */
.banner_page_box {
  padding-top: 109px;
  width: 100%;
}
.banner_page_box .swiper-slide {
  width: 100%;
  height: 400px;
}
.banner_page_box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner_page_box .banner-box {
  margin-top: 0;
}
.banner_page_box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  opacity: 0.7;
}
.banner_page_box .swiper-pagination-bullet-active {
  width: 20px;
  background: #fff;
  opacity: 1;
}
.productCenter {
  padding-top: 60px;
  margin-bottom: 0px;
  background: #fff;
}
.productCenter .part1:nth-child(1) .parProduct {
  padding-top: 0;
}
.productCenter .part1 .parProduct {
  margin-top: 0;
  padding: 80px 0;
}
.productCenter .part1 .parProduct {
  border-bottom: 2px solid rgba(180, 180, 180, 0.1);
}
.productCenter .part1 b.title {
  display: block;
  font-size: 20px;
  color: #333;
}
.productCenter .part1 .parP {
  font-size: 14px;
  margin-top: 15px;
  color: #595757;
}
.parProduct {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.productCenter .part1 .w1400 > div {
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
  position: relative;
  border-radius: 2px;
  visibility: visible;
  -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.productCenter .part1 .w1400 > div:nth-child(4n+1) {
  margin-left: 0;
}
.productCenter .part1 .w1400 > div:nth-child(2n) {
  float: right;
}
.productCenter .part1 .box1:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.productCenter .part1 .box1:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.productCenter .part1 .box1:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.productCenter .part1 .box1 {
  width: 49%;
}
.productCenter .part1 .box1 .cenLink {
  background: #f9f9f9;
  margin-top: 35px;
  display: block;
  padding: 50px 30px;
  box-sizing: border-box;
  height: 322px;
}
.productCenter .part1 .box1 .cenLink:hover .imgs {
  transform: scale(1.05);
}
.productCenter .part1 .img-bg {
  max-width: 50%;
  max-height: 100%;
}
.partList {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.partList:hover .partListTitle {
  color: #0093bb;
}
.partListImg {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partListImg img {
  max-width: 30px;
  max-height: 30px;
}
.partListTitle {
  margin-left: 15px;
  font-size: 18px;
  color: #595757;
}
.partListTip {
  color: #0093bb;
  margin-left: 10px;
}
.productCenter .part1 .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productCenter .part1 .box1 .imgs {
  position: relative;
  margin: 0 auto;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.productCenter .part1 .text h6 {
  font-size: 16px;
  color: #898989;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-top: 35px;
  opacity: 0.6;
}
.productCenter .part1 .text p {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-bottom: 26px;
}
.productCenter .part1 .text span {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  display: block;
  margin-bottom: 44px;
}
.more {
  display: block;
  font-size: 14px;
  color: #0093bb;
  width: 116px;
  height: 40px;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0093bb;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.more em {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 40px;
  height: 40px;
}
.more span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #0093bb;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  -o-transition: width 0.6s, height 0.6s;
  -moz-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}
.more:hover span {
  width: 300px;
  height: 300px;
}
.more:hover em {
  color: #ffffff;
}
/* p2-1解决方案 */
#solutions {
  background-color: #fff;
}
.solutions .part1 {
  padding-top: 50px;
  padding-bottom: 84px;
}
.solutions .list {
  padding: 0 45px;
  position: relative;
  margin-bottom: 63px;
}
.solutions .list img {
  width: 39.923%;
  float: left;
}
.solutions .list .msg {
  float: left;
  width: 51.297%;
  position: absolute;
  top: 50px;
  right: 45px;
}
.solutions .list .msg h5 {
  font-size: 30px;
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}
.solutions .list .msg p {
  font-size: 16px;
  color: #666666;
  padding-left: 17px;
  line-height: 30px;
  background: url(../images/page/p5.png) left 10px no-repeat;
}
.solutions .list .tit {
  height: 63px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 51.297%;
  z-index: -1;
}
.solutions .list .tit span {
  font-size: 140px;
  color: #fdfefe;
  line-height: 2rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2);
  font-family: "Arial";
}
.solutions .list:nth-child(2n) img {
  float: right;
}
.solutions .list:nth-child(2n) .msg {
  left: 45px;
  right: auto;
}
.solutions .list:nth-child(2n) .tit {
  left: 0;
  right: auto;
}
.solutions .list .cir {
  position: absolute;
  left: -53px;
  top: -77px;
  width: auto;
  z-index: -1;
}
.solutions .list:nth-child(2n) .cir {
  right: 0;
  left: auto;
  top: -50px;
}
/* p2-1解决方案详情 */
.solutions-details {
  /* width: 100%;
    height: 5179px;
    background: url(../images/page/solutions-details-bg.jpg) no-repeat center; */
}
/* 产品详情 */
.proBanner {
  position: relative;
  min-width: 1200px;
}
.proBanner .tabs {
  background: transparent;
  position: absolute;
  width: 100%;
  bottom: -39px;
  left: 0;
  height: 78px;
}
.proBanner .tabs .w1400 {
  text-align: center;
  /*border-top: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf;*/
  background: #fff;
  height: 78px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.proBanner .tabs .list-item {
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 18px;
  color: #333333;
  line-height: 78px;
  width: 176px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proBanner .tabs .list-item.on,
.proBanner .tabs .list-item:hover {
  color: #ffffff;
  background-color: #0093bb;
}
.proBanner .tabs.fixed {
  /* position: fixed;
    top: 109px;
    left: 0; */
  z-index: 5;
}
.proBanner {
  height: 770px;
  margin-top: 109px;
}
.proBanner .bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.proBanner .w1400 {
  position: relative;
  height: 100%;
}
.proBanner .baR {
  position: absolute;
  top: 50%;
  right: 120px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proBanner .baL {
  width: 45.571%;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proBanner .baL span {
  display: block;
  font-size: 18px;
  color: #0093bb;
  line-height: 1;
  margin-bottom: 18px;
}
.proBanner .baL img {
  display: block;
  margin-bottom: 18px;
}
.proBanner .baL b {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  line-height: 42px;
  padding: 0 17px;
  border-radius: 21px;
  background-color: #0093bb;
  font-weight: 400;
  margin-bottom: 32px;
}
.proBanner .baL p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 86px;
}
.proBanner .baL .price {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  line-height: 46px;
  height: 46px;
  border-radius: 23px;
  padding: 0 38px;
  position: relative;
  overflow: hidden;
  width: auto;
}
.proBanner .baL .price em {
  display: block;
  line-height: 46px;
  height: 46px;
}
.proBanner .baL .price span {
  background-color: #fff;
}
.proBanner .baL .price:hover em {
  color: #0093bb;
}
.productDetail {
  background-color: #fff;
  /* padding-top: 150px; */
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.productDetail .part1 {
  margin-top: 150px;
  margin-bottom: 120px;
  -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.productDetail .part1 .con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.productDetail .part1 h5 {
  font-size: 40px;
  color: #0093bb;
  text-align: center;
  line-height: 1;
  margin-bottom: 100px;
}
.productDetail .part1 .item {
  float: left;
  width: 16.6667%;
}
.productDetail .part1 .item .icon {
  width: 89px;
  height: 89px;
  border: 1px solid #0093bb;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
}
.productDetail .part1 .item p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-top: 19px;
}
.productDetail .part1 .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* .productDetail .part1 .item:nth-child(1) .icon{background: url(../images/page/p12.png) center no-repeat;}
.productDetail .part1 .item:nth-child(2) .icon{background: url(../images/page/p13.png) center no-repeat;}
.productDetail .part1 .item:nth-child(3) .icon{background: url(../images/page/p14.png) center no-repeat;}
.productDetail .part1 .item:nth-child(4) .icon{background: url(../images/page/p15.png) center no-repeat;}
.productDetail .part1 .item:nth-child(5) .icon{background: url(../images/page/p16.png) center no-repeat;}
.productDetail .part1 .item:nth-child(6) .icon{background: url(../images/page/p17.png) center no-repeat;} */
.productDetail .part1 .item:hover .icon {
  box-shadow: 0 0 10px rgba(78, 139, 162, 0.5);
  background-position-y: 20px;
}
.productDetail .part1 .item:hover .icon img {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
/* .productDetail .part1 .item .icon::after{content: '';position: absolute;top: 100%;right: 100%;width: 100px;height: 100px;background-color: rgba(255,255,255,0.8);transform: skewX(60deg);transition-duration: 0.8s;}
.productDetail .part1 .item:hover .icon::after{top: -100%;right: -100%;} */
.productDetail .part2 {
  position: relative;
  height: 140vh;
  padding-top: 500px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productDetail .part2 .proImg1 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  height: 60vh;
  border-radius: 2px;
  overflow: hidden;
}
.productDetail .part3 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: -120px;
}
.productDetail .part3 .w1400 > .con {
  position: sticky;
}
.productDetail .part3 .proImg {
  position: absolute;
  top: 100px;
  left: 270px;
  width: 245px;
  height: 602px;
  z-index: 2;
}
.productDetail .part3 .proImg img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.productDetail .part3 .proImg .backs {
  opacity: 0;
}
.productDetail .part3 .pro-img-com {
  position: absolute;
  top: 100px;
  left: 270px;
  width: 245px;
  height: 602px;
  z-index: 3;
}
.productDetail .part3 .pro-img-com img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.productDetail .part3 .words {
  top: 100px;
  position: relative;
  z-index: 1;
  width: -webkit-calc(-304%);
  width: -moz-calc(-304%);
  width: calc(100% - 404px);
  margin-left: 495px;
}
.productDetail .part3 .words .item {
  width: 100%;
  height: 100%;
  opacity: 0;
  float: right;
}
.productDetail .part3 .words .item .tit {
  font-size: 30px;
  color: #323232;
  line-height: 1;
  margin-bottom: 18px;
  margin-top: 70px;
  font-weight: bold;
}
.productDetail .part3 .words .item .tit:nth-child(1) {
  margin-top: 0;
}
.productDetail .part3 .words .item .tit i {
  font-size: 60px;
  font-style: italic;
  margin-right: 15px;
}
.productDetail .part3 .words .item .desc {
  font-size: 18px;
  color: #323232;
  line-height: 1;
}
.productDetail .part3 .words .item .line {
  height: 0;
  width: 100%;
  border-bottom: 2px solid #323232;
  /* background-color: ; */
  position: absolute;
  top: 20px;
  left: -110%;
}
.productDetail .part3 .words .item4 .line {
  width: 84%;
  left: -93%;
}
.productDetail .part3 .words .item .con {
  top: 190px;
  left: 350px;
  width: 400px;
  height: 400px;
  position: absolute;
}
.productDetail .part3 .words .item.on {
  opacity: 1;
}
.productDetail .part3 .words .item1 .con {
  top: -10px;
}
.productDetail .part3 .words .item1 .line {
  top: 270px;
}
.productDetail .part3 .words .item2 .con {
  top: 435px;
}
.productDetail .part3 .words .item3 .con {
  top: 400px;
}
.productDetail .part3 .words .item4 .con {
  top: 16px;
}
.productDetail .part3 .words .item5 .con {
  top: 180px;
}
.productDetail .part3 .words .item6 .con {
  top: 320px;
}
.productDetail .part3 .words .item7 .con {
  top: 500px;
}
.productDetail .part3 .words .item8 .con {
  top: 75px;
}
.productDetail .part3 .words .item {
  height: 300px;
}
.productDetail .part4 {
  margin-bottom: 50px;
  height: 627px;
  background: url(../images/page/p21.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover !important;
}
.productDetail .part4 .w1400 {
  position: relative;
  height: 100%;
}
.productDetail .part4 .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/page/p22.png) no-repeat center / 100%;
  cursor: pointer;
  margin-bottom: -20px;
  margin-right: 10px;
  -webkit-animation: mainscale 1s linear infinite alternate;
  -moz-animation: mainscale 1s linear infinite alternate;
  -o-animation: mainscale 1s linear infinite alternate;
  animation: mainscale 1s linear infinite alternate;
}
.productDetail .part4 p {
  font-size: 20px;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 97px;
  left: 0;
  padding-left: 165px;
}
.productDetail .part5 {
  position: relative;
  height: 100vh;
  background: #272525;
  margin-bottom: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productDetail .part5 .con {
  position: sticky;
  width: 100%;
  height: 60vh;
}
.productDetail .part5 .text {
  padding-top: 90px;
  opacity: 0;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  position: absolute;
  top: 40%;
}
.productDetail .part5 .img {
  position: absolute;
  top: 18%;
  right: 0;
  height: 394px;
  width: 701px;
}
.productDetail .part5 .img img {
  /* display: block; */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 2px;
}
.productDetail .part5 .textIn {
  width: 44%;
  position: relative;
  height: 394px;
  position: absolute;
  top: 18%;
  overflow: hidden;
}
.productDetail .part5 .text h5 {
  font-size: 30px;
  color: #0093bb;
  line-height: 1;
  margin-bottom: 32px;
}
.productDetail .part5 .text p {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}
.productDetail .part5 .text p em {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  float: left;
  background-color: #fff;
  margin: 16px 4px;
}
.productDetail .part5 .text1 {
  opacity: 1;
  top: 0%;
}
.productDetail .part5 .img .img1 {
  opacity: 1;
}
.productDetail .part6 {
  padding-bottom: 32px;
  /*height: 80vh;*/
  margin-top: 90px;
}
.productDetail .part6 h5 {
  font-size: 40px;
  color: #0093bb;
  /* text-align: center; */
  line-height: 1;
  margin-bottom: 100px;
}
.productDetail .part6 .item {
  width: 317px;
  float: left;
  margin-bottom: 58px;
  margin-right: 38px;
}
.productDetail .part6 .item:nth-last-child(1) {
  margin-right: 0;
}
.productDetail .part6 .item .imgs {
  width: 100%;
  height: 302px;
  border-radius: 2px;
  overflow: hidden;
}
.productDetail .part6 .item .imgs img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
}
.productDetail .part6 .item .text {
  padding-top: 34px;
}
.productDetail .part6 .item .text h6 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.productDetail .part6 .item:hover .text h6 {
  color: #0093bb;
}
.productDetail .part6 .item .text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.productDetail .part6 .item .swiper-pagination {
  bottom: 5px;
}
.productDetail .part6 .item .swiper-pagination-bullet-active {
  background-color: #fff;
}
/* .productDetail .part6 .item4{width: 667px;} */
.productDetail .part7 {
  background-color: #272525;
  padding-top: 100px;
  overflow: hidden;
}
.productDetail .part7 h5 {
  font-size: 40px;
  color: #0093bb;
  text-align: left;
  line-height: 1;
  margin-bottom: 100px;
}
.productDetail .part7 .con {
  position: relative;
  padding: 0 130px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 80vh;
}
.productDetail .part7 .imgs {
  position: relative;
  float: right;
  width: 30%;
}
.productDetail .part7 .imgs img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.9);
  -moz-transform: translateX(-50%) scale(0.9);
  -ms-transform: translateX(-50%) scale(0.9);
  -o-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9);
}
.productDetail .part7 .text {
  float: left;
  width: 60%;
  padding-top: 260px;
}
.productDetail .part7 .text .item {
  padding-bottom: 130px;
  opacity: 0.2;
}
.productDetail .part7 .text .item1 {
  opacity: 1;
}
.productDetail .part7 .text h6 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.productDetail .part7 .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
.productDetail .part8 {
  padding-top: 168px;
  overflow: hidden;
  height: 2760px;
}
.productDetail .part8 h5 {
  font-size: 40px;
  color: #0093bb;
  /* text-align: center; */
  line-height: 1;
  margin-bottom: 100px;
}
.productDetail .part8 .con {
  position: relative;
  height: 1600px;
}
.productDetail .part8 .text {
  width: 700px;
  position: absolute;
  bottom: 9%;
  right: 0;
}
.productDetail .part8 .item {
  width: 340px;
  height: 116px;
  background-color: #f9f9f9;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.productDetail .part8 .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.productDetail .part8 .item:nth-child(2n) {
  margin-right: 0;
}
.productDetail .part8 .item h6 {
  font-size: 22px;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 29px;
}
.productDetail .part8 .item p {
  font-size: 16px;
  color: #333333;
  line-height: 1;
}
.productDetail .part8 .imgs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 280px;
  height: 581px;
}
.productDetail .part8 .imgs img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.productDetail .part8 .imgs .img2 {
  z-index: 2;
  opacity: 0;
}
.productDetail .part8 .more {
  margin: 0 auto;
  margin-top: 10px;
  background-color: #0093bb;
  color: #ffffff;
}
.productDetail .part8 .more:hover span {
  width: 300px;
  height: 300px;
  background-color: #fff;
}
.productDetail .part8 .more:hover em {
  color: #0093bb;
}
.productDetail .part9 {
  background-color: #f9f9f9;
  padding-top: 114px;
  padding-bottom: 77px;
}
.productDetail h5.tit {
  font-size: 40px;
  color: #0093bb;
  /* text-align: center; */
  line-height: 1;
  margin-bottom: 100px;
}
.productDetail .part9 .swiper-slide {
  width: 431px;
}
.productDetail .part9 .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 2px;
}
.productDetail .part9 .text {
  position: relative;
  margin-top: 40px;
}
.productDetail .part9 .text h6 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  padding-bottom: 40px;
}
.productDetail .part9 .text p {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-bottom: 22px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: context-menu;
}
.productDetail .part9 .text p:hover {
  color: #bfd488;
}
.productDetail .part9 .text p em {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #333;
  float: left;
  margin-right: 7px;
  margin-top: 7px;
}
.productDetail .part9 .text .prev {
  position: absolute;
  top: 0;
  right: 30px;
}
.productDetail .part9 .text .prev::after {
  content: "prev";
  display: inline-block;
  font-family: swiper-icons;
  font-size: 18px;
  color: #353535;
}
.productDetail .part9 .text .prev:hover::after {
  color: #0093bb;
}
.productDetail .part9 .text .next {
  position: absolute;
  top: 0;
  right: 0;
}
.productDetail .part9 .text .next::after {
  content: "next";
  display: inline-block;
  font-family: swiper-icons;
  font-size: 18px;
  color: #353535;
}
.productDetail .part9 .text .next.act::after {
  color: #0093bb;
}
.productDetail .part9 .text .next:hover::after {
  color: #0093bb;
}
.productDetail .part9 .sw6 {
  padding-bottom: 40px;
}
.productDetail .part9 .sw6 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  bottom: 0;
  top: auto;
  background-color: #cacaca;
  opacity: 1;
  border-radius: 4px;
}
.productDetail .part9 .sw6 .swiper-pagination-bullet-active {
  width: 28px;
  background-color: #0093bb;
}
.productDetail .part10 {
  padding-top: 114px;
  padding-bottom: 80px;
}
.productDetail .part10 .sw7 {
  padding-bottom: 20px;
}
.productDetail .part10 .swiper-slide {
  width: 430px;
  margin-right: 54px;
}
.productDetail .part10 .swiper-slide .imgs {
  width: 100%;
  height: 372px;
  border-radius: 2px;
  overflow: hidden;
}
.productDetail .part10 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.productDetail .part10 .text {
  padding: 36px 47px 42px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  margin-left: 10%;
  border-radius: 2px;
  text-align: justify;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.productDetail .part10 .text h6 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 18px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-weight: bold;
}
.productDetail .part10 .text p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.productDetail .part10 a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.productDetail .part10 a:hover .text h6 {
  color: #0093bb;
}
.productDetail .part10 .con {
  position: relative;
}
.productDetail .part10 .con .btn {
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: -110px;
}
.productDetail .part10 .con .btn:hover {
  background: #0093bb;
}
.productDetail .part10 .con .btn:hover::after {
  color: #fff;
}
.productDetail .part10 .con .btn::after {
  display: inline-block;
  font-size: 25px;
  color: #0093bb;
  font-family: swiper-icons;
}
.productDetail .part10 .con .prev {
  left: -40px;
}
.productDetail .part10 .con .prev::after {
  content: "prev";
}
.productDetail .part10 .con .next {
  right: -40px;
}
.productDetail .part10 .con .next::after {
  content: "next";
}
.productDetail .part11 {
  margin-top: 100px;
}
.productDetail .part11 h5 {
  font-size: 26px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.productDetail .part11 .item {
  float: left;
  width: 449px;
  height: 458px;
  position: relative;
  margin-right: 26px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 2px;
  background: #f9f9f9;
}
.productDetail .part11 .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.productDetail .part11 .item:nth-last-child(1) {
  margin-right: 0;
}
.productDetail .part11 .item img {
  display: block;
  height: 264px;
  width: auto;
  margin: 50px auto 0;
}
.productDetail .part11 .text {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.productDetail .part11 .text b {
  display: block;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}
.productDetail .part11 .text p {
  font-size: 20px;
  color: #333333;
  line-height: 1;
}
.productDetail .part12 {
  margin-top: 96px;
  background: url(../images/page/p42.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 143px;
}
.productDetail .part12 h5 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 90px;
}
.productDetail .part12 .item {
  /* text-align: center; */
  width: 769px;
  margin: 0 auto;
}
.productDetail .part12 .item input {
  font-size: 16px;
  color: #0093bb;
  width: 362px;
  height: 59px;
  border: 1px solid #0093bb;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 29px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px 20px;
}
.productDetail .part12 p {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
}
.productDetail .part12 .item2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 45px;
}
.productDetail .part12 .item2 .item2-left {
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  width: 0;
  height: 0;
}
.productDetail .part12 .item2 .item2-left .animation-box {
  width: 520px;
  height: auto;
}
.productDetail .part12 .item2 .item2-left.act {
  width: 520px;
  height: auto;
}
.productDetail .part12 .item2 input {
  width: 140px;
  margin-bottom: 0;
}
.productDetail .part12 .item2 em {
  display: inline-block;
  width: 134px;
  height: 43px;
  vertical-align: middle;
}
.productDetail .part12 .item2 em img {
  display: block;
}
.productDetail .part12 span {
  font-size: 16px;
  color: #ffffff;
}
.productDetail .part12 button {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 204px;
  height: 56px;
  background-color: #0093bb;
  border-radius: 2px;
  vertical-align: bottom;
  cursor: pointer;
}
.productDetail .part12 input::-webkit-input-placeholder {
  color: #0093bb;
}
/*WebKit和Blink（Safari,Google Chrome, Opera15+）使用伪元素 */
.productDetail .part12 input:-moz-placeholder {
  color: #0093bb;
}
/*Mozilla Firefox 4-18使用伪类 */
.productDetail .part12 input::-moz-placeholder {
  color: #0093bb;
}
/*Mozilla Firefox 19使用伪类 */
.productDetail .part12 input:-ms-input-placeholder {
  color: #0093bb;
}
/*IE10使用伪类 */
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.popup-video .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-video .video-con {
  width: 770px;
  height: 460px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -385px;
  margin-top: -230px;
}
.popup-video .video-con .video {
  width: 100%;
  height: 100%;
}
.popup-video .video-con .btn-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -50px;
  right: -50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.popup-video .video-con .btn-close::before {
  content: "\2716";
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10px, 0);
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(0%, -10px, 0);
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10px, 0);
    -moz-transform: translate3d(0%, -10px, 0);
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10px, 0);
    transform: translate3d(0%, 10px, 0);
  }
}
@-moz-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(0%, 10px, 0);
    transform: translate3d(0%, 10px, 0);
  }
}
@-o-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10px, 0);
    -moz-transform: translate3d(0%, 10px, 0);
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  -moz-animation-name: fadeOutDownSmall;
  -o-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10px, 0);
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(0%, 10px, 0);
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10px, 0);
    -moz-transform: translate3d(0%, 10px, 0);
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 1400px) {
  .productDetail .part6 .item {
    width: 280px;
    margin-right: 21px;
  }
  .productDetail .part11 .item {
    width: 390px;
    height: 389px;
    margin-right: 10px;
  }
  .productDetail .part11 .item img {
    height: 210px;
    margin: 40px auto;
  }
  .productDetail .part12 input {
    width: 320px;
  }
}
/*404*/
.noPage {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.noPage img {
  display: block;
  margin: 0 auto;
}
.noPage .noLogo {
  display: block;
  width: 24.541%;
  margin-top: 62px;
  margin-left: 60px;
}
.noPage .noLogo img {
  display: block;
  width: 99px;
}
.noPage p {
  font-size: 28px;
  color: #5f636a;
  text-align: center;
  margin-top: 40px;
}
.noPage .backs {
  margin: 30px auto 0;
  width: 384px;
  text-align: center;
}
.noPage .backs a {
  display: block;
  float: left;
  margin: 0 10px;
  font-size: 14px;
  color: #0093bb;
  height: 50px;
  line-height: 50px;
  width: 170px;
  border: 1px solid #0093bb;
  text-align: center;
  transition: background 0.5s;
  border-radius: 50px;
}
.noPage .backs a:hover {
  color: #ffffff;
  background-color: #0093bb;
}
.noPage .bottoms {
  position: relative;
  height: 100vh;
}
.noPage .boIn {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
}
@media (max-width: 1200px) {
  .noPage .noLogo {
    margin-top: 0.5rem;
    margin-left: 0.46rem;
  }
  .noPage .noLogo img {
    width: auto;
    height: 0.63rem;
  }
  .noPage .boIn img {
    margin: 0 auto;
    max-width: 75.73%;
  }
  .noPage p {
    font-size: 0.32rem;
    margin-top: 0.4rem;
  }
  .noPage .backs {
    margin-top: 0.4rem;
    width: calc(4.6rem + 4px);
  }
  .noPage .backs a {
    margin: 0 0.1rem;
    font-size: 0.26rem;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 2.1rem;
    border-radius: 0.08rem;
  }
}
/*p8-0站点地图*/
.page_map {
  padding-bottom: 30px;
  background: #fff;
}
.page_map .w1400 {
  position: relative;
}
.page_map .next .left {
  position: relative;
  width: 210px;
}
.page_map .next .left a{
    color: #333333;
}
.page_map .next .left b {
  display: block;
  color: #333;
  margin-bottom: 60px;
  line-height: 60px;
  font-size: 30px;
}
.page_map .next .left b::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 21px;
  height: 60px;
  background: url(../images/icon/p15.png) center no-repeat;
  content: "";
}
.page_map .next .right {
  width: calc(100% - 260px);
}
.page_map .next .right .text {
  margin-bottom: 20px;
}
.page_map .next .right b {
  display: block;
  margin-bottom: 8px;
  color: #0095bf;
  font-size: 24px;
  line-height: 60px;
}
.page_map .next .right a {
  float: left;
  display: block;
  margin: 0 39px 20px 0;
  width: 170px;
  height: 60px;
  border-radius: 2px;
  background: #0095bf;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
}
.page_map .w1400::after {
  position: absolute;
  left: 199px;
  top: 26px;
  width: 0;
  height: calc(100% - 120px);
  border-right: #c5c5c5 1px dashed;
  content: "";
}
.publicity {
  background: #fff;
  padding-bottom: 64px;
}
.publicity .page_ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.publicity .page_li {
  width: calc((100% - 238px) / 3);
  margin-right: 119px;
  margin-top: 76px;
}
.publicity .page_li:nth-child(3n) {
  margin-right: 0;
}
.publicity .page_li:nth-child(-n+3) {
  margin-top: 0;
}
.publicity .page_li .img-box {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.publicity .page_li .img-box img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.publicity .page_li .text-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.publicity .page_li .text-box p {
  font-size: 18px;
  color: #333333;
  padding-left: 46px;
  margin-left: 18px;
  line-height: 28px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 66%;
}
.publicity .page_li .text-box .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icon/icon-downLoad.png) no-repeat center / 100%;
  margin-right: 20px;
  position: relative;
}
.publicity .page_li .text-box .icon::after {
  content: '';
  width: 2px;
  height: 21px;
  background: #cfcfcf;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.publicity .page_li .text-box p::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 27px;
  background: url("../images/icon/icon18.png") no-repeat center / 100%;
  left: 0;
  top: 60%;
  margin-top: -16px;
}


.promotional {
  padding-bottom: 64px;
  background: #fff;
}
.promotional .w1400 {
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.promotional .list-items {
  display: flex;
  flex-wrap: wrap;
}
.promotional .itemes {
  width: calc((100% - 44px) / 3);
  margin-right: 22px;
  margin-top: 40px;
  display: block;
  position: relative;
}
.promotional .itemes:nth-child(3n) {
  margin-right: 0;
}
.promotional .itemes:nth-child(-n+3) {
  margin-top: 0;
}
.promotional .list-items .img-box {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.promotional .list-items .img-box:hover img {
  transform: scale(1.02);
}
.promotional .list-items .img-box img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.promotional .list-items .text-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.promotional .list-items .text-box .text {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 11px;
}
.promotional .list-items .text-box .icon {
  width: 28px;
  height: 27px;
  background: url(../images/icon/iocn-videoDowns.png) no-repeat center / 100%;
}
.promotional .list-items .icon-play {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  transition: all 0.5s;
}
.promotional .list-items .icon-play i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 8;
}
.promotional .list-items .icon-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #3c3c3c;
  margin-top: -10px;
  margin-left: -5px;
  z-index: 10;
}
.promotional .list-items .icon-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  margin-top: -60%;
  margin-left: -60%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: scaleTo 2s linear infinite;
  z-index: 5;
}

/*用户个人信息保护说明20240724*/
.w1400 .statement {
  /*float: left;*/
  width: 769px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-left: 29px;
}
.w1400 .statement label {
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.w1400 .statement .text_w {
  color: #333333;
}
.w1400 .statement label a {
  color: #3f93b9;
}
.w1400 .statement input {
  width: 18px !important;
  height: 18px !important;
  position: relative !important;
  border: none !important;
  margin-right: 7px !important;
  margin-top: 1px !important;
}
.w1400 .statement input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.w1400 .statement input[type=checkbox]:checked::after {
  content: "";
  border-color: #3f93b9;
  background-color: #3f93b9;
}
.w1400 .statement input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

.yinsizhengce .flex{ display:flex; display: -webkit-flex; align-items:center;flex-wrap:  wrap ; justify-content:space-between}
.yinsizhengce{z-index:999; transition:all .3s; opacity:1; visibility:visible; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.8);}
.yinsizhengce .yinsibox{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%); height:80vh; background:#fff; border-radius:8px; padding:20px;}
.yinsititle{ height:50px;}
.yinsititle b{ font-weight:normal; font-size:22px;}
.content_yinsi p{ font-size:16px; line-height:1.7; margin:0; padding:0; color:#666;}
.yinsititle b,.yinsititle span{ line-height:36px !important; margin:0 !important;}
.yinsititle span{ padding:0!important; display:inline-block !important; width:40px !important; height:40px; background:rgba(0,0,0,.5); color:#fff !important; border-radius:5px; text-align:center; line-height:36px !important; font-size:30px !important; cursor:pointer;}
.content_yinsi{ height:calc(100% - 130px); overflow:auto; margin-top:20px;}
.yinsizhengce .access{ height:50px; text-align:center; position:absolute; left:0; width:100%; bottom:20px;}
.yinsizhengce .access a{ display:inline-block; padding:0 30px; line-height:50px; background:#c12928; color:#fff; font-size:16px; border-radius:6px; cursor:pointer;}
.yinsizhengce.close{  opacity:0; visibility:hidden;}
/*用户个人信息保护说明20240724*/