/*banner*/
.ind-banner{ width: 100%; overflow: hidden; position:relative;} 
.ind-banner:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 140px; background: url(../images/bg1.png) top repeat-x; z-index: 2; }
.ind-banner .swiper-slide {position: relative; }
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .img{ height: 8.3rem; }
.ind-banner .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover; }
.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 2; top: 50%; transform: translateY(-50%); }
.ind-banner .onebox h2{ font-size: 0.5rem; line-height: 0.62rem; background-image:-webkit-linear-gradient(left,#0078ff,#3bf5b0);
 background-image:linear-gradient(to right,#0078ff,#3bf5b0); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}

.ind-banner .twobox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 2; top: 50%; transform: translateY(-50%);}
.ind-banner .twobox h2{ font-size: 0.5rem; line-height: 0.62rem; color: #fff; text-shadow: 0 0 0.1rem rgba(0,39,93,0.8); }
.ind-banner .threebox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 2; top: 50%; transform: translateY(-50%);}
.ind-banner .threebox h2{ font-size: 0.6rem; line-height: 0.72rem; color: #333; }
.ind-banner .threebox .en{ font-size: 0.3rem; color: #0a8f87; line-height: 0.42rem; }
.ind-banner .threebox .msg{ margin-top: 0.25rem; font-size: 0.18rem; line-height: 0.32rem; }

.ind-banner .mouse{ position: absolute; left: 50%; margin-left: -10px; bottom: 0.95rem; z-index: 3; width: 19px; }
.ind-banner .kuang{ position: relative; margin: 0 auto; width: 19px; height: 32px; border-radius: 0.2rem; border: 1px solid #fff; box-sizing: border-box; }
.ind-banner .kuang span{ left: 50%; margin-left: -1px; position: absolute; top: 13px; width: 2px; height: 5px; background-color: #fff; animation: upDown 1s ease-out infinite;} 

.ind-banner .swiper-slide video {
  position: absolute;
  width: 100%;
  height:100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.ind-banner .onebox h2, .ind-banner .twobox h2, .ind-banner .threebox .conDiv{transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -ms-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.ind-banner .swiper-slide-active .onebox h2, .ind-banner .swiper-slide-active .twobox h2, .ind-banner .swiper-slide-active .threebox .conDiv{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.ind-banner .se{ display: block; width: 50px; height: 50px; position: absolute; z-index: 3; top: 50%; margin-top: -25px; border-radius: 50%; border: rgba(255,255,255,0.6) solid 2px; }
.ind-banner .prev { left: 0.7rem; }
.ind-banner .next { right: 0.7rem; }
.ind-banner .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 6px; height: 11px; margin-left: -3px; margin-top: -5px; background: url(../images/nimg6_left.png) no-repeat; }
.ind-banner .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 6px; height: 11px; margin-left: -3px; margin-top: -5px; background: url(../images/nimg6_right.png) no-repeat; }
.ind-banner .se:hover{ border: #fff solid 2px; }

.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; }

.indexP1{ padding: 0.6rem 0 0.85rem; }
.indexP1 .pageTitle{ text-align: left; }
.indexP1 .pageTitle:after{ left: 0; margin-left: 0; }
.indexP1 .leftDiv{ width: 7.2rem; }
.indexNews{ position: relative; margin-top: 0.4rem;}
.indexNews .imgList{ overflow: hidden; }
.indexNews .imgList li .box a{ display: block; position: relative; }
.indexNews .imgList li .imgDiv{ height: 4.8rem;  }
.indexNews .imgList li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexNews .imgList li .botDiv{ position: absolute; left: 0; bottom: 0; width: 100%; height: 0.98rem; background: rgba(0,0,0,0.5); padding: 0.2rem 1.75rem 0 0.35rem; }
.indexNews .imgList li .name{ font-size: 0.22rem; color: #fff; line-height: 0.32rem; height: 0.64rem; overflow: hidden; }
.indexNews .se{ display: block; width: 50px; height: 50px; position: absolute; z-index: 3; top: 50%; margin-top: -25px; border-radius: 50%; border: rgba(255,255,255,0.3) solid 2px; background: rgba(255,255,255,0.2); }
.indexNews .prev { left: 1px; }
.indexNews .next { right: 1px; }
.indexNews .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 6px; height: 11px; margin-left: -3px; margin-top: -5px; background: url(../images/nimg6_left.png) no-repeat; }
.indexNews .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 6px; height: 11px; margin-left: -3px; margin-top: -5px; background: url(../images/nimg6_right.png) no-repeat; }
.indexNews .se:hover{ border: none; background-image: linear-gradient(90deg, #3293ff 0%, #32f8aa 100%); background-blend-mode: normal, normal;}
.indexNews .swiper-pagination{ width: auto; right: 0.3rem; bottom: 0.18rem; } 
.indexNews .swiper-pagination-bullet { position: relative; display: inline-block; width: 10px; height: 10px; opacity: 1; background: #fff; box-sizing:border-box; border-radius: 50%; overflow: hidden; margin: 0 0 0 8px!important; } 
.indexNews .swiper-pagination-bullet-active { background: #0078ff; }

.indexP1 .rightDiv{ width: 50%; }
.indexP1 .toptop{ height: 1.32rem; position: relative; padding-top: 0.18rem; }
.indexP1 .tab li{ float: left; margin-right: 0.1rem; width: 1.62rem; line-height: 0.56rem; height: 0.6rem; border: #f1f1f1 solid 2px; background: #f5f5f5; border-radius: 6px; font-size: 0.2rem; text-align: center; }
.indexP1 .tab .liNow{ line-height: 0.6rem; border: none; background-image: linear-gradient(90deg, #3293ff 0%, #32f8aa 100%); background-blend-mode: normal, normal; color: #fff;}
.indexP1 .more{ position: absolute; right: 0; top: 0.18rem; }
.indexP1 .more a{ display: block; font-size: 0.16rem; line-height: 0.6rem; padding-right: 0.3rem; color: #999; background: url(../images/nimg20_1on.png) right center no-repeat; }
.indexP1 .more a:hover{ color: #0078ff;}
.indexP1 .list li{ margin-bottom: 0.15rem; }
.indexP1 .list li a{ display: block; position: relative; padding-right: 1.2rem; height: 0.34rem; }
.indexP1 .list li .name{ position: relative; padding-left: 0.45rem; height: 0.34rem; line-height: 0.34rem; font-size: 0.16rem; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.indexP1 .list li .name:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -0.04rem; width: 0.08rem; height: 0.08rem; background: #e6e6e6; }
.indexP1 .list li .time{ position: absolute; right: 0; top: 0; line-height: 0.34rem; color: #ccc; font-size: 0.14rem; }
.indexP1 .list li a:hover .name{ color: #0078ff; font-weight: bold; }
.indexP1 .list li a:hover .name:before{ background: #0078ff; }

.indexP2{ padding-top: 0.5rem; height: 7.58rem; background: url(../images/indexP2.jpg) center no-repeat; background-size: cover; }
.indexP2 .pageTitle{ text-align: left; }
.indexP2 .pageTitle:after{ left: 0; margin-left: 0; }
.indexP2 .list{ padding-top: 0.32rem; }
.indexP2 .list ul{ margin-right: -0.25rem; }
.indexP2 .list li{ float: left; width: 25%; }
.indexP2 .list li .box{ margin-right: 0.25rem; }
.indexP2 .list li .box a{ display: block; position: relative; overflow:hidden;}
.indexP2 .list li .imgDiv{ height: 4.5rem; position: relative;}
.indexP2 .list li .imgDiv:after{ content:''; opacity: 0; visibility:hidden; position:absolute; left:0; top:0; width:100%; height:100%; background-image: linear-gradient(180deg, #023ea8 0%, transparent 100%); background-blend-mode: normal, normal;}
.indexP2 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP2 .list li .layer{ position: absolute; left: 0; top: 0.5rem; width: 100%; padding: 0 0.35rem; text-align: center; }
.indexP2 .list li .title{ padding-bottom: 0.24rem; position: relative; }
.indexP2 .list li .title:after{ content: ''; position: absolute; left: 50%; margin-left: -15px; bottom: 0; width: 30px; height: 3px; background: #fff; }
.indexP2 .list li .title .cn{ font-size: 0.36rem; line-height: 0.36rem; height: 0.45rem; color: #fff; font-weight: bold; letter-spacing: 4px;}
.indexP2 .list li .title .en{ font-size: 0.16rem; line-height: 0.16rem; color: rgba(255,255,255,0.2); }
.indexP2 .list li .msg{ position: relative; top: -10px; opacity: 0; visibility: hidden; margin-top: 0.25rem; font-size: 0.18rem; color: #fff; line-height: 0.32rem; min-height: 1.28rem; }
.indexP2 .list li .more { position: relative; top: -10px; opacity: 0; visibility: hidden; margin: 0.28rem auto 0; width:1.56rem; height:0.5rem; font-size:0.16rem; color:#fff; border-radius:0.48rem; background-image: linear-gradient(90deg, #0078ff 0%, #06f797 100%); background-blend-mode: normal, normal;}
.indexP2 .list li .more:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#06f797 0,#0078ff); transition: 0.5s;}
.indexP2 .list li .more p{ position:relative; z-index:1; width: 100%; height: 100%;}
.indexP2 .list li .more em{ display:block; width:20px; height:15px; background:url(../images/nimg20_1.png) no-repeat; margin-left: 0.12rem;}
.indexP2 .list li .box a:hover .imgDiv:after{ opacity:0.8; visibility:visible;}
.indexP2 .list li .box a:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP2 .list li .box a:hover .msg{ top: 0; opacity: 1; visibility: visible; }
.indexP2 .list li .box a:hover .more{ top: 0; opacity: 1; visibility: visible; }
.indexP2 .list li:nth-child(2) .title .cn{ color: #0078ff; }
.indexP2 .list li:nth-child(2) .title .en{ color: rgba(102,102,102,0.2); }
.indexP2 .list li:nth-child(2) .box a:hover .title .cn{ color:#fff;}
.indexP2 .list li:nth-child(2) .box a:hover .title .en{ color: rgba(255,255,255,0.2); }

.aboutP1{ padding-top: 0.9rem; }
.aboutP1 .toptop{ overflow: hidden; padding-bottom: 1.2rem; }
.aboutP1 .leftCon{ width: 4.8rem; }
.aboutP1 h1{ font-size: 0.4rem; line-height: 0.4rem; color: #333; letter-spacing: 5px; }
.aboutP1 .msg{ margin-top: 0.35rem; font-weight: 400; font-size: 0.34rem; line-height: 0.48rem; background-image:-webkit-linear-gradient(left,#015eea,#00c0fa);
 background-image:linear-gradient(to right,#015eea,#00c0fa); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.aboutP1 .content{ width: 9.86rem; font-size: 0.16rem; line-height: 0.3rem; text-align: justify; }
.aboutP1 .content p{ text-indent: 2em; }

.aboutP1 .numList{ clear: both; padding-bottom: 1.4rem;}
.aboutP1 .numList ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.aboutP1 .numList li{ position: relative; padding-left: 1.3rem; min-height: 0.9rem;}
.aboutP1 .numList li .pj{ position: absolute; left: 0; top: 0; width: 0.93rem; height: 0.85rem; }
.aboutP1 .numList li .bg img{ width: 100%; }
.aboutP1 .numList li .ico{ position: absolute; left: 0; bottom: 2px; width: 0.6rem; height: 0.6rem; background: url(../images/nimg60Bg.png) no-repeat; background-size: 0.6rem; border-radius: 50%; box-shadow: 0 0.07rem 0.07rem 0 rgba(90,179,255,0.2); }
.aboutP1 .numList li .ico img{ position: absolute; left: 50%; top: 50%; margin-top: -0.15rem; margin-left: -0.15rem; width: 0.3rem; }
.aboutP1 .numList li .wen{ font-size: 0.16rem; line-height: 0.16rem; color: #999; height: 0.3rem; }
.aboutP1 .numList li .num{ font-size: 0.16rem; line-height: 0.16rem; color: #999;}
.aboutP1 .numList li .numUp{ font-size: 0.6rem; line-height: 0.56rem; color: #0078ff; padding-right: 0.1rem; font-family:'Semibold'; }

.aboutP1 .videobox{ margin:0 auto; width: 12.0rem; height: 6.8rem; position: relative; overflow: hidden; }
.aboutP1 .videobox .imgDiv{ height: 6.8rem; }
.aboutP1 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.aboutP1 .videobox video{ max-width:100%; max-height:6.8rem; position:absolute; top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; 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: 104px; height: 104px; margin-left:-52px; margin-top:-52px; background: #fff; border-radius: 50%; z-index:1;}
.aboutP1 .videobox .playbox img{ width: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 1;}
.aboutP1 .videobox .playbox .dwq{ position: absolute; right: 50%; top: 50%; margin-right: -100px; margin-top: -100px; width: 200px; height: 200px; }
.aboutP1 .videobox .playbox .pulse2{position:absolute;top:50%;left:50%; margin-left: -100px; margin-top: -100px; height:200px;width:200px;border:2px solid #fff; box-sizing: border-box; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 4px #fff,0 0 10px #fff inset;-moz-box-shadow:0 0 4px #fff,0 0 10px #fff inset;box-shadow:0 0 4px #fff,0 0 10px #fff inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.aboutP1 .videobox .playbox .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.aboutP1 .videobox .playbox .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.aboutP1 .videobox .playbox .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}

.aboutP2{ margin-top: -1.2rem; padding: 2.75rem 0 1.7rem; background: #f5f5f5; }
.aboutP2 .mxfDiv{ background: #fff; }
.aboutP2 .conDiv{ width: 50%; padding: 0 0.8rem 0 0.6rem; }
.aboutP2 .msg{ font-size: 0.16rem; line-height: 0.3rem; }
.aboutP2 .imgDiv{ width: 50%; order: 1; }
.aboutP2 .imgDiv img{ width: 100%; }

.aboutP3{ padding: 1.2rem 0 1.8rem; }
.aboutP3 .imgList{ margin-top: 0.7rem; }
.aboutP3 .imgList .swiper-slide{ width: 6.0rem; }
.aboutP3 .imgList .imgDiv{ width: 6.0rem; height: 4.0rem; }
.aboutP3 .imgList .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.aboutP3 .swiper-pagination{ position: relative; bottom: 0; padding-top: 0.65rem; }
.aboutP3 .swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; opacity: 1; background: #ccc; margin: 0 6px!important; overflow: hidden; } 
.aboutP3 .swiper-pagination-bullet-active { width: 30px; background: #0078ff; border-radius: 8px;} 

.structure{ padding-top: 0.6rem; background-image: linear-gradient(180deg, #f3f6fb 0%, #fff 100%); background-blend-mode: normal, normal; }
.structure .bigBox{ padding: 0.7rem 0.5rem 3.5rem; background: #fff; border-top-left-radius: 0.24rem; border-top-right-radius: 0.24rem; }
.structure .pageTitle{ text-align: left; }
.structure .pageTitle:after{ left: 0; margin-left: 0; }
.structure .longDiv{ margin-top: 1.0rem;}
.structure .imgDiv{ text-align: center; }
.structure .imgDiv img{ width: 12.38rem; }
.structure .tips{ margin-top: 0.65rem; text-align: center; font-size: 0.28rem; }

.teamP1{ padding-top: 0.8rem; }
.teamP1 .pageTitle{ text-align: left; }
.teamP1 .pageTitle:after{ left: 0; margin-left: 0; }
.teamP1 .secondLink{ text-align: center; padding: 0.2rem 0 0.75rem;}
.teamP1 .secondLink ul{ font-size: 0; }
.teamP1 .secondLink li{ display: inline-block; font-size: 0.2rem;}
.teamP1 .secondLink li .box{ margin: 0 0.11rem; }
.teamP1 .secondLink li a{ display: block; width: 1.62rem; height: 0.6rem; line-height: 0.56rem; border-radius: 8px; border: #f1f1f1 solid 2px; background: #f5f5f5; text-align: center; color: #666;}
.teamP1 .secondLink li a:hover{ color: #0078ff; }
.teamP1 .secondLink li .aNow{ border: #0078ff solid 2px; background: #0078ff; color: #fff!important; }
.teamP1 .title{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: bold; padding-bottom: 0.1rem;}
.teamP1 .pjDiv{ margin-top: 0.5rem; margin-bottom: 0.3rem; padding-left: 0.6rem; position: relative; overflow: hidden;}
.teamP1 .pjDiv .txt{ position: absolute; left: 0; top: 0; line-height: 0.74rem; font-size: 0.24rem; color: #333; }
.teamP1 .pjDiv .form{ width: 6.12rem; padding-right: 1.6rem; position: relative; }
.teamP1 .pjDiv .input1{ padding-left: 0.24rem; font-size: 0.18rem; width: 4.52rem; height: 0.74rem; line-height: 0.72rem; border: #dce0e6 solid 1px; border-radius: 0.12rem; }
.teamP1 .pjDiv .btn1{ cursor: pointer; position: absolute; right: 0; top: 0; z-index: 1; width: 1.5rem; height: 0.74rem; background: #0078ff url(../images/nimg30_5.png) center no-repeat; border-radius: 0.12rem; }
.teamP1 .clearBtn{ margin-left: 0.1rem; }
.teamP1 .clearBtn a{ display: block; width: 1.5rem; line-height: 0.72rem; height: 0.74rem; font-size: 0.18rem; text-align: center; color: #666; border: #dce0e6 solid 1px; border-radius: 0.12rem; }
.teamP1 .clearBtn a:hover{ border: #0078ff solid 1px; background: #0078ff; color: #fff; }

.teamP1 .sortDiv{ padding-left: 0.74rem; position: relative; margin-bottom: 0.12rem;}
.teamP1 .sortDiv .txt{ position: absolute; left: 0; top: 0; line-height: 0.4rem; font-size: 0.24rem; color: #333; }
.teamP1 .sortDiv .lie li{ float: left; margin-right: 0.1rem; font-size: 0.18rem;}
.teamP1 .sortDiv .lie li a{ display: block; padding: 0 0.12rem; height: 0.4rem; line-height: 0.4rem; color: #666; }
.teamP1 .sortDiv .lie li .on{ background: #0078ff; color: #fff; }
.teamP1 .letter li{ float: left; font-family:'Regular'; font-size: 0.26rem;}
.teamP1 .letter li a{  margin-left: -1px; margin-top: -1px; display: block; width: 0.58rem; height: 0.6rem; background: #f9fbfe; border: #dce0e6 solid 1px; text-align: center; line-height: 0.6rem; color: #666; }
.teamP1 .letter li a:hover{ color: #0078ff; }
.teamP1 .letter li .on{ border: #0078ff solid 1px; background: #0078ff; color: #fff!important; }

.teamP2{ padding: 0.5rem 0 1.88rem; background: #f3f6fb; }
.teamP2 .list{ border-top: #e5f0fb solid 1px; border-left: #e5f0fb solid 1px; }
.teamP2 .list li{ float: left; width: 12.5%; font-size: 0.18rem; }
.teamP2 .list li a{ display: block; overflow: hidden; background: #fff; color: #333; text-align: center; height: 0.68rem; line-height: 0.68rem; border-bottom: #e5f0fb solid 1px; border-right: #e5f0fb solid 1px; }
.teamP2 .list li a:hover{ background: #0078ff; color: #fff; }
.teamP2 .pageNum{ margin-top: 1.2rem; }

.teamShow{ position: relative; }
.teamShow:before{ content: ''; position: absolute; right: 50%; margin-right: 7.68rem; width: 25%; height: 100%; background: #f9f9f9; }
.teamShow .toptop{ padding-bottom: 1.0rem; background: #f9f9f9; width: 5.0rem; }
.teamShow .pageTitle{ position: relative; z-index: 1; padding-top: 0.75rem; text-align: left; }
.teamShow .pageTitle:after{ left: 0; margin-left: 0; }
.teamShow .leftDiv{ width: 5.0rem;/* position: sticky; top: 12px;*/ background: #f9f9f9;/* height: 100%;*/ }
.teamShow .imgDiv img{ width: 3.84rem; }
.teamShow h1{ padding: 0.4rem 0 0.1rem; font-size: 0.6rem; line-height: 0.6rem; color: #333; font-weight: 400; }
.teamShow .wen{ font-size: 0.18rem; line-height: 0.18rem; position: relative; padding-bottom: 0.32rem; }
.teamShow .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 26px; height: 3px; background: #0078ff; }
.teamShow .rightDiv{ width: 9.75rem; padding-bottom: 3.8rem;font-size: 0.16rem; line-height: 0.3rem; text-align: justify;}
.teamShow .rightDiv strong{ font-size: 0.22rem; line-height: 0.22rem; font-weight: 400; color: #3b3a3f; border-bottom: #d8d8d9 solid 1px; }
.teamShow .title{ padding-left: 0.15rem; position: relative; }
.teamShow .title:before{ content: ''; position: absolute; left: 0; top: 0; width: 0.05rem; height: 0.2rem; background: #0078ff; }
.teamShow .title h4{ height: 0.35rem; font-size: 0.22rem; line-height: 0.22rem; font-weight: 400; color: #3b3a3f; border-bottom: #d8d8d9 solid 1px; }
.teamShow .content{ margin-top: 0.18rem; padding: 0 0 0.4rem 0.15rem; font-size: 0.16rem; line-height: 0.3rem; text-align: justify;}
.teamShow .backBtn{ position: absolute; left: 50%; margin-left: -7.68rem; bottom: 4.2rem; z-index: 2; }
.teamShow .backBtn a{ overflow: hidden; display: block; position: relative; width:1.56rem; height:0.5rem; font-size:0.16rem; color:#fff; border-radius:0.48rem; background-image: linear-gradient(90deg, #0078ff 0%, #06f797 100%); background-blend-mode: normal, normal;}
.teamShow .backBtn a:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#06f797 0,#0078ff); transition: 0.5s;}
.teamShow .backBtn p{ position:relative; z-index:1; width: 100%; height: 100%;}
.teamShow .backBtn em{ display:block; width:17px; height:17px; background:url(../images/nimg17_1.png) no-repeat; margin-left: 0.28rem;}
.teamShow .backBtn a:hover:after{ width:100%;}

.research{ padding: 0.75rem 0 2.0rem; }
.research .pageTitle{ text-align: left; margin-bottom: 0.4rem;}
.research .pageTitle:after{ left: 0; margin-left: 0; }

.research .leftDiv{ width: 10.5rem; }
.research .list{ padding-bottom: 0.95rem; }
.research .list li{ margin-bottom: 0.2rem; }
.research .list li a{ display: block; height: 1.8rem; position: relative; padding: 0.3rem 1.7rem 0 0.4rem; background: #f5f7fb; }
.research .list2 li a{ height: 1.2rem; }
.research .list li a:after{ content: ''; opacity: 0; visibility: hidden; position: absolute; right: 0; bottom: 0; width: 90px; height: 106px; background: url(../images/nimg90Bg.png) no-repeat; }
.research .list li .name{ height: 0.36rem; line-height: 0.36rem; color: #333; font-size: 0.22rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.research .list li .content{ margin-top: 0.1rem; font-size: 0.14rem; color: #8f96a0; line-height: 0.3rem; height: 0.6rem; overflow: hidden; }
.research .list li .time{ margin-bottom: 0.08rem; font-size: 0.16rem; line-height: 0.16rem; color: rgba(51,51,51,0.5); font-family: 'Regular';}
.research .list2 li .time{ margin-top:0.05rem; margin-bottom:0;}
.research .list li .ico{ position: absolute; right: 0.5rem; top: 50%; margin-top: -16px; width: 47px; height: 32px; background: #fff url(../images/ico2.png) center no-repeat; border-radius: 24px; }
.research .list li a:hover{ background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.research .list li a:hover:after{ opacity: 1; visibility: visible; }
.research .list li a:hover .name, .research .list li a:hover .content{ color: #fff; }
.research .list li a:hover .time{ color: rgba(255,255,255,0.5); }
.research .pageNum{ text-align: left; }

.research .rightDiv{ width: 4.26rem; background: #f5f7fb; padding: 0.35rem 0.45rem 0.55rem; border-top: #1e7eff solid 3px; }
.research .rightDiv .title{ font-size: 0.22rem; line-height: 0.22rem; color: #333; height: 0.28rem; font-weight: bold;}
.research .rightDiv .zi{ padding-bottom: 0.3rem; font-size: 0.14rem; line-height: 0.14rem; color: #ccc; font-family: 'Regular';}
.research .rightDiv .txt{ font-size: 0.16rem; line-height: 0.16rem; color: #000; height: 0.32rem; }

.research .select{ width: 100%; height: 0.5rem; position: relative; margin-bottom: 0.3rem; }
.research .caption { font-family: 'Light'; position: relative; cursor: pointer; border-radius: 6px; height: 0.5rem; line-height: 0.5rem; padding-left: 0.2rem; font-size: 0.14rem; color: #999; background: #fff url(../images/selectIco.png) right center no-repeat; }
.research .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 2; background: #fff; max-height: 2.5rem; overflow-y: auto; display: none;  box-sizing: border-box; box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.1); border-radius: 6px;}
.research .xlist::-webkit-scrollbar { width: 2px;}
.research .xlist::-webkit-scrollbar-track { background-color: #0078ff;}
.research .xlist::-webkit-scrollbar-thumb { background-color: #eee;} 
.research .xlist a { font-family: 'Light'; display: block; font-size: 0.14rem; background: #fff; color: #999; height: 0.5rem; line-height: 0.5rem; padding: 0 0.2rem; }
.research .xlist a:hover, .research .xlist a.on { color: #0078ff;}
.research .form{ height: 0.5rem; background: #fff; border-radius: 6px; position: relative; overflow: hidden; }
.research .form .input1{ width: 100%; height: 0.5rem; line-height: 0.5rem; padding-left: 0.2rem; font-size: 0.14rem; }
.research .form .btn1{ position: absolute; right: 0.2rem; top: 0; width: 0.36rem; height: 0.5rem; background: url(../images/nimg16_1.png) center no-repeat; }

.support{ padding: 0.75rem 0 0.6rem; }
.support .toptop{ position: relative; }
.support .pageTitle{ text-align: left; }
.support .pageTitle:after{ left: 0; margin-left: 0; }
.support .links{ position: absolute; left: 0; bottom: 0.2rem; width: 100%; text-align: center; }
.support .links li{ display: inline-block; margin: 0 0.1rem; font-size: 0.2rem; }
.support .links li a{ display: block; color: #666; padding: 0 0.32rem; height: 0.58rem; line-height: 0.58rem; background: #f5f5f5; border-radius: 0.12rem; }
.support .links li a:hover{ color:#0078ff;}
.support .links li .aNow{ background: #0078ff; color: #fff!important; }
.support .content{ width: 12.0rem; margin: 0.7rem auto 0.6rem; font-size: 0.18rem; line-height: 0.34rem; color: #333; text-align: center; font-family: 'Light'; }
.support .list ul{ margin-right: -1.36rem; }
.support .list li{ float: left; width: 50%; margin-bottom: 1.0rem;}
.support .list li .box{ margin-right: 1.36rem; position: relative; cursor: pointer;}
.support .list li .imgDiv{ height: 4.0rem; }
.support .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.support .list li .name{ height: 1.2rem; background: #f5f5f5; padding: 0 0.3rem; font-size: 0.24rem; color: #333; line-height: 0.3rem;}
.support .list li .hideDiv{ z-index: 1; opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; padding: 0.75rem 0.6rem 0; text-align: center; background: url(../images/bg2.png) bottom repeat; }
.support .list li .hideDiv:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 2.0rem; height: 2.35rem; background: url(../images/nimg200Bg.png) no-repeat; background-size: 2.0rem; }
.support .list li .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #fff; height: 0.9rem; }
.support .list li .msg{ font-size: 0.16rem; line-height: 0.36rem; color: #fff; }
.support .list li .box:hover .hideDiv{ opacity: 1; visibility: visible; }

.patent{ padding: 0.75rem 0 1.75rem; }
.patent .toptop{ position: relative; }
.patent .pageTitle{ text-align: left; }
.patent .pageTitle:after{ left: 0; margin-left: 0; }
.patent .links{ position: absolute; left: 0; bottom: 0.2rem; width: 100%; text-align: center; }
.patent .links li{ display: inline-block; margin: 0 0.1rem; font-size: 0.2rem; }
.patent .links li a{ display: block; color: #666; padding: 0 0.32rem; height: 0.58rem; line-height: 0.58rem; background: #f5f5f5; border-radius: 0.12rem; }
.patent .links li a:hover{ color:#0078ff;}
.patent .links li .aNow{ background: #0078ff; color: #fff!important; }
.patent .list{ padding: 1.0rem 0 0.5rem; }
.patent .list ul{ margin-right: -0.5rem; }
.patent .list li{ float: left; width: 25%; margin-bottom: 0.5rem; }
.patent .list li .box{ margin-right: 0.5rem; }
.patent .list li a{ position: relative; display: block; height: 3.2rem; background: #f8f8f8; padding: 0.8rem 0.45rem 0; }
.patent .list li a:after{ content: ''; opacity: 0; visibility: hidden; position: absolute; right: 0; bottom: 0; width: 1.36rem; height: 1.6rem; background: url(../images/nimg200Bg.png) no-repeat; background-size: 1.36rem; }
.patent .list li .txt{ font-family: 'Light'; font-size: 0.16rem; line-height: 0.16rem; color: #999; }
.patent .list li .name{ margin-top: 0.15rem; font-size: 0.2rem; line-height: 0.3rem; height: 0.9rem; overflow: hidden; text-align: justify; color: #333; }
.patent .list li .ico{ margin-top: 0.24rem; width: 0.48rem; height: 0.48rem; border: #0078ff solid 1px; background: url(../images/nimg15_1.png) center no-repeat; border-radius: 50%; }
.patent .list li a:hover{ background-image: linear-gradient(180deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.patent .list li a:hover:after{ opacity: 1; visibility: visible; }
.patent .list li a:hover .txt, .patent .list li a:hover .name{ color: #fff; }
.patent .list li a:hover .ico{ border: #fff solid 1px; background: #fff url(../images/nimg15_1.png) center no-repeat;}

.demand{ padding: 0.75rem 0 1.3rem; }
.demand .pageTitle{ text-align: left; }
.demand .pageTitle:after{ left: 0; margin-left: 0; }
.demand .list{ margin-top: 0.8rem; }
.demand .list li{ margin-bottom: 1.0rem; }
.demand .list li a{ display: block; height: 6.0rem; background: #f7fafe; position: relative; padding: 0 2.35rem 0 7.2rem; }
.demand .list li a:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 2.7rem; height: 3.17rem; background: url(../images/nimg270Bg.png) no-repeat; background-size: 2.7rem; }
.demand .list li .imgDiv{ position: absolute; left: 0; top: 0; width: 6.0rem; height: 6.0rem; overflow: hidden; }
.demand .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.demand .list li .conDiv{ height: 6.0rem; }
.demand .list li .name{ position: relative; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.64rem; color: #333; font-family:'Semibold';}
.demand .list li .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 26px; height: 3px; background: #0078ff; }
.demand .list li .content{ margin-top: 0.24rem; font-size: 0.16rem; color: #999; line-height: 0.3rem; max-height: 0.9rem; overflow: hidden; }
.demand .list li .btnDiv{ overflow: hidden; margin-top: 0.45rem; position: relative; width:1.56rem; height:0.5rem; font-size:0.16rem; color:#fff; border-radius:0.48rem; background-image: linear-gradient(90deg, #0078ff 0%, #06f797 100%); background-blend-mode: normal, normal;}
.demand .list li .btnDiv:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#06f797 0,#0078ff); transition: 0.5s;}
.demand .list li .btnDiv p{ position:relative; z-index:1; width: 100%; height: 100%;}
.demand .list li .btnDiv em{ display:block; width:20px; height:15px; background:url(../images/nimg20_1.png) no-repeat; margin-left: 0.15rem;}
.demand .list li a:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.demand .list li a:hover .btnDiv:after{ width:100%;}

.newsBox{ position: relative; background: #f7fafe; }
.newsBox:before{ content: ''; position: absolute; right: 50%; margin-right: 7.68rem; width: 25%; height: 100%; background: #fff; }
.newsBox2:before{ display:none;}
.newsBox .mainBox{ min-height: 500px; position: relative; overflow: hidden;}
.newsBox .conDiv{ background: #fff; width: 11.1rem; padding: 0.7rem 0.7rem 1.3rem 0; }
.newsBox2 .conDiv{ margin:0 auto; width: 15.36rem; padding: 0.7rem 0.7rem 1.3rem; }
.newsBox h1{ font-size: 0.36rem; color: #333; line-height: 0.56rem; }
.newsBox .toptop{ margin-top: 0.38rem; height: 0.55rem; position: relative; border-bottom: #0078ff solid 3px; }
.newsBox .lie li{ float: left; margin-right: 0.35rem; line-height: 0.5rem; font-size: 14px; color: #999; font-family: 'Light'; }
.newsBox .share{ position: absolute; right: 0; top: 0; padding-left: 0.5rem; }
.newsBox .share em{ position: absolute; left: 0; top: 0; font-size: 14px; color: #999; line-height: 0.45rem; }
.newsBox .share li{ float: left; margin-left: 0.2rem; }
.newsBox .share li a{ display: block; position: relative; width: 0.45rem; height: 0.45rem; border-radius: 50%; border: #ededed solid 2px; }
.newsBox .share li img{ position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; }
.newsBox .content{ padding-top: 0.4rem; font-size: 18px; color: #333; line-height: 32px; }
.newsBox .content span{ font-size: 18px!important; font-family: none!important; text-align:left!important;}
.newsBox .content p{ text-align:justify;text-indent:0!important; }
.newsBox .imgDiv{ text-align: center; }
.newsBox .content img{ max-width: 7.5rem; width:auto!important; margin: 0 auto; display: block;}
.newsBox .content video{ width:100%;}
.newsBox .content table{ width:100%!important;}
.newsBox .backBtn{ width:1.56rem; margin: 0.6rem auto 0; z-index: 2; }
.newsBox .backBtn a{ overflow: hidden; display: block; position: relative; width:1.56rem; height:0.5rem; font-size:0.16rem; color:#fff; border-radius:0.48rem; background-image: linear-gradient(90deg, #0078ff 0%, #06f797 100%); background-blend-mode: normal, normal;}
.newsBox .backBtn a:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#06f797 0,#0078ff); transition: 0.5s;}
.newsBox .backBtn p{ position:relative; z-index:1; width: 100%; height: 100%;}
.newsBox .backBtn em{ display:block; width:17px; height:17px; background:url(../images/nimg17_1.png) no-repeat; margin-left: 0.28rem;}
.newsBox .backBtn a:hover:after{ width:100%;}

.sideNews{ width: 4.26rem; padding: 1.84rem 0.36rem 0;}
.sideNews .title{ font-size: 0.24rem; line-height: 0.24rem; font-weight: 400; color: #0078ff; height: 0.36rem; border-bottom: #cce1fe solid 3px;}
.sideNews .list li{ padding: 0.3rem 0; border-bottom: #cce1fe solid 1px;}
.sideNews .list li .name{ font-size: 0.18rem; color: #333; line-height: 0.3rem;}
.sideNews .list li .msg{ margin-top: 0.08rem; font-size: 0.14rem; color: #8f96a0; line-height: 0.24rem; max-height: 0.72rem; overflow: hidden; }
.sideNews .list li a:hover .name{ color: #0078ff; }

.concept{ padding: 0.75rem 0 2.6rem; position: relative;}
.concept:after{ content: ''; position: absolute; right: 0; bottom: 0.65rem; width: 9.0rem; height: 8.25rem; background: url(../images/nimg900Bg.png) no-repeat; background-size: 9.0rem; }
.concept .pageTitle{ text-align: left; }
.concept .pageTitle:after{ left: 0; margin-left: 0; }
.concept .mxfDiv{ margin-top: 0.75rem; position: relative; z-index: 1; overflow: hidden;}
.concept .imgDiv{ width: 6.86rem; }
.concept .imgDiv img{ width: 100%; }
.concept .conDiv{ width: 7.2rem; padding-top: 0.85rem; }
.concept .conDiv h1{ display: inline-block; font-size: 0.48rem; line-height: 0.62rem; background-image:-webkit-linear-gradient(left,#015eea,#00f795);
 background-image:linear-gradient(to right,#015eea,#00f795); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.concept .conDiv .msg{ padding-top: 0.35rem; color: #333; font-size: 0.3rem; line-height: 0.52rem; }

.enroll{ padding: 0.75rem 0 2.0rem; }
.enroll .pageTitle{ text-align: left; margin-bottom: 0.2rem;}
.enroll .pageTitle:after{ left: 0; margin-left: 0; }
.enroll .secondLink{ text-align: center; padding-bottom: 0.75rem;}
.enroll .secondLink ul{ font-size: 0; }
.enroll .secondLink li{ display: inline-block; font-size: 0.2rem;}
.enroll .secondLink li .box{ margin: 0 0.11rem; }
.enroll .secondLink li a{ display: block; width: 1.62rem; height: 0.6rem; line-height: 0.56rem; border-radius: 8px; border: #f1f1f1 solid 2px; background: #f5f5f5; text-align: center; color: #666;}
.enroll .secondLink li a:hover{ color: #0078ff; }
.enroll .secondLink li .aNow{ border: #0078ff solid 2px; background: #0078ff; color: #fff!important; }
.enroll .leftDiv{ width: 10.5rem; }
.enroll .toptop{ height: 0.7rem; overflow: hidden; }
.enroll .title{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: bold; }
.enroll .thirdLink{ padding-left: 2.0rem; }
.enroll .thirdLink li{ float: left; margin-right: 0.45rem; font-size: 0.18rem;}
.enroll .thirdLink li a{ display: block; position: relative; height: 0.36rem; line-height: 0.36rem; color: #999;}
.enroll .thirdLink li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #0078ff; }
.enroll .thirdLink li a:hover, .enroll .thirdLink li .aNow{ color: #0078ff; }
.enroll .thirdLink li .aNow:after{ width: 100%; left: 0; }
.enroll .list{ padding-bottom: 0.95rem; }
.enroll .list li{ margin-bottom: 0.2rem; }
.enroll .list li a{ height: 1.2rem; position: relative; padding: 0 2.8rem 0 0.4rem; background: #f5f7fb; }
.enroll .list li a:after{ content: ''; opacity: 0; visibility: hidden; position: absolute; right: 0; bottom: 0; width: 90px; height: 106px; background: url(../images/nimg90Bg.png) no-repeat; }
.enroll .list li .name{ max-height: 0.48rem; line-height: 0.24rem; color: #333; font-size: 0.2rem; overflow: hidden; }
.enroll .list li .time{ margin-top: 0.06rem; font-size: 0.14rem; line-height: 0.14rem; color: rgba(51,51,51,0.5); font-family: 'Regular';}
.enroll .list li .ico{ position: absolute; right: 0.5rem; top: 50%; margin-top: -16px; width: 47px; height: 32px; background: #fff url(../images/ico2.png) center no-repeat; border-radius: 24px; }
.enroll .list li a:hover{ background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%); background-blend-mode: normal, normal;}
.enroll .list li a:hover:after{ opacity: 1; visibility: visible; }
.enroll .list li a:hover .name{ color: #fff; }
.enroll .list li a:hover .time{ color: rgba(255,255,255,0.5); }
.enroll .pageNum{ text-align: left; }

.enroll .rightDiv{ width: 4.26rem; padding-top: 0.7rem;}
.enroll .screenDiv{ background: #f5f7fb; padding: 0.35rem 0.45rem 0.55rem; border-top: #1e7eff solid 3px; }
.enroll .screenDiv .title{ font-size: 0.22rem; line-height: 0.22rem; color: #333; height: 0.28rem; font-weight: bold;}
.enroll .screenDiv .zi{ padding-bottom: 0.3rem; font-size: 0.14rem; line-height: 0.14rem; color: #ccc; font-family: 'Regular';}
.enroll .screenDiv .txt{ font-size: 0.16rem; line-height: 0.16rem; color: #000; height: 0.32rem; }

.enroll .select{ width: 100%; height: 0.5rem; position: relative; margin-bottom: 0.3rem; }
.enroll .caption { font-family: 'Light'; position: relative; cursor: pointer; border-radius: 6px; height: 0.5rem; line-height: 0.5rem; padding-left: 0.2rem; font-size: 0.14rem; color: #999; background: #fff url(../images/selectIco.png) right center no-repeat; }
.enroll .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 2; background: #fff; max-height: 2.5rem; overflow-y: auto; display: none;  box-sizing: border-box; box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.1); border-radius: 6px;}
.enroll .xlist::-webkit-scrollbar { width: 2px;}
.enroll .xlist::-webkit-scrollbar-track { background-color: #0078ff;}
.enroll .xlist::-webkit-scrollbar-thumb { background-color: #eee;} 
.enroll .xlist a { font-family: 'Light'; display: block; font-size: 0.14rem; background: #fff; color: #999; height: 0.5rem; line-height: 0.5rem; padding: 0 0.2rem; }
.enroll .xlist a:hover, .enroll .xlist a.on { color: #0078ff;}
.enroll .form{ height: 0.5rem; background: #fff; border-radius: 6px; position: relative; overflow: hidden; }
.enroll .form .input1{ width: 100%; height: 0.5rem; line-height: 0.5rem; padding-left: 0.2rem; font-size: 0.14rem; }
.enroll .form .btn1{ position: absolute; right: 0.2rem; top: 0; width: 0.36rem; height: 0.5rem; background: url(../images/nimg16_1.png) center no-repeat; }
.enroll .sideImg{ margin-top: 0.3rem; }
.enroll .sideImg img{ width: 100%; }

.contact{ padding: 1.2rem 0; position: relative; background: url(../images/nimg277Bg.png) left top no-repeat; background-size: 2.77rem; }
.contact .conDiv{ width: 50%; padding-left: 1.56rem; }
.contact h1{ color: #333; font-size: 0.4rem; line-height: 0.4rem; padding-bottom: 1.1rem; }
.contact .msgList li{ position: relative; min-height: 0.6rem; margin-bottom: 0.3rem; padding-left: 0.9rem; font-size: 0.18rem; line-height: 0.18rem; }
.contact .msgList li:last-child{ margin-bottom: 0; }
.contact .msgList li .ico{ position: absolute; left: 0; top: 0; width: 0.6rem; height: 0.6rem; border-radius: 50%; border: #eef5fa solid 2px; }
.contact .msgList li .ico img{ position: absolute; left: 50%; top: 50%; margin-top: -12px; margin-left: -12px; }
.contact .msgList li .txt{ color: #333; padding-bottom: 0.2rem; }
.contact .rightImg{ width: 50%; }
.contact .rightImg img{ width: 100%; }

.trainingP1{ padding: 0.75rem 0 1.3rem; }
.trainingP1 .pageTitle{ text-align: left; margin-bottom: 0.2rem;}
.trainingP1 .pageTitle:after{ left: 0; margin-left: 0; }
.trainingP1 .secondLink{ text-align: center; padding-bottom: 0.75rem;}
.trainingP1 .secondLink ul{ font-size: 0; }
.trainingP1 .secondLink li{ display: inline-block; font-size: 0.2rem;}
.trainingP1 .secondLink li .box{ margin: 0 0.11rem; }
.trainingP1 .secondLink li a{ display: block; width: 1.62rem; height: 0.6rem; line-height: 0.56rem; border-radius: 8px; border: #f1f1f1 solid 2px; background: #f5f5f5; text-align: center; color: #666;}
.trainingP1 .secondLink li a:hover{ color: #0078ff; }
.trainingP1 .secondLink li .aNow{ border: #0078ff solid 2px; background: #0078ff; color: #fff!important; }

.trainingP1 .conDiv{ width: 8.8rem; }
.trainingP1 .conDiv h2{ font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-bottom: 0.45rem; }
.trainingP1 .content{ font-size: 0.16rem; line-height: 0.3rem; text-align: justify; }
.trainingP1 .content p{ text-indent: 2em; padding-bottom: 0.3rem; }
.trainingP1 .list li{ text-indent: 2em; font-size: 0.16rem; line-height: 0.3rem; }
.trainingP1 .rightImg{ width: 5.76rem; padding-top: 0.8rem; }
.trainingP1 .rightImg img{ width: 100%; }

.trainingP2{ padding: 1.4rem 0 1.2rem; background: #f2f8ff; }
.trainPic{ position: relative; }
.trainPic .imgList{ overflow: hidden; }
.trainPic .imgList li .limg{ background: #fff; height: 1.84rem; cursor: pointer;}
.trainPic .imgList li .limg img{ max-width: 1.4rem; max-height: 1.4rem; }
.trainPic .imgList li .name{ font-size: 0.18rem; text-align: center; margin-top: 0.15rem; line-height: 0.3rem; height: 0.3rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.trainPic .imgList li:hover .limg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.trainPic .se{ position: absolute; display: block; background: #fff; top: 50%; margin-top: -25px; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.1);}
.trainPic .swiper-button-prev{ left: 50%; margin-left: -8.5rem; }
.trainPic .swiper-button-prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin-left: -6px; margin-top: -6px; background: url(../images/nimg12_left.png) no-repeat; }
.trainPic .swiper-button-next{ right: 50%; margin-right: -8.5rem; }
.trainPic .swiper-button-next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin-left: -6px; margin-top: -6px; background: url(../images/nimg12_right.png) no-repeat; }
.trainPic .se:hover{ background-image: linear-gradient(90deg, #0079fe 0%, #11f69d 100%); background-blend-mode: normal, normal;}
.trainPic .swiper-button-prev:hover:after{ background: url(../images/nimg12_lefton.png) no-repeat;}
.trainPic .swiper-button-next:hover:after{ background: url(../images/nimg12_righton.png) no-repeat;}

.demandShow{ padding: 0.75rem 0 2.3rem; background: #f7fafe; position: relative;}
.demandShow:after{ content: ''; position: absolute; right: 0; bottom: 2.3rem; width: 2.7rem; height: 3.17rem; background: url(../images/nimg270Bg.png) no-repeat; background-size: 2.7rem; }
.demandShow .pageTitle{ text-align: left; margin-bottom: 0.8rem;}
.demandShow .pageTitle:after{ left: 0; margin-left: 0; }
.demandShow .leftDiv{ width: 7.0rem; }
.demandShow .imgDiv{ height: 7.0rem; border: #dcecff solid 1px; }
.demandShow .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.demandShow .tab{ margin-top: 0.18rem; }
.demandShow .tab li{ float: left; margin-right: 0.18rem;}
.demandShow .tab li .limg{ width: 1.1rem; height: 1.1rem; border: transparent solid 2px;}
.demandShow .tab li .limg img{ width: 100%; height: 100%; object-fit: cover; }
.demandShow .tab .liNow .limg{ border: #0078ff solid 2px; border-radius: 2px; }

.demandShow .rightDiv{ width: 7.4rem; }
.demandShow h1{ font-size: 0.48rem; line-height: 0.6rem; color: #333; font-weight: bold; position: relative; padding-bottom: 0.25rem; }
.demandShow h1:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 26px; height: 3px; background: #0078ff; }
.demandShow .msgList{ margin-top: 0.5rem; font-size: 0.16rem; line-height: 0.3rem; }
.demandShow .msgList strong{ display:block; font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.05rem; font-weight: bold; color: #0078ff;}
.demandShow .msgList li{ padding-bottom: 0.35rem; }
.demandShow .msgList li:last-child{ padding-bottom: 0; }
.demandShow .msgList li .txt{ font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.05rem; font-weight: bold; color: #0078ff; }
.demandShow .msgList li .msg{ font-size: 0.16rem; line-height: 0.3rem; }

.demandShow .backBtn{ margin-top: 1.0rem; }
.demandShow .backBtn a{ overflow: hidden; display: block; position: relative; width:1.56rem; height:0.5rem; font-size:0.16rem; color:#fff; border-radius:0.48rem; background-image: linear-gradient(90deg, #0078ff 0%, #06f797 100%); background-blend-mode: normal, normal;}
.demandShow .backBtn a:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#06f797 0,#0078ff); transition: 0.5s;}
.demandShow .backBtn p{ position:relative; z-index:1; width: 100%; height: 100%;}
.demandShow .backBtn em{ display:block; width:17px; height:17px; background:url(../images/nimg17_1.png) no-repeat; margin-left: 0.28rem;}
.demandShow .backBtn a:hover:after{ width:100%;}


.searchBox{ padding:0.8rem 0 1.2rem; 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 .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:'Light';}
.searchBox .list li:hover .title { color: #0078ff;}

.searchBox .tips { display: none; text-align:center; font-size:0.2rem; color:#333;}











































































































