/*banner*/
.ind-banner{ width: 100%; overflow: hidden; position: relative;} 
.ind-banner:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 120px; background: url(../images/bg1.png) repeat-x; z-index: 1; }
.ind-banner .swiper-slide {position: relative; }
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .img img{ width: 100%;}
/*.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 1; top: 50%; transform: translateY(-50%); }
.ind-banner .onebox .en{ font-size: 0.18rem; line-height: 0.36rem; color: #d5b58f; padding-top: 0.2rem; font-family: 'mont'; text-transform:uppercase; }
.ind-banner .onebox .cn{ font-size: 0.6rem; line-height: 0.6rem; color: #673314; }
.ind-banner .twobox{ position: absolute; left: 0; width: 100%; text-align: center; z-index: 1; color: #fff; top: 50%; transform: translateY(-50%); }
.ind-banner .twobox .txt1{ font-size: 0.6rem; line-height: 0.86rem; font-weight: bold; }
.ind-banner .twobox .txt2{ font-size: 0.44rem; line-height: 0.64rem; }*/

.ind-banner .swiper-slide video {
  position: absolute;
  width: 100%;
  height:100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}

.ind-banner .se{ display: block; width: 48px; height: 48px; text-align: center; line-height: 48px; position: absolute; z-index: 3; top: 50%; margin-top: -24px; border-radius: 50%; background: rgba(0,0,0,0.1);}
.ind-banner .se:hover{ background: #da251d; }
.ind-banner .prev { left: 30px; }
.ind-banner .next { right: 30px; }
.ind-banner .prev:after{ content: '<'; font-size: 16px; color: #fff; font-family: '宋体'; font-weight: bold; }
.ind-banner .next:after{ content: '>'; font-size: 16px; color: #fff; font-family: '宋体'; font-weight: bold; }

.ind-banner .swiper-pagination{ width: 100%; bottom: 30px; } 
.ind-banner .swiper-pagination-bullet { position: relative; display: inline-block; width: 36px; height: 36px; opacity: 1; background: none; border: none; box-sizing:border-box; border-radius: 50%; margin: 0 2px!important; } 
.ind-banner .swiper-pagination-bullet:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; margin-left: -4px; margin-top: -4px; border-radius: 50%; background: #cecece; }
.ind-banner .swiper-pagination-bullet-active { border: #fff solid 1px;} 
.ind-banner .swiper-pagination-bullet-active:after{ background: #fff; }

.playIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 1.04rem;
  height: 1.04rem;
  margin-top: -0.52rem;
  margin-left: -0.52rem;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display:none;
}
.playIcon:before,
.playIcon:after {
  content: "";
  position: absolute;
  left: -30%;
  top: -30%;
  width: 160%;
  height: 160%;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-sizing: border-box;
}
.playIcon:before {
  animation: iconScale3 3s linear infinite;
}
.playIcon:after {
  animation: iconScale3 3s 1s linear infinite;
}
.playIcon .icon {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.playIcon .icon:before,
.playIcon .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
}
.playIcon .icon:before {
  animation: iconScale3 2.4s 1s linear infinite;
}
.playIcon .icon:after {
  animation: iconScale3 2.4s 1.2s linear infinite;
}
.playIcon i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 10;
  transform: scale(0.4038);
  -webkit-transform: scale(0.4038);
  -moz-transform: scale(0.4038);
  -ms-transform: scale(0.4038);
  -o-transform: scale(0.4038);
}

/*banner结束*/
.indexP1{ position:relative; padding: 1.2rem 0; overflow: hidden; background:url(../images/nimg720Bg.png) right top no-repeat; background-size:7.2rem;}
.indexP1 .leftCon{ width: 6.0rem; }
.indexP1:before{ content:''; position:absolute; left:0; top:0; width:42.7%; height:100%; background-image: linear-gradient(180deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.indexP1 .toptop{ height: 1.2rem; }
.indexP1 .title{ position: relative; font-size: 0.4rem; line-height: 0.4rem; color: #fff; padding-bottom: 0.3rem; text-transform: uppercase;}
.indexP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.25rem; height: 0.05rem; background: #fff; }
.indexP1 .txt{ padding: 0.32rem 0 0.26rem; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight:bold;}
.indexP1 .content{ font-size: 0.18rem; color:#fff; line-height: 0.36rem; }
.indexP1 .more{ margin-top: 0.7rem; }
.indexP1 .more a{ display: block; width: 1.48rem; height: 0.5rem; line-height: 0.46rem; box-sizing: border-box; border: rgba(255,255,255,0.5) solid 2px; border-radius: 0.48rem; font-family: 'bold'; font-size: 0.16rem; color: #fff; text-align: center; text-transform: uppercase; }
.indexP1 .more a:hover{ border: none; color: #fff; line-height: 0.5rem; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}

.indexP1 .rightDiv{ width: 8.3rem; }
.indexP1 .code{ padding-top: 0.15rem; text-align: right; font-size: 0.16rem; color: #999; }
.indexP1 .code em{ font-family: 'din'; font-size: 0.36rem; line-height: 0.36rem; color: #1c449c; padding-left: 0.15rem; }
.indexHistory{ position: relative; }
.indexHistory .list{ position: relative; width: 10.3rem; overflow: hidden; }
.indexHistory .list:before{ content: ''; position: absolute; left: 0; bottom: 0.24rem; width: 0.3rem; height: 3px; z-index: 1; background: linear-gradient(90deg, #fff, transparent);}
.indexHistory .list:after{ content: ''; position: absolute; left: 0; bottom: 0.24rem; width: 100%; height: 3px; background: #e8ecf5; }
.indexHistory .swiper-slide{ position: relative; padding-bottom: 0.9rem; }
.indexHistory .lbox{ width: 3.0rem; height: 2.6rem; border-radius: 0.16rem; background: #f7fbfd; padding: 0.6rem 0.32rem 0; box-sizing: border-box; }
.indexHistory .year{ height: 0.35rem; font-size:0.14rem; color:#333; }
.indexHistory .year em{ padding-right:0.08rem; font-size: 0.24rem; line-height: 0.24rem; color: #1c449c; font-family: 'din';}
.indexHistory .name{ font-size: 0.2rem; line-height: 0.3rem; color: #333; font-weight:bold; }
.indexHistory .msg{ margin-top: 0.15rem; color: rgba(51,51,51,0.5); font-size: 0.14rem; line-height: 0.24rem; }
.indexHistory .ico{ position: absolute; left: 0.36rem; bottom: 0.16rem; width: 0.22rem; height: 0.22rem; background: url(../images/nimg22_1.png) no-repeat; background-size: 0.22rem; }
.indexHistory .arrowDiv{ position: absolute; right: -1rem; bottom: 0; z-index: 2; }
.indexHistory .arrowDiv .se{ position: relative; float: left; margin: 0 0.1rem; display: block; overflow: hidden; width: 0.5rem; height: 0.5rem; background: url(../images/nimg50Bg.png) center no-repeat; background-size: 100%; border-radius: 50%; }
.indexHistory .arrowDiv .se:after{ content: ''; position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.indexHistory .arrowDiv .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; margin-left: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_left.png) no-repeat; }
.indexHistory .arrowDiv .next:before{ content: ''; z-index: 1; position: absolute; right: 50%; top: 50%; margin-right: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_right.png) no-repeat; }
.indexHistory .arrowDiv .se:hover:after{ opacity: 1; }
.indexHistory .arrowDiv .prev:hover:before{ background: url(../images/nimg13_lefton.png) no-repeat;}
.indexHistory .arrowDiv .next:hover:before{ background: url(../images/nimg13_righton.png) no-repeat;}
.indexHistory .swiper-slide:hover .lbox{ background: #1851cf; }
.indexHistory .swiper-slide:hover .year, .indexHistory .swiper-slide:hover .year em, .indexHistory .swiper-slide:hover .name{ color: #fff; }
.indexHistory .swiper-slide:hover .msg{ color: rgba(255,255,255,0.5); }
.indexHistory .swiper-slide:hover .ico{ background: url(../images/nimg22_1on.png) no-repeat; background-size: 0.22rem;}

.indexP2{ position: relative; height: 9.2rem; }
.indexP2 .runpic-pic li{ display: none; width: 100%; height: 9.2rem; position: absolute; top: 0%; left: 0%; }
.indexP2 .runpic-pic .img-box img, .indexP2 .runpic-pic .img-box video{ width:100%; height:100%; object-fit:cover; position:absolute; top:0; left:0; }
.indexP2 .runpic-pic .rightLayer{ position: absolute; top: 50%; margin-top: -1.9rem; right: 0; width: 5.4rem; height: 3.5rem; background: #fff; padding: 0.3rem 0.5rem 0; box-sizing: border-box; z-index: 1; }
.indexP2 .runpic-pic .ss{ max-height: 2.08rem; overflow: hidden; }
.indexP2 .runpic-pic .en{ font-weight:bold; font-size: 0.36rem; line-height: 0.45rem; color: #333; }
.indexP2 .runpic-pic .content{ color:#333; margin-top: 0.15rem; font-size: 0.16rem; line-height: 0.3rem; }
.indexP2 .runpic-pic .more{ margin-top: 0.3rem; }
.indexP2 .runpic-pic .more a{ display: block; width: 1.48rem; height: 0.5rem; line-height: 0.46rem; box-sizing: border-box; border: #e8ecf5 solid 2px; border-radius: 0.48rem; font-family: 'bold'; font-size: 0.16rem; color: #1851cf; text-align: center; text-transform: uppercase; }
.indexP2 .runpic-pic .more a:hover{ border: none; color: #fff; line-height: 0.5rem; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.indexP2 .runpic-pic li.on .rightLayer{ margin-top: -1.9rem; }

.indexP2 .runpic-box{ position: absolute; left: 0; top: 0; width: 3.84rem; padding-top: 3.2rem; height: 100%; box-sizing: border-box; z-index: 1; }
.indexP2 .touDiv{ position: absolute; left: 0; top: 0; width: 100%; height: 3.2rem; padding: 1.4rem 0 0 0.75rem; background: url(../images/bg2.png) top repeat-x; box-sizing: border-box; }
.indexP2 .touDiv .title{ position: relative; font-size: 0.4rem; line-height: 0.4rem; padding-bottom: 0.3rem; color: #fff; text-transform: uppercase;}
.indexP2 .touDiv .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.25rem; height: 0.05rem; background: #fff; }
.indexP2 .runpic-words li .box{ position: relative; cursor: pointer; padding-left: 1.04rem; height: 1.2rem; background: rgba(0,0,0,0.4); }
.indexP2 .runpic-words li .box:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.indexP2 .runpic-words li .ico{ position: absolute; left: 0.3rem; top: 50%; margin-top: -0.22rem; }
.indexP2 .runpic-words li .ico img{ width: 0.45rem; }
.indexP2 .runpic-words li .name{ color: #fff; font-size: 0.24rem; line-height: 0.32rem; position: relative; display: inline-block; padding-right: 0.55rem; }
.indexP2 .runpic-words li .name:after{ content: ''; opacity: 0; visibility: hidden; position: absolute; right: 10px; top: 50%; margin-top: -0.08rem; width: 0.2rem; height: 0.16rem; background: url(../images/ico3.png); background-size: 0.2rem; }
.indexP2 .runpic-words .liNow .box{ background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.indexP2 .runpic-words .liNow .name:after{ opacity: 1; visibility: visible; right: 0; }

.indexP3{ padding: 1.2rem 0 1.0rem; position: relative; overflow: hidden;}
.indexP3:after { content: ''; position: absolute; top: 0; right: 50%; margin-right: 7.68rem; width: 25%; height: 100%; background: #fff; z-index: 3;}

.indexP3 .title{ text-align: center; font-size: 0.4rem; line-height: 0.4rem; color: #333; position: relative; padding-bottom: 0.3rem; text-transform: uppercase; }
.indexP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.12rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.indexNews{ position: relative; margin-top: 0.8rem; padding-bottom: 1.35rem;}
.indexNews .imgDiv{ height: 3.0rem; overflow: hidden; }
.indexNews .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexNews .botDiv{ height: 2.44rem; background: #f5f5f5; padding: 0.35rem 0.35rem 0; box-sizing: border-box; }
.indexNews .time{ font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.18rem; color: rgba(51,51,51,0.3); }
.indexNews .name{ font-size: 0.22rem; line-height: 0.36rem; color: #353432; height: 0.72rem; overflow: hidden; }
.indexNews .ico{ margin-top: 0.24rem; width: 0.47rem; height: 0.33rem; border: #cecece solid 1px; border-radius: 0.24rem; box-sizing: border-box; background: url(../images/ico2.png) center no-repeat; }
.indexNews .swiper-slide:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexNews .swiper-slide:hover .botDiv{ background: #1851cf; }
.indexNews .swiper-slide:hover .time, .indexNews .swiper-slide:hover .name{ color: #fff; }
.indexNews .swiper-slide:hover .ico{border: #fff solid 1px; background: #fff url(../images/ico2on.png) center no-repeat;}
.indexNews .pjDiv{ position: absolute; right: 50%; margin-right: -7.68rem; bottom: 0;  display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; }
.indexNews .temeDiv{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; }
.indexNews .swiper-pagination { position: relative; width: 2.1rem; height: 1px; background-color: #e8ecf5;}
.indexNews .swiper-pagination-progress .swiper-pagination-progressbar{ height: 1px; background-color: #1851cf; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; transform-origin: left center;}
.indexNews .num1, .indexNews .num2{ font-family: 'light'; font-size: 14px; color: #999; width: 24px; text-align: center;}
.indexNews .num1{ color: #1851cf; padding-right: 0.08rem;}
.indexNews .num2{ padding-left: 0.08rem; }

.indexNews .arrowDiv .se{ position: relative; float: left; margin: 0 0.2rem; display: block; overflow: hidden; width: 0.6rem; height: 0.6rem; background: url(../images/nimg60Bg.png) center no-repeat; background-size: 100%; border-radius: 50%; }
.indexNews .arrowDiv .se:after{ content: ''; position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.indexNews .arrowDiv .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; margin-left: -4px; width: 7px; height: 10px; margin-top: -5px; background: url(../images/nimg7_left.png) no-repeat; }
.indexNews .arrowDiv .next:before{ content: ''; z-index: 1; position: absolute; right: 50%; top: 50%; margin-right: -4px; width: 7px; height: 10px; margin-top: -5px; background: url(../images/nimg7_right.png) no-repeat; }
.indexNews .arrowDiv .se:hover:after{ opacity: 1; }
.indexNews .arrowDiv .prev:hover:before{ background: url(../images/nimg7_lefton.png) no-repeat;}
.indexNews .arrowDiv .next:hover:before{ background: url(../images/nimg7_righton.png) no-repeat;}

.indexP4{ padding:0.9rem 0;}
.indexP4 .mxfDiv{ position: relative; padding-top:0.6rem;}
.indexP4 .bg{ position:absolute; left:-0.46rem; bottom:-0.46rem; width:3.0rem; height:2.0rem; background:#1851cf;}
.indexP4 .leftDiv{ position:absolute; left:0; top:0; z-index:1; width:7.7rem;}
.indexP4 .imgDiv{ position:relative; z-index:1;}
.indexP4 .imgDiv img{ width:100%;}
.indexP4 .title{ position: absolute; z-index: 1; left:1.15rem; top: 1.6rem; color: #fff; font-size: 0.4rem; line-height: 0.4rem; padding-bottom: 0.3rem; text-transform: uppercase; }
.indexP4 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.26rem; height: 0.05rem; background: #fff; }

.indexP4 .rightDiv{ width: 9.6rem; height: 5.5rem; box-sizing:border-box; padding:0 0.65rem 0 2.5rem; background: #f5f5f5;}
.indexP4 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #333; font-weight:bold; }
.indexP4 .list{ padding-top: 0.35rem; }
.indexP4 .list li{ float: left; width: 50%; font-size: 0.16rem; line-height: 0.26rem; padding-bottom: 0.24rem; color: #333;}
.indexP4 .list li .wen{ font-weight:bold;}
.indexP4 .list li .num{ font-family: 'light'; }
.indexP4 .botbot{ padding-top: 0.32rem; }
.indexP4 .msg{ padding-top: 0.12rem; color:#333; font-size: 0.16rem; line-height: 0.26rem;}
.indexP4 .btnDiv{ padding-top: 0.15rem; }
.indexP4 .btnDiv a{ position: relative; overflow: hidden; font-size: 0.2rem; color: #fff; width: 2.2rem; height: 0.55rem; border-radius: 0.48rem; background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.indexP4 .btnDiv em{ position:relative; z-index:1;}
.indexP4 .btnDiv img{ margin-right: 0.12rem; width: 0.26rem; }
.indexP4 .btnDiv a:after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#00c0fa 0,#015eea); transition: 0.5s;}
.indexP4 .btnDiv a:hover:after{ width:100%;}

.aboutP1{ padding: 1.9rem 0; }
.aboutP1-1{ padding: 0.6rem 0; }
.aboutP1 .title{ text-align: center; font-size: 0.6rem; line-height: 0.6rem; position: relative; padding-bottom: 0.35rem; font-family: 'bold'; color: #333; text-transform: uppercase;}
.aboutP1 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.13rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.aboutP1 .txt{ font-size: 0.48rem; line-height: 0.48rem; color: #1851cf; text-align: center; padding: 0.85rem 0 0.6rem; font-family: 'din'; }
.aboutP1 .content{ padding-bottom: 0.8rem; font-size: 0.18rem; line-height: 0.3rem; text-align: center; width: 10.4rem; margin: 0 auto; font-family: 'light'; }
.aboutP1-1 .content{ text-align: left; }
.aboutP1 .videobox{ position: relative; }
.aboutP1 .videobox .imgDiv{ height: 7.36rem; }
.aboutP1 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.aboutP1 .videobox video{ max-width:100%; max-height: 7.36rem; position:absolute;top:50%;left:0; right: 0; margin: 0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.aboutP1 .videobox.cur{ background:#000;}
.aboutP1 .videobox.cur .imgDiv,.aboutP1 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.aboutP1 .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.aboutP1 .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 1.04rem; height: 1.04rem; margin-left:-0.52rem; margin-top:-0.52rem; z-index:1; border-radius: 50%; overflow: hidden;}
.aboutP1 .videobox .playbox:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); border-radius: 50%; }
.aboutP1 .videobox .playbox img{ position: absolute; left: 50%; top: 50%; margin-left: -0.21rem; margin-top: -0.21rem; width: 0.42rem; }
.aboutP1 .videobox .playbox:hover:after{ width: 0.3rem; height: 0.3rem; top: 50%; left: 50%; margin-left: -0.15rem; margin-top: -0.15rem; }

.aboutP2{ height: 6.0rem; background: center no-repeat; background-size: cover; background-attachment: fixed; }
.aboutP2 .txt{ font-size: 0.6rem; line-height: 0.6rem; color: #fff; text-align: center; text-align: center; font-family: 'bold'; text-transform: uppercase; }

.aboutP3{ padding: 1.85rem 0 3.0rem; }
.aboutP3 .list li{ margin-bottom: 1.0rem; }
.aboutP3 .list li:last-child{ margin-bottom: 0; }
.aboutP3 .list li a{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; background: #f5f5f5; height: 5.5rem;}
.aboutP3 .list li .imgDiv{ width: 50%; height: 5.5rem;}
.aboutP3 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.aboutP3 .list li .conDiv{ width: 50%; height: 5.5rem; box-sizing: border-box; padding: 0 0.8rem;}
.aboutP3 .list li .name{ font-size: 0.36rem; line-height: 0.48rem; color: #333; }
.aboutP3 .list li .msg{ font-family: 'light'; margin-top: 0.3rem; font-size: 0.18rem; line-height: 0.3rem; max-height: 1.5rem; overflow: hidden; color: #666; }
.aboutP3 .list li .content{ display: none; }
.aboutP3 .list li .more{ margin-top: 0.4rem; width: 1.66rem; height: 0.5rem; border-radius: 0.48rem; font-size: 0.16rem; color: #1851cf; box-sizing: border-box; border: #e8ecf5 solid 2px; }
.aboutP3 .list li .more em{ margin-left: 0.1rem; display: block; width: 0.16rem; height: 0.12rem; background: url(../images/ico4.png) no-repeat; background-size: 0.16rem;}
.aboutP3 .list li a:hover .more{ border: none; color: #fff; background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.aboutP3 .list li a:hover .more em{ background: url(../images/ico4on.png) no-repeat; background-size: 0.16rem;}
.aboutP3 .list li:nth-child(odd) .imgDiv{ order: 1; }

.modal-box { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; z-index: 30; display: none; background: rgba(24,81,207,0.9);}

.modal-box .main{ float: right; width: 90%; height: 100vh; margin: 0 auto; position: relative; box-sizing: border-box;}
.modal-box .main .temeDiv{ background: #fff; height: calc(100vh - 1.0rem); margin-top: 1.0rem; position: relative; z-index: 2;}
.modal-box .main .close{ display:block; z-index: 2; position:absolute; right: 1.8rem; top: 1.0rem; width: 0.5rem; height: 0.5rem; border: #e8ecf5 solid 2px; border-radius: 50%; background: #fff url(../images/close.png) center no-repeat;}
.modal-box .main .close:hover{ border: #1851cf solid 2px; background: #1851cf url(../images/close3.png) center no-repeat;}
.modal-box .main .mxfDiv{ position: relative; padding: 1.2rem 0 0.5rem 0.8rem; height: 100%; overflow: hidden; overflow-y: auto; box-sizing: border-box; }
.modal-box .main .mxfDiv::-webkit-scrollbar { width: 4px;}
.modal-box .main .mxfDiv::-webkit-scrollbar-track { background-color: #eee;}
.modal-box .main .mxfDiv::-webkit-scrollbar-thumb { background-color: #1851cf;}
.modal-box .main .conDiv{ width: 44%; font-size: 0.16rem; line-height: 0.3rem; font-family: 'light';}
.modal-box .main .name{ position: relative; font-size: 0.48rem; line-height: 0.64rem; color: #333; padding-bottom: 0.3rem; margin-bottom: 0.7rem; text-transform: uppercase; font-family: 'bold';}
.modal-box .main .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.modal-box .main .imgDiv{ width: 50%; position: sticky; right: 0; top: 0; height: 5.0rem;}
.modal-box .main .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }

.company{ padding: 2.0rem 0 2.1rem; }
.company .title{ position: relative; color: #333; text-align: center; font-family: 'bold'; font-size: 0.6rem; line-height: 0.6rem; text-transform: uppercase; padding-bottom: 0.35rem; }
.company .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.13rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.company .list{ padding-top: 1.3rem; }
.company .list li a{ display: block; height: 6.0rem; position: relative; overflow: hidden;}
.company .list li .imgDiv{ float: right; width: 50%; height: 6.0rem;}
.company .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.company .list li .conDiv{ height: 6.4rem; position: absolute; left: 50%; margin-left: -7.68rem; top: 0; width: 6.2rem;}
.company .list li .name{ font-size: 0.36rem; line-height: 0.48rem; color: #333; margin-bottom: 0.2rem; }
.company .list li .content{ font-size: 0.18rem; line-height: 0.3rem; max-height: 1.5rem; overflow: hidden; font-family: 'light'; color: #666; }
.company .list li .more{ margin-top: 0.4rem; width: 1.66rem; height: 0.5rem; border-radius: 0.48rem; font-size: 0.16rem; color: #1851cf; box-sizing: border-box; border: #e8ecf5 solid 2px; }
.company .list li .more em{ margin-left: 0.1rem; display: block; width: 0.16rem; height: 0.12rem; background: url(../images/ico4.png) no-repeat; background-size: 0.16rem;}
.company .list li a:hover .more { border: none; color: #fff; background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.company .list li a:hover .more em{ background: url(../images/ico4on.png) no-repeat; background-size: 0.16rem;}
.company .list li:nth-child(even) .imgDiv{ float: left; }
.company .list li:nth-child(even) .conDiv{ left: auto; margin-left: 0; right: 50%; margin-right: -7.68rem; }
.company .list li:hover{ background: #f5f5f5; }

.contact{ padding: 0.65rem 0 1.4rem; }
.contact .txt{ font-size: 0.24rem; line-height: 0.36rem; color: #333; padding-bottom: 0.52rem; }
.contact .list ul{ display: flex; display: -webkit-flex; flex-wrap: wrap;}
.contact .list li{ width: 50%; box-sizing: border-box; padding-bottom: 0.6rem; color: #333; font-size: 0.3rem; line-height: 0.42rem; }
.contact .list li .wen{ font-family: 'bold'; }
.contact .list li .num{ font-family: 'light'; }

.news{ padding: 0.75rem 0 2.3rem; }
.news .selectGroup{ text-align: center; position: relative; z-index: 1; }
.news .selectGroup .box{ margin: 0 0.14rem; display: inline-block; }
.news .select{ width: 3.18rem; height: 0.6rem; position: relative; }
.news .caption { border: #f0f4f2 solid 1px; position: relative; cursor: pointer; text-align: left; height: 0.6rem; line-height: 0.6rem; padding-left: 0.2rem; font-size: 0.18rem; box-sizing: border-box; color: #333; background: url(../images/selectIco2.png) right center no-repeat; }
.news .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 2; background: #fff; max-height: 2.5rem; overflow-y: auto; display: none; border: 1px solid #f0f4f2; border-top: none; box-sizing: border-box;}
.news .xlist::-webkit-scrollbar { width: 4px;}
.news .xlist::-webkit-scrollbar-track { background-color: #fff;}
.news .xlist::-webkit-scrollbar-thumb { background-color: #1851cf;} 
.news .xlist a { position: relative; display: block; font-size: 0.16rem; background: #fff; text-align: left; color: #333; height: 0.5rem; line-height: 0.5rem; padding: 0 0.2rem; }
.news .xlist a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #f0f4f2; }
.news .xlist a:hover, .news .xlist a.on { color: #1851cf;}
.news .xlist a:last-child:after { display: none;}

.news .list{ padding: 0.6rem 0 0.5rem; }
.news .list ul{ margin-right: -0.76rem; }
.news .list li{ float: left; width: 33.33%; padding-bottom: 1.0rem; }
.news .list li .box{ margin-right: 0.76rem; }
.news .list li .imgDiv{ height: 3.0rem; overflow: hidden; }
.news .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.news .list li .botDiv{ height: 2.44rem; background: #f5f5f5; padding: 0.2rem 0.35rem 0; box-sizing: border-box; }
.news .list li .time{ font-size: 0.14rem; line-height: 0.14rem; padding-bottom: 0.18rem; color: rgba(51,51,51,0.3); }
.news .list li .name{ font-size: 0.18rem; line-height: 0.24rem; color: #353432; height: 0.96rem; overflow: hidden; font-family: 'light'; }
.news .list li .ico{ margin-top: 0.2rem; width: 0.47rem; height: 0.33rem; border: #cecece solid 1px; border-radius: 0.24rem; box-sizing: border-box; background: url(../images/ico2.png) center no-repeat; }
.news .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.news .list li .box:hover .botDiv{ background: #1851cf; }
.news .list li .box:hover .time, .news .list li .box:hover .name{ color: #fff; }
.news .list li .box:hover .ico{border: #fff solid 1px; background: #fff url(../images/ico2on.png) center no-repeat;}

.product{ background: #f5f5f5; padding: 1.0rem 0 0.75rem; }
.product .list{ padding-bottom: 0.72rem; }
.product .list ul{ margin-right: -0.16rem; }
.product .list li{ float: left; width: 33.33%; padding-bottom: 0.6rem; }
.product .list li .box{ margin-right: 0.16rem; }
.product .list li a{ display: block; position: relative; padding-top: 0.4rem; height: 6.0rem; box-sizing: border-box; background: #fff; }
.product .list li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #1851cf; z-index: 2; }
.product .list li .name{ height: 0.4rem; text-align: center; font-size: 0.24rem; line-height: 0.4rem; overflow: hidden; padding: 0 0.3rem; color: #333; text-overflow: ellipsis; white-space: nowrap; }
.product .list li .msg{ margin-top: 0.1rem; text-align: center; font-size: 0.16rem; padding: 0 0.6rem; color: #333; line-height: 0.2rem; height: 0.4rem; overflow:hidden; font-family: 'light'; }
.product .list li .ico{ position: relative; z-index: 2; margin: 0.15rem auto 0; width: 0.47rem; height: 0.35rem; box-sizing: border-box; border: #2158d1 solid 1px; border-radius: 0.24rem; }
.product .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -5px; width: 6px; height: 9px; background: url(../images/ico5.png) center no-repeat; }
.product .list li .imgDiv{ position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 4.06rem; }
.product .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.product .list li a:hover{ box-shadow: 0 0 0.3rem 0 rgba(0,0,0,0.15); }
.product .list li a:hover:after{ width: 100%; }
.product .list li a:hover .name{ color: #1851cf; }
.product .list li a:hover .ico{ border: none; background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.product .list li a:hover .ico:after{ background: url(../images/ico5on.png) center no-repeat;}
.product .back{ padding-top: 0.7rem; text-align: center;}
.product .back a{ display: block; font-size: 0.18rem; line-height: 0.32rem; color: #1851cf;}
.product .back span{ height:1px; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 0; 
 transform-origin: 0 0; overflow:hidden; background: url(../images/dot.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease; }
.product .back img{ margin-left: 0.32rem; }
.product .back a:hover img{ animation: iconAni 1s ease infinite;}
.product .back a:hover span{ background-size: 100% 1px; background-position: 0 100%; }

.business{ padding: 1.9rem 0 1.5rem; }
.business2{ padding: 1.2rem 0 0; background: #f5f5f5; }
.business .title{ margin-bottom: 0.85rem; text-align: center; font-size: 0.6rem; line-height: 0.6rem; position: relative; padding-bottom: 0.35rem; font-family: 'bold'; color: #333; text-transform: uppercase;}
.business .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.13rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.business .videobox{ margin-bottom: 1.25rem; position: relative; }
.business .videobox .imgDiv{ height: 7.36rem; }
.business .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.business .videobox video{ max-width:100%; max-height: 7.36rem; position:absolute;top:50%;left:0; right: 0; margin: 0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.business .videobox.cur{ background:#000;}
.business .videobox.cur .imgDiv,.business .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.business .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.business .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 1.04rem; height: 1.04rem; margin-left:-0.52rem; margin-top:-0.52rem; z-index:1; border-radius: 50%; overflow: hidden;}
.business .videobox .playbox:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); border-radius: 50%; }
.business .videobox .playbox img{ position: absolute; left: 50%; top: 50%; margin-left: -0.21rem; margin-top: -0.21rem; width: 0.42rem; }
.business .videobox .playbox:hover:after{ width: 0.3rem; height: 0.3rem; left: 50%; top: 50%; margin-left: -0.15rem; margin-top: -0.15rem; }
.business .links{ padding-bottom: 0.5rem; text-align: center;}
.business2 .links{ padding-bottom: 0; }
.business .links li .box{ margin: 0 0.1rem;}
.business .links li a{ width: 3.0rem; height: 0.8rem; border-radius: 0.12rem; background: #f7fbfd; font-size: 0.18rem; line-height: 0.26rem; color: #333; overflow: hidden; box-sizing: border-box; }
.business .links li .aNow{ background: #1851cf; color: #fff!important; }
.business .links li a:hover{ color: #1851cf; }
.business2 .links ul{ display: block; margin-right: -0.3rem; }
.business2 .links li{ float: left; width: 20%; padding-bottom: 0.25rem; }
.business2 .links li a{ width: 100%; }

.business .links2{ padding-bottom: 0.5rem; text-align: center;}
.business .links2 ul{ display: block; margin-right: -0.3rem; }
.business .links2 li{ float: left; width: 20%; padding-bottom: 0.25rem; }
.business .links2 li .box{ margin-right:0.3rem;}
.business .links2 li a{ width: 100%; height: 0.8rem; border-radius: 0.12rem; background: #f7fbfd; font-size: 0.18rem; line-height: 0.26rem; color: #333; overflow: hidden; box-sizing: border-box;}
.business .links2 li .aNow{ background: #1851cf; color: #fff!important; }
.business .links2 li a:hover{ color: #1851cf; }

.business .list li{ padding-bottom: 1.1rem; }
.business .list li .box a{ display: block; position: relative; padding-top: 0.9rem; overflow: hidden; }
.business .list li .imgDiv{ width: 10.4rem; }
.business .list li:nth-child(even) .imgDiv{ float: right; }
.business .list li .imgDiv img{ width: 100%; }
.business .list li .conDiv{ position: absolute; right: 0; top: 0; z-index: 1; width: 6.88rem; height: 6.34rem; box-sizing: border-box; padding: 1.25rem 0.8rem 0; background: #fff; }
.business .list li:nth-child(even) .conDiv{ left: 0; right: auto; }
.business .list li .conDiv:before{ content: ''; position: absolute; left: 0.8rem; top: 0.9rem; width: 2.04rem; height: 1px; background: #1851cf; }
.business .list li .name{ font-size: 0.4rem; color: #000; line-height: 0.56rem; }
.business .list li .content{ margin-top: 0.25rem; font-size: 0.18rem; line-height: 0.3rem; max-height: 2.4rem; overflow: auto; padding-right: 8px; color: #333; font-family: 'light'; }
.business .list li .content::-webkit-scrollbar { width: 4px;}
.business .list li .content::-webkit-scrollbar-track { background-color: #eee;}
.business .list li .content::-webkit-scrollbar-thumb { background-color: #1851cf;}
.business .list li .more{ margin-top: 0.5rem; width: 1.66rem; height: 0.5rem; border-radius: 0.48rem; font-size: 0.16rem; color: #1851cf; box-sizing: border-box; border: #e8ecf5 solid 2px; }
.business .list li .more em{ margin-left: 0.1rem; display: block; width: 0.16rem; height: 0.12rem; background: url(../images/ico4.png) no-repeat; background-size: 0.16rem;}
.business .list li a:hover .conDiv{ background: #1851cf; }
.business .list li a:hover .conDiv:before{ background: #fff; }
.business .list li a:hover .name, .business .list li a:hover .content{ color: #fff; }
.business .list li a:hover .more{ border: #4674d9 solid 2px; color: #fff; }
.business .list li a:hover .more em{ background: url(../images/ico4on.png) no-repeat; background-size: 0.16rem;}
.business .list li a:hover .content::-webkit-scrollbar-track { background-color: rgba(255,255,255,0.2);}
.business .list li a:hover .content::-webkit-scrollbar-thumb { background-color: #fff;}

.business .lie li{ margin-bottom: 0.2rem; }
.business .lie li a{ display: block; height: 0.8rem; background: #f5f5f5; padding: 0 0.5rem; overflow: hidden; }
.business .lie li .name{ padding-left: 0.75rem; background: url(../images/nimg30_1.png) left center no-repeat; background-size: 0.3rem; height: 0.8rem; display: table-cell; vertical-align: middle; color: #333; font-size: 0.16rem; font-family: 'light'; line-height: 0.26rem; }
.business .lie li .name em{ display: inline-block; padding-right: 0.95rem; background: url(../images/nimg26_2.png) right center no-repeat; background-size: 0.26rem; }
.business .lie li a:hover{ background: #fff; box-shadow: 0 0 0.15rem 0 rgba(0,0,0,0.09); }


.cleanP1{ padding: 2.0rem 0 0.6rem; overflow: hidden;}
.cleanP1 .title{ margin-bottom: 0.85rem; text-align: center; font-size: 0.6rem; line-height: 0.6rem; position: relative; padding-bottom: 0.35rem; font-family: 'bold'; color: #333; text-transform: uppercase;}
.cleanP1 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.13rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.cleanP1 .leftCon{ width: 8.25rem; }
.cleanP1 .txt{ font-size: 0.48rem; color: #1851cf; line-height: 0.48rem; font-family: 'din'; padding-bottom: 0.4rem;}
.cleanP1 .content{ font-size: 0.18rem; line-height: 0.3rem; font-family: 'light'; }
.cleanP1 .rightImg{ width: 6.0rem; }
.cleanP1 .rightImg img{ width: 100%; }

.cleanP2{ height: 6.12rem; background: center no-repeat; background-size: cover; }

.cleanP3{ padding: 0.95rem 0 1.0rem; }
.cleanP3 .detail-box .item { display: none; position: relative;}
.cleanP3 .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.cleanP3 .videobox{ position: relative; }
.cleanP3 .videobox .imgDiv{ height: 7.36rem; }
.cleanP3 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.cleanP3 .videobox video{ max-width:100%; max-height: 7.36rem; position:absolute;top:50%;left:0; right: 0; margin: 0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.cleanP3 .videobox.cur{ background:#000;}
.cleanP3 .videobox.cur .imgDiv,.cleanP3 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.cleanP3 .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.cleanP3 .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 1.04rem; height: 1.04rem; margin-left:-0.52rem; margin-top:-0.52rem; z-index:1; border-radius: 50%; overflow: hidden;}
.cleanP3 .videobox .playbox:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); }
.cleanP3 .videobox .playbox img{ position: absolute; left: 50%; top: 50%; margin-left: -0.21rem; margin-top: -0.21rem; width: 0.42rem; }
.cleanP3 .bot-container{ margin-top: 0.2rem; position: relative; padding: 0 0.8rem; }
.cleanP3 .bot-container.ll{ margin:0.2rem 1.4rem 0;}
.cleanP3 .bot-container.rr{ margin:0.2rem 2.8rem 0;}
.cleanP3 .bot-container.ss{ margin:0.2rem 4.2rem 0;}
.cleanP3 .swiper-slide .teme{ height: 1.2rem; position: relative; cursor:pointer;}
.cleanP3 .swiper-slide .teme:after{ content: ''; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.cleanP3 .swiper-slide .limg{ height: 1.2rem; }
.cleanP3 .swiper-slide .limg img{ width: 100%; height: 100%; object-fit: cover; }
.cleanP3 .swiper-slide .play{ opacity: 0; position:absolute; left:50%; top:50%; width: 0.58rem; height: 0.58rem; margin-left:-0.29rem; margin-top:-0.29rem; z-index:2; border-radius: 50%; overflow: hidden;}
.cleanP3 .swiper-slide .play:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); }
.cleanP3 .swiper-slide .play img{ position: absolute; left: 50%; top: 50%; margin-left: -0.12rem; margin-top: -0.12rem; width: 0.24rem; }
.cleanP3 .swiper-slide .name{ margin-top: 0.1rem; height: 0.28rem; line-height: 0.28rem; color: #333; font-size: 0.14rem; font-family: 'light'; overflow: hidden; }
.cleanP3 .swiper-slide-active .teme:after{ opacity: 1; }
.cleanP3 .swiper-slide-active .play{ opacity: 1; }
.cleanP3 .swiper-slide-active .name{ color: #1851cf; }

.cleanP3 .se{ position: absolute; display: block; overflow: hidden; width: 0.5rem; height: 0.5rem; top: 0.35rem; background: url(../images/nimg50Bg.png) center no-repeat; background-size: 100%; border-radius: 50%; }
.cleanP3 .se:after{ content: ''; position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.cleanP3 .prev{ left: 0; }
.cleanP3 .next{ right: 0; }
.cleanP3 .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; margin-left: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_left.png) no-repeat; }
.cleanP3 .next:before{ content: ''; z-index: 1; position: absolute; right: 50%; top: 50%; margin-right: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_right.png) no-repeat; }
.cleanP3 .se:hover:after{ opacity: 1; }
.cleanP3 .prev:hover:before{ background: url(../images/nimg13_lefton.png) no-repeat;}
.cleanP3 .next:hover:before{ background: url(../images/nimg13_righton.png) no-repeat;}

.cleanP4{ padding-bottom: 1.0rem; }
.cleanP4 .title{ color: #1851cf; font-family: 'din'; font-size: 0.48rem; line-height: 0.64rem; }
.cleanP4 .content{ font-size: 0.18rem; line-height: 0.36rem; font-family: 'light'; padding-top: 0.4rem; }
.cleanP4 .imgDiv{ text-align: center; padding-top: 0.7rem; }
.cleanP4 .imgDiv img{ max-width: 15.36rem; }

.cleanP5{ padding: 1.2rem 0 1.0rem; background: #f4f4f4; overflow: hidden;}
.cleanP5 .title{ padding-bottom: 0.65rem; color: #1851cf; font-family: 'din'; font-size: 0.48rem; line-height: 0.64rem; }
.cleanP5 .imgList .swiper-slide{ width: 6.0rem; }
.cleanP5 .imgList .imgDiv{ width: 6.0rem; height: 4.0rem; }
.cleanP5 .imgList .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.cleanP5 .swiper-pagination{ position: relative; bottom: 0; padding-top: 0.65rem; }
.cleanP5 .swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; opacity: 1; background: #ccc; margin: 0 6px!important; overflow: hidden; } 
.cleanP5 .swiper-pagination-bullet-active { width: 30px; background: #1851cf; border-radius: 8px;} 

.cleanP6{ padding: 0.9rem 0 1.6rem; }
.cleanP6 .title{ padding-bottom: 0.75rem; color: #1851cf; font-family: 'din'; font-size: 0.48rem; line-height: 0.48rem; }
.casePic{ position: relative; padding: 0 0.42rem; }
.casePic .swiper-slide{ cursor: pointer; }
.casePic .imgDiv{ height: 3.0rem; overflow: hidden; }
.casePic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.casePic .botDiv{ height: 1.8rem; background: #f5f5f5; padding: 0.32rem 0.4rem 0; box-sizing: border-box; }
.casePic .name{ color: #1851cf; font-size: 0.3rem; line-height: 0.42rem; height: 0.42rem; overflow: hidden; }
.casePic .wen{ font-size: 0.18rem; line-height: 0.3rem; max-height: 0.9rem; overflow: hidden; color: #353432; font-family: 'light'; }
.casePic .swiper-slide:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.casePic .se{ position: absolute; display: block; overflow: hidden; width: 0.5rem; height: 0.5rem; top: 1.25rem; background: url(../images/nimg50Bg.png) center no-repeat; background-size: 100%; border-radius: 50%; }
.casePic .se:after{ content: ''; position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.casePic .prev{ left: -0.25rem; }
.casePic .next{ right: -0.25rem; }
.casePic .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; margin-left: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_left.png) no-repeat; }
.casePic .next:before{ content: ''; z-index: 1; position: absolute; right: 50%; top: 50%; margin-right: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_right.png) no-repeat; }
.casePic .se:hover:after{ opacity: 1; }
.casePic .prev:hover:before{ background: url(../images/nimg13_lefton.png) no-repeat;}
.casePic .next:hover:before{ background: url(../images/nimg13_righton.png) no-repeat;}
.casePic .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.5rem; }
.casePic .swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; opacity: 1; background: #ccc; margin: 0 6px!important; } 
.casePic .swiper-pagination-bullet-active { background: #1851cf; } 


.cleanP7{ padding-bottom: 1.15rem; }
.cleanP7 .title{ padding-bottom: 0.25rem; color: #1851cf; font-family: 'din'; font-size: 0.48rem; line-height: 0.48rem; }
.cleanP7 .wen{ color: #333; font-size: 0.18rem; line-height: 0.3rem; font-family: 'light'; }
.cleanP7 .list{ padding: 0.48rem 0 1.0rem; }
.cleanP7 .list li{ margin-bottom: 0.2rem; }
.cleanP7 .list li a{ display: block; height: 0.8rem; background: #f5f5f5; padding: 0 0.5rem; overflow: hidden; }
.cleanP7 .list li .name{ padding-left: 0.75rem; background: url(../images/nimg30_1.png) left center no-repeat; background-size: 0.3rem; height: 0.8rem; display: table-cell; vertical-align: middle; color: #333; font-size: 0.16rem; font-family: 'light'; line-height: 0.26rem; }
.cleanP7 .list li .name em{ display: inline-block; padding-right: 0.95rem; background: url(../images/nimg26_2.png) right center no-repeat; background-size: 0.26rem; }
.cleanP7 .list li a:hover{ background: #fff; box-shadow: 0 0 0.15rem 0 rgba(0,0,0,0.09); }
.cleanP7 .botDiv{ overflow: hidden; }
.cleanP7 .teme{ width: 4.7rem; }
.cleanP7 .txt{ font-family: 'bold'; font-size: 0.3rem; line-height: 0.3rem; color: #333;}
.cleanP7 .msg{ padding-top: 0.1rem; font-family: 'light'; font-size: 0.16rem; line-height: 0.24rem;}
.cleanP7 .btnDiv{ padding-top: 0.08rem; }
.cleanP7 .btnDiv a{ position: relative; overflow: hidden; font-size: 0.18rem; color: #fff; width: 2.2rem; height: 0.55rem; border-radius: 0.48rem; background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.cleanP7 .btnDiv em{ position:relative; z-index:1;}
.cleanP7 .btnDiv img{ margin-right: 0.12rem; width: 0.26rem; }
.cleanP7 .btnDiv a:after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 0.48rem; background-image: linear-gradient(90deg,#00c0fa 0,#015eea); transition: 0.5s;}
.cleanP7 .btnDiv a:hover:after{ width:100%;}

.productP1{ padding: 1.2rem 0 0.95rem; background: #f5f5f5; position: relative; }
.productP1 .mxfDiv{ margin-top: 0.85rem; }
.productP1 .leftImg{ width: 6.0rem; height: 6.0rem; background: #fff; box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.09); }
.productP1 .leftImg img{ max-width: 6.0rem; max-height: 6.0rem; }
.productP1 .rightDiv{ width: 8.34rem; padding-top: 0.2rem;}
.productP1 .name{ padding-bottom: 0.2rem; font-size: 0.48rem; line-height: 0.6rem; color: #1851cf; }
.productP1 .msg{ width: 70%; padding-bottom: 0.18rem; font-size: 0.24rem; line-height: 0.3rem; color: #333; font-family: 'light'; }
.productP1 .msgList li{ line-height: 0.36rem; color: #333; font-family: 'light'; font-size: 0.18rem; }
.productP1 .msgList li em{ font-family: 'regular'; padding-right: 0.2rem; }
.productP1 .share{ padding-top: 0.45rem; }
.productP1 .share li{ float: left; margin-right: 0.2rem; }
.productP1 .share li a{ display: block; position: relative; background: #fff; width: 0.45rem; height: 0.45rem; border-radius: 50%; }
.productP1 .share li img{ position: absolute; left: 50%; top: 50%; position: absolute; margin-left: -0.1rem; margin-top: -0.09rem; width: 0.2rem; }
.productP1 .share li .img1{ opacity: 0; }
.productP1 .share li a:hover{ background: #1851cf; }
.productP1 .share li a:hover img{ opacity: 0; }
.productP1 .share li a:hover .img1{ opacity: 1; }
.productP1 .btnDiv{ padding-top: 0.4rem; }
.productP1 .btnDiv a{ display: block; overflow: hidden; position: relative; width: 2.6rem; height: 0.6rem; line-height: 0.6rem; border-radius: 0.48rem; text-align: center; color: #fff; font-size: 0.18rem; background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.productP1 .btnDiv em{ position:relative; z-index:1;}
.productP1 .btnDiv a:after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#00c0fa 0,#015eea); transition: 0.5s;}
.productP1 .btnDiv a:hover:after{ width:100%;}

.productNav{ position: relative; width: 100%; height: 0.7rem; background: #fff; text-align: center; box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.09);}
.productNav:before{ content: ''; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #eee; }
.productNav.mini{ padding-top: 0; position: fixed; left: 0; top: 92px; z-index: 4; }
.productNav.mini:before{ display: block; }
.productNav ul{ font-size: 0; }
.productNav li{ display: inline-block; font-size: 0.18rem; position: relative; z-index: 1;}
.productNav li a{ position: relative; padding: 0 0.42rem; display: block; height: 0.7rem; line-height: 0.7rem; color: #333;}
.productNav li .aNow{ background: #1851cf; color: #fff; }

.productP2{ padding: 0.65rem 0 0.9rem;  }
.productP2.on{ padding: 1.35rem 0 0.9rem; }
.productP2 .table{ padding-bottom: 0.2rem; }
.productP2 .table table{ border-top: #dbdde0 solid 1px; border-left: #dbdde0 solid 1px; }
.productP2 .table td{ border-bottom: #dbdde0 solid 1px; border-right: #dbdde0 solid 1px; box-sizing: border-box; padding-left: 1.6rem; padding-right: 0.4rem; background: #f5f5f5; height: 0.52rem; font-size: 0.18rem; font-family: 'light'; color: #333;}
.productP2 .table td:first-child{ width: 30%; background: #e8ecf5; padding-left: 0.6rem; }

.productP2 .videobox{ position: relative; }
.productP2 .videobox .imgDiv{ height: 6.5rem; }
.productP2 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.productP2 .videobox video{ max-width:100%; max-height: 6.5rem; position:absolute;top:50%;left:0; right: 0; margin: 0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.productP2 .videobox.cur{ background:#000;}
.productP2 .videobox.cur .imgDiv,.productP2 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.productP2 .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.productP2 .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 1.04rem; height: 1.04rem; margin-left:-0.52rem; margin-top:-0.52rem; z-index:1; border-radius: 50%; overflow: hidden;}
.productP2 .videobox .playbox:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); border-radius: 50%;}
.productP2 .videobox .playbox img{ position: absolute; left: 50%; top: 50%; margin-left: -0.21rem; margin-top: -0.21rem; width: 0.42rem; }
.productP2 .videobox .playbox:hover:after{ width: 0.3rem; height: 0.3rem; left: 50%; top: 50%; margin-left: -0.15rem; margin-top: -0.15rem; }

.productP2 .limg{ margin-top: 0.2rem; }
.productP2 .limg img{ width: 100%; }

.productP3{ padding-bottom: 0.65rem; }
.productP3 .title{ color: #1851cf; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; border-bottom: #1851cf solid 1px; }
.productP3 .msgList{ margin-top: 0.4rem; }
.productP3 .msgList li{ padding-bottom: 0.22rem; font-size: 0.18rem; line-height: 0.24rem; color: #333; font-family: 'light'; }

.productP4{ padding-bottom: 0.7rem; }
.productP4 .title{ color: #1851cf; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; border-bottom: #1851cf solid 1px; }
.productP4 .content{ padding-top: 0.45rem; font-size: 0.18rem; line-height: 0.36rem; color: #333; font-family: 'light'; }
.productP4 .content em{ font-size: 0.24rem; display: block; font-family: 'regular'; }
.productP4 .limg img{ width: 100%; }

.productP5{ padding-bottom: 0.85rem; }
.productP5 .title{ color: #1851cf; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; border-bottom: #1851cf solid 1px; }
.productP5 .content{ padding-top: 0.5rem; font-size: 0.18rem; line-height: 0.36rem; color: #333; font-family: 'light'; }
.productP5 .limg img{ width: 100%; }

.productP6{ padding-bottom: 2.0rem; }
.productP6 .title{ color: #1851cf; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; border-bottom: #1851cf solid 1px; }
.productP6 .content{ padding-top: 0.5rem; font-size: 0.18rem; line-height: 0.36rem; color: #333; font-family: 'light'; }
.productP6 .limg img{ width: 100%; }

.productP7{ padding-top: 0.8rem; height: 7.0rem; border-top: #1851cf solid 1px; background: url(../images/lybBg.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.productP7 .title{ text-align: center; color: #1851cf; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.7rem; }
.productP7 .form ul{ margin-right: -0.24rem; }
.productP7 .form li{ float: left; width: 33.33%; padding-bottom: 0.2rem; }
.productP7 .form .li01{ width: 100%; }
.productP7 .form li .box{ position: relative; margin-right: 0.24rem; padding-left: 1.28rem; border-radius: 4px; border: #ededed solid 1px; background: #fff;}
.productP7 .form li .txt{ position: absolute; left: 0.3rem; top: 0; line-height: 0.54rem; font-size: 0.16rem; color: #999; font-family: 'light'; }
.productP7 .form li .txt em{ padding-left: 0.1rem; color: #dc021c; }
.productP7 .form li .input1{ width: 100%; height: 0.54rem; line-height: 0.54rem; font-size: 0.16rem; font-family: 'light'; }
.productP7 .form li textarea{ width: 100%; height: 1.98rem; line-height: 0.24rem; font-size: 0.16rem; font-family: 'light'; padding-top: 0.15rem; box-sizing: border-box; }
.productP7 .btnDiv{ width: 1.8rem; margin: 0.6rem auto 0; }
.productP7 .btnDiv a{ display: block; overflow: hidden; position: relative; font-size: 0.18rem; text-align: center; font-family: 'bold'; width: 100%; height: 0.6rem; line-height: 0.6rem; border-radius: 0.48rem; background: #1851cf; color: #fff; }
.productP7 .btnDiv em{ position:relative; z-index:1;}
.productP7 .btnDiv a:after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#00c0fa 0,#015eea); transition: 0.5s;}
.productP7 .btnDiv a:hover:after{ width:100%;}


.videoModal-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.videoModal-box.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}


.videoLayer {
  width: 1200px;
  margin: 0 auto;
  background: none;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}

.videoLayer .close{position: absolute; z-index:2; display: block; right: 30px; top: 30px; width:24px; height: 24px; background: url(../images/close2.png) no-repeat;transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;}
.videoLayer .close:hover { transform: rotate(-90deg);}
.videoLayer video{ width:100%;}

.searchBox{ padding:1.0rem 0; border-top:#eee solid 1px;}
.searchBox .toptop{ position:relative; padding-right:200px; height:100px;}
.searchBox .result span{ display: inline-block; font-size: 16px; margin-right: 0.3rem; line-height: 0.62rem;}
.searchBox .result b{ margin: 0 4px; color: #cd0000; font-family: "mont"; text-decoration: underline;}
.searchBox .form{ width: 3.25rem; box-sizing: border-box; position: absolute; right:0; top:0; overflow: hidden;}
.searchBox .form .input1{ height: 0.62rem; box-sizing: border-box; line-height: 0.62rem; background: #f6f6f6; color: #666; width: 100%; font-size: 0.16rem; padding-left: 0.2rem; font-family: light; }
.searchBox .form .input1::-webkit-input-placeholder{ color: #666; opacity: 1;}
.searchBox .form .input1:-moz-placeholder{ color: #666; opacity: 1;}
.searchBox .form .input1::-moz-placeholder{ color: #666; opacity: 1;}
.searchBox .form .input1:-ms-input-placeholder{ color: #666; opacity: 1;}
.searchBox .form .btnDiv{ position: absolute; right: 0; top: 0; z-index: 1; }
.searchBox .form .btnDiv a{ display: block; width: 0.62rem; height: 0.62rem; background: url(../images/nimg18_1on.png) center no-repeat; }

.searchBox .list{ padding-bottom:0.6rem;}
.searchBox .list li { position: relative; list-style: none; border-bottom: 1px dashed #eee;}
.searchBox .list li:first-child { border-top: 1px dashed #eee;}
.searchBox .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.searchBox .list .title {
  flex: 1;
  font-size: 16px;
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.searchBox .list p { font-size: 16px; color: #999; font-family: "regular";}
.searchBox .list li:hover .title { color: #1851cf;}

.searchBox .tips { display: none; text-align:center; font-size:0.2rem; color:#333;}

.newsBox{ padding-bottom:1.2rem; background:#f6f6f6;}
.newsBox .topDiv{ background:#fff;}
.newsBox .topDiv .wal{ padding: 0.8rem 0 0.6rem; }
.newsBox .topDiv .name{ text-align: center; color: #333; font-size: 0.32rem; line-height: 0.48rem; padding-bottom: 40px; position: relative; z-index: 1;}
.newsBox .topDiv .time{ text-align: center; color: #ccc; font-size: 0.18rem; font-family: regular; }
.newsBox .topDiv .time img{ padding-right: 15px; position: relative; top: -1px; }
.newsBox .botDiv{ background: #f6f6f6; border-top:#1851cf solid 3px; }
.newsBox .botDiv .mxfDiv{ position: relative; background: #fff; }

.newsBox .mainBox{ background: #f6f6f6; min-height: 800px; position: relative; }
.newsBox .conDiv{ float:left; width: 12.26rem; box-sizing:border-box; padding: 0.6rem 0.6rem 1.4rem; background: #fff; }
.newsBox .content{ font-size: 0.16rem; line-height: 0.36rem; color: #333;}
.newsBox .imgDiv{ text-align: center; padding: 0.1rem 0; }
.newsBox .content img{ max-width: 100%; }
.newsBox .content b{ display: block; font-size: 0.18rem; }

.sideNews{ position: sticky; top:65px; float:right; width: 3.1rem; box-sizing: border-box; padding: 0.5rem 0.35rem 0 0.4rem;}
.sideNews .title{ font-size: 0.18rem; line-height: 0.18rem; color: #1851cf; padding-bottom: 0.35rem; }
.sideNews .lie li{ padding-bottom: 0.2rem;}
.sideNews .lie li .limg img{ width: 100%; }
.sideNews .lie li .name{ margin-top: 0.1rem; color: #333; font-size: 14px; line-height: 24px; max-height:48px; overflow:hidden; }
.sideNews .lie li a:hover .name{ color: #1851cf; }
.sideNews .more{ margin-top:10px;}
.sideNews .more a{ display: block; position: relative; width: 1.5rem; height: 0.5rem; line-height: 0.5rem; text-transform: uppercase; font-size: 14px; color: #fff; text-indent: 0.35rem; background: #1851cf; border-radius: 0.36rem; font-family: regular; }
.sideNews .more a:after{ content: ''; position: absolute; right: 0.35rem; top: 50%; margin-top: -5px; width: 13px; height: 11px; background: url(../images/nimg13_righton.png) no-repeat; }
.sideNews .more a:hover{ background:#fff; color:#1851cf; box-shadow:0 0 0.2rem 0 rgba(24,81,207,0.1);}
.sideNews .more a:hover:after{ background: url(../images/nimg13_right.png) no-repeat;}

.pageDown{ padding-top: 1.0rem; }
.pageDown li{ padding-bottom: 20px; font-size: 16px; }
.pageDown li:last-child{ padding-bottom: 0; }
.pageDown li a{ display: block; height: 58px; color: #333; line-height: 58px; background: #f7f7f7; border: #f7f7f7 solid 1px; padding: 0 25px; overflow: hidden;}
.pageDown li a:hover{ background: #fff; border: #1851cf solid 1px; color: #1851cf; }
.pageDown li b{ color: #333; }


.tongyong{ padding-bottom:1.0rem;}
.tongyong .detail-box .item { display: none; position: relative;}
.tongyong .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.tongyong .videobox{ position: relative; margin-bottom:0; }
.tongyong .videobox .imgDiv{ height: 7.36rem; }
.tongyong .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.tongyong .videobox video{ max-width:100%; max-height: 7.36rem; position:absolute;top:50%;left:0; right: 0; margin: 0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.tongyong .videobox.cur{ background:#000;}
.tongyong .videobox.cur .imgDiv,.tongyong .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.tongyong .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.tongyong .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 1.04rem; height: 1.04rem; margin-left:-0.52rem; margin-top:-0.52rem; z-index:1; border-radius: 50%; overflow: hidden;}
.tongyong .videobox .playbox:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); }
.tongyong .videobox .playbox img{ position: absolute; left: 50%; top: 50%; margin-left: -0.21rem; margin-top: -0.21rem; width: 0.42rem; }
.tongyong .bot-container{ margin-top: 0.2rem; position: relative; padding: 0 0.8rem; }
.tongyong .swiper-slide .teme{ height: 1.2rem; position: relative; cursor:pointer;}
.tongyong .swiper-slide .teme:after{ content: ''; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.tongyong .swiper-slide .limg{ height: 1.2rem; }
.tongyong .swiper-slide .limg img{ width: 100%; height: 100%; object-fit: cover; }
.tongyong .swiper-slide .play{ opacity: 0; position:absolute; left:50%; top:50%; width: 0.58rem; height: 0.58rem; margin-left:-0.29rem; margin-top:-0.29rem; z-index:2; border-radius: 50%; overflow: hidden;}
.tongyong .swiper-slide .play:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); }
.tongyong .swiper-slide .play img{ position: absolute; left: 50%; top: 50%; margin-left: -0.12rem; margin-top: -0.12rem; width: 0.24rem; }
.tongyong .swiper-slide .name{ margin-top: 0.1rem; height: 0.28rem; line-height: 0.28rem; color: #333; font-size: 0.14rem; font-family: 'light'; overflow: hidden; }
.tongyong .swiper-slide-active .teme:after{ opacity: 1; }
.tongyong .swiper-slide-active .play{ opacity: 1; }
.tongyong .swiper-slide-active .name{ color: #1851cf; }
.tongyong .se{ position: absolute; display: block; overflow: hidden; width: 0.5rem; height: 0.5rem; top: 0.35rem; background: url(../images/nimg50Bg.png) center no-repeat; background-size: 100%; border-radius: 50%; }
.tongyong .se:after{ content: ''; position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.tongyong .prev{ left: 0; }
.tongyong .next{ right: 0; }
.tongyong .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; margin-left: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_left.png) no-repeat; }
.tongyong .next:before{ content: ''; z-index: 1; position: absolute; right: 50%; top: 50%; margin-right: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_right.png) no-repeat; }
.tongyong .se:hover:after{ opacity: 1; }
.tongyong .prev:hover:before{ background: url(../images/nimg13_lefton.png) no-repeat;}
.tongyong .next:hover:before{ background: url(../images/nimg13_righton.png) no-repeat;}


.storageP1{ padding: 2.0rem 0 0.1rem; overflow: hidden;}
.storageP1 .title{ margin-bottom: 0.85rem; text-align: center; font-size: 0.6rem; line-height: 0.6rem; position: relative; padding-bottom: 0.35rem; font-family: 'bold'; color: #333; text-transform: uppercase;}
.storageP1 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.13rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #1851cf; }
.storageP1 .leftCon{ width: 8.75rem; }
.storageP1 .txt{ font-size: 0.36rem; color: #1851cf; line-height: 0.48rem; font-family: 'din'; padding-bottom: 0.32rem;}
.storageP1 .content{ font-size: 0.18rem; line-height: 0.3rem; font-family: 'light'; color:#333; }
.storageP1 .rightDiv{ width: 6.0rem; }
.storageP1 .rightDiv li{ margin-bottom:10px;}
.storageP1 .rightDiv img{ width: 100%; }

.storageP2{ padding:0.8rem 0 1.7rem; overflow:hidden;}
.storageP2 .title{ font-size:0.48rem; line-height:0.64rem; color:#1851cf; font-family:'din'; padding-bottom:0.35rem;}
.storageP2 .leftImg{ width:6.78rem;}
.storageP2 .leftImg img{ width:100%;}
.storageP2 .rightDiv{ width: 7.76rem;}
.storageP2 .content{ font-size:0.18rem; line-height:0.3rem; color:#333; padding-bottom:1.0rem; font-family: 'light';}
.storageP2 .limg img{ width:100%;}
.storageP2 .botCon{ margin-top:0.5rem; font-size:0.18rem; line-height:0.3rem; color:#333; font-family: 'light';}

.storageP3{ padding:0.8rem 0;}
.storageP3 .title{ font-size:0.48rem; line-height:0.64rem; color:#1851cf; font-family:'din';}
.storageP3 .content{ padding:0.35rem 0 0.8rem; font-size:0.18rem; line-height:0.3rem; color:#333; padding-bottom:1.0rem; font-family: 'light';}
.storageP3 .list ul{ margin-right:-0.74rem;}
.storageP3 .list li{ float:left; width:50%;}
.storageP3 .list li .box{ margin-right:0.74rem;}
.storageP3 .list li .imgDiv{ height:4.55rem;}
.storageP3 .list li .imgDiv img{ width:100%; height:100%; object-fit:cover;}
.storageP3 .list li .name{ margin-top:0.3rem; height:1.0rem; overflow:hidden; line-height:0.5rem; font-size:0.3rem; color:#333; font-weight:bold;}
.storageP3 .list li .btnDiv{ margin-top:0.1rem;}
.storageP3 .list li .btnDiv a{ display:inline-block; padding-right:0.45rem; line-height:0.36rem; font-size:0.16rem; color:#666; background:url(../images/nimg26_2.png) right center no-repeat; background-size:0.26rem;}
.storageP3 .list li .btnDiv a:hover{ color:#1851cf;}

.indexP5{ padding:1.2rem 0; background-image: linear-gradient(180deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.indexP5 .title{ text-align: center; font-size: 0.6rem; line-height: 0.6rem; color: #fff; position: relative; padding-bottom: 0.4rem; font-family: 'bold'; text-transform: uppercase; }
.indexP5 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -0.12rem; bottom: 0; width: 0.25rem; height: 0.05rem; background: #fff; }
.indexP5 .btn{ text-align:center; padding:0.6rem 0 0.5rem;}
.indexP5 .btn li{ margin:0 0.15rem; }
.indexP5 .btn li .box{ cursor:pointer; width:2.8rem; height:0.8rem; background:#f7fbfd; font-size: 0.18rem; line-height: 0.26rem; border-radius: 0.12rem; overflow: hidden;}
.indexP5 .btn li.on .box{ background:#1851cf; color:#fff;}

.indexP5 .list{ width:100%; display: none; position:relative;}
.indexP5 .imgList{ overflow: hidden; }
.indexP5 .imgList .imgDiv{ height:1.2rem; background:#fff; border-radius:0.12rem;}
.indexP5 .imgList .imgDiv img{ max-width:1.6rem; max-height:1rem;}
.indexP5 .imgList .imgDiv:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP5 .se{ position: absolute; z-index:2; display: block; overflow: hidden; width: 0.5rem; height: 0.5rem; top: 50%; margin-top:-0.25rem; background: url(../images/nimg50Bg.png) center no-repeat; background-size: 100%; border-radius: 50%; }
.indexP5 .se:after{ content: ''; position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #015fea 0%, #00c0fa 100%); background-blend-mode: normal, normal; }
.indexP5 .prev{ left: -0.7rem; }
.indexP5 .next{ right: -0.7rem; }
.indexP5 .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; margin-left: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_left.png) no-repeat; }
.indexP5 .next:before{ content: ''; z-index: 1; position: absolute; right: 50%; top: 50%; margin-right: -6px; width: 13px; height: 11px; margin-top: -5px; background: url(../images/nimg13_right.png) no-repeat; }
.indexP5 .se:hover:after{ opacity: 1; }
.indexP5 .prev:hover:before{ background: url(../images/nimg13_lefton.png) no-repeat;}
.indexP5 .next:hover:before{ background: url(../images/nimg13_righton.png) no-repeat;}
































