﻿/*banner*/
.ind-banner{width: 100%; overflow: hidden; position:relative;} 
.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 .swiper-slide .img .Phone-Box{ display:none;}
.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 1; top: 50%; transform: translateY(-50%); }
.ind-banner .onebox .cn{ font-size: 0.6rem; line-height: 0.6rem; color: #fff; font-weight: bold; padding-bottom: 0.2rem; }
.ind-banner .onebox .en{ padding-bottom: 0.5rem; font-size: 0.32rem; line-height: 0.48rem; color: #fff; font-family: 'regular'; letter-spacing: 4px; text-transform: uppercase; }
.ind-banner .onebox .txt{ font-size: 0.48rem; line-height: 0.6rem; color: #fff; padding-bottom: 0.75rem; font-family: 'bold'; }
.ind-banner .btnDiv{ width: 1.8rem; height: 0.6rem; background: #e50112; font-weight: bold; font-size: 16px; color: #fff; display: flex;
  display: -webkit-flex; align-items: center;
  -webkit-align-items: center; justify-content: center;
  -webkit-justify-content: center; }
.ind-banner .btnDiv img{ margin-left: 15px; width:9px; }

.ind-banner .twobox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 1; top: 50%; transform: translateY(-50%); }
.ind-banner .twobox .cn{ font-size: 0.6rem; line-height: 0.6rem; color: #e50112; font-weight: bold; padding-bottom: 0.2rem; }
.ind-banner .twobox .en{ padding-bottom: 0.3rem; font-size: 0.32rem; line-height: 0.48rem; color: #666; font-family: 'regular'; letter-spacing: 4px; text-transform: uppercase; }
.ind-banner .twobox .txt{ font-size: 0.36rem; line-height: 0.6rem; color: #008ed6; padding-bottom: 0.6rem; font-family: 'bold'; }

.ind-banner .threebox{ position: absolute; left: 55%; z-index: 1; top: 50%; transform: translateY(-50%); }
.ind-banner .threebox .cn{ font-size: 0.6rem; line-height: 0.6rem; color: #e50112; font-weight: bold; padding-bottom: 0.2rem; }
.ind-banner .threebox .en{ padding-bottom: 0.3rem; font-size: 0.32rem; line-height: 0.48rem; color: #666; font-family: 'regular'; letter-spacing: 4px; text-transform: uppercase; }
.ind-banner .threebox .txt{ font-size: 0.36rem; line-height: 0.6rem; color: #008ed6; padding-bottom: 0.6rem; font-family: 'bold'; }

.ind-banner .cn, .ind-banner .en, .ind-banner .txt, .ind-banner .btnDiv{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 .cn, .ind-banner .swiper-slide-active .en, .ind-banner .swiper-slide-active .txt, .ind-banner .swiper-slide-active .btnDiv{
  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 .swiper-pagination{ width: 100%; bottom: 0.35rem; } 
.ind-banner .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; opacity: 1; background: rgba(255,255,255,0.8); box-sizing:border-box; border-radius: 50%; margin: 0 15px!important; } 
.ind-banner .swiper-pagination-bullet-active { background: #008ed6; } 

.ind-banner .swiper-slide video {
  position: absolute;
  width: 100%;
  height:100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
/*banner结束*/

.indexTxt{ text-align: center; color: #333; }
.indexTxt .en{ font-size: 0.48rem; line-height: 0.48rem; font-family: 'mont'; text-transform: uppercase;}
.indexTxt .cn{ font-size: 0.48rem; line-height: 0.48rem; padding-top: 0.15rem;}

.indexP1{ padding: 1.5rem 0 1.4rem; overflow: hidden; }
.indexP1 .leftDiv{ width: 5.6rem; }
.indexP1 .title{ position: relative; padding-bottom: 0.4rem; font-size: 0.48rem; line-height: 0.48rem; color: #333; letter-spacing: 4px; }
.indexP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 5px; background: #023793; border-radius: 4px; }
.indexP1 .txt{ padding: 0.7rem 0 0.45rem; color: #008ed6; font-weight: bold; font-size: 0.48rem; line-height: 0.6rem; }
.indexP1 .txt em{ color: #f0242c; }
.indexP1 .content{ font-size: 0.16rem; line-height: 0.3rem; text-align: justify; }
.indexP1 .btnDiv{ padding-top: 0.5rem; }
.indexP1 .btnDiv li{ float: left; margin-right: 10px; }
.indexP1 .btnDiv li a{ font-size: 0.16rem; color: #fff; width: 1.66rem; height: 0.48rem; border-radius: 0.48rem; background: #008ed6; }
.indexP1 .btnDiv li:nth-child(2) a{ background: #f0242c; }
.indexP1 .btnDiv li img{ margin-left: 0.2rem; }
.indexP1 .btnDiv li a:hover img{ animation: iconAni 1s ease infinite;}
.indexP1 .btnDiv li:nth-child(2) a:hover{ background:#008ed6;}

.indexP1 .rightImg{ width: 7.68rem; border-radius: 0.2rem; overflow: hidden; }
.indexP1 .rightImg img{ width: 100%; }
.indexP1 .numList{ clear: both; padding-top: 0.5rem; }
.indexP1 .numList li{ float: left; width: 4.3rem; }
.indexP1 .numList li:last-child{ float: right; width: auto; }
.indexP1 .numList li .pj{ height: 0.8rem; }
.indexP1 .numList li .num{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP1 .numList li .numUp{ font-family: 'bold'; font-size: 0.72rem; line-height: 0.6rem; color: #f0242c; padding-right: 0.1rem;}
.indexP1 .numList li p{ font-size: 0.18rem; height: 0.6rem; color: #333; position: relative; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP1 .numList li span{ position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: url(../images/nimg18_2.png) no-repeat; }
.indexP1 .numList li .wen{ font-size: 0.18rem; line-height: 0.18rem; color: #333;}

.indexP2{ background: #f7f7f7; position: relative; padding-top: 1.0rem; height: 10.0rem; box-sizing: border-box; overflow: hidden;}
.indexP2:before{ content: ''; position: absolute; left: 0; top: 0; width: 60%; height: 100%; background: url(../images/indexP2.jpg) center no-repeat; background-size: cover;}
.indexP2 .wal{ position: relative; }
.indexP2 .leftDiv{ padding-top: 1.75rem; width: 2.4rem; position: relative; z-index: 1; }
.indexP2 .indexTxt{ position: absolute; left: 0; top: 0; text-align: left; color: #fff; }
.indexP2 .btn2{ position:relative;}
.indexP2 .btn2:before{ content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:rgba(255,255,255,0.35); }
.indexP2 .btn2 li{ cursor: pointer; position:relative; padding-left: 0.3rem; font-size: 0.14rem; line-height: 0.36rem; color: #fff; }
.indexP2 .btn2 li:before{ content:''; position:absolute; left:0.1rem; top:50%; margin-top:-2px; width:4px; height:4px; background:#fff; border-radius:50%;}
.indexP2 .btn2 li:hover, .indexP2 .btn2 li.on{ color: #008ed6; }
.indexP2 .btn2 li:hover:before, .indexP2 .btn2 li.on:before{ background:#008ed6;}
.khpj .name{ position:relative; cursor: pointer; padding-left: 0.1rem; font-size: 0.18rem; line-height: 0.58rem; color: #fff;}
.khpj .name:after{ content:''; position:absolute; left:0; top:0; width:100%; height:1px; background:rgba(255,255,255,0.35);}
/*.khpj .name.liNow{ color: #008ed6; background: url(../images/ico3on.png) right center no-repeat;}*/
.khpjDiv{ display:none; overflow:hidden; padding:10px 0;}
.khpj .name a{ display:block; color:#fff; background: url(../images/ico3.png) right center no-repeat; }
.khpj .name a.liNow{ color: #008ed6; background: url(../images/ico3on.png) right center no-repeat;}


.indexP2 .rightDiv{ width: 11.5rem; position:absolute; right:0; top:0;}
.indexP2 .list{/* position: relative;*/ position:absolute; right:0; top:0; width:100%; padding-top: 1.75rem; opacity:0; visibility:hidden;}
.indexP2 .list.on{ opacity:1; visibility:visible; animation: am_top2 0.8s ease-out 0.1s backwards; -webkit-animation: am_top2 0.8s ease-out 0.1s backwards;}
.indexP2 .imgList{ overflow: hidden; width: 14.0rem; }
.indexP2 .imgList .box{ position: relative; background: #fff; padding: 0.35rem 0.25rem 0; height: 5.5rem; box-sizing: border-box;}
.indexP2 .imgList .imgDiv{ height: 3.45rem; overflow: hidden; }
.indexP2 .imgList .imgDiv img{ max-width: 4rem; max-height: 3.4rem; }
.indexP2 .imgList .name{ font-family: 'regular'; margin-top: 0.3rem; font-weight: bold; height: 0.42rem; line-height: 0.42rem; font-size: 0.18rem; color: #222; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.indexP2 .imgList .btnDiv{ margin: 0.15rem auto 0; font-size: 0.16rem; color: #666; width: 1.4rem; height: 0.46rem; line-height: 0.44rem; text-align: center; border-radius: 0.36rem; border: #999 solid 1px; box-sizing: border-box; }
.indexP2 .imgList .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP2 .imgList .box:hover .name{ color: #f0242c; }
.indexP2 .imgList .box:hover .btnDiv{ border: #f0242c solid 1px; background: #f0242c; color: #fff; }
.indexP2 .arrowDiv{ position: absolute; right: 0; top: 0.4rem; }
.indexP2 .arrowDiv .se { z-index: 2; float: left; display: block; width: 0.56rem; height: 0.56rem; border: #008ed6 solid 2px; border-radius: 50%; box-sizing: border-box;}
.indexP2 .arrowDiv .prev { margin-right: 0.3rem; background: url(../images/nimg13_left.png) center no-repeat; }
.indexP2 .arrowDiv .next { background: url(../images/nimg13_right.png) center no-repeat; }
.indexP2 .arrowDiv .prev:hover { background: #008ed6 url(../images/nimg13_lefton.png) center no-repeat; }
.indexP2 .arrowDiv .next:hover { background: #008ed6 url(../images/nimg13_righton.png) center no-repeat; }


.indexP3{ padding-top: 1.2rem; }
.indexP3 .tab2{ padding: 0.45rem 0 0.5rem; text-align: center; }
.indexP3 .tab2 ul{ font-size: 0; }
.indexP3 .tab2 li{ display: inline-block; margin: 0 0.2rem; padding-top: 0.24rem; width: 1.54rem; height: 1.32rem; border-radius: 8px; box-sizing: border-box; }
.indexP3 .tab2 li .ico{ margin: 0 auto; width: 0.48rem; height: 0.48rem; position: relative; }
.indexP3 .tab2 li .ico img{ position: absolute; left: 0; top: 0; width: 0.48rem; }
.indexP3 .tab2 li .ico .img1{ opacity: 0; }
.indexP3 .tab2 li .name{ padding-top: 0.15rem; font-size: 0.18rem; color: #333; line-height: 0.18rem; }
.indexP3 .tab2 .liNow{ box-shadow: 2px 8px 18px 0px rgba(0, 142, 214, 0.2);}
.indexP3 .tab2 .liNow .ico img{ opacity: 0; }
.indexP3 .tab2 .liNow .ico .img1{ opacity: 1; }
.indexP3 .tab2 .liNow .name{ color: #349edb; }

.indexP3 .mxfDiv{ position: relative; background: #f7f7fa url(../images/indexP3.jpg) left top no-repeat; background-size: 10.8rem; overflow: hidden;}
.indexP3 .mxfDiv:before{ content: ''; position: absolute; left: 50%; margin-left: -8.78rem; top: 0.85rem; width: 0.44rem; height: 0.36rem; background: url(../images/nimg44Bg.png) no-repeat; background-size: 0.44rem; }
.indexP3 .imgDiv{ width: 50%; height: 6.0rem; background: center no-repeat; background-size: cover;  animation: am_right 0.8s ease-out 0.1s backwards; -webkit-animation: am_right 0.8s ease-out 0.1s backwards;}
.indexP3 .conDiv{ width: 6.2rem; padding-right: 1.48rem; height: 6.0rem; position: absolute; left: 50%; margin-left: -7.68rem; top: 0; z-index: 1;  animation: am_left 0.8s ease-out 0.1s backwards; -webkit-animation: am_left 0.8s ease-out 0.1s backwards;}
.indexP3 .conDiv:after{ content: ''; position: absolute; right: 0.8rem; bottom: 0.95rem; width: 0.44rem; height: 0.36rem; background: url(../images/nimg44Bg2.png) no-repeat; background-size: 0.44rem; }
.indexP3 .conDiv .num{ position: absolute; opacity: 0.2; right: 0.65rem; top: 0.4rem; font-family: 'bold'; font-size: 2.0rem; line-height: 1.6rem; background-image:-webkit-linear-gradient(top,#008ed6,#edf3f9);
 background-image:linear-gradient(to bottom,#008ed6,#edf3f9); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.indexP3 .conDiv .name{ font-size: 0.4rem; color: #008ed6; line-height: 0.48rem; padding-bottom: 0.3rem; font-weight: bold; }
.indexP3 .conDiv .msg{ font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; text-align: justify; }
.indexP3 .conDiv .btnDiv{ margin-top: 0.8rem; }
.indexP3 .conDiv .btnDiv li{ float: left; margin-right: 10px; }
.indexP3 .conDiv .btnDiv a{ font-size: 0.16rem; border-radius: 0.36rem; text-transform: uppercase; box-sizing: border-box; font-family: 'mont';}
.indexP3 .conDiv .btnDiv .btn1{ width: 1.4rem; height: 0.46rem; line-height: 0.46rem; border: #008ed6 solid 2px; color: #008ed6; }
.indexP3 .conDiv .btnDiv .btn1 span{ display: block; margin-left: 0.2rem; width: 15px; height: 12px; background: url(../images/ico2on.png) no-repeat; }
.indexP3 .conDiv .btnDiv .btn2{ width: 1.4rem; height: 0.46rem; line-height: 0.46rem; color: #fff; text-align: center; background: #f0242c; }
.indexP3 .conDiv .btnDiv .btn1:hover{ background: #008ed6; color: #fff; }
.indexP3 .conDiv .btnDiv .btn1:hover span{ background: url(../images/ico2.png) no-repeat;}

.indexP4{ padding-top: 1.4rem; }
.indexP4 .indexTxt{ padding-bottom: 0.5rem; }
.indexCase{ position: relative; }
.indexCase .list{ overflow: hidden; }
.indexCase .list .bg img{ width: 100%; }
.indexCase .list .bg .Phone-Box{ display:none;}
.indexCase .list .conLayer{ position: absolute; box-sizing: border-box; left: 50%; margin-left: -7.68rem; bottom: 0; z-index: 1; width: 6.52rem; height: 3.56rem; padding: 0.5rem 0.85rem 0 0.65rem; background: rgba(0,0,0,0.5); border-radius: 4px; border-top-left-radius: 0.24rem; }
.indexCase .list .conLayer a{ display: block; width: 100%; height: 100%; }
.indexCase .list .name{ font-size: 0.24rem; line-height: 0.4rem; color: #fff; font-weight: bold; }
.indexCase .list .txt{ font-size: 0.18rem; line-height: 0.36rem; color: rgba(255,255,255,0.5); }
.indexCase .list .msg{ margin-top: 0.15rem; font-size: 14px; line-height: 30px; height: 90px; overflow: hidden; color: #fff; }
.indexCase .list .more{ margin-top: 0.3rem; width: 1.4rem; height: 0.46rem; line-height: 0.42rem; color: #fff; font-size: 14px; font-family: 'mont'; text-transform: uppercase; border: #fff solid 2px; box-sizing: border-box; border-radius: 0.36rem; }
.indexCase .list .more img{ margin-left: 0.2rem; width:15px; }
.indexCase .list .more:hover{ background: #008ed6; border: #008ed6 solid 2px; }
.indexCase .btn{ z-index: 2; display: block; position: absolute; width: 50px; height: 50px; top: 50%; margin-top: -25px; border: #fff solid 2px; border-radius: 50%; box-sizing: border-box;}
.indexCase .prev{ left: 0.8rem; background: url(../images/nimg8_left.png) center no-repeat; }
.indexCase .next{ right: 0.8rem; background: url(../images/nimg8_right.png) center no-repeat; }
.indexCase .prev:hover{ background: #fff url(../images/nimg8_lefton.png) center no-repeat;}
.indexCase .next:hover{ background: #fff url(../images/nimg8_righton.png) center no-repeat;}

.indexP5{ background: #f7f7f7; padding: 1.6rem 0 1.4rem; }
.indexP5 .leftDiv{ width: 4.6rem; }
.indexP5 .leftDiv .indexTxt{ padding: 0.15rem 0 0.4rem; text-align: left; }
.indexP5 .txt{ padding-bottom: 1.8rem; font-size: 0.36rem; line-height: 0.36rem; color: #008ed6; }
.indexP5 .btnDiv li{ float: left; margin-right: 10px; }
.indexP5 .btnDiv a{ font-size: 0.16rem; border-radius: 0.36rem; text-transform: uppercase; box-sizing: border-box; font-family: 'mont';}
.indexP5 .btnDiv .btn1{ width: 1.4rem; height: 0.46rem; line-height: 0.46rem; border: #008ed6 solid 2px; color: #008ed6; }
.indexP5 .btnDiv .btn1 span{ display: block; margin-left: 0.2rem; width: 15px; height: 12px; background: url(../images/ico2on.png) no-repeat; }
.indexP5 .btnDiv .btn2{ width: 1.4rem; height: 0.46rem; line-height: 0.46rem; color: #fff; text-align: center; background: #f0242c; }
.indexP5 .btnDiv .btn1:hover{ background: #008ed6; color: #fff; }
.indexP5 .btnDiv .btn1:hover span{ background: url(../images/ico2.png) no-repeat;}

.indexP5 .rightDiv{ width: 9.78rem; }
.partnerPic .list{ overflow: hidden; }
.partnerPic .list .box{ cursor: pointer; height: 1.2rem; background: #fff; border: #fff solid 1px; border-radius: 12px; margin-bottom: 24px; overflow: hidden; }
.partnerPic .list .box img{ width:auto; max-width: 1.8rem; max-height: 0.9rem; }
.partnerPic .list .box:hover{ border: #f0242c solid 1px; }
.partnerPic .list .box:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.partnerPic .swiper-pagination{ position: relative; padding-top: 0.5rem; bottom: 0; }
.partnerPic .swiper-pagination-bullet { display: block; float: left; width: 14px; height: 14px; opacity: 1; border: #0590d7 solid 1px; background: #fff; box-sizing:border-box; border-radius: 50%; margin: 0 15px 0 0!important; } 
.partnerPic .swiper-pagination-bullet-active { background: #f0242c; border: #f0242c solid 1px; } 

.indexP6{ padding-top: 1.2rem; padding-bottom: 5px; }
.indexP6 .indexTxt{ padding-bottom: 0.5rem; }
.indexP6 .list ul{display: inline-flex; width: 100%;}
.indexP6 .list li{ width: 25%; height: 7.5rem; position: relative; flex-grow: 1; padding-left: 1px; padding-right: 1px; transition: .65s; box-sizing: border-box;}
.indexP6 .list li .box{ cursor: pointer; width: 100%; position: relative; overflow: hidden; }
.indexP6 .list li .box a{ display: block; width: 100%; height: 100%; }
.indexP6 .list li .bg{ height: 7.5rem; background: center no-repeat; background-size: cover; }
.indexP6 .list li .bg:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); }
.indexP6 .list li .before{ z-index: 1; position: absolute; width: 100%; left: 0.7rem; top: 1.2rem; }
.indexP6 .list li .after{ z-index: 1; position: absolute; width: 100%; left: 0.7rem; top: 1.2rem; opacity: 0; visibility: hidden;}
.indexP6 .list li .ico{ position: relative; width: 0.76rem; height: 0.76rem; border: #fff solid 2px; border-radius: 50%; box-sizing: border-box; }
.indexP6 .list li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -0.22rem; margin-top: -0.22rem; width: 0.43rem; }
.indexP6 .list li .cn{ padding-top: 0.55rem; font-size: 0.3rem; line-height: 0.36rem; color: #fff; font-weight: bold; }
.indexP6 .list li .en{ padding-top: 0.3rem; font-size: 0.16rem; line-height: 0.16rem; color: #fff; font-family: 'regular'; }
.indexP6 .list li .jia{ margin-top: 1.5rem; }
.indexP6 .list li .limg{ height: 0.7rem; }
.indexP6 .list li .limg img{ width: 0.43rem; }
.indexP6 .list li .name{ font-size: 0.3rem; line-height: 0.36rem; color: #fff; font-weight: bold;}
.indexP6 .list li .en2{ padding-top: 0.1rem; font-size: 0.16rem; line-height: 0.16rem; color: #fff; font-family: 'regular'; }
.indexP6 .list li .msg{ margin-top: 0.2rem; height: 2.35rem; font-size: 0.16rem; line-height: 0.3rem; color: #fff; width: 4.7rem; text-align: justify;}
.indexP6 .list li .more{ width: 1.4rem; height: 0.46rem; line-height: 0.46rem; text-align: center; background: #fff; color: #f0242c; font-size: 16px; border-radius: 0.36rem; }
.indexP6 .list li .more:hover{ background: #f0242c; color: #fff; }
.indexP6 .list li.on{width: 54%;}
.indexP6 .list li.on .bg:before{ background: rgba(0,142,214,0.8); }
.indexP6 .list li.on .before{ opacity: 0; visibility: hidden;}
.indexP6 .list li.on .after{ opacity: 1; visibility: visible; }

.indexP7{ background: #efefef; padding: 0.45rem 0 0.55rem; text-align: center; }
.indexP7 .txt{ font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-bottom: 0.2rem; }
.indexP7 .tel{ font-family: 'bold'; color: #008ed6; font-size: 0.6rem; line-height: 0.6rem; }
.indexP7 .msg{ font-size: 0.36rem; line-height: 0.36rem; color: #333; padding: 0.2rem 0 0.3rem; }
.indexP7 .btnDiv{ width: 2.0rem; margin: 0 auto; }
.indexP7 .btnDiv a{ display: block; width: 100%; height: 0.6rem; line-height: 0.6rem; color: #fff; background: #f0242c; border-radius: 0.48rem; font-size: 0.18rem; }

.indexP8{ padding: 1.0rem 0 1.3rem; }
.indexP8 .list{ padding-top: 0.5rem; }
.indexP8 .list ul{ margin-right: -0.72rem; }
.indexP8 .list li{ float: left; width: 50%; }
.indexP8 .list li .box{ margin-right: 0.72rem; border-radius: 4px; overflow: hidden;}
.indexP8 .list li .imgDiv img{ width: 100%; }
.indexP8 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.indexP9{ padding-top: 1.1rem; height: 8.96rem; background: url(../images/indexP9.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.indexP9 .list{ padding-top: 0.55rem; overflow:hidden; }
.indexP9 .list li .pjDiv{ height: 4.72rem; background: #fff; border-radius: 4px; padding: 0.24rem; box-sizing: border-box; cursor:pointer; }
.indexP9 .list li .imgDiv{ height: 4.24rem; }
.indexP9 .list li .imgDiv img{ max-width: 3.1rem; max-height: 4.22rem; }
.indexP9 .list li .name{ margin-top: 0.2rem; height: 0.36rem; line-height: 0.36rem; font-size: 0.16rem; text-align: center; color: #333; overflow: hidden; }
.indexHonor{ position:relative;}
.indexHonor .se{ display: block; position: absolute; top: 50%; margin-top:-27px; width: 54px; height: 54px; box-sizing:border-box; border: #ccc solid 1px; border-radius:50%; z-index: 5; }
.indexHonor .swiper-button-prev{ left: 50%; margin-left: -8.4rem; background: url(../images/nimg7_left.png) center no-repeat;}
.indexHonor .swiper-button-next{ right: 50%; margin-right: -8.4rem; background: url(../images/nimg7_right.png) center no-repeat;}
.indexHonor .se:hover{ border: #e60012 solid 1px;}
.indexHonor .swiper-button-prev:hover{ background: #e60012 url(../images/nimg7_lefton.png) center no-repeat;}
.indexHonor .swiper-button-next:hover{ background: #e60012 url(../images/nimg7_righton.png) center no-repeat;}



.indexP10{ padding: 1.2rem 0; overflow: hidden; }
.indexP10 .toptop{ position: relative; height: 1.7rem; }
.indexP10 .indexTxt{ text-align: left; }
.indexP10 .tab2{ position: absolute; left: 0; width: 100%; text-align: center; top: 0.35rem; }
.indexP10 .tab2 ul{ font-size: 0; }
.indexP10 .tab2 li{ display: inline-block; margin: 0 0.6rem; position: relative; height: 30px; line-height: 16px; font-size: 16px; color: #999; }
.indexP10 .tab2 li:after{ content: ''; position: absolute; width: 0; left: 50%; bottom: 0; height: 3px; background: #008ed6; }
.indexP10 .tab2 .liNow{ color: #008ed6;}
.indexP10 .tab2 .liNow:after{ width: 100%; left: 0; }
.indexP10 .moreBtn{ position: absolute; right: 0; top: 0.3rem; z-index: 1; }
.indexP10 .moreBtn a{ font-family: 'mont'; background: #008ed6; width: 1.56rem; height: 0.46rem; font-size: 14px; text-transform: uppercase; color: #fff; border-radius: 0.36rem; position: relative;}
.indexP10 .moreBtn a img{ margin-left: 16px; }

.indexP10 .list{ animation: am_top 0.8s ease-out 0.1s backwards; -webkit-animation: am_top 0.8s ease-out 0.1s backwards;}
.indexP10 .list ul{ margin-right: -0.56rem; }
.indexP10 .list li{ float: left; width: 33.33%; }
.indexP10 .list li .box{ margin-right: 0.56rem; }
.indexP10 .list li .imgDiv{ height: 2.84rem; overflow: hidden; }
.indexP10 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP10 .list li .time{ font-family: 'regular'; font-size: 0.18rem; color: #c9c9c9; margin-top: 0.35rem; height: 0.28rem; line-height: 0.28rem; }
.indexP10 .list li .name{ margin-top: 0.2rem; color: #333; font-size: 0.26rem; line-height: 0.36rem; height: 0.72rem; overflow: hidden; }
.indexP10 .list li .more{ font-family: 'mont'; text-transform: uppercase; margin-top: 0.48rem; font-size: 14px; color: #008ed6; width: 1.4rem; height: 0.46rem; line-height: 0.42rem; border: #ccc solid 2px; border-radius: 0.48rem; }
.indexP10 .list li .more span{ display: block; margin-left: 0.2rem; width: 15px; height: 12px; background: url(../images/ico2on.png) no-repeat; }
.indexP10 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP10 .list li .box:hover .more{ color: #fff; border: #f0242c solid 2px; background: #f0242c;}
.indexP10 .list li .box:hover .more span{ background: url(../images/ico2.png) no-repeat;}

.aboutP1{ padding: 1.2rem 0; background: url(../images/aboutP1.png) center bottom no-repeat; background-size: 100%;}
.aboutP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #323232; padding-bottom: 0.4rem; }
.aboutP1 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -20px; bottom: 0; width: 40px; height: 5px; background: #023793; border-radius: 4px; }
.aboutP1 .txt{ padding: 0.6rem 0 0.5rem; font-size: 0.36rem; line-height: 0.36rem; color: #f0242c; text-align: center; font-weight: bold; }
.aboutP1 .content{ font-size: 0.16rem; line-height: 0.3rem; text-align: justify; }
.aboutP1 .numList{ padding-top: 0.65rem; }
.aboutP1 .numList li{ float: left; width: 4.3rem; }
.aboutP1 .numList li:last-child{ float: right; width: auto; }
.aboutP1 .numList li .pj{ height: 0.8rem; }
.aboutP1 .numList li .num{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.aboutP1 .numList li .numUp{ font-family: 'bold'; font-size: 0.72rem; line-height: 0.6rem; color: #f0242c; padding-right: 0.1rem;}
.aboutP1 .numList li p{ font-size: 0.18rem; height: 0.6rem; color: #333; position: relative; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.aboutP1 .numList li span{ position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: url(../images/nimg18_2.png) no-repeat; }
.aboutP1 .numList li .wen{ font-size: 0.18rem; line-height: 0.18rem; color: #333;}
.aboutP1 .videobox{ margin-top: 0.8rem; width: 100%; position: relative; overflow: hidden; z-index: 1; }
.aboutP1 .videobox .imgDiv{ height: 7rem; }
.aboutP1 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.aboutP1 .videobox video{ max-width:100%; max-height: 7rem; 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.12rem; height: 1.12rem; margin-left:-0.56rem; margin-top:-0.56rem; border-radius: 50%; background: url(../images/play.png) no-repeat; background-size: 1.12rem; z-index:1;}

.aboutP2{ padding-top: 1.2rem; height: 9.6rem; background: url(../images/aboutP2.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.aboutP2 .pageTxt{ color: #fff; padding-bottom: 0.9rem; }
.aboutP2 .l7Div{ position: relative; z-index: 1; }
.aboutP2 .l7Div:after{ content: ''; position: absolute; left: 0; width: 100%; top: 1px; height: 2px; background: rgba(255,255,255,0.2);}
.historyPic{ position: relative; }
.historyPic .mxfDiv{ position: relative; padding-top: 0.45rem; }
.historyPic .mxfDiv:before{ content: ''; position: absolute; left: 1px; top: 0.45rem; width: 1px; height: calc(100% - 0.45rem); background: rgba(255,255,255,0.2); }
.historyPic .pjDiv{ padding: 0.5rem 0.6rem 0; color: #fff; height: 4.86rem; box-sizing: border-box; overflow: auto; direction: rtl;}
.historyPic .pjDiv::-webkit-scrollbar { width: 3px;}
.historyPic .pjDiv::-webkit-scrollbar-track { background-color: none;}
.historyPic .pjDiv::-webkit-scrollbar-thumb { background-color: #fff;}
.historyPic .year{ font-size: 0.6rem; line-height: 0.56rem; height: 0.8rem; font-family: 'medium'; direction: ltr; }
.historyPic .content{ font-size: 0.16rem; line-height: 0.36rem; direction: ltr; }
.historyPic .swiper-slide-active:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: #fff; }
.historyPic .se{ display: block; position: absolute; top: 50%; margin-top:-24px; width: 48px; height: 48px; box-sizing:border-box; border: #fff solid 2px; border-radius:50%; z-index: 2; }
.historyPic .prev{ left: 50%; margin-left: -8.6rem; background: url(../images/nimg14_left.png) center no-repeat;}
.historyPic .next{ right: 50%; margin-right: -8.6rem; background: url(../images/nimg14_right.png) center no-repeat;}
.historyPic .se:hover{ border: #008ed6 solid 2px;}
.historyPic .prev:hover{ background: #008ed6 url(../images/nimg14_left.png) center no-repeat;}
.historyPic .next:hover{ background: #008ed6 url(../images/nimg14_right.png) center no-repeat;}

.aboutP3{ padding-top: 1.2rem; height: 8.3rem; background: url(../images/aboutP3.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.aboutP3 .list{ padding-top: 0.6rem; }
.aboutP3 .list ul{ margin-right: -0.32rem; }
.aboutP3 .list li{ float: left; width: 25%; }
.aboutP3 .list li .box{ margin-right: 0.32rem; text-align: center; padding-top: 1.0rem; height: 4.2rem; background: #fff; box-sizing: border-box; border-radius: 8px; box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.2); }
.aboutP3 .list li .ico{ height: 1.05rem; }
.aboutP3 .list li .ico img{ width: 0.63rem; }
.aboutP3 .list li .name{ position: relative; padding-bottom: 0.2rem; font-size: 0.3rem; line-height: 0.3rem; color: #1c1d25; }
.aboutP3 .list li .name:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 3px; background: #e60012; }
.aboutP3 .list li .msg{ padding-top: 0.35rem; line-height: 0.3rem; font-size: 0.18rem; }

.aboutP4{ padding: 1.2rem 0; background: url(../images/aboutP4.jpg) center bottom no-repeat; background-size: 100%; }
.aboutP4 .pageTxt{ padding-bottom: 0.6rem; }
.honorPic{ padding-bottom: 1.5rem; background: url(../images/honorBg.png) bottom repeat-x; background-size: 100%; position: relative;}
.honorPic .list { width: 17.4rem; overflow: hidden; }
.honorPic .swiper-slide{ width: auto; }
.honorPic .box{ cursor: pointer;/* margin-right: 0.65rem;*/ position: relative; text-align: center;}
.honorPic .mxfDiv{ min-width: 3.5rem; height: 4.84rem; position: relative; }
.honorPic .imgDiv{ position: absolute; left: 0; bottom: 0; padding: 0.15rem; width: 3.5rem; box-sizing: border-box; /*border:2px solid #e46613; box-sizing: border-box;*/}

.honorPic .imgDiv span{ position: absolute; background: #f2d69e; }
.honorPic .imgDiv .line_l{ left: 0; top: 0; width: 2px; height: 100%; }
.honorPic .imgDiv .line_r{ right: 0; top: 0; width: 2px; height: 100%; }
.honorPic .imgDiv .line_t{ left: 0; top: 0; width: 100%; height: 2px; }
.honorPic .imgDiv .line_b{ left: 0; bottom: 0; width: 100%; height: 2px; }
.honorPic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.honorPic .se{ display: block; position: absolute; top: auto; bottom: 0; width: 54px; height: 54px; box-sizing:border-box; border: #ccc solid 1px; border-radius:50%; z-index: 2; }
.honorPic .prev{ left: 50%; margin-left: -65px; background: url(../images/nimg7_left.png) center no-repeat;}
.honorPic .next{ right: 50%; margin-right: -65px; background: url(../images/nimg7_right.png) center no-repeat;}
.honorPic .se:hover{ border: #e60012 solid 1px;}
.honorPic .prev:hover{ background: #e60012 url(../images/nimg7_lefton.png) center no-repeat;}
.honorPic .next:hover{ background: #e60012 url(../images/nimg7_righton.png) center no-repeat;}


.aboutP5{ background: #efefef; padding: 1.2rem 0; }
.aboutP5 .pageTxt{ padding-bottom: 0.6rem; }
.aboutP5 .mxfDiv{ position: relative; }
.aboutP5 .list{ overflow: hidden; }
.aboutP5 .list .imgDiv{ cursor: pointer; height: 3.2rem; overflow: hidden; }
.aboutP5 .list .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.aboutP5 .list .imgDiv:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.aboutP5 .se{ display: block; position: absolute; top: 50%; margin-top:-27px; width: 54px; height: 54px; box-sizing:border-box; border: #ccc solid 1px; border-radius:50%; z-index: 2; }
.aboutP5 .prev{ left: 50%; margin-left: -8.6rem; background: url(../images/nimg7_left.png) center no-repeat;}
.aboutP5 .next{ right: 50%; margin-right: -8.6rem; background: url(../images/nimg7_right.png) center no-repeat;}
.aboutP5 .se:hover{ border: #e60012 solid 1px;}
.aboutP5 .prev:hover{ background: #e60012 url(../images/nimg7_lefton.png) center no-repeat;}
.aboutP5 .next:hover{ background: #e60012 url(../images/nimg7_righton.png) center no-repeat;}


.product{ padding: 1.2rem 0; position: relative;}
.product .toptop{ height: 1.35rem; position: relative; }
.product .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.32rem; }
.product .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.48rem; height: 3px; background: #f0242c; }
.product .title2:after{ background: #008ed6; }
.product .form{ position: absolute; right: 0; top: 0.15rem; width: 2.98rem; height: 0.48rem; border: #e9e9e9 solid 1px; border-radius: 0.36rem; }
.product .form .input1{ width: 100%; box-sizing: border-box; padding-left: 0.2rem; height: 0.48rem; line-height: 0.48rem; font-size: 16px; }
.product .form .btn1{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.1rem; width: 0.2rem; height: 0.2rem; background: url(../images/nimg20_5.png) no-repeat; background-size: 0.2rem;}

.productNav{ width: 2.72rem; }
.productNav li{ margin-bottom: 0.12rem; font-size: 0.16rem;}
.productNav li a{ position: relative; display: block; height: 0.56rem; line-height: 0.56rem; overflow: hidden; background: #f7f7f7; padding-left: 0.32rem; color: #333; }
.productNav li a:after{ content: ''; position: absolute; top: 50%; margin-top: -6px; right: 0.24rem; width: 8px; height: 12px; background: url(../images/ico4.png) no-repeat;}
.productNav li .aNow, .productNav li a:hover, .productNav li .aNow1{ background: #f0242c; color: #fff; }
.productNav2 li .aNow, .productNav2 li a:hover, .productNav2 li .aNow1{ background: #008ed6;}
.productNav li .aNow:after, .productNav li a:hover:after, .productNav li .aNow1:after{ background: url(../images/ico4on.png) no-repeat;}
.productNav dl{display:none;}
.productNav dd a{ height:auto; color:#666; height: 0.5rem; line-height: 0.5rem; font-size: 14px; position: relative; padding-left: 0.7rem;}
.productNav dd a:before{ content: ''; opacity: 0; position: absolute; left: 0.48rem; top: 50%; margin-top: -2px; width: 4px; height: 4px; background:#f0242c; border-radius: 50%;  }
.productNav2 dd a:before{ background:#008ed6;}
.productNav dd a:after{ display: none;}
.productNav dd a:hover, .productNav dd a.on{ color:#f0242c; }
.productNav2 dd a:hover, .productNav2 dd a.on{ color:#008ed6; }
.productNav dd a:hover{ background: none; }
.productNav dd a.on:before{ opacity: 1; }

.product .rightDiv{ width: 12.24rem; }
.product .list{ padding-bottom: 0.65rem; }
.product .list ul{ margin-right: -0.34rem; }
.product .list li{ float: left; width: 33.33%; padding-bottom: 0.3rem; }
.product .list li .box{ margin-right: 0.34rem;}
.product .list li .box a{ position: relative; display: block; border: #dfdfdf solid 1px; padding: 0.2rem 0.2rem 0; height: 4.7rem; box-sizing: border-box;}
.product .list li .box a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0.05rem; background: #008ed6; }
.product .list li .imgDiv{ height: 3rem; }
.product .list li .imgDiv img{ max-width: 3.5rem; max-height: 3rem; }
.product .list li .name{ font-family: 'regular'; height: 0.6rem; line-height: 0.3rem; font-size: 0.2rem; color: #222; text-align: center; overflow: hidden;}
.product .list li .btnDiv{ margin: 0.15rem auto 0; font-size: 0.16rem; color: #666; width: 1.4rem; height: 0.46rem; line-height: 0.44rem; text-align: center; border-radius: 0.36rem; border: #999 solid 1px; box-sizing: border-box; }
.product .list li .box a:hover{ box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.2); border: #fff solid 1px; }
.product .list li .box a:hover:after{ width: 100%; }
.product .list li .box a:hover .name{ color: #008ed6; font-weight: bold; }
.product .list li .box a:hover .btnDiv{ border: #008ed6 solid 1px; background: #008ed6; color: #fff; }

.solution{ padding: 1.2rem 0 0.8rem; }
.solution .list{ padding-top: 0.6rem; }
.solution .list ul{ margin-right: -0.45rem; }
.solution .list li{ float: left; width: 33.33%; padding-bottom: 0.4rem; }
.solution .list li .box{ margin-right: 0.45rem; }
.solution .list li .imgDiv{ height: 3.05rem; overflow: hidden;}
.solution .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.solution .list li .name{ background: #f7f7f7; height: 0.8rem; line-height: 0.8rem; text-align: center; font-size: 0.18rem; color: #222; overflow: hidden; padding: 0 0.3rem; text-overflow: ellipsis; white-space: nowrap; }
.solution .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.solution .list li .box:hover .name{ background: #da251d; color: #fff; }

.solutionShow{ padding: 1.2rem 0; position: relative;}
.solutionShow .mxfDiv{ background: #f2f3f4; padding: 0.8rem 0.8rem 1.0rem; }
.solutionShow .name{ position: relative; font-size: 0.48rem; line-height: 0.64rem; text-align: center; color: #333; padding-bottom: 0.25rem; }
.solutionShow .name:after{ content: ''; position: absolute; left: 50%; margin-left: -24px; bottom: 0; width: 48px; height: 2px; background: #0b75be; }
.solutionShow .content{ padding-top: 0.5rem; font-size: 0.16rem; line-height: 0.32rem; color: #333; text-align: justify; }
.solutionShow .imgDiv{ padding-top: 0.45rem; }
.solutionShow .imgDiv img{ width: 100%; }

.case{ padding: 1.2rem 0; position: relative;}
.case .toptop{ height: 1.35rem; position: relative; }
.case .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.32rem; }
.case .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.48rem; height: 3px; background: #f0242c; }
.case .form{ position: absolute; right: 0; top: 0.15rem; width: 2.98rem; height: 0.48rem; border: #e9e9e9 solid 1px; border-radius: 0.36rem; }
.case .form .input1{ width: 100%; box-sizing: border-box; padding-left: 0.2rem; height: 0.48rem; line-height: 0.48rem; font-size: 16px; }
.case .form .btn1{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.1rem; width: 0.2rem; height: 0.2rem; background: url(../images/nimg20_5.png) no-repeat; background-size: 0.2rem;}

.case .rightDiv{ width: 12.24rem; }
.case .list{ padding-bottom: 0.65rem; }
.case .list ul{ margin-right: -0.4rem; }
.case .list li{ float: left; width: 50%; padding-bottom: 0.3rem; }
.case .list li .box{ margin-right: 0.4rem; }
.case .list li .imgDiv{ height: 3.6rem; overflow: hidden;}
.case .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.case .list li .name{ background: #f7f7f7; height: 0.8rem; line-height: 0.8rem; text-align: center; font-size: 0.18rem; color: #222; overflow: hidden; padding: 0 0.3rem; text-overflow: ellipsis; white-space: nowrap; }
.case .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.case .list li .box:hover .name{ background: #f0242c; color: #fff; }

.caseP1{ padding: 1.2rem 0; position: relative; background: url(../images/caseBg.jpg) center top no-repeat; background-size: 100%; }
.caseP1 .name{ margin-bottom: 0.45rem; text-align: center; font-size: 0.36rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.25rem; }
.caseP1 .name:after{ content: ''; position: absolute; left: 50%; margin-left: -24px; bottom: 0; width: 48px; height: 3px; background: #f0242c; }
.caseP1 .keywords{ text-align: center; padding-bottom: 0.4rem; }
.caseP1 .keywords em{ font-size: 0.18rem; line-height: 0.4rem; }
.caseP1 .keywords ul{ display: inline-block; }
.caseP1 .keywords li{ display: inline-block; margin: 0 0.1rem; font-size: 0.16rem; }
.caseP1 .keywords li a{ color: #999; display: block; height: 0.4rem; line-height: 0.38rem; min-width: 0.68rem; padding: 0 0.1rem; border: #cfcfcf solid 1px; }
.caseP1 .keywords li a:hover{ border: #008ed6 solid 1px; background: #008ed6; color: #fff; }

.casePic{ position: relative; }
.casePic .list{ overflow: hidden; }
.casePic .imgDiv{ overflow: hidden; height: 8.65rem; }
.casePic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.casePic .se{ display: block; position: absolute; top: 50%; margin-top:-27px; width: 54px; height: 54px; box-sizing:border-box; background: #fff; border-radius:50%; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); z-index: 2; }
.casePic .prev{ left: -27px;}
.casePic .next{ right: -27px;}
.casePic .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 7px; height: 12px; margin-top: -6px; margin-left: -4px; background: url(../images/nimg7_left.png) no-repeat;}
.casePic .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 7px; height: 12px; margin-top: -6px; margin-left: -4px; background: url(../images/nimg7_right.png) no-repeat;}
.casePic .se:hover{ background: #e60012;}
.casePic .prev:hover:after{ background: url(../images/nimg7_lefton.png) no-repeat;}
.casePic .next:hover:after{ background: url(../images/nimg7_righton.png) no-repeat;}
.casePic .swiper-pagination{ bottom: 0.4rem; }
.casePic .swiper-pagination-bullet { position: relative; width: 54px; height: 3px; opacity: 1; border-radius: 0; border: none; background: rgba(255,255,255,0.5); margin-left: 5px!important; margin-right: 5px!important; } 
.casePic .swiper-pagination-bullet-active { background: #fff; }

.caseP2{ padding: 1.2rem 0; background: #f6f6f6; }
.caseP2 .toptop{ height: 1.35rem; position: relative; }
.caseP2 .title{ position: relative; padding-bottom: 0.32rem; color: #333; font-size: 0.48rem; line-height: 0.48rem; }
.caseP2 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 48px; height: 3px; background: #0b75be; }
.caseP2 .arrowDiv{ position: absolute; right: 0; top: 15px; z-index: 1; }
.caseP2 .se{ float: left; position: relative; margin-left: 20px; display: block; width: 52px; height: 52px; border-radius: 50%; border: #cecece solid 1px;}
.caseP2 .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 7px; height: 12px; margin-top: -6px; margin-left: -4px; background: url(../images/nimg7_left.png) no-repeat;}
.caseP2 .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 7px; height: 12px; margin-top: -6px; margin-left: -4px; background: url(../images/nimg7_right.png) no-repeat;}
.caseP2 .se:hover{ border: #e60012 solid 1px; background: #e60012;}
.caseP2 .prev:hover:after{ background: url(../images/nimg7_lefton.png) no-repeat;}
.caseP2 .next:hover:after{ background: url(../images/nimg7_righton.png) no-repeat;}
.caseP2 .list{ overflow: hidden; }
.caseP2 .list .limg{ overflow: hidden; height: 2.92rem;}
.caseP2 .list .limg img{ width: 100%; height: 100%; object-fit: cover;}
.caseP2 .list .name{ padding: 0 0.3rem; background: #fff; height: 0.65rem; line-height: 0.65rem; overflow: hidden; color: #333; font-size: 0.18rem; text-align: center; text-overflow: ellipsis; white-space: nowrap;}
.caseP2 .list li:hover .limg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.caseP2 .list li:hover .name{ background: #f0242c; color: #fff;  }


.job{ padding: 1.2rem 0; }
.job .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #010101; padding-bottom: 0.5rem; }

.selectGroup{ position: relative; text-align: center; padding-bottom: 0.6rem; z-index: 2;}
.selectGroup .box{ display: inline-block; position: relative; height: 62px; margin-right: 20px;}
.selectGroup .select dt{ border-radius: 6px; box-sizing: border-box; border: #dcdcdc solid 1px; height: 62px; line-height: 62px; display: inline-block; width: 238px; background: url(../images/selectIco3.png) no-repeat right center; cursor: pointer; overflow: hidden; position: relative; z-index: 5;}
.selectGroup .select dt a{ text-align: left; font-size: 16px;color: #666; position: relative; padding-left: 18px; display: block; overflow: hidden;} 
.selectGroup .select dd{ position: absolute; left: 0px; top: 61px; z-index: 10; width: 100%; background: #fff; height: 180px; overflow: auto; box-sizing: border-box; border: #dcdcdc solid 1px; border-radius: 6px;} 
.selectGroup .select dd::-webkit-scrollbar { width: 2px;}
.selectGroup .select dd::-webkit-scrollbar-track { background-color: #e5e5e5;}
.selectGroup .select dd::-webkit-scrollbar-thumb { background-color: #ff9e00;}
.selectGroup .select dd ul {list-style: none; overflow: auto; padding: 0 10px;background: #fff;} 
.selectGroup .select dd ul li{line-height: 45px; height: 45px; cursor: pointer; border-bottom: 1px solid #e1e1e1; color: #c6c6c6; font-size: 14px; text-align: left;}
.selectGroup .select dd ul li:last-child{ border-bottom: none; }
.selectGroup .select dd ul li:hover{ color: #f0242c; }
.selectGroup .form{ width: 4.35rem; box-sizing: border-box; position: relative; height: 0.62rem; overflow: hidden; border-radius: 6px;}
.selectGroup .form .input1{ height: 0.62rem; box-sizing: border-box; line-height: 0.6rem; border: #e1e1e1 solid 1px; width: 100%; font-size: 0.16rem; padding-left: 0.25rem; border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.selectGroup .btnDiv{ position: absolute; right: 0; top: 0; z-index: 1; }
.selectGroup .btnDiv a{ display: block; width: 120px; text-align: center; font-size: 0.18rem; color: #fff; height: 0.62rem; line-height: 0.62rem; background: #f0242c; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

.job .list{ clear: both; padding-bottom: 0.8rem; }
.job .list li{ margin-bottom: 0.2rem; background: #f7f9f8; position: relative; cursor: pointer;}
.job .list li .topDiv{ padding: 0.3rem 0 0.45rem; border-top: #0b75be solid 2px;}
.job .list li .name{ padding-left: 0.4rem; line-height: 0.32rem; font-size: 0.22rem; color: #17171d; }
.job .list li .dj{ padding-left: 0.4rem; position: relative; left: -12px; }
.job .list li .dj em{ position: relative; font-size: 14px; line-height: 0.34rem; color: #636463; padding: 0 12px; font-weight: 400; }
.job .list li .dj em:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #636463; }
.job .list li .dj em:last-child:after{ display: none; }
.job .list li .msgList{ padding-left: 0.4rem; }
.job .list li .msgList dd{ line-height: 0.3rem; font-size: 14px; color: #636463; }
.job .list li .hideBox{ display: none; padding: 10px 0.4rem 0.45rem; background: #fff; color: #333;}
.job .list li .ico{ position: absolute; right: 48px; top: 36px; z-index: 1; width: 60px; height: 60px; background: #fff url(../images/nimg19_2.png) center no-repeat; border-radius: 50%;}
.job .list li .txt{ font-size: 0.18rem; line-height: 0.3rem; padding-bottom: 0.2rem; font-weight: bold; }
.job .list li .msg{ font-size: 0.16rem; line-height: 0.3rem; padding-bottom: 0.4rem;}
.job .list li .tips{ background: #f0242c; display: inline-block; font-size: 0.16rem; padding: 0 0.3rem; line-height: 0.48rem; color: #fff;}
.job .list .liNow{box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);}
.job .list .liNow .topDiv{ border-top: #f0242c solid 2px; background: #fff;}
.job .list .liNow .name b{ color: #f0242c; }
.job .list .liNow .ico{ background: #f0242c url(../images/nimg19_2on.png) center no-repeat;}

.newsP1{ padding: 1.2rem 0; }
.newsPic{ position: relative; }
.newsPic .list{ overflow: hidden; }
.newsPic .list .box{ height: 5.3rem; position: relative; padding: 0 0.85rem 0 8.6rem; background: #f9f9f9; }
.newsPic .list .imgDiv{ position: absolute; left: 0; top: 0; width: 50%; height: 5.3rem; overflow: hidden; }
.newsPic .list .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.newsPic .list .conDiv{ height: 5.3rem; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column;}
.newsPic .list .time{ font-family: 'regular'; font-size: 0.3rem; line-height: 0.4rem; color: rgba(0,0,0,0.25); padding-bottom: 0.2rem; }
.newsPic .list .name a{ display:block; line-height: 0.42rem; height: 0.84rem; font-size: 0.28rem; color: #333; font-weight: bold; overflow: hidden; }
.newsPic .list .content{ margin-top: 0.1rem; font-size: 0.16rem; line-height: 0.3rem; height: 0.9rem; color: #666; overflow: hidden; }
.newsPic .list .label2{ padding-top: 0.25rem; }
.newsPic .list .label2 a{ padding-right: 25px; font-size: 0.16rem; line-height: 0.3rem; color: #999; }
.newsPic .list .label2 a:hover{ color: #e60012; }
.newsPic .list .more{ margin-top: 0.35rem; position: relative; width: 0.58rem; height: 0.58rem; border-radius: 50%; background: #e60012 url(../images/ico2.png) center no-repeat; }
.newsPic .list .box .name a:hover{ color: #e60012; }
.newsPic .list .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.newsPic .swiper-container-horizontal>.swiper-pagination-bullets{ left: auto; right: 0.85rem; width: auto; bottom: 0.9rem; text-align: left; }
.newsPic .swiper-pagination-bullet{ width: 10px; height: 10px; background: #999; border-radius: 50%; opacity: 1; margin: 0 0 0 0.2rem!important;}
.newsPic .swiper-pagination-bullet-active{ background: #f0242c; }

.newsP2{ background: #f9f9f9; padding: 1.2rem 0; }
.newsP2-2{ background: #fff; }
.newsP2 .pageTxt{ padding-bottom: 0.6rem; }
.newsP2 .pjDiv{ position: relative; }
.newsP2 .pjDiv .list{ overflow: hidden; }
.newsP2 .pjDiv .imgDiv{ height: 3.32rem; overflow: hidden; }
.newsP2 .pjDiv .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP2 .pjDiv .conDiv{ height: 3.0rem; position: relative; background: #fff; }
.newsP2 .pjDiv .midmid{ padding: 0.4rem 0.45rem 0; }
.newsP2 .pjDiv .name a{ display:block; font-size: 0.2rem; color: #333; line-height: 0.3rem; height: 0.6rem; overflow: hidden; font-weight: bold; }
.newsP2 .pjDiv .msg{ margin-top: 0.16rem; font-size: 15px; line-height: 24px; height: 48px; overflow: hidden; color: rgba(0,0,0,0.75); }
.newsP2 .pjDiv .time{ margin-top: 0.3rem; color: rgba(51,51,51,0.3); font-family: 'regular'; font-size: 0.2rem; line-height: 0.2rem; }
.newsP2 .pjDiv .botbot{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 0.45rem; height: 0.54rem; box-sizing: border-box; overflow: hidden; }
.newsP2 .pjDiv .botbot:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(153,153,153,0.2); }
.newsP2 .pjDiv .botbot a{ font-size: 0.14rem; padding-right: 0.25rem; line-height: 0.54rem; color: rgba(153,153,153,0.8); }
.newsP2 .pjDiv .se{ display: block; width: 0.54rem; height: 0.54rem; position: absolute; z-index: 10; left: auto; right: auto; top: 50%; margin-top: -0.27rem; border-radius: 50%; overflow: hidden;}
.newsP2 .pjDiv .prev { left: 50%; margin-left: -8.9rem; border: #ccc solid 1px; background: url(../images/nimg7_left.png) center no-repeat;}
.newsP2 .pjDiv .next { right: 50%; margin-right: -8.9rem; border: #ccc solid 1px; background: url(../images/nimg7_right.png) center no-repeat;}
.newsP2 .pjDiv .prev:hover{ border: #f0242c solid 1px; background: #f0242c url(../images/nimg7_lefton.png) center no-repeat; }
.newsP2 .pjDiv .next:hover{ border: #f0242c solid 1px; background: #f0242c url(../images/nimg7_righton.png) center no-repeat; }
.newsP2 .pjDiv li:hover .conDiv{ background: #008ed6; }
.newsP2 .pjDiv li:hover .name a{ color: #fff; }
.newsP2 .pjDiv li:hover .msg{ color: rgba(255,255,255,0.8); }
.newsP2 .pjDiv li:hover .time{ color: rgba(255,255,255,0.6); }
.newsP2 .pjDiv li:hover .botbot:before{ background: rgba(255,255,255,0.4); }
.newsP2 .pjDiv li:hover .botbot a{ color: rgba(255,255,255,0.6);}
.newsP2 .pjDiv li .botbot a:hover{ color:#fff;}

.newsP2 .moreBtn{ width: 1.84rem; margin: 0.6rem auto 0; }
.newsP2 .moreBtn a{ display: block; font-size: 0.18rem; width: 100%; height: 0.6rem; line-height: 0.56rem; border: #008ed6 solid 2px; color: #008ed6; text-align: center; border-radius: 0.48rem; box-sizing: border-box;}
.newsP2 .moreBtn a:hover{ background: #008ed6; color: #fff; }

.newsP2 .keywords{ text-align: center; padding-top: 0.8rem; }
.newsP2 .keywords em{ font-size: 0.18rem; line-height: 0.4rem; }
.newsP2 .keywords ul{ display: inline-block; }
.newsP2 .keywords li{ display: inline-block; margin: 0 0.1rem; font-size: 0.16rem; }
.newsP2 .keywords li a{ color: #999; display: block; height: 0.4rem; line-height: 0.38rem; min-width: 0.68rem; padding: 0 0.1rem; background: #fff; border: #cfcfcf solid 1px; }
.newsP2 .keywords li a:hover{ border: #008ed6 solid 1px; background: #008ed6; color: #fff; }

.newsListP1{ padding: 1.2rem 0; position: relative;}
.newsListP1 .detail{ margin-top:0.6rem; height: 5.3rem; position: relative; padding: 0 0.85rem 0 8.6rem; background: #f9f9f9; }
.newsListP1 .detail .imgDiv{ position: absolute; left: 0; top: 0; width: 50%; height: 5.3rem; overflow: hidden; }
.newsListP1 .detail .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}
.newsListP1 .detail .conDiv{ height: 5.3rem; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column;}
.newsListP1 .detail .time{ font-family: 'regular'; font-size: 0.3rem; line-height: 0.4rem; color: rgba(0,0,0,0.25); padding-bottom: 0.2rem; }
.newsListP1 .detail .name a{ display:block; line-height: 0.42rem; height: 0.84rem; font-size: 0.28rem; color: #333; font-weight: bold; overflow: hidden; }
.newsListP1 .detail .content{ margin-top: 0.1rem; font-size: 0.16rem; line-height: 0.3rem; height: 0.9rem; color: #666; overflow: hidden; }
.newsListP1 .detail .label2{ padding-top: 0.25rem; }
.newsListP1 .detail .label2 a{ padding-right: 25px; font-size: 0.16rem; line-height: 0.3rem; color: #999; }
.newsListP1 .detail .more{ margin-top: 0.35rem; position: relative; width: 0.58rem; height: 0.58rem; border-radius: 50%; background: #e60012 url(../images/ico2.png) center no-repeat; }
.newsListP1 .detail .name a:hover{ color: #e60012; }
.newsListP1 .detail:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.newsListP2{ background: #fbfbfb; padding: 1.0rem 0; }
.newsListP2 .list{ overflow: hidden; padding-bottom: 0.5rem;}
.newsListP2 .list ul{ margin-right: -0.5rem; }
.newsListP2 .list li{ float: left; width: 33.33%; padding-bottom: 0.5rem; }
.newsListP2 .list li .box{ margin-right: 0.5rem; }
.newsListP2 .list li .imgDiv{ height: 3.32rem; overflow: hidden; }
.newsListP2 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsListP2 .list li .conDiv{ height: 3.0rem; position: relative; background: #fff; }
.newsListP2 .list li .midmid{ padding: 0.4rem 0.45rem 0; }
.newsListP2 .list li .name a{ display:block; font-size: 0.2rem; color: #333; line-height: 0.3rem; height: 0.6rem; overflow: hidden; font-weight: bold; }
.newsListP2 .list li .msg{ margin-top: 0.16rem; font-size: 15px; line-height: 24px; height: 48px; overflow: hidden; color: rgba(0,0,0,0.75); }
.newsListP2 .list li .time{ margin-top: 0.3rem; color: rgba(51,51,51,0.3); font-family: 'regular'; font-size: 0.2rem; line-height: 0.2rem; }
.newsListP2 .list li .botbot{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 0.45rem; height: 0.54rem; box-sizing: border-box; overflow: hidden; }
.newsListP2 .list li .botbot:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(153,153,153,0.2); }
.newsListP2 .list li .botbot a{ font-size: 0.14rem; padding-right: 0.25rem; line-height: 0.54rem; color: rgba(153,153,153,0.8); }
.newsListP2 .list li .box:hover .conDiv{ background: #008ed6; }
.newsListP2 .list li .box:hover .name a{ color: #fff; }
.newsListP2 .list li .box:hover .msg{ color: rgba(255,255,255,0.8); }
.newsListP2 .list li .box:hover .time{ color: rgba(255,255,255,0.6); }
.newsListP2 .list li .box:hover .botbot:before{ background: rgba(255,255,255,0.4); }
.newsListP2 .list li .box:hover .botbot a{ color: rgba(255,255,255,0.6);}
.newsListP2 .list li .box .botbot a:hover{ color:#fff;}

.newsListP2 .keywords{ text-align: center; padding-top: 0.8rem; }
.newsListP2 .keywords em{ font-size: 0.18rem; line-height: 0.4rem; }
.newsListP2 .keywords ul{ display: inline-block; }
.newsListP2 .keywords li{ display: inline-block; margin: 0 0.1rem; font-size: 0.16rem; }
.newsListP2 .keywords li a{ color: #999; display: block; height: 0.4rem; line-height: 0.38rem; min-width: 0.68rem; padding: 0 0.1rem; background: #fff; border: #cfcfcf solid 1px; }
.newsListP2 .keywords li a:hover{ border: #008ed6 solid 1px; background: #008ed6; color: #fff; }

.serviceP1{ padding: 1.2rem 0; }
.serviceP1 .mxfDiv{ margin-top: 0.6rem; }
.serviceP1 .leftImg{ width: 50%; }
.serviceP1 .leftImg img{ width: 100%; }
.serviceP1 .conDiv{ width: 6.5rem; }
.serviceP1 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.4rem; }
.serviceP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 48px; height: 3px; background: #0b75be; }
.serviceP1 .content{ margin-top: 0.5rem; font-size: 15px; line-height: 30px; text-align: justify; }

.serviceP2{ padding: 1.2rem 0; background: #fcfcfc; }
.serviceP2 .mxfDiv{ position: relative; background: #fff; box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1); }
.serviceP2 .tab2{ width: 4.22rem; }
.serviceP2 .tab2 li{ position: relative; height: 2.26rem; padding: 0.55rem 0.9rem 0 0.55rem; box-sizing: border-box; background: #333;}
.serviceP2 .tab2 li:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #888; }
.serviceP2 .tab2 li:last-child:after{ display: none; }
.serviceP2 .tab2 li .ico{ height: 0.75rem; }
.serviceP2 .tab2 li .cname{ font-size: 0.18rem; line-height: 0.18rem; color: #fff; }
.serviceP2 .tab2 li .ename{ padding-top: 0.15rem; font-size: 0.14rem; line-height: 0.14rem; color: rgba(255,255,255,0.4); font-family: 'regular'; text-transform: uppercase;}
.serviceP2 .tab2 .liNow{ background: #f0242c; }
.serviceP2 .tabContentDiv2{ width: 11.14rem; height: 6.78rem; background: #f9f9f9; }
.serviceP2 .conDiv{ padding: 0.6rem 0.85rem 0 1.0rem; }
.serviceP2 .cn{ position: relative; display: inline-block; font-size: 0.36rem; line-height: 0.36rem; color: #1657a7; padding-bottom: 0.35rem; animation: am_top 0.4s ease-out 0.3s backwards; -webkit-animation: am_top 0.4s ease-out 0.3s backwards; }
.serviceP2 .cn:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #1657a7; }
.serviceP2 .lie{ padding-top: 0.5rem; animation: am_top 0.4s ease-out 0.6s backwards; -webkit-animation: am_top 0.4s ease-out 0.6s backwards; }
.serviceP2 .lie li{ position: relative; padding-left: 1.26rem; font-size: 0.16rem; line-height: 0.3rem; }
.serviceP2 .lie li .wen{ position: absolute; left: 0; top: 0; color: #f0242c; padding-left: 0.38rem; font-weight: bold;}
.serviceP2 .lie li .wen em{ position: absolute; display: block; text-align: center; left: 0; top: 0.03rem; width: 0.24rem; height: 0.24rem; line-height: 0.24rem; border-radius: 50%; background: #f0242c; color: #fff; font-size: 12px; font-family: 'regular'; }
.serviceP2 .list{ padding-top: 0.5rem; animation: am_top 0.4s ease-out 0.6s backwards; -webkit-animation: am_top 0.4s ease-out 0.6s backwards; }
.serviceP2 .list li{ position: relative; padding-left: 0.2rem; font-size: 0.16rem; line-height: 0.3rem; }
.serviceP2 .list li:before{ content: ''; position: absolute; left: 0; top: 0.12rem; width: 5px; height: 5px; background: #3e3432; border-radius: 50%; }

.question{ padding: 1.2rem 0; }
.question .list{ padding: 0.6rem 0 0.8rem; }
.question .list li{ position:relative; padding-bottom: 0.2rem;}
.question .list li .msgDiv{ padding: 0 0.6rem 0 0.3rem; height: 0.8rem; position:relative; background: #f8f8f9; cursor: pointer;}
.question .list li .ico{ position: absolute; right: 0.6rem; top: 50%; width: 35px; height: 35px; margin-top: -17px; border-radius: 50%; box-sizing: border-box; background: #eee; }
.question .list li .ico:before{ content: ''; position: absolute; left: 1px; top: 1px; width: 33px; height: 33px; background: #fff; border-radius: 50%;}
.question .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -6px; width: 12px; height: 12px; background: url(../images/nimg12_2.png) no-repeat; }
.question .list li .name{ position: relative; color:#333; height: 0.8rem; line-height: 0.8rem; padding-left: 0.5rem; padding-right: 1.0rem; overflow: hidden; font-size: 0.18rem; color: #333; }
.question .list li .wen{ position: absolute; color: #fff; font-size: 0.16rem; display: block; text-transform: uppercase; left: 0; top: 50%; margin-top: -12px; background: #016297; width: 25px; height: 25px; line-height: 25px; text-align: center; border-radius: 50%; font-family: 'bold';}
.question .list li .box{ display:none;}
.question .list li .msgDiv.aNow .ico{ background: #008ed6; }
.question .list li .msgDiv.aNow .ico:after{ background: url(../images/nimg12_2on.png) no-repeat; }
.question .list li .mxfDiv{ position: relative; padding: 0.32rem 0.65rem 0.4rem 0.8rem;}
.question .list li .txt{ position: absolute; text-transform: uppercase; left: 0.3rem; top: 0.38rem; width: 25px; height: 25px; border-radius: 50%; background: #f0242c; text-align: center; line-height: 25px; font-size: 0.16rem; color: #fff; font-family: 'bold'; }
.question .list li .content{ line-height: 0.3rem; font-size: 0.16rem; text-align: justify; }

.download{ padding: 1.2rem 0; }
.download .list{ padding: 0.6rem 0 0.7rem; }
.download .list ul{ margin-right: -0.4rem; }
.download .list li{ float: left; width: 50%; padding-bottom: 0.3rem;}
.download .list li .box{ margin-right: 0.4rem; }
.download .list li a{ display: block; height: 0.8rem; background: #f7f7f7; position: relative; padding: 0 1.4rem 0 0.4rem; }
.download .list li .name{ position: relative; padding-left: 0.7rem; font-size: 0.18rem; color: #333; line-height: 0.3rem; height: 0.8rem; display: table-cell; vertical-align: middle; }
.download .list li .ico{ position: absolute; left: 0; top: 50%; margin-top: -0.2rem; width: 0.35rem; height: 0.4rem; }
.download .list li .ico img{ position: absolute; left: 0; top: 0; width: 0.35rem; }
.download .list li .ico .img1{ opacity: 0; }
.download .list li .lbtn{ position: absolute; color: #999; font-size: 0.16rem; top: 0; right: 0.5rem; line-height: 0.8rem; padding-left: 38px; background: url(../images/nimg25_5.png) left center no-repeat; }
.download .list li a:hover{ background: #fff; box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1); }
.download .list li a:hover .ico img{ opacity: 0; }
.download .list li a:hover .ico .img1{ opacity: 1; }
.download .list li a:hover .name{ color: #f0242c; }
.download .list li a:hover .lbtn{ color: #f0242c; background: url(../images/nimg25_5on.png) left center no-repeat;}

.contactP1{ padding: 1.2rem 0; overflow: hidden; }
.contactP1 .pageTxt{ padding-bottom: 0.6rem; }
.contactP1 .leftDiv{ width: 6.5rem; }
.contactP1 .name{ font-size: 0.36rem; line-height: 0.36rem; color: #333; font-weight: bold; padding-bottom: 0.4rem; }
.contactP1 .list{ padding-bottom: 0.15rem; }
.contactP1 .list li{ margin-bottom: 0.24rem; position: relative; padding-left: 1.0rem; font-size: 0.18rem; line-height: 0.72rem; color: #333; }
.contactP1 .list li .ico{ position: absolute; left: 0; top: 0; width: 0.7rem; height: 0.7rem; border:#ebebeb solid 1px; border-radius: 50%; }
.contactP1 .list li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -13px; margin-top: -13px; }
.contactP1 .list li b{ font-family: 'mont'; }
.contactP1 .ewmDiv{ position: relative; padding-left: 1.8rem; height: 1.52rem;}
.contactP1 .ewmDiv .limg{ position: absolute; left: 0; top: 0; border: #eee solid 1px; border-radius: 4px; overflow: hidden; }
.contactP1 .ewmDiv .limg img{ width: 1.5rem; }
.contactP1 .ewmDiv p{ font-size: 0.18rem; line-height: 0.32rem; color: #333; }
.contactP1 .mapDiv{ width: 8.32rem; height: 6.25rem; background: center no-repeat; background-size: cover;}

.contactP2{ padding: 3.0rem 0 1.2rem; background: #fbfbfb url(../images/contactP2.jpg) center top no-repeat; background-size: 100%; }
.contactP2 .mxfDiv{ padding: 1.2rem 1.0rem; background: #fff; border-top-left-radius: 0.96rem; border-bottom-right-radius: 0.96rem; box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1); }
.contactP2 .form{ padding-top: 0.6rem;}
.contactP2 .form ul{ margin-right: -0.3rem; }
.contactP2 .form li{ float: left; width: 50%; padding-bottom: 0.3rem; }
.contactP2 .form .li01{ width: 100%; }
.contactP2 .form li .box{ margin-right: 0.3rem; border-radius: 4px; background: #f8f8f8; position: relative; padding: 0 0.1rem 0 1.1rem; }
.contactP2 .form li .txt{ position: absolute; left: 0.25rem; top: 0; line-height: 0.64rem; font-size: 0.16rem; color: #333; }
.contactP2 .form li .txt em{ color: #e01212; }
.contactP2 .form li .input1{ width: 100%; font-size: 0.16rem; height: 0.64rem; line-height: 0.64rem; }
.contactP2 .form li textarea{ height: 1.9rem; box-sizing: border-box; width: 100%; padding: 0.15rem 0; font-size: 0.16rem; line-height: 24px; }
.contactP2 .btnDiv{ margin: 0.2rem auto 0; width: 2.0rem;}
.contactP2 .btnDiv a{ width: 100%; height: 0.6rem; line-height: 0.6rem; background: #e01212; font-size: 0.18rem; font-weight: bold; color: #fff; text-align: center; border-radius: 0.48rem; }

.searchForm{ padding-top: 1.0rem; height: 2.5rem; background: url(../images/searchBg.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.searchForm .form{ width: 5.0rem; margin: 0 auto; position: relative; }
.searchForm .form .input1{ font-size: 0.16rem; color: #878787; padding-left: 0.25rem; width: 100%; height: 0.5rem; line-height: 0.48rem; box-sizing: border-box; border-radius: 0.36rem; background: #fff; border: #e6e6e6 solid 1px; }
.searchForm .form .input1::-webkit-input-placeholder{ color: #878787; opacity: 1;}
.searchForm .form .input1:-moz-placeholder{ color: #878787; opacity: 1;}
.searchForm .form .input1::-moz-placeholder{ color: #878787; opacity: 1;}
.searchForm .form .input1:-ms-input-placeholder{ color: #878787; opacity: 1;}
.searchForm .form .btn1{ position: absolute; right: 0; top: 0; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #f0242c url(../images/nimg22_1.png) center no-repeat; background-size: 0.22rem; }

.searchDiv{ padding: 0.6rem 0 1.2rem; }
.searchDiv .txt{ font-size: 0.2rem; line-height: 0.2rem; padding-bottom: 10px; }
.searchDiv .leftDiv{ width: 10.25rem; }
.searchDiv .list{ padding-bottom: 1.0rem; }
.searchDiv .list li{ border-bottom: #f1f1f1 solid 1px; position: relative; height: 2.4rem; padding: 0.3rem 0 0 3.2rem; box-sizing: border-box; }
.searchDiv .list li .imgDiv{ position: absolute; left: 0; top: 0.3rem; width: 2.6rem; height: 1.8rem; }
.searchDiv .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.searchDiv .list li .time{ font-size: 0.16rem; line-height: 0.16rem; color: rgba(0,0,0,0.25); font-family: 'regular'; }
.searchDiv .list li .name a{ margin-top: 0.1rem; display:block; font-weight: bold; color: #222; font-size: 0.22rem; height: 0.32rem; line-height: 0.32rem; overflow: hidden; }
.searchDiv .list li .content{ margin-top: 0.15rem; color: #666; font-size: 0.16rem; line-height: 0.3rem; height: 0.6rem;}
.searchDiv .list li .label2{ margin-top: 0.2rem; }
.searchDiv .list li .label2 a{ color: #999; text-align: center; margin-right: 0.15rem; display: inline-block; height: 0.28rem; line-height: 0.28rem; min-width: 0.48rem; padding: 0 0.1rem; border: #cfcfcf solid 1px; }
.searchDiv .list li .name a:hover{ color: #f0242c; }
.searchDiv .list li .label2 a:hover{ border: #f0242c solid 1px; background:#f0242c; color:#fff;}

.searchDiv .rightDiv{ width: 4.0rem; padding-top: 0.3rem;}
.searchDiv .keywords{ border: #dfdfdf solid 1px; background: #fbfbfb; padding: 0.4rem 0.45rem; min-height: 4.5rem; border-radius: 0.08rem; }
.searchDiv .wen{ padding-bottom: 0.15rem; font-size: 0.24rem; line-height: 0.24rem; color: #333; border-bottom: #f0242c solid 1px; }
.searchDiv .lie{ padding-top: 0.2rem; }
.searchDiv .lie ul{ margin-right: -0.18rem; }
.searchDiv .lie li{ float: left; width: 33.33%; padding-bottom: 0.2rem; font-size: 0.16rem;}
.searchDiv .lie li a{ margin-right: 0.18rem; text-align: center; display: block; line-height: 0.38rem; height: 0.38rem; border: #cfcfcf solid 1px; background: #fff; color: #999; }
.searchDiv .lie li a:hover{ border: #008ed6 solid 1px; background: #008ed6; color: #fff; }

.productP1{ padding: 1.2rem 0 0.8rem; position: relative; }
.productP1 .leftImg{ width: 50%; height: 7.66rem; border: #dfdfdf solid 1px; }
.productP1 .leftImg img{ max-width: 7.0rem; max-height: 6.0rem; }
.productP1 .rightDiv{ width: 6.6rem; height: 7.68rem; position: relative; z-index: 1;}
.productP1 .name{ position: relative; font-size: 0.36rem; line-height: 0.48rem; color: #333; padding-bottom: 0.2rem; font-family:'regular';}
.productP1 .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #f0242c; }
.productP1 .msg{ font-size: 0.16rem; line-height: 0.34rem; padding-top: 0.5rem; }
.productP1 .btnGroup{ padding-top: 1.0rem; }
.productP1 .btnGroup li { float: left; margin-right: 0.3rem;}
.productP1 .btnGroup a { display: block; font-size: 0.18rem; border-radius: 0.48rem; text-align: center; text-transform: uppercase; box-sizing: border-box; }
.productP1 .btnGroup .btn1 { width: 1.8rem; height: 0.6rem; line-height: 0.56rem; border: #008ed6 solid 2px; color: #008ed6;}
.productP1 .btnGroup .btn2 { width: 1.8rem; height: 0.6rem; line-height: 0.6rem; color: #fff; background: #f0242c;}
.productP1 .btnGroup .btn1:hover { background: #008ed6; color: #fff;}
.productP1 .tel{ padding-top:0.4rem; font-size:0.24rem; line-height:0.24rem; color:#f0242c; font-family:'regular';}

.productP2{ padding: 1.0rem 0; background: #f7f7f7; }
.productP2 .title{ font-size: 0.3rem; line-height: 0.3rem; color: #333; position: relative; padding-bottom: 0.25rem; }
.productP2 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #efefef; }
.productP2 .title:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #f0242c; z-index: 1; }
.productP2 .list{ padding: 0.35rem 0 0 0.2rem; }
.productP2 .list li{ padding: 0 0 0.18rem 0.2rem; position: relative; font-size: 0.16rem; line-height: 0.3rem; }
.productP2 .list li:before{ content: ''; position: absolute; left: 0; top: 0.1rem; width: 0.1rem; height: 0.1rem; background: url(../images/ico5.png) no-repeat; background-size: 0.1rem; border-radius: 50%; box-sizing: border-box; }
.productP2 .list li b{ color: #333;}

.productP3{ padding: 1.0rem 0; }
.productP3 .title{ font-size: 0.3rem; line-height: 0.3rem; color: #333; position: relative; padding-bottom: 0.25rem; }
.productP3 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #efefef; }
.productP3 .title:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #f0242c; z-index: 1; }
.productP3 .list li{ position: relative; border-bottom: #dfdfdf solid 1px; padding: 0.4rem 0 0.4rem 3.2rem;}
.productP3 .list li .txt{ position: absolute; left: 0.6rem; top: 0.4rem; width: 2.5rem; font-size: 0.2rem; line-height: 0.6rem; color: #333; }
.productP3 .list li .mxfDiv dd{ position: relative; padding: 0.15rem 0.3rem 0.15rem 4.1rem; color: #666; font-size: 0.16rem; line-height: 0.3rem; }
.productP3 .list li .mxfDiv dd:nth-child(odd){ background: #f8f8f8; }
.productP3 .list li .mxfDiv dd .wen{ position: absolute; left: 0.8rem; top: 0; width: 2.4rem; line-height:0.24rem; min-height:0.6rem; color: #333; }
.productP3 .list p{ padding:0.2rem 0 0.1rem; font-size: 0.16rem; line-height: 0.3rem;}
.productP3 img{ max-width:100%;}

.productP4{ padding: 1.0rem 0; background: #f7f7f7;}
.productP4 .title{ font-size: 0.3rem; line-height: 0.3rem; color: #333; position: relative; padding-bottom: 0.25rem; }
.productP4 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #efefef; }
.productP4 .title:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #f0242c; z-index: 1; }
.productP4 .list{ padding-top: 0.4rem; }
.productP4 .list ul{ margin-right: -0.56rem; }
.productP4 .list li{ float: left; width: 33.33%; }
.productP4 .list li .box{ margin-right: 0.56rem; height: 3.5rem; }
.productP4 .list li .box img{ width: 100%; height: 100%; object-fit: cover; }

.productP5{ padding: 1.0rem 0 1.2rem; }
.productP5 .title{ font-size: 0.3rem; line-height: 0.3rem; color: #333; position: relative; padding-bottom: 0.25rem; }
.productP5 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #efefef; }
.productP5 .title:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #f0242c; z-index: 1; }
.productP5 .bigImg{ margin-top: 0.4rem; border: #cfcfcf solid 1px; }
.productP5 .bigImg img{ width: 100%; }

.newsBox{ padding: 1.2rem 0 1.7rem; }
.newShow .name{ font-size: 0.36rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.35rem; }
.newShow .toptop{ overflow: hidden; padding-bottom: 0.4rem; }
.newShow .time{ padding-right: 25px;}
.newShow .time li{ float: left; padding-right: 20px; font-size: 14px; position: relative; padding-left: 30px; line-height: 30px; font-family: 'mont'; color: #ccc; }
.newShow .time li img{ position: absolute; left: 0; top: 50%; margin-top: -7px; }
.newShow .label2 em{ float: left; margin-right: 15px; font-size: 12px; text-align: center; display: block; height: 30px; line-height: 28px; min-width: 0.68rem; padding: 0 0.1rem; color: #c0c0c0; border: #dfdfdf solid 1px; box-sizing: border-box;}
.newShow .content{ font-size: 16px; line-height: 32px; }
.newShow .imgDiv{ padding: 50px 0 30px; text-align: center; }
.newShow .content img{ max-width: 10.4rem; }
/*.newShow .content p{ text-align: center;}*/

.sideNews .titleDiv .cn{ font-size: 0.22rem; line-height: 0.22rem; color: #393435; font-weight: bold; padding-bottom: 0.15rem;}
.sideNews .titleDiv .en{ font-size: 16px; line-height: 16px; color: #999; font-family:light; }
.sideNews .list li a{ display: block; padding: 0.4rem 0; border-bottom: #f5f5f5 solid 1px;}
.sideNews .list li .name{ font-size: 0.24rem; line-height: 0.36rem; color: #333; height: 0.36rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sideNews .list li .content{ margin-top: 0.1rem; height: 0.52rem; line-height: 0.26rem; overflow: hidden; font-size: 0.15rem; color: #999; }
.sideNews .list li .time{ font-family: 'regular'; font-size: 14px; padding-top: 0.25rem; color: #0b75be; }
.sideNews .list li:hover .name{ color: #008ed6;}

.pageDown{ padding-top: 35px; }
.pageDown li{ font-size: 16px; }
.pageDown li a{ display: block; height: 46px; line-height: 46px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.pageDown li a:hover{ color: #008edb; }
.pageDown li em{ color: #999; }

.sideNews .share{ padding-top: 0.35rem; overflow: hidden;}
.sideNews .share li{ float: left; margin-right: 15px; }
.sideNews .share li a{ display: block; width: 34px; height: 34px; border-radius: 50%; position: relative; background: #fff; border: #ededed solid 1px; }
.sideNews .share li img{ position: absolute; left: 50%; top: 50%; margin-left: -9px; margin-top: -7px; }
.sideNews .share li .img1{ opacity: 0; }
.sideNews .share li a:hover{ background: #f0242c; border: #f0242c solid 1px;}
.sideNews .share li a:hover img{ opacity: 0; }
.sideNews .share li a:hover .img1{ opacity: 1; }

.backBtn{ padding-top: 0.5rem; }
.backBtn a{ display: block; height: 50px; line-height: 50px; color: #fff; font-size: 16px; border-radius: 24px; background: #f0242c; text-align: center; }
.backBtn img{ margin-left: 10px; position: relative; top: -1px; }

.newsBox .keywords{ margin-top: 0.8rem; border: #dfdfdf solid 1px; background: #fbfbfb; padding: 0.4rem 0.45rem; min-height: 4.5rem; border-radius: 0.08rem; }
.newsBox .wen{ padding-bottom: 0.15rem; font-size: 0.24rem; line-height: 0.24rem; color: #333; border-bottom: #f0242c solid 1px; }
.newsBox .lie{ padding-top: 0.2rem; }
.newsBox .lie ul{ margin-right: -0.18rem; }
.newsBox .lie li{ float: left; width: 33.33%; padding-bottom: 0.2rem; font-size: 0.16rem;}
.newsBox .lie li a{ margin-right: 0.18rem; text-align: center; display: block; line-height: 0.38rem; height: 0.38rem; border: #cfcfcf solid 1px; background: #fff; color: #999; }
.newsBox .lie li a:hover{ border: #008ed6 solid 1px; background: #008ed6; color: #fff; }


.col-md-12{ min-height: 0!important;}

.sanji{ padding-bottom:0.4rem; border-bottom:#ddd solid 1px;}
.sanji ul{ margin-right:-0.3rem;}
.sanji li{ float:left; width:50%; margin-bottom:0.2rem;}
.sanji li .box{ margin-right:0.3rem;}
.sanji li a{ display:block; width:100%; border:#ddd solid 1px; box-sizing:border-box; height:0.78rem; line-height:0.74rem; text-align:center; border-radius:0.48rem;}
.sanji li a.on{border: #008ed6 solid 1px; background: #008ed6; color: #fff; }

.productP6{ padding: 1.0rem 0 1.3rem; background: #f7f7f7; }
.productP6 .toptop{ height: 1.0rem; position: relative; }
.productP6 .title{ font-size: 0.3rem; line-height: 54px; color: #333; position: relative;}

.productP6 .arrowDiv{ position: absolute; right: 0; top: 0; z-index: 1; }
.productP6 .se{ display: block; float: left; position: relative; margin-left: 16px; display: block; width: 54px; height: 54px; box-sizing:border-box; border: #ccc solid 1px; border-radius:50%; z-index: 2; }
.productP6 .prev{ background: url(../images/nimg7_left.png) center no-repeat;}
.productP6 .next{ background: url(../images/nimg7_right.png) center no-repeat;}
.productP6 .se:hover{ border: #e60012 solid 1px;}
.productP6 .prev:hover{ background: #e60012 url(../images/nimg7_lefton.png) center no-repeat;}
.productP6 .next:hover{ background: #e60012 url(../images/nimg7_righton.png) center no-repeat;}
.productP6 .list{ overflow: hidden; }
.productP6 .list li .box a{ position: relative; display: block; border: #dfdfdf solid 1px; background:#fff; padding: 0.2rem 0.2rem 0; height: 4.7rem; box-sizing: border-box;}
.productP6 .list li .box a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0.05rem; background: #f0242c; }
.productP6 .list li .imgDiv{ height: 3rem; }
.productP6 .list li .imgDiv img{ max-width: 3.5rem; max-height: 3rem; }
.productP6 .list li .name{ font-family: 'regular'; margin-top: 0.12rem; height: 0.4rem; line-height: 0.4rem; font-size: 0.2rem; color: #222; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.productP6 .list li .btnDiv{ margin: 0.15rem auto 0; font-size: 0.16rem; color: #666; width: 1.4rem; height: 0.46rem; line-height: 0.44rem; text-align: center; border-radius: 0.36rem; border: #999 solid 1px; box-sizing: border-box; }
.productP6 .list li .box a:hover{ box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.2); border: #fff solid 1px; }
.productP6 .list li .box a:hover:after{ width: 100%; }
.productP6 .list li .box a:hover .name{ color: #f0242c; font-weight: bold; }
.productP6 .list li .box a:hover .btnDiv{ border: #f0242c solid 1px; background: #f0242c; color: #fff; }

.fixTxt{ position: absolute; z-index: 3; left: 50%; font-size:16px; color:#fff; text-align:center; margin-left: -18px; bottom: 0.7rem; padding-top:60px; width: 35px; animation:start 2.5s infinite ease-in-out;-webkit-animation:start 2.5s infinite ease-in-out;-moz-animation:start 2.5s infinite ease-in-out;}
.fixTxt img{ position:absolute; left:0; top:0;}
















