/*banner*/
.ind-banner2{width: 100%; height: 100vh;overflow: hidden; position: relative;} 
.ind-banner2 .swiper-slide {height: 100vh; color: #fff; } 
.ind-banner2 .swiper-slide {position: relative;}
.ind-banner2 .swiper-slide img{width: 100%;}
.ind-banner2 .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner2 .ban_video{ position:relative;}
.ind-banner2 .ban_video:before{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.15); z-index:9;}
.ind-banner2 .zero{position: absolute; left: 0; width: 100%; text-align: center; color: #fff; top:40%; transform: translateY(-50%); z-index: 10;} 
.ind-banner2 .zero .txt{ font-size: 0.6rem; line-height: 0.6rem; font-weight: bold;}
.ind-banner2 .zero .wen{ font-size: 24px; padding-top: 0.35rem; }
.ind-banner2 .one{position: absolute; left: 50%; margin-left: -7.68rem; top:40%; transform: translateY(-60%); z-index: 1; font-family: "Microsoft JhengHei";} 
.ind-banner2 .one .txt{ color: #fff; font-size: 0.54rem; line-height: 0.76rem; }
.ind-banner2 .two{position: absolute; right: 0.8rem; top:50%; transform: translateY(-50%); z-index: 1; font-family: "Microsoft JhengHei";} 
.ind-banner2 .two .txt{ color: #fff; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.8rem; }
.ind-banner2 .two .wen{ font-size: 0.2rem; color: #fff; letter-spacing: 0.12rem; }
.ind-banner2 .swiper-pagination{ width: 100%; position: absolute; bottom: 0.4rem!important; z-index:100 } 
.ind-banner2 .swiper-pagination-bullet {width: 12px; height: 12px; opacity: 1; background: #fff; border-radius: 50%; margin: 0 10px!important;} 
.ind-banner2 .swiper-pagination-bullet-active {background: #0d6fb6; } 

.ind-banner2 .swiper-slide video {
  position: absolute;
  width: 100%;
  height:100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  }



#demo-canvas{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }


@media screen and (min-width: 1024px) {.ind-bannerTel .swiper-slide img{width: 100%;}
.ind-bannerTel .zero{position: absolute; left: 0; width: 100%; text-align: center; color: #fff; top:50%; transform: translateY(-50%); z-index: 10;} 
.ind-bannerTel .zero .txt{ font-size: 0.6rem; line-height: 0.6rem; font-weight: bold;}
.ind-bannerTel .zero .wen{ font-size: 0.26rem; padding: 0.35rem 0.3rem 0;}}
@media screen and (max-width: 1024px) {.ind-bannerTel .swiper-slide img{width: 100%;}
.ind-bannerTel .zero{position: absolute; left: 0; width: 100%; text-align: center; color: #fff; top:50%; transform: translateY(-50%); z-index: 10;} 
.ind-bannerTel .zero .txt{ font-size: 0.4rem; line-height: 0.6rem; font-weight: bold;}
.ind-bannerTel .zero .wen{ font-size: 0.24rem; padding: 0.35rem 0.3rem 0;}}
.ind-bannerTel .one{position: absolute; left: 0; width:100%; text-align:center; top:40%; transform: translateY(-60%); z-index: 1; font-family: "Microsoft JhengHei";} 
.ind-bannerTel .one .txt{ color: #fff; font-size: 0.54rem; line-height: 0.76rem; }
.ind-bannerTel .two{position: absolute; right: 0; width:100%; text-align:center; top:50%; transform: translateY(-50%); z-index: 1; font-family: "Microsoft JhengHei";} 
.ind-bannerTel .two .txt{ color: #fff; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.8rem; }
.ind-bannerTel .two .wen{ font-size: 0.28rem; padding:0 0.3rem; color: #fff; letter-spacing: 0.12rem; }
.ind-bannerTel .swiper-pagination{ width: 100%; position: absolute; bottom: 0.4rem!important; z-index:3 } 
.ind-bannerTel .swiper-pagination-bullet {width: 12px; height: 12px; opacity: 1; background: #fff; border-radius: 50%; margin: 0 10px!important;} 
.ind-bannerTel .swiper-pagination-bullet-active {background: #0d6fb6; }


.indexTitle { text-align: center; color: #333; }
.indexTitle2{ color: #fff; }
.indexTitle .title1{ font-size: 0.4rem; line-height: 0.4rem; padding-bottom: 0.25rem; font-family:gotham; text-transform: uppercase;}
.indexTitle .title2{ font-size: 0.3rem; line-height: 0.3rem;}






@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.indexPart1{ overflow: hidden; padding-bottom: 3.5rem; position: relative;background: #f7f7fa;}
.indexPart1:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 60%; height: 100%; background: #f7f7fa; }
.indexPart1 .leftDiv{ width: 5.3rem; padding-top: 1.4rem; position: relative; z-index: 1;}
.indexPart1 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #636363; position: relative; padding-left: 0.7rem; font-weight: bold;}
.indexPart1 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #636363; }
.indexPart1 .wen{ padding-top: 0.35rem; font-size: 0.26rem; line-height: 0.6rem; color: #191c22; font-weight: bold; }
.indexPart1 .content{ font-size: 16px; color: #3f4150; line-height: 30px; padding-bottom: 0.6rem;}
.indexPart1 .btnDiv{ padding-top: 0.75rem; }
.indexPart1 .btnDiv a{ display: block; width: 128px; height: 45px; border: #666 solid 1px; line-height: 45px; color: #666; font-size: 14px; text-align: center; }
.indexPart1 .btnDiv a:hover{ border: #0d6fb6 solid 1px; background: #0d6fb6; color: #fff; }
.indexPart1 .rightDiv{ width: 8.9rem; padding-top: 0.95rem; position: relative; z-index: 1;}
.indexPart1 .numList ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.indexPart1 .numList li p{ font-size: 14px; color: #666; padding-bottom: 0.2rem; }
.indexPart1 .numList li .num{ font-size: 24px; color: #222222; }
.indexPart1 .numList li .numUp{ font-family:mont; font-size: 0.48rem; line-height: 0.48rem; padding-right: 0.1rem; }
.indexPart1 .botList{ position: absolute; z-index: 1; left: 50%; bottom: 1rem; margin-left: -7.68rem; width: 15.36rem; height: 1.86rem; background: #fff; box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.04); }
.indexPart1 .botList li{ float: left; width: 25%; height: 1.86rem; overflow: hidden; position: relative; cursor: pointer;}
.indexPart1 .botList li:after{ content: ''; position: absolute; right: 0; width: 1px; height: 1.26rem; top: 50%; margin-top: -0.63rem; background: #f1f2f5; z-index: 1; }
.indexPart1 .botList li:last-child:after{ display: none; }
.indexPart1 .botList li .ico{ padding-top: 0.32rem; text-align: center; }
.indexPart1 .botList li .name{ font-size: 0.2rem; color: #222; line-height: 0.3rem; padding-top: 0.15rem; text-align: center; font-weight: bold; }
.indexPart1 .botList li .after{ opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0 0.42rem 0 0.25rem; box-sizing: border-box; background: #0d6fb6; z-index: 2; }
.indexPart1 .botList li .name2{ padding: 0.32rem 0 0.15rem; font-weight: bold; font-size: 0.3rem; color: #fff; line-height: 0.3rem; }
.indexPart1 .botList li .msg{ font-size: 14px; line-height: 24px; height: 72px; color: #fff; position: relative; text-transform:uppercase; }
.indexPart1 .botList li .msg:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 17px; height: 7px; background: url(../images/nimg17_1on.png) center no-repeat; }
.indexPart1 .botList li:hover .before{ opacity: 0; }
.indexPart1 .botList li:hover .after{ opacity: 1; }
.indexPart1 .botList li:hover .name2{ opacity: 1;  -webkit-animation: am_top 0.6s ease-in-out 0.3s backwards;}
.indexPart1 .botList li:hover .msg{ opacity: 1; -webkit-animation: am_top 0.8s ease-in-out 0.8s backwards;}

@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,50px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_left
{
    0%{ -webkit-transform:translate(-50px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}
.msgData .swiper-slide{ background:#f7f7f7; height:2.5rem;}
.msgData .swiper-slide .ico{ padding:0.45rem 0 0.2rem; text-align:center;}
.msgData .swiper-slide .ico img{ width:0.86rem;}
.msgData .swiper-slide .name{ font-size: 0.32rem;  line-height:0.42rem;color:#191c22; text-align:center;}
.msgData .swiper-pagination{ position: relative; bottom: 0; padding-top: 0.6rem; }
.msgData .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.msgData .swiper-pagination-bullet-active { background: #0d6fb6; }


.indexPart2 .toptop{ padding-top: 90px; }
.indexPart2 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #636363; position: relative; padding-left: 0.7rem; font-weight: bold;}
.indexPart2 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #636363; }
.indexPart2 .wen{ padding-top: 0.25rem; font-size: 0.17rem; line-height: 0.24rem; color: #191c22; font-weight: bold; text-transform:uppercase;  }

.soluNav{ padding-top: 80px; text-align: center; overflow: hidden; position: relative;}
.soluNav li{ position: relative; float: left; cursor: pointer; width: 11.11%; padding-top: 32px; height: 126px; text-align: center; font-size: 0.16rem;}
.soluNav li:after{ content: ''; display: none; position: absolute; left: 50%; bottom: 0.08rem; width: 0.36rem; margin-left: -0.18rem; height: 0.24rem; background: url(../images/nimg21_1.png) center no-repeat; background-size: 0.36rem;}
.soluNav li p{ padding-top: 25px; line-height: 0.16rem; color: #3f4150; }
.soluNav li .ico{ margin: 0 auto; width: 54px; height: 54px; position: relative; }
.soluNav li .ico .img1{ opacity: 0; position: absolute; left: 0; top: 0; }
.soluNav li.on, .soluNav li a:hover{ box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.08); }
.soluNav li.on .ico img, .soluNav li a:hover .ico img{ opacity: 0; }
.soluNav li.on .ico .img1, .soluNav li a:hover .ico .img1{ opacity: 1; }
.soluNav li.on p, .soluNav li a:hover p{ color: #0d6fb6;}
.soluNav .swiper-button-prev{ display: none; width: 9px; left: 0; height: 14px; top: 50%; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat;  z-index: 2;}
.soluNav .swiper-button-next{ display: none; width: 9px; right: 0; height: 14px; top: 50%; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; z-index: 2; }


.indexPart2 .mxfDiv{ background: #f7f7fa; position: relative; }
.indexPart2 .leftDiv{ position: absolute; width: 7.68rem; left: 50%; top: 0; margin-left: -7.68rem; height: 6.0rem; }
.indexPart2 .name1{ font-size: 0.3rem; line-height: 0.3rem; color: #3f4150; font-weight: bold; padding: 0.75rem 0 0.15rem; }
.indexPart2 .name2{ font-family: mont; font-size: 0.24rem; line-height: 0.24rem; color: #b9c0ce; text-transform: uppercase; }
.indexPart2 .content{ color: #3f4150; font-size: 0.22rem; line-height: 0.36rem; height: 0.72rem; overflow: hidden; padding: 0.3rem 0.6rem 0 0; }
.indexPart2 .links{ padding-top: 0.35rem; }
.indexPart2 .links li{ float: left; width: 50%; }
.indexPart2 .links li a{ position: relative; display: inline-block; font-size: 0.20rem; color: #4d5564; height: 0.48rem; line-height: 0.48rem; padding-right: 40px; }
.indexPart2 .links li a:after{ content: ''; opacity: 0; position: absolute; right: 0; top: 50%; width: 17px; height: 7px; margin-top: -4px; background: url(../images/nimg17_1.png) center no-repeat; }
.indexPart2 .links li a:hover{ color: #0d6fb6; }
.indexPart2 .links li a:hover:after{ opacity: 1; right: 5px; }
.indexPart2 .btnDiv{ position: absolute; left: 0; bottom: 0.75rem; }
.indexPart2 .btnDiv a{ display: block; width: 1.28rem; height: 0.44rem; border: #b9c0ce solid 1px; line-height: 0.44rem; text-align: center; font-size: 14px; color: #0d6fb6; }
.indexPart2 .btnDiv a:hover{ color: #fff; background: #0d6fb6; border: #0d6fb6 solid 1px; }

.indexPart2 .rightDiv{ width: 50%; position: relative; height: 6.0rem; background-size: cover; background-position: center;}
.indexPart2 .rightDiv .bg img{ width: 100%; }
.indexPart2 .botDiv{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0.5rem 0.45rem; box-sizing: border-box; background: rgba(0,0,0,0.3); }

.onePic{ padding: 0 0.7rem; position: relative; }
.onePic .swiper-slide img{ width: 100%; }
.onePic .prev{ display: block; position: absolute; left: 0; width: 0.4rem; height: 0.4rem; top: 50%; margin-top: -0.2rem; box-sizing: border-box; border: #dadde0 solid 2px;border-radius: 50%; }
.onePic .prev:before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat;}
.onePic .next{ display: block; position: absolute; right: 0; width: 0.4rem; height: 0.4rem; top: 50%; margin-top: -0.2rem; box-sizing: border-box; border: #dadde0 solid 2px;border-radius: 50%; }
.onePic .next:before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat;}
.onePic .prev:hover, .onePic .next:hover{ border: #0d6fb6 solid 2px; background: #0d6fb6; }
.onePic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.onePic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.imgDiv{ margin:7px;}
.indexP{ padding: 0 0.7rem; margin:44px 0px; position: relative; }
.indexP .swiper-slide img{ width: 100%; border:1px solid #e4e4e4 }
.indexP .prev{ display: block; position: absolute; left: 0; width: 0.4rem; height: 0.4rem; top: 50%; margin-top: -0.2rem; box-sizing: border-box; border: #dadde0 solid 2px;border-radius: 50%; }
.indexP .prev:before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat;}
.indexP .next{ display: block; position: absolute; right: 0; width: 0.4rem; height: 0.4rem; top: 50%; margin-top: -0.2rem; box-sizing: border-box; border: #dadde0 solid 2px;border-radius: 50%; }
.indexP .next:before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat;}
.indexP .prev:hover, .indexP .next:hover{ border: #0d6fb6 solid 2px; background: #0d6fb6; }
.indexP .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.indexP .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.indexPart3 .toptop{ padding: 100px 0 60px; }
.indexPart3 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #636363; position: relative; padding-left: 0.7rem; font-weight: bold;}
.indexPart3 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #636363; }
.indexPart3 .wen{ padding: 0.25rem 0 0.08rem;     font-size: 0.17rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }

.specialPic3 .list{ position: relative; }
.specialPic3 .list ul{display: flex; display: -webkit-flex;}
.specialPic3 .list li{ width: 20%; height: 6.5rem; background: center no-repeat; background-size: auto 100%; position: relative; color: #fff; overflow: hidden; }
.specialPic3 .list li:before{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.44); opacity: 1; }
.specialPic3 .list li .botDiv{ position: absolute; left: 0; bottom: -2.6rem; width: 100%; height: 2.6rem; background: rgba(255,255,255,0.9); z-index: 3;}
.specialPic3 .list li .nameDiv{ position: absolute; left: 0.65rem; top: 2.42rem; z-index: 2;}
.specialPic3 .list li .name1{ color: #fff; font-size: 0.2rem; line-height: 0.3rem; padding-bottom: 0.15rem; font-weight: bold;}
.specialPic3 .list li .name2{ font-size: 0.18rem; color: rgba(255,255,255,0.5); text-transform: uppercase; font-family: mont; line-height: 0.24rem; height:0.48rem;}
.specialPic3 .list li .ico{ padding-top: 1.9rem; }
.specialPic3 .list li .l7Div{ padding: 0.3rem 0.5rem 0; }
.specialPic3 .list li .leftDiv{ width: 100%; }
.specialPic3 .list li .rightDiv{ width: 2.8rem; }
.specialPic3 .list li .botDiv .msg{ font-size: 14px; line-height: 24px; height: 72px; color: #6f6f6f; overflow: hidden; margin-bottom: 0.2rem; }
.specialPic3 .list li .botDiv .more a{ display: block; width: 1.28rem; height: 0.44rem; line-height: 0.44rem; font-size: 14px; border: #0d6fb6 solid 1px; color: #0d6fb6; text-align: center; }
.specialPic3 .list li .botDiv .more a:hover{ border: #0d6fb6 solid 1px; background: #0d6fb6; color:#fff; }
.specialPic3 .list li .botDiv .name1{ color: #3f4150; }
.specialPic3 .list li .botDiv .links{ padding-top:0.38rem;}
.specialPic3 .list li .botDiv .links a{ display: inline-block; position: relative; padding-left: 0.2rem; font-size: 0.16rem; line-height: 0.36rem; color: #0d6fb6; }
.specialPic3 .list li .botDiv .links a:after{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -5px; width: 6px; height: 10px; background: url(../images/ico1on2.png) center no-repeat; }
.specialPic3 .list li .botDiv .links a:hover{ color: #0d6fb6; }
.specialPic3 .list li .bg img{ width: 100%; }
.specialPic3 .list li.on { width: 40%; }
.specialPic3 .list li.on .nameDiv{ opacity: 0; }
.specialPic3 .list li.on:before{ opacity: 0; }
.specialPic3 .list li.on .botDiv{ bottom: 0; }
.specialPic3 .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.5); z-index: 5; }
.specialPic3 .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.specialPic3 .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.5); z-index: 5; }
.specialPic3 .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.specialPic3 .swiper-button-prev:hover, .specialPic3 .swiper-button-next:hover{ background: #0d6fb6; }
.specialPic3 .swiper-button-prev:hover:before, .specialPic3 .swiper-button-next:hover:before{ opacity: 1; }


.indexPart4{ padding: 100px 0 0px; }
.indexPart4 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.indexPart4 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.indexPart4 .wen{ padding: 0.25rem 0 0.65rem; font-size: 0.17rem; line-height: 0.36rem; color: #191c22; font-weight: bold; text-transform:uppercase; }

.indexPart5{ background: #f7f7fa; padding: 65px 0 120px; overflow: hidden; }
.indexPart5 .toptop{ position: relative; overflow: hidden; height: 0.85rem;}
.indexPart5 .tab li{ float: left; margin-right: 0.6rem; height: 0.4rem; position: relative; font-size: 0.2rem; line-height: 0.2rem; font-weight: bold; color: #0d6fb6;}
.indexPart5 .tab li:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #636363; }
.indexPart5 .tab .liNow{ color: #636363; }
.indexPart5 .tab .liNow:after{ width: 100%; }
.indexPart5 .tabContentDiv{ height: 6.46rem; position: relative; }
.indexPart5 .tabContent{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexPart5 .leftDiv{ width: 8.3rem; }
.indexPart5 .leftDiv ul{ margin-right: -0.5rem; }
.indexPart5 .leftDiv li{ float: left; width: 50%; }
.indexPart5 .leftDiv li .box{ margin-right: 0.5rem; background: #fff; height: 6.46rem; }
.indexPart5 .leftDiv li .imgDiv{ overflow: hidden; }
.indexPart5 .leftDiv li .imgDiv img{ width: 100%; }
.indexPart5 .leftDiv li .botDiv{ padding: 0.35rem 0.3rem 0; }
.indexPart5 .leftDiv li .time{ font-size: 0.16rem; padding: 0.3rem 0 0.4rem; color: #b9c0ce; }
.indexPart5 .leftDiv li .name{ font-weight: bold; font-size: 0.24rem; color: #353432; line-height: 0.36rem; 
height: 0.72rem; overflow: hidden; 
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPart5 .leftDiv li .content{ font-size: 14px; color: #6f6f6f; line-height: 24px; height: 72px; 
overflow: hidden; padding-top: 0.15rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
 }
.indexPart5 .leftDiv li .more{ font-size: 14px; color: #0d6fb6; position: relative; width: 90px; }
.indexPart5 .leftDiv li .more:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -2px; width: 17px; height: 7px; background: url(../images/nimg17_1.png) center no-repeat; }
.indexPart5 .leftDiv li .box:hover .name{ color: #0d6fb6; }
.indexPart5 .leftDiv li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexPart5 .leftDiv li .box:hover .more:after{ right: 5px; }

.indexPart5 .rightDiv{ width: 6.6rem; height: 6.46rem; background: #fff;}
.indexPart5 .detail{ height: 2.38rem; border-bottom: #f2f2f2 solid 1px; padding: 0.4rem 0.55rem 0;}
.indexPart5 .detail .name a{ display: block; font-size: 0.24rem; color: #3f4150; line-height: 0.36rem; height: 0.72rem;
 overflow: hidden; font-weight: bold;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }
.indexPart5 .detail .content{ font-size: 14px; line-height: 24px; color: #6f6f6f; height: 72px; overflow: hidden; padding-top: 0.2rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
 }
.indexPart5 .detail .time{ font-size: 0.16rem; line-height: 0.16rem; color: #b9c0ce; padding-top: 0.2rem; }
.indexPart5 .detail:hover .name a{ color: #0d6fb6; }
.indexPart5 .list{ padding: 0.2rem 0.55rem 0; }
.indexPart5 .list li a{ display: block; height: 0.4rem; line-height: 0.4rem; overflow: hidden; font-size: 0.16rem; color: #3f4150;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
.indexPart5 .list li a:hover{ color: #0d6fb6; }
.indexPart5 .btnDiv{ padding: 0.2rem 0 0 0.55rem; }
.indexPart5 .btnDiv a{ display: block; width: 138px; height: 45px; border: #b9c0ce solid 1px; line-height: 45px; color: #0d6fb6; font-size: 14px; text-align: center;}
.indexPart5 .btnDiv a:hover{ border: #0d6fb6 solid 1px; background: #0d6fb6; color: #fff; }

.indexPart6{ padding: 0.55rem 0; }
.indexPart6 .leftDiv{ width: 5.4rem; padding-top: 0.85rem;}
.indexPart6 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.indexPart6 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.indexPart6 .wen{ padding-top: 0.35rem; font-size: 0.36rem; line-height: 0.6rem; color: #191c22; font-weight: bold; }
.indexPart6 .msg{ padding-top: 0.65rem; font-size: 16px; color: #3f4150; }
.indexPart6 .msg em{ font-family: mont; color: #0d6fb6; font-size: 0.72rem; line-height: 0.72rem; padding: 0 16px; }
.indexPart6 .rightImg{ width: 9.92rem; }
.indexPart6 .rightImg .limg img{ width: 100%; }
.indexPart6 .mapDiv{ position: relative; }
.indexPart6 .mapDiv .bg img{ width: 100%; }
.indexPart6 .mapDiv li { position: absolute; font-size: 0.16rem; line-height: 0.16rem; color: #4b4948;}
.indexPart6 .mapDiv li img{ -webkit-animation:warn 3s ease-out both;-moz-animation:warn 3s ease-out both;-o-animation:warn 3s ease-out both;animation:warn 3s 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}
.indexPart6 .mapDiv li.america { left: 1.9rem; top: 1.45rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.america img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.mexico { left: 1.66rem; top: 2rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.mexico img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.germany { left: 5.08rem; top: 1.1rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.germany img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.swiss { left: 4.86rem; top: 1.35rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.swiss img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.africa { left: 5.28rem; top: 3.53rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.africa img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.kenya { left: 5.88rem; top: 2.7rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.kenya img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.india { left: 6.92rem; top: 2.28rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.india img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.vietnam { left: 7.53rem; top: 2.56rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.vietnam img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.indonesia { left: 8.1rem; top: 2.87rem; padding-top:0.35rem; padding-left: 0.3rem;}
.indexPart6 .mapDiv li.indonesia img{ position:absolute; left:0; top:0; width:0.22rem;}
.indexPart6 .mapDiv li.china { left: 7.9rem; top: 1.88rem; padding-top:0.18rem; padding-left: 0.3rem; font-weight: bold; font-size: 0.18rem; line-height: 0.2rem;}
.indexPart6 .mapDiv li.china img{ position:absolute; left:0; top:0; width:0.22rem;}



@-webkit-keyframes warn{
0%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:1}
50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:1}
}
@-moz-keyframes warn{
0%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:1}
50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:1}
}
@-o-keyframes warn{
0%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:1}
50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:1}
}
@keyframes warn{
0%{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:1}
50%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}
100%{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:1}
}

.indexForm{ background: #fff; padding: 0.38rem 0; overflow: hidden; border-top: #e8e8e8 solid 1px; }
.indexForm .txt{ line-height: 0.62rem; padding-left: 2.9rem; color: #191c22; font-size: 20px; }
.indexForm .btnGroup{ padding-right: 2.88rem; }
.indexForm .btnGroup li{ float: left; padding-left: 20px; }
.indexForm .btnGroup li a{ display: block; position: relative; text-indent: 0.38rem; width: 1.9rem; height: 0.6rem; border: #0d6fb6 solid 1px; line-height: 0.6rem; font-size: 0.16rem; color: #0d6fb6; }
.indexForm .btnGroup li a:hover{ background: #0d6fb6; color: #fff; }
.indexForm .btnGroup li:nth-child(1) a:before{ content: ''; position: absolute; right: 0.34rem; top: 50%; margin-top: -0.13rem; width: 0.25rem; height: 0.25rem; background: url(../images/nimg25_5.png) center no-repeat; background-size: 0.25rem; }
.indexForm .btnGroup li:nth-child(1) a:hover:before{ background: url(../images/nimg25_5on.png) center no-repeat; background-size: 0.25rem;}
.indexForm .btnGroup li:nth-child(2) a:before{ content: ''; position: absolute; right: 0.42rem; top: 50%; margin-top: -0.04rem; width: 0.17rem; height: 0.07rem; background: url(../images/nimg17_1.png) center no-repeat; background-size: 0.17rem; }
.indexForm .btnGroup li:nth-child(2) a:hover:before{ background: url(../images/nimg17_1on.png) center no-repeat; background-size: 0.17rem;}

.aboutPart1{ padding: 0.2rem 0; }
.aboutPart1 .title{ text-align: center; color: #191c22; font-size: 36px; line-height: 36px; font-weight: bold; padding-bottom: 0.5rem; }
.aboutPart1 .content{ font-size: 16px; line-height: 36px; color: #3f4150; padding: 0 1.75rem 0.85rem; text-align: center; }
.aboutPart1 .content p{ padding: 0 1.2rem; }
.aboutPart1 .list ul{display: inline-flex; width: 100%;}
.aboutPart1 .list li{ width: 33.33%; height: 495px; position: relative; flex-grow: 1; padding-left: 15px; padding-right: 15px; transition: .65s; box-sizing: border-box;}
.aboutPart1 .list li .box{ width: 100%; position: relative; overflow: hidden;}
.aboutPart1 .list li .bg{ height: 495px; }
.aboutPart1 .list li:hover{width:56%}
.aboutPart1 .list li .layer{ position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); text-align: center; color: #fff; }
.aboutPart1 .list li .name{ padding-top: 0.32rem; position: relative; height: 46px; font-size: 24px; line-height: 24px; font-weight: bold; }
.aboutPart1 .list li .name:after{ content: ''; position: absolute; left: 50%; width: 26px; height: 2px; margin-left: -13px; bottom: 0; background: #fff;}
.aboutPart1 .list li .msg{ position: absolute; left: 50%; bottom: -25%; color: #fff; text-align: center; width: 4.8rem; margin-left: -2.4rem;  font-size: 16px; line-height: 30px; }
.aboutPart1 .list li:hover .layer{ top: 45%; transform: translateY(-55%);}
.aboutPart1 .list li:hover .msg{ bottom: 20%; }

.aboutPart2{ background: #f7f7fa; position: relative; overflow: hidden; }
.aboutPart2 .conDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 50%; transform: translateY(-50%); z-index: 1; }
.aboutPart2 .rightImg{ width: 50%; }
.aboutPart2 .rightImg img{ width: 100%; }
.aboutPart2 .title{ font-weight: bold; font-size: 36px; line-height: 36px; color: #191c22; padding-bottom: 0.55rem; }
.aboutPart2 .msgList li{ padding-bottom: 0.45rem; }
.aboutPart2 .msgList li:last-child{ padding-bottom: 0; }
.aboutPart2 .msgList li .txt{ color: #191c22; font-size: 24px; line-height: 24px; padding-bottom: 10px; }

@media screen and (min-width: 1024px) {.aboutPart2 .msgList li .msg{ font-size: 16px;width: 30%; line-height:200%; }}
@media screen and (max-width: 1024px) {.aboutPart2 .msgList li .msg{ font-size: 16px;width: 100%; line-height:200%; }}

.aboutPart3{ padding: 1.2rem 0;background: #f5f5f5; }
.aboutPart3 .title{ text-align: center; padding-bottom: 0.6rem; font-size: 36px; line-height: 36px; color: #191c22; font-weight: bold; }
.aboutPart3 .list ul{ margin-right: -0.34rem; }
.aboutPart3 .list li{ float: left; width: 25%; }
.aboutPart3 .list li .box{ margin-right: 0.34rem; background: #f7f7fa; padding-top: 1.0rem; height: 3.0rem; }
.aboutPart3 .list li .ico{ width: 1.4rem; height: 1.4rem; text-align: center; line-height: 1.4rem; margin: 0 auto; border-radius: 50%; background: #fff; }
.aboutPart3 .list li .ico img{ width: 0.77rem; }
.aboutPart3 .list li .name{ text-align: center; font-size: 24px; color: #191c22; padding-top: 0.32rem; }
.aboutPart3 .list li .box:hover img{ -webkit-transform: rotateY(-360deg);  transform: rotateY(-360deg); }

.aboutPart4 .toptop{ padding: 1.7rem 0 1.2rem; background: url(../images/aboutPart4.jpg) center no-repeat; background-size: cover; background-attachment: fixed;}
.aboutPart4 .title{ text-align: center; color: #fff; font-weight: bold; font-size: 36px; line-height: 36px; padding-bottom: 0.75rem; }
.aboutPart4 .progress-bar{ width: 1200px; margin: 0 auto; position: relative;}
.aboutPart4 .progress-bar:after{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; z-index: 0; background: rgba(255,255,255,0.6); }
.aboutPart4 .progress-bar ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; position: relative; z-index: 1;}
.aboutPart4 .progress-bar li{ cursor: pointer; position: relative; width: 80px; height: 80px; line-height: 80px; text-align: center; font-size: 16px; font-family: mont; border-radius: 50%; background: #bfc0c1; }
.aboutPart4 .progress-bar li:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: #0d6fb6; border-radius: 50%; z-index: 0;}
.aboutPart4 .progress-bar li em{ display: block; position: relative; z-index: 1; }
.aboutPart4 .progress-bar .active{ background: #fff; color: #fff; }
.aboutPart4 .progress-bar .active:after{ width: 68px; height: 68px; left: 6px; top: 6px; }
.aboutPart4 .botbot{ padding: 1.0rem 0; background: #f7f7fa; }
.aboutPart4 .list { width: 20.5rem; overflow: hidden; position: relative;}
.aboutPart4 .list li .box{ margin-right: 45px; }
.aboutPart4 .list li .year{ height: 35px; line-height: 30px; font-size: 30px; color: #0d6fb6; border-bottom: #0d6fb6 solid 1px; font-family: mont;}
.aboutPart4 .list li .msgList{ padding-top: 35px; }
.aboutPart4 .list li .msgList dd{ font-size: 16px; line-height: 30px; color: #3f4150;}


.history-content { height: 460px; background: #f7f7fa; color: #3f4150; overflow: hidden;}
.history-content .mod-con { position: relative; width: 15.36rem; margin: 0 auto;}
.history-main { width: 10000px; position: absolute;}

.history-main-box{ width: 4.82rem; float: left; margin-right: 0.42rem;}
.history-title{ font-size: 30px; padding-top: 90px; line-height: 42px; border-bottom:1px solid #0d6fb6; margin-bottom: 30px;color: #0d6fb6; font-family: Gilroy;}
.history-main-box .li{ line-height: 30px; font-size: 0.16rem; overflow: hidden;padding-bottom: 10px;}
.history-main-box .li .left{ float: left; width: 40px; padding-right: 10px; }
.history-main-box .li .right{ width: 100%; float: left;}

.history-content .mod-con{ position: relative;}


.aboutPart4Tel{ padding: 1.0rem 0.3rem; background: #f7f7fa;}
.aboutPart4Tel .title{ text-align: center; color: #191c22; font-weight: bold; font-size: 0.42rem; line-height: 0.42rem; padding-bottom: 0.75rem; }
.aboutPart4Tel .list{ position: relative; margin-bottom: 0.5rem;}
.aboutPart4Tel .list:before{ content: ''; position: absolute; left: 0.1rem; width: 2px; top: 0; height: 100%; background: #e6e6e6; z-index: 0;}
.aboutPart4Tel .list li{ position: relative; padding: 0 0 0.4rem 0.4rem; font-size: 0.26rem; line-height: 0.48rem; background: url(../images/nimg14_1.png) left 4px no-repeat; background-size: 0.26rem; color: #999; }
.aboutPart4Tel .list li .year{ font-size: 0.42rem; line-height: 0.42rem; padding-bottom: 0.2rem; font-family: mont; color: #0d6fb6;}
.aboutPart4Tel .list li dd{ padding-bottom: 0.2rem; } 

.aboutPart5{ padding: 1.2rem 0; }
.aboutPart5 .title{ text-align: center; color: #191c22; font-weight: bold; font-size: 36px; line-height: 36px; padding-bottom: 0.6rem; }
.aboutPart5 .haha{ text-align: center; }
.aboutPart5 .haha li{ display: inline-block; margin: 0 30px; height: 40px; font-size: 18px; line-height: 18px; position: relative; cursor:pointer;}
.aboutPart5 .haha li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #0d6fb6; }
.aboutPart5 .haha .liNow{ color: #3f4150; font-weight: bold; }
.aboutPart5 .haha .liNow:after{ left: 0; width: 100%; }
.aboutPart5 .mapDiv img{ width: 100%; }
#map {width:100%;height:600px;
}
   .BMap_stdMpCtrl {
    
    display:none;
    }
     .anchorBL {
    
    display:none;
    }
      .BMap_cpyCtrl {
    
    display:none;
    }
	
.aboutPart6{ padding-top:1.2rem;  background: url(../images0/honorBg.jpg) center no-repeat; background-size: cover;}	
.aboutPart6 .title{ text-align:center; font-size:36px; line-height:36px; color:#fff; font-weight:bold; padding-bottom:0.4rem;}
.aboutPart6 .btn{ text-align:center; padding-bottom:30px;}	
.aboutPart6 .btn li{ display:inline-block; margin:0 50px; position:relative; height:28px; font-size:18px; line-height:18px; color:#fff; cursor:pointer; font-family:Gilroy;}	
.aboutPart6 .btn li:after{ content:''; position:absolute; width:0; left:50%; bottom:0; height:2px; background:#0d6fb6;}	
.aboutPart6 .btn li.on{ color:#0d6fb6;}	
.aboutPart6 .btn li.on:after{ left:0; width:100%;}	

.honorPic{ position: relative; }
.honorPic .swiper-container{ padding-bottom: 100px; overflow: hidden; position: relative; }
.honorPic .swiper-slide .lbox{ border:#efefef solid 2px; height:324px; box-sizing:border-box; padding:30px 20px 0;}
.honorPic .swiper-slide .imgDiv{ text-align:center; height:2.12rem;}
.honorPic .swiper-slide .imgDiv img{ max-width:3.0rem; max-height:2.12rem;}
.honorPic .swiper-slide{ position: relative; overflow: hidden;}
.honorPic .swiper-slide .name{ line-height: 30px; font-size: 18px; color: #000; height: 60px; padding-top:10px; overflow: hidden; text-align:center;}
.honorPic .swiper-container-horizontal>.swiper-scrollbar { height: 2px; background: #fff; left: auto; margin-left: 0; right:0; width: 14.68rem; top: auto; bottom: 0.27rem;}
.honorPic .swiper-scrollbar-drag { background: #0d6fb6;}
.honorPic .prev{ z-index: 2; position: absolute; left: 0; bottom: 0.14rem; display: block; width: 42px; height: 42px; background: url(../images/rr02.png) center no-repeat;}
.honorPic .next{ z-index: 2; position: absolute; left: 31px; bottom: 0.14rem; display: block; width: 42px; height: 42px; background: url(../images/rr01.png) center no-repeat;    margin-left: 24px;}
.honorPic .prev:hover{ background: url(../images/rr002.png) center no-repeat;}
.honorPic .next:hover{ background: url(../images/rr001.png) center no-repeat;}	
 
.rootPart1{ padding: 1.25rem 0 1.35rem; overflow: hidden; position: relative; }
.rootPart1 .leftDiv{ position: relative; z-index: 1; }
.rootPart1 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; font-weight: bold;}
.rootPart1 .wen{ padding-top: 0.25rem; font-size: 0.36rem; line-height: 0.36rem; height: 0.8rem; position: relative; color: #191c22; font-weight: bold; }
.rootPart1 .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; }
.rootPart1 .rightDiv{ width: 8.05rem; position: relative; z-index: 1; }
.rootPart1 .content{ font-size: 16px; line-height: 36px; color: #3f4150; }
.rootPart1 .numList{ padding-top: 50px; }
.rootPart1 .numList ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.rootPart1 .numList li p{ font-size: 14px; color: #0d6fb6; padding-bottom: 0.2rem; }
.rootPart1 .numList li .num{ font-size: 24px; color: #191c22; }
.rootPart1 .numList li .numUp{ font-family:mont; font-size: 0.48rem; line-height: 0.48rem; padding-right: 0.1rem; color: #0d6fb6; }

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rootPart2{ padding-top: 85px; height: 685px; background: url(../images/rootPart2.jpg) center no-repeat; background-size: cover; position: relative; }
.rootPart2 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #fff; text-align: center; font-weight: bold;}
.rootPart2 .wen{ padding-top: 0.25rem; font-size: 0.36rem; line-height: 0.36rem; height: 0.75rem; color: #fff; text-align: center; font-weight: bold; position: relative;}
.rootPart2 .wen:after{ content: ''; position: absolute; left: 50%; margin-left: -25px; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; }
.rootPart2 .list{ padding-top: 65px; }
.rootPart2 .list li .box{ padding: 0 0.4rem; height: 374px; background: #fff; }
.rootPart2 .list li .ico{ padding-top: 0.5rem; }
.rootPart2 .list li .name{ font-weight: bold; font-size: 0.3rem; color: #191c22; line-height: 0.3rem; padding: 0.4rem 0 0.3rem; }
.rootPart2 .list dd{ font-size: 0.14rem; line-height: 30px; color: #0d6fb6; padding-left: 16px; background: url(../images/ico1.png) left 0.12rem no-repeat; }
.rootPart2 .list li:hover .ico{ padding-top: 0.4rem; }
.rootPart2 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.rootPart2 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.rootPart2 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.rootPart3{ padding: 100px 0 120px; }
.rootPart3 .txt{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #191c22; padding-bottom: 0.35rem;}
.rootPart3 .wen{ text-align: center; color: #191c22; font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; }
.rootPart3 .content{ font-size: 16px; color: #3f4150; line-height: 32px; padding: 100px 0 25px; }
.rootPart3 .imgDiv img{ width: 100%; }

.rootPart4{ background: #000f27; padding: 120px 0; overflow: hidden; }
.rootPart4 .leftDiv{ width: 6.15rem; }
.rootPart4 .rightImg{ width: 7.66rem; }
.rootPart4 .rightImg img{ width: 100%; }
.rootPart4 .txt{ font-size: 0.36rem; line-height: 0.36rem; color: #fff; padding-bottom: 0.55rem; }
.rootPart4 .list li{ padding: 0.32rem 0; border-bottom: #2d394e solid 1px; }
.rootPart4 .list li .name{ padding-left: 36px; cursor: pointer; color: #fff; font-weight: bold; font-size: 24px; line-height: 24px; background: url(../images/nimg16_1.png) left center no-repeat; }
.rootPart4 .list li .name.on{ background: url(../images/nimg16_1on.png) left center no-repeat;}
.rootPart4 .list li .hideBox{ display: none; padding-top: 10px; }
.rootPart4 .list li .content{ font-size: 16px; color: #0d6fb6; padding-left: 36px; }

.rootPart5{ background: #f7f7fa; padding: 90px 0 120px; }
.rootPart5 .title{ text-align: center; font-size: 36px; line-height: 36px; position: relative; height: 80px; color: #36383c; }
.rootPart5 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.rootPart5 .list{ padding-top: 56px; }
.rootPart5 .list li .box{ background: #fff; height: 3.85rem; padding: 0.6rem 0 0 1.0rem; }
.rootPart5 .list li .ico{ position: relative; }
.rootPart5 .list li .ico .img1{ position: absolute; left: 0; top: 0; opacity: 0; }
.rootPart5 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; padding: 0.35rem 0 0.2rem; color: #191c22; font-weight: bold; }
.rootPart5 .list dd{ color: #3f4150; line-height: 0.36rem; font-size: 0.16rem; padding-left: 20px; background: url(../images/ico1.png) left center no-repeat;} 
.rootPart5 .list li .box:hover{ background: #0d6fb6; box-shadow: 0px 10px 21px 0px rgba(17, 168, 78, 0.27);}
.rootPart5 .list li .box:hover .name{ color: #fff; }
.rootPart5 .list li .box:hover dd{ color: #fff; background: url(../images/ico1on.png) left center no-repeat; }
.rootPart5 .list li .box:hover .ico img{ opacity: 0; }
.rootPart5 .list li .box:hover .ico .img1{ opacity: 1; }
.rootPart5 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.rootPart5 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.rootPart5 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.rootPart6{ padding: 80px 0 130px; }
.rootPart6 .title{ text-align: center; font-size: 36px; line-height: 36px; color: #191c22; padding-bottom: 35px; }
.rootPart6 .tab2{ text-align: center; padding-bottom: 38px; }
.rootPart6 .tab2 li{ display: inline-block; margin: 0 23px; height: 34px; position: relative; font-size: 18px; color: #191c22;}
.rootPart6 .tab2 li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #0d6fb6; }
.rootPart6 .tab2 .liNow{ color: #0d6fb6; }
.rootPart6 .tab2 .liNow:after{ width: 100%; left: 0; }
.rootPart6 .bigBox{ height: 6.02rem; background: #f7f7fa; position: relative; padding: 0 6.2rem 0 0.6rem; -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards; }
.rootPart6 .imgDiv{ position: absolute; right: 0; top: 0; }
.rootPart6 .imgDiv img{ width: 5.25rem; }
.rootPart6 .msgList{ padding-top: 0.8rem; }
.rootPart6 .msgList li{ padding-left: 20px; color: #3f4150; line-height: 0.36rem; font-size: 0.16rem; background: url(../images/ico1.png) left 0.12rem no-repeat; }

.rootPart7 .toptop{ padding: 75px 0 60px; background: #191c22; }
.rootPart7 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 30px; }
.rootPart7 .wen{ font-size: 36px; color: #fff; text-align: center; height: 80px; position: relative; }
.rootPart7 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }

.specialPic .list{ position: relative; }
.specialPic .list ul{display: flex; display: -webkit-flex;}
.specialPic .list li{ width: 20%; height: 6.5rem; background: center no-repeat; background-size: auto 100%; position: relative; color: #fff; overflow: hidden; }
.specialPic .list li:before{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.5); opacity: 1; }
.specialPic .list li .botDiv{ position: absolute; left: 0; bottom: -2.6rem; width: 100%; height: 2.6rem; background: rgba(0,0,0,0.8); z-index: 3;}
.specialPic .list li .nameDiv{ position: absolute; left: 0.85rem; top: 2.42rem; z-index: 2;}
.specialPic .list li .name1{ color: #fff; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.15rem; font-weight: bold;}
.specialPic .list li .name2{ font-size: 0.18rem; color: rgba(255,255,255,0.5); text-transform: uppercase; font-family: mont; line-height: 0.24rem; height:0.48rem;}
.specialPic .list li .ico{ padding-top: 1.9rem; }
.specialPic .list li .l7Div{ padding: 0.45rem 0.5rem 0; }
.specialPic .list li .botDiv .msg{ font-size: 14px; line-height: 24px; height: 48px; color: #fff; overflow: hidden; margin-bottom: 0.35rem; }
.specialPic .list li .botDiv .more a{ display: block; width: 1.28rem; height: 0.44rem; line-height: 0.44rem; font-size: 14px; border: #0d6fb6 solid 1px; color: #0d6fb6; text-align: center; }
.specialPic .list li .botDiv .more a:hover{ border:#0d6fb6 solid 1px; background:#0d6fb6; color: #fff;}
.specialPic .list li.on { width: 40%; }
.specialPic .list li.on .nameDiv{ opacity: 0; }
.specialPic .list li.on:before{ opacity: 0; }
.specialPic .list li.on .botDiv{ bottom: 0; }
.specialPic .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.5); z-index: 5; }
.specialPic .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.specialPic .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.5); z-index: 5; }
.specialPic .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.specialPic .swiper-button-prev:hover, .specialPic .swiper-button-next:hover{ background: #0d6fb6; }
.specialPic .swiper-button-prev:hover:before, .specialPic .swiper-button-next:hover:before{ opacity: 1; }

.rootPart8 .toptop{ padding: 75px 0 60px; background: #fff; }
.rootPart8 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 30px; }
.rootPart8 .wen{ font-size: 36px; color: #191c22; text-align: center; height: 80px; position: relative; }
.rootPart8 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }

.specialPic2 .list{ position: relative; }
.specialPic2 .list ul{display: flex; display: -webkit-flex;}
.specialPic2 .list li{ width: 20%; height: 6.5rem; background: center no-repeat; background-size: auto 100%; position: relative; color: #fff; overflow: hidden; }
.specialPic2 .list li:before{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.5); opacity: 1; }
.specialPic2 .list li .botDiv{ position: absolute; left: 0; bottom: -2.6rem; width: 100%; height: 2.6rem; background: #fff; z-index: 3;}
.specialPic2 .list li .nameDiv{ position: absolute; left: 0.85rem; top: 2.42rem; z-index: 2;}
.specialPic2 .list li .name1{ color: #fff; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.15rem; font-weight: bold;}
.specialPic2 .list li .name2{ font-size: 0.18rem; color: rgba(255,255,255,0.5); text-transform: uppercase; font-family: mont; line-height: 0.24rem;}
.specialPic2 .list li .ico{ padding-top: 1.9rem; }
.specialPic2 .list li .l7Div{ padding: 0.45rem 0.5rem 0; }
.specialPic2 .list li .botDiv .msg{ font-size: 14px; line-height: 24px; height: 48px; color: #0d6fb6; overflow: hidden; margin-bottom: 0.35rem; }
.specialPic2 .list li .botDiv .more a{ display:block; width: 1.28rem; height: 0.44rem; line-height: 0.44rem; font-size: 14px; border: #0d6fb6 solid 1px; color: #0d6fb6; text-align: center; }
.specialPic2 .list li .botDiv .more a:hover{ border:#0d6fb6 solid 1px; background:#0d6fb6; color: #fff;}
.specialPic2 .list li .botDiv .name1{ color: #3f4150; }
.specialPic2 .list li.on { width: 40%; }
.specialPic2 .list li.on .nameDiv{ opacity: 0; }
.specialPic2 .list li.on:before{ opacity: 0; }
.specialPic2 .list li.on .botDiv{ bottom: 0; }
.specialPic2 .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.specialPic2 .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.specialPic2 .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.specialPic2 .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.specialPic2 .swiper-button-prev:hover, .specialPic2 .swiper-button-next:hover{ background: #0d6fb6; }
.specialPic2 .swiper-button-prev:hover:before, .specialPic2 .swiper-button-next:hover:before{ opacity: 1; }

.rootPart9{ background: #f7f7fa; padding: 120px 0; }
.rootPart9 .leftDiv{ width: 6.1rem; }
.rootPart9 .txt{ font-weight: bold; font-size: 24px; line-height: 24px; color: #0d6fb6; padding-bottom: 25px; }
.rootPart9 .wen{ font-size: 36px; line-height: 36px; color: #191c22; height: 72px; position: relative; }
.rootPart9 .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; }
.rootPart9 .content{ font-size: 16px; color: #3f4150; padding-top: 0.5rem; line-height: 30px; }
.rootPart9 .rightImg{ padding-right: 0.42rem; }
.rootPart9 .rightImg img{ width: 6.03rem; }
.rootPart9 .btnDiv{ padding-top:25px;}
.rootPart9 .btnDiv a { display: block; width: 1.28rem; height: 0.44rem; border: #b9c0ce solid 1px; line-height: 0.44rem; text-align: center; font-size: 14px; color: #0d6fb6;}
.rootPart9 .btnDiv a:hover{ border: #0d6fb6 solid 1px; background: #0d6fb6; color:#fff;}


.rootPart10{ background: url(../images/rootPart10.jpg) center no-repeat; background-size: cover; padding-top: 85px; height: 7.75rem;}
.rootPart10 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.rootPart10 .wen{ text-align: center; font-size: 36px; line-height: 36px; position: relative; height: 80px; color: #fff; }
.rootPart10 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.rootPart10 .list{ padding-top: 56px; }
.rootPart10 .list li .box{ background: #fff; height: 4.05rem; padding: 0.6rem 0.85rem 0 1.0rem; }
.rootPart10 .list li .ico{ position: relative; }
.rootPart10 .list li .ico .img1{ position: absolute; left: 0; top: 0; opacity: 0; }
.rootPart10 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; padding: 0.25rem 0 0.2rem; color: #191c22; font-weight: bold; }
.rootPart10 .list dd{ color: #3f4150; line-height: 0.36rem; font-size: 0.16rem; padding-left: 20px; background: url(../images/ico1.png) left 0.12rem no-repeat;} 
.rootPart10 .list li .box:hover{ background: #0d6fb6; box-shadow: 0px 10px 21px 0px rgba(17, 168, 78, 0.27);}
.rootPart10 .list li .box:hover .name{ color: #fff; }
.rootPart10 .list li .box:hover dd{ color: #fff; background: url(../images/ico1on.png) left 0.12rem no-repeat; }
.rootPart10 .list li .box:hover .ico img{ opacity: 0; }
.rootPart10 .list li .box:hover .ico .img1{ opacity: 1; }
.rootPart10 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.rootPart10 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.rootPart10 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.rootPart11{ padding: 60px 0 10px; background:#f7f7fa }
.rootPart11-2{ padding: 120px 0; }
.rootPart11 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.rootPart11 .wen{ text-align: center; font-size: 20px; text-transform: uppercase; line-height: 36px; position: relative; height: 80px; color: #191c22; margin-bottom: 80px; }
.rootPart11 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.rootPart11 .txt2{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.rootPart11 .txt2:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.rootPart11 .wen2{ padding: 0.25rem 0 0.65rem; font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }
.comRootBox{ padding-bottom: 0.2rem; position: relative; height: 5.3rem; }
.comRootBox .mxfDiv{ height: 5.3rem; position: absolute; left: 0; top: 0; width: 100%; background: #f7f7fa; }
.comRootBox .leftImg{ position: absolute; left: 0; top: 0; }
.comRootBox .leftImg img{ width: 5.76rem; }
.zjmxfDiv{ padding-left: 3.66rem; overflow: hidden; position: relative; }
.comRootBox .list{ width: 10.1rem; overflow: hidden;}
.comRootBox .swiper-slide .hahaDiv{ padding-left: 2.9rem; position: relative; height: 5.5rem; }
.comRootBox .swiper-slide .img { position: absolute; z-index: 10; left: 0; right: auto; top: auto; bottom: 0; width: 3.83rem; opacity: 0; visibility: hidden;}
.comRootBox .swiper-slide .img img{ width: 3.83rem; }
.comRootBox .swiper-slide-active .img { opacity: 1; visibility: visible; left: 0.2rem; transition-delay: .6s; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-duration: 1.5s; -webkit-transition-duration: 1.5s; -moz-transition-duration: 1.5s; }
.comRootBox .swiper-slide .conDiv{ padding-top: 0rem; opacity: 0; visibility: hidden; }
.comRootBox .swiper-slide-active .conDiv{ opacity: 1; visibility: visible; transition-delay: .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; transition-duration: 1.5s; -webkit-transition-duration: 1.5s; -moz-transition-duration: 1.5s; }
.comRootBox .swiper-slide .name{ font-size: 0.3rem; font-weight: bold; line-height: 0.52rem; height: 1.04rem; overflow: hidden; color: #3f4150;text-align: left; }
.comRootBox .swiper-slide .content{ padding-top: 0.2rem; font-size: 16px; color: #757575; line-height: 28px; padding-bottom:74px; }
.comRootBox .swiper-slide .time{ padding: 0.3rem 0 0.6rem; font-size: 16px; color: #b9c0ce; }
.comRootBox .swiper-slide .btnGroup li{ float: left; margin-right: 20px; }
.comRootBox .swiper-slide .btnGroup li a{ display: block; width: 138px; height: 45px; border: #0d6fb6 solid 1px; color: #0d6fb6; line-height: 45px; text-align: center; font-size: 14px; }
.comRootBox .swiper-slide .btnGroup li a:hover{ border: #0d6fb6 solid 1px; background: #0d6fb6; color: #fff; }

.comRootBox .prev{ position: absolute; left: 50%; margin-left: -56px; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 5; }
.comRootBox .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.comRootBox .next{ position: absolute; right: 50%; margin-right: -66px; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 5; }
.comRootBox .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.comRootBox .prev:hover, .comRootBox .next:hover{ background: #0d6fb6; }
.comRootBox .prev:hover:before, .comRootBox .next:hover:before{ opacity: 1; }


@media screen and (min-width: 1024px) {.msgList01{ width:40%; line-height:200%; font-size:16px; padding:24px;}}
@media screen and (max-width: 1024px) {.msgList01{ width:90%; line-height:200%; font-size:14px; padding:24px;}}
.ico01{ border:1px solid #efefef;    margin: 10px;}
.rootPart12{ padding: 4px 0; }
.rootPart12 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.rootPart12 .wen{ text-align: center; font-size: 36px; line-height: 36px; position: relative; height: 80px; color: #191c22; }
.rootPart12 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.rootPart12 .list{ padding-top: 50px; }
.rootPart12 .list li{ text-align: center; float: left; width: 25%; }
.rootPart12 .list li .name{ padding: 0.14rem 0 0.14rem; font-size: 18px; color: #3f4150; }
.rootPart12 .list li:hover .name{ color:#0d6fb6;}

.recruitPart1{ padding: 120px 0; position: relative; }
.recruitPart1 .rightImg{ width: 43.75%; height: 532px; }
.recruitPart1 .leftDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 120px; width: 7.68rem; }
.recruitPart1 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.recruitPart1 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.recruitPart1 .wen{ padding-top: 0.25rem; font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }
.recruitPart1 .content{ font-size: 16px; color: #0d6fb6; line-height: 30px; padding-top: 0.5rem;}

.recruitPart2{ padding: 120px 0; background: #f7f7fa; } 
.recruitPart2 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.recruitPart2 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.recruitPart2 .wen{ padding: 0.25rem 0 0.65rem; font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }

.directPic{ position: relative; height: 5.6rem; background: #fff; box-shadow: 0px 0px 15px 0px rgba(158, 165, 177, 0.14); }
.directPic .mxfDiv{ padding: 0 9.36rem 0 1.0rem; position: relative; height: 5.6rem; }
.directPic .imgDiv{ position: absolute; right: 0; top: 0; }
.directPic .imgDiv img{ width: 7.68rem; }
.directPic .conDiv{ padding-top: 1.0rem; }
.directPic .text{ font-size: 18px; color: #0d6fb6; padding-bottom: 0.15rem; padding-left: 0.45rem;}
.directPic .name{ font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; padding-left: 0.45rem;}
.directPic .content{ margin-top: 0.4rem; padding-left: 0.45rem; font-size: 16px; color: #0d6fb6; line-height: 30px; position: relative; }
.directPic .content:before{ content: ''; position: absolute; left: 0; top: 6px; width: 24px; height: 18px; background: url(../images/nimg24_1.png) center no-repeat; }
.directPic .arrow2{ position: absolute; left: 1.45rem; bottom: 1.0rem; z-index: 5; }
.directPic .se{ display: block; position: relative; float: left; width: 56px; height: 56px; background: #f7f7fa; }
.directPic .prev{ margin-right: 10px;}
.directPic .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.directPic .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.directPic .prev:hover, .directPic .next:hover{ background: #0d6fb6; }
.directPic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.directPic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.recruitPart3{ padding-top: 120px;  background: url(../images/recruitPart3.jpg) center no-repeat; background-size: cover; } 
.recruitPart3 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.recruitPart3 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.recruitPart3 .wen{ padding: 0.25rem 0 0.65rem; font-size: 0.36rem; line-height: 0.36rem; color: #fff; font-weight: bold; }
.recruitPart3 .list ul{ margin-right: -0.3rem; }
.recruitPart3 .list li{ float: left; width: 50%; padding-bottom: 30px; }
.recruitPart3 .list li .box{ margin-right: 0.3rem; position: relative; padding: 0 10px 10px 10px; }
.recruitPart3 .list li .box:after{ content: ''; position: absolute; left: 0; top: 10px; z-index: 0; width: 100%; height: 230px; background: rgba(255,255,255,0.1); }
.recruitPart3 .list li .mxfDiv{ position: relative; z-index: 1; height: 230px; background: #fff; padding: 0.5rem 0.5rem 0; box-sizing: border-box;}
.recruitPart3 .list li .qq{ position: relative; padding-left: 65px; padding-top: 12px; padding-bottom: 20px; min-height: 38px; }
.recruitPart3 .list li .qq em{ position: absolute; width: 50px; height: 50px; left: 0; top: 0; border-radius: 50%; background: #efeff3; color: #0d6fb6; text-align: center; line-height: 50px; font-size: 24px; text-transform: uppercase; font-family: mont;}
.recruitPart3 .list li .qq p{ font-size: 18px; color: #3f4150; font-weight: bold; }
.recruitPart3 .list li .aa{ position: relative; padding-left: 65px; padding-top: 12px; min-height: 38px;}
.recruitPart3 .list li .aa em{ position: absolute; width: 50px; height: 50px; left: 0; top: 0; border-radius: 50%; background: #0d6fb6; color: #fff; text-align: center; line-height: 50px; font-size: 24px; text-transform: uppercase; font-family: mont;}
.recruitPart3 .list li .aa p{ font-size: 16px; color: #3f4150; line-height: 28px; }

.recruitPart4{ padding: 120px 0; }
.recruitPart4 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.recruitPart4 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.recruitPart4 .wen{ padding: 0.25rem 0 0.65rem; font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }
.recruitPart4 .leftDiv{ width: 7.68rem; }
.recruitPart4 .form li{ padding-bottom: 20px; position: relative; }
.recruitPart4 .form li .lbox{ position: relative; padding-left: 110px; height: 58px; background: #f7f7fa; border-radius: 4px;}
.recruitPart4 .form .li01 .lbox{ padding-left: 125px; height: 100px; }
.recruitPart4 .form .li02{ padding-right: 4.28rem; }
.recruitPart4 .form li .text{ position: absolute; left: 18px; top: 0; line-height: 58px; font-size: 14px; }
.recruitPart4 .form li .text em{ color: #0d6fb6; }
.recruitPart4 .form li .input1{ width: 100%; height: 58px; line-height: 58px; font-size: 14px; }
.recruitPart4 .form li textarea{ width: 100%; height: 85px; padding-top: 15px; font-size: 14px; line-height: 26px; }
.recruitPart4 .form li .yzm{ position: absolute; left: 3.56rem; top: 0; width: 100px; height: 58px; line-height: 58px; border-radius: 4px; background: #f7f7fa; color: #0d6fb6; font-size: 18px; text-align: center; }
.recruitPart4 .btnDiv{ padding-right: 4.28rem; }
.recruitPart4 .btnDiv a{ display: block; width: 100%; height: 58px; line-height: 58px; background: #0d6fb6; border-radius: 4px; font-weight: bold; font-size: 18px; color: #f2f4f6; text-align: center; }
.recruitPart4 .btnDiv a:hover{ background:#07cc57;}

.recruitPart4 .rightDiv{ width: 6.96rem; height: 500px; background: #f7f7fa url(../images/nimg696Bg.jpg) bottom no-repeat; background-size: 100%; border-radius: 4px; overflow: hidden; }
.recruitPart4 .rightDiv .mxfDiv{ padding: 0.8rem 0.8rem 0; }
.recruitPart4 .rightDiv .c-name{ font-size: 24px; line-height: 24px; color: #000; padding-bottom: 10px; }
.recruitPart4 .rightDiv .e-name{ font-size: 16px; line-height: 16px; padding-bottom: 20px; border-bottom: #e2e5e9 solid 2px; font-family:CaviarDreams; text-transform: uppercase; }
.recruitPart4 .rightDiv .msgList{ padding-top: 35px; }
.recruitPart4 .rightDiv .msgList li{ height: 75px; position: relative; padding-left: 65px; font-size: 16px; }
.recruitPart4 .rightDiv .msgList li .ico{ position: absolute; left: 0; top: 0; }
.recruitPart4 .rightDiv .msgList li p{ line-height: 16px; color: #3f4150; padding-bottom: 10px; }
.recruitPart4 .rightDiv .msgList li .tel{ font-family: mont; }

.recruitPart5{ background: #f7f7fa; padding: 120px 0 70px; }
.recruitPart5-1{ padding: 0px 0 70px; }
.recruitPart5 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.recruitPart5 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.recruitPart5 .wen{ padding: 0.25rem 0 0.65rem; font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }
.recruitPart5 .list{ padding-top:44px; }
.recruitPart5 .list li{ float: left; width: 31.33%; text-align: center; padding: 0px 1% 44px 1%;}
.recruitPart5 .list li .name{ font-size: 20px; line-height: 24px; color: #191c22; font-weight: bold; padding: 15px 0 20px; }
.recruitPart5 .list li .msg{ font-size: 14px; line-height: 24px; height: 48px; color: #0d6fb6; padding: 14px 0.5rem; }
.recruitPart5 .list li .more{ padding-top: 25px; }
.recruitPart5 .list li .more a{ display: block; font-size: 16px; color: #0d6fb6; }
.recruitPart5 .list li .more img{ padding-left: 10px; }
.recruitPart5 .list li:hover .more{ text-decoration: underline; }
.recruitPart5 .list li:hover .more img{ padding-left: 5px; }

.solutionPart1{ background: #191c22;}
.solutionPart1 .toptop{ padding: 70px 0 55px; }
.solutionPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.solutionPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; }
.solutionPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.solutionPic{ position:relative;}
.solutionPic .mxfDiv{ position: relative; overflow: hidden;}
.solutionPic .mxfDiv:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: 1; }
.solutionPic .mxfDiv a{ display:block; width: 100%; height: 100%; }
.solutionPic .bg img{ width: 100%; }
.solutionPic .layer{ position: absolute; left: 0.5rem; bottom: 0.6rem; z-index: 2; }
.solutionPic .ico img{ width: 54px; }
.solutionPic .name{ font-size: 0.3rem; line-height: 0.3rem; color: #fff; padding-top: 0.4rem;}
.solutionPic .hideBox{ position: absolute; left: 0.5rem; padding-right: 0.5rem; bottom: -1.8rem; z-index: 2; }
.solutionPic .msg{ font-size: 14px; line-height: 24px; height: 96px; overflow: hidden; color: #fff; }
.solutionPic .btnDiv{ margin-top: 15px; width: 74px; height: 32px; border: #b9c0ce solid 1px; line-height: 32px; color: #b9c0ce; font-size: 14px; text-align: center; }
.solutionPic .mxfDiv:hover:after{ background: rgba(0,0,0,0.5); }
.solutionPic .mxfDiv:hover .layer{ bottom: 2.8rem; }
.solutionPic .mxfDiv:hover .hideBox{ bottom: 1.0rem; }
.solutionPic .mxfDiv .btnDiv:hover{ background: #0d6fb6; border: #0d6fb6 solid 1px; color: #fff; }
.solutionPic .se{ z-index: 2; display: block; position: absolute; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: rgba(63,65,80,0.4); }
.solutionPic .prev{ left: 0; }
.solutionPic .next{ right: 0; }
.solutionPic .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.solutionPic .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.solutionPic .prev:hover, .solutionPic .next:hover{ background: #0d6fb6; }
.solutionPic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.solutionPic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.solutionPart2{ height: 7.7rem; padding-top: 1.5rem; background: #191c22 url(../images/nimg768_10.jpg) right top no-repeat; background-size: 7.68rem; }
.solutionPart2 .bigBox{ height: 7.7rem; position: relative; }
.solutionPart2 .leftDiv{ position: absolute; left: 0; top: 0.75rem; }
.solutionPart2 .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; font-weight: bold; padding-bottom: 0.3rem; }
.solutionPart2 .wen{ font-size: 0.36rem; line-height: 0.6rem; color: #fff; position: relative; padding-bottom: 0.45rem; width: 5rem; }
.solutionPart2 .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; }

.solutionPart2 .detail-box{ float: right; width: 9.7rem; height: 5.0rem; background: #fff; position: relative;}
.solutionPart2 .detail-box .list{ padding: 0.6rem 0.8rem 0; }
.solutionPart2 .detail-box .conDiv{ height: 3.6rem; width: 100%; position: relative; }
.solutionPart2 .detail-box .conDiv:before{ content: ''; position: absolute; left: 0; top: 0; width: 0.51rem; height: 0.47rem; background: url(../images/nimg51_1.png) center no-repeat; background-size: 0.51rem;}
.solutionPart2 .detail-box .conDiv:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 0.51rem; height: 0.47rem; background: url(../images/nimg51_2.png) center no-repeat; background-size: 0.51rem;}
.solutionPart2 .detail-box .logo{ margin: 0 auto; width: 2.4rem; height: 0.8rem; position: relative;}
.solutionPart2 .detail-box .logo img{ position: absolute; left:0; right:0; margin:0 auto; text-align:center; max-width: 1.9rem; max-height: 0.8rem; top: 50%; transform: translateY(-50%); }
.solutionPart2 .detail-box .content{ font-size: 0.16rem; line-height: 0.3rem; height: 1.2rem; overflow: hidden; color: #3f4150; padding-top: 20px; }
.solutionPart2 .detail-box .name{ position: absolute; right: 0.85rem; bottom: 0.1rem; font-size: 16px; color: #3f4150; display: inline-block; padding-left: 0.5rem; }
.solutionPart2 .detail-box .name:before{ content: ''; position: absolute; left: 0; top: 50%; width: 0.4rem; height: 1px; background: #b9c0ce; }
.solutionPart2 .detail-box .btnDiv{ padding-top:0.3rem; }
.solutionPart2 .detail-box .btnDiv a{ display: block; width: 140px; height: 48px; line-height: 48px; text-align: center; border: #b9c0ce solid 1px; font-size: 14px; color: #0d6fb6; box-sizing: border-box; }
.solutionPart2 .detail-box .btnDiv a:hover{ border: #0d6fb6 solid 1px; background: #0d6fb6; color: #fff; }


.solutionPart2 .detail-box .list .item {
  display: none;
  position: relative;
}
.solutionPart2 .detail-box .list .item.on {
  display: block;
  animation: fadeOfOpacity .5s linear;
}

.solutionPart2 .prev { position: absolute; left: 0.8rem; bottom: 0.6rem; width: 0.56rem; height: 0.56rem; box-sizing: border-box; border: #dadde0 solid 2px; border-radius: 50%; z-index: 5;}
.solutionPart2 .next { position: absolute; left: 1.6rem; bottom: 0.6rem; width: 0.56rem; height: 0.56rem; box-sizing: border-box; border: #dadde0 solid 2px; border-radius: 50%; z-index: 5;}
.solutionPart2 .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.solutionPart2 .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.solutionPart2 .prev:hover, .solutionPart2 .next:hover{ border: #0d6fb6 solid 2px; background: #0d6fb6; }
.solutionPart2 .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.solutionPart2 .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}


.solutionPart2 .box-container{ clear: both; padding-top: 0.85rem; }
.solutionPart2 .box-container .limg{ position: relative; cursor: pointer; }
.solutionPart2 .box-container .limg:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; background: #0d6fb6; height: 0; }
.solutionPart2 .box-container .limg img{ width: 100%; }
.solutionPart2 .box-container .swiper-slide-active .limg:after{ height: 3px;}


@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.solutionPart3{ padding-top: 80px; height: 250px; background: url(../images/solutionPart3.jpg) center no-repeat; background-size: cover; background-attachment: fixed; }
.solutionPart3 .txt{ text-align: center; font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; font-weight: bold;}
.solutionPart3 .wen{ text-align: center; padding-top: 35px; height: 95px; font-size: 0.36rem; line-height: 0.36rem; color: #fff; position: relative; }
.solutionPart3 .wen:after{ content: ''; position: absolute; left: 50%; margin-left: -25px; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; }

.planetPart1{ padding: 120px 0; }
.planetPart1 .title{ text-align: center; font-size: 0.36rem; color: #191c22; line-height: 0.36rem; padding-bottom: 50px; font-weight: bold; }
.planetPart1 .leftDiv{ width: 10.22rem; overflow: hidden; }
.planetPart1 .leftDiv a{ display: block; position: relative; width: 100%; height: 100%; }
.planetPart1 .leftDiv .imgDiv img{ width: 100%; }
.planetPart1 .leftDiv .layer{ position: absolute; left: 0; bottom: 25px; z-index: 1; }
.planetPart1 .leftDiv .time{ padding: 0 40px; color: #fff; font-size: 14px; padding-bottom: 5px; font-family:Gilroy;}
.planetPart1 .leftDiv .name{ padding: 0 40px; height: 36px; line-height: 36px; overflow: hidden; font-size: 18px; color: #fff; font-weight: bold; }
.planetPart1 .leftDiv:hover .layer{ bottom: 35px; }
.planetPart1 .leftDiv:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.planetPart1 .rightDiv{ width: 4.96rem; }
.planetPart1 .rightDiv li{ padding-bottom: 0.19rem; }
.planetPart1 .rightDiv li .box{ position: relative; overflow: hidden; }
.planetPart1 .rightDiv li .imgDiv img{ width: 100%; }
.planetPart1 .rightDiv li .layer{ position: absolute; left: 0; bottom: 20px; z-index: 1; }
.planetPart1 .rightDiv li .name{ padding: 0 30px; line-height: 30px; height: 30px; overflow: hidden; font-size: 18px; color: #fff; font-weight: bold; }
.planetPart1 .rightDiv li .box:hover .layer{ bottom: 30px; }
.planetPart1 .rightDiv li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.planetPart1 .btnDiv{ width: 190px; margin: 0 auto; padding-top: 40px;}
.planetPart1 .btnDiv a{ display: block; width: 190px; height: 56px; line-height: 54px; text-align: center; border: #0d6fb6 solid 2px; font-size: 14px; color: #3f4150; box-sizing: border-box; }
.planetPart1 .btnDiv a:hover{ background: #0d6fb6; color: #fff; }

.planetPart2{ padding: 120px 0; background: #3f4150; }
.planetPart2-1{ padding: 104px 0 0; height: 840px; background: url(../images/planetPart2.jpg) center no-repeat; background-size: cover; }
.planetPart2 .title{ text-align: center; font-size: 0.36rem; color: #fff; line-height: 0.36rem; padding-bottom: 50px; font-weight: bold;}
.planetPart2 .list ul{ margin-right: -40px; }
.planetPart2 .list li{ float: left; width: 33.33%; }
.planetPart2 .list li:last-child{ display: none; }
.planetPart2 .list li .box{ margin-right: 40px; }
.planetPart2 .list li .imgDiv{ padding-bottom: 60.5%; width: 100%; height: 0; display: block; position: relative; overflow: hidden;}
.planetPart2 .list li .imgDiv img{ position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: transform 1s; max-height: none;}
.planetPart2 .list li .text{ padding: 0.35rem 0.4rem 0.6rem; background: #fff; transition: all .5s; position: relative; z-index: 2;}
.planetPart2 .list li .name{ font-weight: bold; font-size: 0.24rem; color: #3f4150; padding-top: 0.2rem; line-height: 0.36rem; height: 0.72rem; overflow: hidden; }
.planetPart2 .list li .msg{ height: 0; width: 100%; line-height: 0.3rem; color: #3f4150; transition: all .5s; font-size: 16px; overflow: hidden;}
.planetPart2 .list li .time{ font-family: mont; font-size: 14px; color: #0d6fb6; }
.planetPart2 .list li .box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.planetPart2 .list li .box:hover img{ left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1.05);}
.planetPart2 .list li .box:hover .name{ color: #0d6fb6; }
.planetPart2 .list li .box:hover .text{ margin-top: -0.8rem;}
.planetPart2 .list li .box:hover .msg{ height: 0.6rem; padding-top: 0.2rem; overflow: hidden;}
.planetPart2 .btnDiv{ width: 190px; margin: 0 auto; padding-top: 60px;}
.planetPart2 .btnDiv a{ display: block; width: 190px; height: 56px; line-height: 54px; text-align: center; border: #0d6fb6 solid 2px; font-size: 14px; color: #fff; box-sizing: border-box; }
.planetPart2 .btnDiv a:hover{ background: #0d6fb6; color: #fff; }

.planetPart3{ padding: 120px 0; }
.planetPart3 .title{ text-align: center; font-size: 0.36rem; color: #191c22; line-height: 0.36rem; padding-bottom: 50px; font-weight: bold;}
.planetPart3 .list ul{ margin-right: -32px; }
.planetPart3 .list li{ float: left; width: 25%; }
.planetPart3 .list li .box{ margin-right: 32px; }
.planetPart3 .list li .imgDiv{ overflow: hidden; position: relative; }
.planetPart3 .list li .imgDiv img{ width: 100%; }
.planetPart3 .list li .name{ padding-top: 25px; line-height: 0.3rem; height: 0.6rem; overflow: hidden; font-size: 0.22rem; color: #3f4150; }
.planetPart3 .list li .imgDiv:before{content:""; z-index: 1; position: absolute;left:0;top:0;border-top:2px solid #0d6fb6;border-left:2px solid #0d6fb6;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.planetPart3 .list li .imgDiv:after{content:""; z-index: 1; position: absolute;right:0;bottom:0;border-right:2px solid #0d6fb6;border-bottom:2px solid #0d6fb6;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.planetPart3 .list li .box:hover .imgDiv:before{width:100%;height:100%;visibility: visible;}
.planetPart3 .list li .box:hover .imgDiv:after{width:100%;height:100%;visibility: visible;}
.planetPart3 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.planetPart3 .list li .box:hover .name{ color: #0d6fb6; }
.planetPart3 .btnDiv{ width: 190px; margin: 0 auto; padding-top: 50px;}
.planetPart3 .btnDiv a{ display: block; width: 190px; height: 56px; line-height: 54px; text-align: center; border: #0d6fb6 solid 2px; font-size: 14px; color: #3f4150; box-sizing: border-box; }
.planetPart3 .btnDiv a:hover{ background: #0d6fb6; color: #fff; }

.planetPart4{ padding: 120px 0; }
.planetPart4 .title{ text-align: center; font-size: 0.36rem; color: #191c22; line-height: 0.36rem; padding-bottom: 50px; font-weight: bold;}
.planetPart4 .list{ text-align: center; }
.planetPart4 .list li{ display: inline-block; margin: 0 5px; }
.planetPart4 .list li a{ display: inline-block; position: relative; padding: 0 0.28rem; font-size: 14px; height: 0.6rem; line-height: 0.6rem; border: #e8e8e8 solid 1px; box-sizing: border-box; }
.planetPart4 .list li a:before{content:""; z-index: 1; position: absolute;left:0;top:0;border-top:1px solid #0d6fb6;border-left:1px solid #0d6fb6;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.planetPart4 .list li a:after{content:""; z-index: 1; position: absolute;right:0;bottom:0;border-right:1px solid #0d6fb6;border-bottom:1px solid #0d6fb6;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.planetPart4 .list li a:hover:before{width:100%;height:100%;visibility: visible;}
.planetPart4 .list li a:hover:after{width:100%;height:100%;visibility: visible;}

.newsPart1{ background: #f7f7fa; padding: 80px 0 75px; }
.newsPic .swiper-slide a{ display: block; width: 100%; height: 100%; }
.newsPic .mxfDiv{ position: relative; padding: 0 1.2rem 0 8.5rem; height: 4.76rem; background: #fff; }
.newsPic .imgDiv{ position: absolute; left: 0; top: 0; }
.newsPic .imgDiv img{ width: 7.68rem; }
.newsPic .time{ padding: 0.75rem 0 0.2rem; font-size: 0.16rem; color: #9ea5b1; font-family: mont;}
.newsPic .time em{ color: #191c22; font-size: 0.3rem; }
.newsPic .name{ font-size: 0.3rem; color: #191c22; line-height: 0.42rem; height: 0.84rem; overflow: hidden; font-weight: bold;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsPic .content{ font-size: 16px; color: #191c22; line-height: 30px; height: 90px; overflow: hidden; padding-top: 0.2rem; 
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsPic .swiper-pagination{ bottom: 0.8rem!important; left: 8.5rem!important; margin-left: 0; text-align: left; width: auto!important; }
.newsPic .swiper-pagination-bullet { position: relative; width: 9px; height: 9px; opacity: 1; box-sizing: border-box; background: #a5abb6; margin-right: 15px!important;} 
.newsPic .swiper-pagination-bullet-active { background: #0d6fb6; } 
.newsPic .swiper-slide:hover .name{ color: #0d6fb6; }

.newsPart2 .toptop{ background: #f7f7fa; height: 56px; position: relative; }
.newsPart2 .toptop:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e8e8e8; z-index: 1; }
.newsPart2 .toptop .wal{ position: relative; height: 56px; }
.newsPart2 .newsTab li{ float: left; margin-right: 0.7rem;}
.newsPart2 .newsTab li a{ display: block; position: relative; z-index: 2; height: 56px; font-size: 0.24rem; line-height: 0.24rem; color: #36383c;}
.newsPart2 .newsTab li a:after{ content: ''; position: absolute; width: 0; left: 50%; height: 2px; bottom: 0; background: #0d6fb6; }
.newsPart2 .newsTab .aNow, .newsPart2 .newsTab a:hover{ color: #0d6fb6; }
.newsPart2 .newsTab .aNow:after, .newsPart2 .newsTab a:hover:after{ left: 0; width: 100%; }

.newsPart2 .toptop .select{ width: 130px; position: absolute; right: 0; top: 0; height: 45px;}
.newsPart2 .toptop .select dt{height: 45px; line-height: 45px; display: inline-block; width: 100%; border: #efeff3 solid 1px; background: #fff url(../images/selectIco2.png) no-repeat right center; box-sizing: border-box; cursor: pointer; overflow: hidden; position: relative;}
.newsPart2 .toptop .select dt a{ font-size: 14px; color: #3f4150; position: relative; padding-left: 20px; display: block; text-align: left; overflow: hidden;} 
.newsPart2 .toptop .select dd{ margin: 0; position: absolute; left: 0px; top: 48px; z-index: 5; width: 100%; box-sizing: border-box;} 
.newsPart2 .toptop .select dd ul {list-style: none; overflow: auto; padding: 0 0.2rem; background: #fff; overflow-x:auto; border: #efeff3 solid 1px;} 
.newsPart2 .toptop .select dd ul li{ width:100%; text-align:left; line-height: 50px; height: 50px; cursor: pointer; border-bottom: 1px solid #efeff3; color: #3f4150; font-size: 14px;}
.newsPart2 .toptop .select dd ul li:last-child{ border-bottom:none;}
.newsPart2 .toptop .select dd ul li:hover{ color: #0d6fb6; }

.newsPart2 .toptop .group{ width: 130px; position: absolute; right: 0; top: 0; height: 45px;}
.newsPart2 .toptop .caption { position: relative; cursor: pointer; height: 45px; line-height: 45px; padding-left: 20px; font-size: 14px; color: #3f4150; border: #efeff3 solid 1px; background: #fff; box-sizing: border-box;}
.newsPart2 .toptop .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.newsPart2 .toptop .caption:after { content: ""; display: block; width: 27px; height: 5px; background: url(../images/selectIco2.png) no-repeat right center; background-size: contain; position: absolute; right: 0; top: 50%; margin-top: -3px; z-index: 10;}
.newsPart2 .toptop .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 12; background: #fff; max-height: 250px; overflow-y: auto; display: none; border: 1px solid #efeff3; box-sizing: border-box;}
.newsPart2 .toptop .xlist a { display: block; font-size: 14px; color: #3f4150; line-height: 45px; padding: 0 20px; border-bottom: 1px solid #efeff3;}
.newsPart2 .toptop .xlist a:hover,.newsPart2 .toptop .xlist a.on { color: #0d6fb6;}
.newsPart2 .toptop .xlist a:last-child { border-bottom: none;}


.newsPart2{ padding-bottom: 120px; }
.newsPart2 .list{ position: relative;}
.newsPart2 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; }
.newsPart2 .list li{ float: left; width: 33.33%; }
.newsPart2 .list li .box{ border-right: #e8e8e8 solid 1px; height: 6.46rem; position: relative;}
.newsPart2 .list li .box:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e8e8e8; }
.newsPart2 .list li a{ display: block; width: 100%; height: 100%; }
.newsPart2 .list li .mxfDiv{ padding: 0.75rem 0.6rem 0; }
.newsPart2 .list li .time{ font-size: 14px; color: #0d6fb6; font-family: mont; }
.newsPart2 .list li .name{ padding-top: 0.2rem; font-size: 24px; line-height: 36px; height: 72px; overflow: hidden; color: #3f4150; font-weight: bold; 
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsPart2 .list li .content{ padding-top: 0.3rem; font-size: 16px; line-height: 30px; height: 60px; overflow: hidden; color: #3f4150; }
.newsPart2 .list li .imgDiv{ padding-top: 0.5rem; }
.newsPart2 .list li .imgDiv img{ width: 100%;}
.newsPart2 .list li:hover .box:after{ height: 2px; background: #0d6fb6; }
.newsPart2 .list li:hover .name{ color: #0d6fb6; }

.newShow .toptop{ padding: 1.2rem 0; background: url(../images/newShow.jpg) center no-repeat; background-size: cover; }
.newShow .name{ font-size: 36px; line-height: 48px; padding-bottom: 10px; color: #fff; font-weight: bold; }
.newShow .time{ color: #b9c0ce; font-size: 16px; font-family:Gilroy; }
.newShow .time em{ padding-right: 25px; }
.newShow .leftDiv{ width: 10.25rem; padding: 0.9rem 0 1.4rem; border-right: #e8e8e8 solid 1px;}
.newShow .mxfDiv{ width: 9.44rem; }
.newShow .content{ font-size: 16px; line-height: 30px; padding-bottom: 40px; color: #3f4150;}
.newShow .content img,input[type="image"] {
    max-width: 100%;
    height: auto!important;
}
.newShow .content p{ text-indent: 0!important; font-size: 16px!important;}
.newShow .content span{font-family: "微软雅黑"!important; font-size: 16px!important;}
.newShow .imgDiv{ padding: 0.5rem 0; text-align: center;}
.newShow .imgDiv img{ max-width: 9.44rem; }
.newShow .rightDiv{ width: 4.3rem; padding-top: 0.9rem; }
.newShow .title{ font-size: 24px; color: #000; line-height: 24px; font-weight: bold; }
.newShow .list{ padding: 30px 0 40px; }
.newShow .list li{ padding-bottom: 0.25rem; }
.newShow .list li a{ display: block; font-size: 16px; color: #3f4150; line-height: 30px; padding-left: 15px; position: relative;}
.newShow .list li a:before{ content: ''; position: absolute; left: 0; top: 0.14rem; width: 4px; height: 4px; background: #b9c0ce; border-radius: 50%; }
.newShow .list li a:hover{ color: #0d6fb6; }
.newShow .botDiv{ position: relative;  padding-bottom: 60px; }
.newShow .share{ padding-bottom: 60px; }
.newShow .share b{ display: block; font-size: 14px; font-weight: bold; padding-bottom: 10px; text-transform: uppercase; color: #0d6fb6; }
.newShow .share li{ float: left; margin-right: 13px; }
.newShow .share li a{ display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; border: #efeff3 solid 2px; position: relative; overflow: hidden; }
.newShow .share li a:hover{ background: #0d6fb6; border: #0d6fb6 solid 2px; }
.newShow .share li a:hover .show, .newShow .share li a:hover .hide{transform:translateY(-50px);-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px)}


.newShow .btnDiv{ position: absolute; right: 0; bottom: 60px; }
.newShow .btnDiv a{ display: block; width: 168px; height: 50px; border: #efeff3 solid 2px; text-align: center; line-height: 50px; font-size: 16px; color: #b9c0ce; overflow: hidden;}
.newShow .btnDiv em, .newShow .btnDiv span{ display: block; transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;  }
.newShow .btnDiv a:hover{ background: #0d6fb6; border: #0d6fb6 solid 2px; color: #fff;}
.newShow .btnDiv a:hover em, .newShow .btnDiv a:hover span{transform:translateY(-50px);-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);}

.newShow .links{ padding-top: 28px; }
.newShow .links li{ float: left; margin: 0 10px 10px 0;}
.newShow .links li a{ display: inline-block; position: relative; padding: 0 0.28rem; font-size: 14px; height: 0.6rem; line-height: 0.6rem; border: #e8e8e8 solid 1px; box-sizing: border-box; }
.newShow .links li a:before{content:""; z-index: 1; position: absolute;left:0;top:0;border-top:1px solid #0d6fb6;border-left:1px solid #0d6fb6;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.newShow .links li a:after{content:""; z-index: 1; position: absolute;right:0;bottom:0;border-right:1px solid #0d6fb6;border-bottom:1px solid #0d6fb6;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.newShow .links li a:hover:before{width:100%;height:100%;visibility: visible;}
.newShow .links li a:hover:after{width:100%;height:100%;visibility: visible;}

.pageDown li{ padding-bottom: 10px; font-size: 16px; }
.pageDown li a{ display: block; padding: 0 30px; background: #efeff3; height: 64px; line-height: 64px; color: #3f4150; overflow:hidden;}
.pageDown li a:hover{ background: #0d6fb6; color: #fff; }

.standPart1{ padding: 75px 0 120px; }
.standPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.standPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.standPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.standPart1 .content{ padding: 60px 0 35px; font-size: 16px; color: #3f4150; line-height: 30px; }
.standPart1 .imgDiv img{ width: 15.36rem; }
.standPart1 .videoH video{ width: 100%; }

.standPart2{ padding-top: 80px; height: 604px; overflow: hidden; position: relative; background: url(../images/standPart2.jpg) center no-repeat; background-size: cover;}
.standPart2 .txt{ font-size: 24px; color: #fff; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.standPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: bold; }
.standPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #fff; margin-left: -25px; }
.standPart2 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.standPart2 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.standPart2 .list li{ height: 406px; text-align: center; position: relative;}
.standPart2 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.standPart2 .list li:last-child:before{ display: none; }
.standPart2 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.standPart2 .list li .ico{ padding: 115px 0 50px; position: relative; z-index: 1; }
.standPart2 .list li .name{ font-size: 18px; line-height: 28px; color: #fff; font-weight: bold; position: relative; z-index: 1; padding-left:30px; padding-right:30px; }
.standPart2 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.7rem; padding-right: 0.7rem; font-size: 0.16rem; line-height: 24px; color: #cecfd3; transition: all .5s; }
.standPart2 .list li:hover:after{ opacity: 1; }
.standPart2 .list li:hover .ico{ padding: 65px 0 20px; }
.standPart2 .list li:hover .msg{ height: 120px; padding-top: 0.3rem; overflow: hidden;}
.standPart2 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.standPart2 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.standPart2 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.standPart3{ padding: 50px 0 120px; }
.standPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.standPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.standPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.standPart3 .imgDiv{ padding-top: 90px; }
.standPart3 .imgDiv img{ width: 15.36rem; }

.standPart4{ padding: 120px 0; background: #191c22; }
.standPic .swiper-container{ padding-bottom: 78px; }
.standPic .swiper-slide{ position: relative; overflow: hidden; }
.standPic .swiper-slide:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; z-index: 0; }
.standPic .swiper-slide a{ display: block; width: 100%; height: 100%; }
.standPic .swiper-slide .imgDiv{ overflow: hidden; }
.standPic .swiper-slide .imgDiv img{ width: 100%; }
.standPic .swiper-slide .layer{ position: absolute; left: 0; bottom: 0; width: 100%; height: 0.9rem; z-index: 1;}
.standPic .swiper-slide .mxfDiv{ padding: 0 0.4rem; }
.standPic .swiper-slide .name{ font-size: 24px; line-height: 0.9rem; height: 0.9rem; color: #fff; font-weight: bold; overflow: hidden; }
.standPic .swiper-slide .content{ font-size: 16px; line-height: 28px; height: 112px; color: #fff; overflow: hidden; }
.standPic .swiper-slide .more{ margin-top: 25px; font-size: 16px; color: #0d6fb6; width: 48px; position: relative; }
.standPic .swiper-slide .more:after{ content: ''; position: absolute; right: 0; top: 50%; width: 8px; height: 13px; margin-top: -7px; background: url(../images/ico2.png) no-repeat; }
.standPic .swiper-slide:hover:after{ opacity: 1; }
.standPic .swiper-slide:hover .layer{ height: 2.8rem; }
.standPic .swiper-slide:hover .name{ line-height: 0.4rem; height: 0.4rem;}
.standPic .swiper-slide:hover .content{ padding-top: 10px; }
.standPic .swiper-slide:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.standPic .swiper-container-horizontal>.swiper-scrollbar { height: 12px; background: url(../images/bg1.png) center repeat-x; left: 50%; margin-left: -375px; width: 750px; top: auto; bottom: 0;}
.standPic .swiper-scrollbar-drag { background: #0d6fb6;}

.standPart5{ padding-top: 120px; height: 600px; overflow: hidden; position: relative; background: url(../images/standPart5.jpg) center no-repeat; background-size: cover;}
.standPart5 .txt{ font-size: 24px; color: #fff; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.standPart5 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: bold; }
.standPart5 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #fff; margin-left: -25px; }
.standPart5 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.standPart5 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.standPart5 .list li{ height: 406px; text-align: center; position: relative;}
.standPart5 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.standPart5 .list li:last-child:before{ display: none; }
.standPart5 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.standPart5 .list li .num{ padding: 150px 0 45px; position: relative; z-index: 1; font-size: 48px; line-height: 48px; color: #fff; font-family:bold; }
.standPart5 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; position: relative; z-index: 1; }
.standPart5 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.7rem; padding-right: 0.7rem; font-size: 0.16rem; line-height: 24px; color: #cecfd3; transition: all .5s; }
.standPart5 .list li:hover:after{ opacity: 1; }
.standPart5 .list li:hover .num{ padding: 85px 0 20px; }
.standPart5 .list li:hover .msg{ height: 120px; padding-top: 0.3rem; overflow: hidden;}
.standPart5 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.standPart5 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.standPart5 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.standPart6{ padding-top: 120px; height: 8.78rem; overflow: hidden; position: relative; background: url(../images/standPart6.jpg) center no-repeat; background-size: cover;}
.standPart6-2{ padding: 120px 0; height: auto; background: #f7f7fa; }
.standPart6 .txt{ font-size: 24px; color: #fff; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.standPart6 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: bold; margin-bottom: 70px; }
.standPart6 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.standPart6 .txt2{ font-size: 0.24rem; line-height: 0.24rem; color: #0d6fb6; position: relative; padding-left: 0.7rem; font-weight: bold;}
.standPart6 .txt2:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #0d6fb6; }
.standPart6 .wen2{ padding: 0.25rem 0 0.65rem; font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; }

.goodPic{ position: relative; height: 5.6rem; background: #fff; box-shadow: 0px 0px 15px 0px rgba(158, 165, 177, 0.14); }
.goodPic .mxfDiv{ padding: 0 7.16rem 0 1.0rem; position: relative; height: 5.6rem; }
.goodPic .imgDiv{ position: absolute; right: 0; top: 0; }
.goodPic .imgDiv img{ width: 5.76rem; }
.goodPic .conDiv{ padding-top: 1.0rem; position: relative; height: 4.6rem; }
.goodPic .name{ font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; padding-left: 0.45rem;}
.goodPic .content{ margin-top: 0.4rem; padding-left: 0.45rem; font-size: 16px; color: #0d6fb6; line-height: 30px; position: relative; }
.goodPic .content:before{ content: ''; position: absolute; left: 0; top: 6px; width: 24px; height: 18px; background: url(../images/nimg24_1.png) center no-repeat; }
.goodPic .btnDiv{ position: absolute; left: 0.45rem; bottom: 1.0rem; }
.goodPic .btnDiv a{ display: block; width: 178px; height: 60px; line-height: 60px; font-size: 16px; border: #d2d7e2 solid 1px; text-align: center; color: #0d6fb6; }
.goodPic .btnDiv a:hover{ background: #0d6fb6; border: #0d6fb6 solid 1px; color: #fff; }
.goodPic .arrow2{ position: absolute; left: 50%; margin-left: -56px; bottom: 1.0rem; z-index: 5; }
.goodPic .se{ display: block; position: relative; float: left; width: 56px; height: 56px; background: #f7f7fa; }
.goodPic .prev{ margin-right: 10px;}
.goodPic .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.goodPic .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.goodPic .prev:hover, .goodPic .next:hover{ background: #0d6fb6; }
.goodPic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.goodPic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}
.goodPic .swiper-pagination{ left:0; width:auto; padding-left:1.45rem; bottom:0.4rem; font-size:16px;}
.goodPic .swiper-pagination .swiper-pagination-current{ color:#0d6fb6;}

.servicePart1{ padding-top: 40px;background:#f5f5f5; }
.servicePart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.servicePart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; margin-bottom: 70px; }
.servicePart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.servicePic{ position: relative; }
.servicePic .swiper-slide{ overflow: hidden; }

.servicePic .swiper-slide .bg img{ width: 100%; }
.servicePic .swiper-slide .layer{  left: 0; z-index: 1; width: 100%; text-align: center; }
.servicePic .swiper-slide .ico{ padding-bottom: 0.4rem; }
.servicePic .swiper-slide .name{ color: #000; font-size: 18px; line-height: 50px; height: 54px; position: relative; }
.servicePic .swiper-slide .name:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 2px; background: #fff; }
.servicePic .swiper-slide .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 1.5rem; padding-right: 1.5rem; font-size: 0.16rem; line-height: 30px; color: #b9c0ce; transition: all .5s; }
.servicePic .swiper-slide:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.servicePic .swiper-slide:hover:after{ opacity: 1; }
.servicePic .swiper-slide:hover .msg{ height: 190px; padding-top: 0.3rem; overflow: hidden; text-align:left;}
.servicePic .se{ display: block; position: absolute; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 2; }
.servicePic .prev{ left: -80px;}
.servicePic .next{ right: -80px;}
.servicePic .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.servicePic .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.servicePic .prev:hover, .servicePic .next:hover{ background: #0d6fb6; }
.servicePic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.servicePic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.servicePart2{ padding-top: 120px; }
.servicePart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.servicePart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; margin-bottom: 70px; }
.servicePart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.servicePic2{ position: relative; }
.servicePic2 .swiper-slide{ overflow: hidden; }
.servicePic2 .bg img{ width: 100%; }
.servicePic2 .layer{ position: absolute; left: 20%; top: 50%; transform: translateY(-50%); padding-right: 23%; color: #fff; }
.servicePic2 .name{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; padding-bottom: 0.35rem;}
.servicePic2 .content{ font-size: 0.16rem; line-height: 0.3rem; height: 1.2rem; overflow: hidden; margin-bottom: 15px; padding-right: 0.9rem;}
.servicePic2 .msgList{ width: 50%; }
.servicePic2 .msgList li{font-size: 0.16rem; height: 0.4rem; line-height: 0.4rem; color: #fff; background: url(../images/ico1on.png) left center no-repeat; padding-left: 20px;}
.servicePic2 .mxfDiv{ position: relative; }
.servicePic2 .btnDiv{ opacity: 0; position: absolute; left: 0; top: 0;}
.servicePic2 .btnDiv a{ display: block; width: 140px; height: 48px; background: #0d6fb6; text-align: center; line-height: 48px; color: #fff; font-size: 14px; }
.servicePic2 .swiper-slide:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.servicePic2 .swiper-slide:hover .msgList{ opacity: 0; }
.servicePic2 .swiper-slide:hover .btnDiv{ opacity: 1; top: 15px; }
.servicePic2 .se{ display: block; position: absolute; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 2; }
.servicePic2 .prev{ left: 0;}
.servicePic2 .next{ right: 0;}
.servicePic2 .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.servicePic2 .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.servicePic2 .prev:hover, .servicePic2 .next:hover{ background: #0d6fb6; }
.servicePic2 .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.servicePic2 .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.servicePic3{ position: relative; }
.servicePic3 .swiper-slide{ overflow: hidden; }
.servicePic3 .bg img{ width: 100%; }
.servicePic3 .layer{ position: absolute; left: 20%; top: 50%; transform: translateY(-50%); padding-right: 23%; color: #fff; }
.servicePic3 .name{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; padding-bottom: 0.35rem;}
.servicePic3 .content{ font-size: 0.16rem; line-height: 0.3rem; height: 1.2rem; overflow: hidden; margin-bottom: 15px; padding-right: 0.9rem;}
.servicePic3 .msgList{ width: 50%; }
.servicePic3 .msgList li{font-size: 0.16rem; height: 0.4rem; line-height: 0.4rem; color: #fff; background: url(../images/ico1on.png) left center no-repeat; padding-left: 20px;}
.servicePic3 .mxfDiv{ position: relative; }
.servicePic3 .btnDiv{ opacity: 0; position: absolute; left: 0; top: 0;}
.servicePic3 .btnDiv a{ display: block; width: 140px; height: 48px; background: #0d6fb6; text-align: center; line-height: 48px; color: #fff; font-size: 14px; }
.servicePic3 .swiper-slide:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.servicePic3 .swiper-slide:hover .msgList{ opacity: 0; }
.servicePic3 .swiper-slide:hover .btnDiv{ opacity: 1; top: 15px; }
.servicePic3 .se{ display: block; position: absolute; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 2; }
.servicePic3 .prev{ left: 0;}
.servicePic3 .next{ right: 0;}
.servicePic3 .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.servicePic3 .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.servicePic3 .prev:hover, .servicePic3 .next:hover{ background: #0d6fb6; }
.servicePic3 .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.servicePic3 .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}

.platformPart1{ padding: 120px 0; background: #f7f7fa;}
.platformPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.platformPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.platformPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.platformPart1 .content{ padding: 60px 0 35px; font-size: 16px; color: #3f4150; line-height: 30px; }
.platformPart1 .imgDiv img{ width: 15.36rem; }

.platformPart2{ padding-top: 120px;}
.platformPart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.platformPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.platformPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.platformPart2 .btn{ padding-top: 65px; height: 50px; position: relative; text-align: center;}
.platformPart2 .btn:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e1e1e5; z-index: 1; }
.platformPart2 .btn li{ cursor: pointer; display: inline-block; position: relative; margin: 0 24px; height: 50px; font-size: 18px; line-height: 18px; color: #0d6fb6; z-index: 2;}
.platformPart2 .btn li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #0d6fb6; }
.platformPart2 .btn li.on{ color: #3f4150; }
.platformPart2 .btn li.on:after{ width: 100%; left: 0; }
.platformBox .list{ -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;}
.platformPart2-3{ padding: 70px 0 120px; }
.platformPart2-3 .content{ font-size: 16px; color: #3f4150; line-height: 28px; padding-bottom: 20px; }
.platformPart2-3 .bigImg img{ width: 100%; }

.platformPart3{ padding: 80px 0; background: #9ea5b1; }
/*.platformPic{ width:1144px; margin:0 auto;}*/
.platformPic .swiper-container{ padding-bottom: 48px; }
.platformPic .swiper-slide{ position: relative; overflow: hidden; }
.platformPic .swiper-slide a{ display: block; width: 100%; height: 100%; position:relative; padding-bottom:85px;}
.platformPic .swiper-slide .imgDiv{ overflow: hidden; }
.platformPic .swiper-slide .imgDiv img{ width: 100%; }
.platformPic .swiper-slide .botDiv{ position:absolute; left:0; bottom:0; width:100%; box-sizing:border-box;  padding: 25px 35px 0; height: 85px; background: #fff;}
.platformPic .swiper-slide .name{ font-size: 0.24rem; line-height: 24px; text-align: center; color: #191c22; font-weight: bold; overflow: hidden; }
.platformPic .swiper-slide .content{ padding-top: 15px; font-size: 16px; line-height: 28px; opacity:0; height: 112px; text-align: center; color: #646670; overflow: hidden; }
.platformPic .swiper-slide:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.platformPic .swiper-slide:hover .botDiv{ background: #0d6fb6; height:185px; }
.platformPic .swiper-slide:hover .name{ color: #fff;}
.platformPic .swiper-slide:hover .content{ color: #fff; opacity:1; }
.platformPic .swiper-container-horizontal>.swiper-scrollbar { height: 12px; background: url(../images/bg2.png) center repeat-x; left: 50%; margin-left: -375px; width: 750px; top: auto; bottom: 0;}
.platformPic .swiper-scrollbar-drag { background: #0d6fb6;}


.platformPart4{ padding-top: 120px; height: 600px; overflow: hidden; position: relative; background: url(../images/platformPart4.jpg) center no-repeat; background-size: cover;}
.platformPart4 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.platformPart4 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: bold; }
.platformPart4 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.platformPart4 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.platformPart4 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.platformPart4 .list li{ height: 406px; text-align: center; position: relative;}
.platformPart4 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.platformPart4 .list li:last-child:before{ display: none; }
.platformPart4 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.platformPart4 .list li .num{ padding: 150px 0 45px; position: relative; z-index: 1; font-size: 48px; line-height: 48px; color: #fff; font-family:bold; }
.platformPart4 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; position: relative; z-index: 1; }
.platformPart4 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.7rem; padding-right: 0.7rem; font-size: 0.16rem; line-height: 28px; color: #cecfd3; transition: all .5s; }
.platformPart4 .list li:hover:after{ opacity: 1; }
.platformPart4 .list li:hover .num{ padding: 85px 0 20px; }
.platformPart4 .list li:hover .msg{ height: 112px; padding-top: 0.3rem; overflow: hidden;}
.platformPart4 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.platformPart4 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.platformPart4 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.industrialPart1{ padding: 120px 0;}
.industrialPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.industrialPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.industrialPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.industrialPart1 .content{ padding-left: 2.8rem; padding-right: 2.8rem; padding-top: 45px; padding-bottom: 45px; font-size: 16px; color: #3f4150; line-height: 30px; text-align: center; }
.industrialPart1 .imgDiv img{ width: 15.36rem; }

.industrialPart2{ padding-top: 120px; height: 600px; overflow: hidden; position: relative; background: url(../images/industrialPart2.jpg) center no-repeat; background-size: cover;}
.industrialPart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.industrialPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; }
.industrialPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #fff; margin-left: -25px; }
.industrialPart2 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.industrialPart2 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.industrialPart2 .list li{ height: 406px; text-align: center; position: relative;}
.industrialPart2 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.industrialPart2 .list li:last-child:before{ display: none; }
.industrialPart2 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.industrialPart2 .list li .ico{ padding: 115px 0 45px; position: relative; z-index: 1; }
.industrialPart2 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; font-weight: bold; position: relative; z-index: 1; }
.industrialPart2 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.5rem; padding-right: 0.5rem; font-size: 0.16rem; line-height: 24px; color: #cecfd3; transition: all .5s; }
.industrialPart2 .list li:hover:after{ opacity: 1; }
.industrialPart2 .list li:hover .ico{ padding: 65px 0 40px; }
.industrialPart2 .list li:hover .msg{ height: 72px; padding-top: 0.15rem; overflow: hidden;}
.industrialPart2 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.industrialPart2 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.industrialPart2 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.industrialPart3{ padding-top: 120px;}
.industrialPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.industrialPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; }
.industrialPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.industrialPart3 .btn{ padding-top: 65px; height: 50px; position: relative; text-align: center;}
.industrialPart3 .btn:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e1e1e5; z-index: 1; }
.industrialPart3 .btn li{ cursor: pointer; display: inline-block; position: relative; margin: 0 22px; height: 50px; font-size: 18px; line-height: 18px; color: #0d6fb6; z-index: 2;}
.industrialPart3 .btn li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #0d6fb6; }
.industrialPart3 .btn .on{ color: #3f4150; }
.industrialPart3 .btn .on:after{ width: 100%; left: 0; }
.industrialBox .list{ -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;}
.industrialPart3-4{ padding: 70px 0 120px; }
.industrialPart3-4 .content{ font-size: 16px; color: #3f4150; line-height: 28px; padding-bottom: 20px; }
.industrialPart3-4 .bigImg img{ width: 100%; }

.industrialPart4{ padding: 80px 0; background: #f7f7fa; }

.industrialPart5{ padding-top: 120px; height: 600px; overflow: hidden; position: relative; background: url(../images/industrialPart5.jpg) center no-repeat; background-size: cover;}
.industrialPart5 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.industrialPart5 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; }
.industrialPart5 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.industrialPart5 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.industrialPart5 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.industrialPart5 .list li{ height: 406px; text-align: center; position: relative;}
.industrialPart5 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.industrialPart5 .list li:last-child:before{ display: none; }
.industrialPart5 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.industrialPart5 .list li .num{ padding: 150px 0 45px; position: relative; z-index: 1; font-size: 48px; line-height: 48px; color: #fff; font-family:bold; }
.industrialPart5 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; position: relative; z-index: 1; }
.industrialPart5 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.7rem; padding-right: 0.7rem; font-size: 0.16rem; line-height: 28px; color: #cecfd3; transition: all .5s; }
.industrialPart5 .list li:hover:after{ opacity: 1; }
.industrialPart5 .list li:hover .num{ padding: 85px 0 20px; }
.industrialPart5 .list li:hover .msg{ height: 112px; padding-top: 0.3rem; overflow: hidden;}
.industrialPart5 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.industrialPart5 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.industrialPart5 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.leanPart1{ padding: 120px 0;}
.leanPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.leanPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; }
.leanPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.leanPart1 .content{ padding-left: 2.8rem; padding-right: 2.8rem; padding-top: 45px; padding-bottom: 45px; font-size: 16px; color: #3f4150; line-height: 30px; text-align: center; }
.leanPart1 .content2{ padding-left: 0; padding-right: 0; padding-bottom: 20px; }
.leanPart1 .imgDiv img{ width: 15.36rem; }

.leanPart2 .toptop{ height: 90px; background: #f7f7fa; }
.leanPart2 .btn{ text-align: center; }
.leanPart2 .btn li{ display: inline-block; cursor: pointer; position: relative; width: 1.9rem; line-height: 90px; color: #3f4150; font-size: 16px; font-weight: bold;}
.leanPart2 .btn li:before{ content: ''; position: absolute; left: 50%; top: 0; width: 0; height: 2px; background: #0d6fb6; }
.leanPart2 .btn .liNow{ background: #fff; color: #0d6fb6; }
.leanPart2 .btn .liNow:before{ width: 100%; left: 0;}
.leanPart2 .imgList{ width: 100%; overflow: hidden; position: relative; -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;}
.leanPart2 .imgList li{ float: left; width: 50%; overflow: hidden; position: relative; }
.leanPart2 .bg img{ width: 100%; }
.leanPart2 .layer{ position: absolute; left: 20%; top: 20%; padding-right: 23%; color: #fff; }
.leanPart2 .name{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; padding-bottom: 0.35rem;}
.leanPart2 .content{ font-size: 0.2rem; line-height: 0.36rem; height: 1.44rem; overflow: hidden; margin-bottom: 10px; width: 4.85rem;}
.leanPart2 .msgList li{ float: none; width: auto; }
.leanPart2 .msgList li a{ display: block; font-size: 0.16rem; height: 0.4rem; line-height: 0.4rem; color: #fff; background: url(../images/ico1on.png) left center no-repeat; padding-left: 20px;}
.leanPart2 .msgList li a:hover{ color: #0d6fb6; background: url(../images/ico1on2.png) left center no-repeat; }
.leanPart2 li:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.leanPart2 li:hover .layer{ left: 18%; }
.leanPart2 .se{ display: block; position: absolute; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 2; }
.leanPart2 .prev{ left: 0;}
.leanPart2 .next{ right: 0;}
.leanPart2 .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.leanPart2 .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.leanPart2 .prev:hover, .leanPart2 .next:hover{ background: #0d6fb6; }
.leanPart2 .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.leanPart2 .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}


.leanPart3{ padding: 120px 0 110px; overflow: hidden; position: relative; background: url(../images/portraitPart2.jpg) center top no-repeat; background-size: 100%;}
.leanPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.leanPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; }
.leanPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.leanPart3 .list{ padding-top: 70px; width: 100%; }
.leanPart3 .list li{ text-align: center; position: relative;}
.leanPart3 .list li .num{ padding-bottom: 30px; position: relative; z-index: 1; font-size: 48px; line-height: 48px; color: #fff; font-family:bold; }
.leanPart3 .list li .msg{ position: relative; z-index: 1; font-size: 0.18rem; line-height: 30px; color: #fff; }
.leanPart3 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.leanPart3 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.leanPart3 .swiper-pagination-bullet-active { background: #0d6fb6; } 


.portraitPart1{ padding-top: 120px; height: 604px; overflow: hidden; position: relative;}
.portraitPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.portraitPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.portraitPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.portraitPart1 .list{ position: absolute; left: 0; bottom: 0; width: 100%; overflow: hidden; }
.portraitPart1 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #dcdfe6; }
.portraitPart1 .list li{ height: 406px; text-align: center; position: relative;}
.portraitPart1 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #dcdfe6; }
.portraitPart1 .list li:last-child:before{ display: none; }
.portraitPart1 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #0d6fb6;}
.portraitPart1 .list li .ico{ padding: 115px 0 35px; position: relative; z-index: 1; }
.portraitPart1 .list li .ico .img1{ display: none; }
.portraitPart1 .list li .name{ font-size: 24px; line-height: 24px; color: #191c22; font-weight: bold; position: relative; z-index: 1; }
.portraitPart1 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.7rem; padding-right: 0.7rem; font-size: 0.16rem; line-height: 24px; color: #fff; transition: all .5s; }
.portraitPart1 .list li:hover:after{ opacity: 1; }
.portraitPart1 .list li:hover .ico{ padding: 95px 0 35px; }
.portraitPart1 .list li:hover .ico img{ display: none; }
.portraitPart1 .list li:hover .ico .img1{ display: inline-block; }
.portraitPart1 .list li:hover .name{ color: #fff; }
.portraitPart1 .list li:hover .msg{ height: 72px; padding-top: 0.3rem; overflow: hidden;}
.portraitPart1 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.portraitPart1 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.portraitPart1 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.portraitPart2{ padding: 120px 0; background: url(../images/portraitPart2.jpg) center no-repeat; background-size: cover; } 
.portraitPart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.portraitPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; margin-bottom: 70px;}
.portraitPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }

.soluPic{ position: relative; height: 5.6rem; background: #fff; }
.soluPic .mxfDiv{ padding: 0 8.64rem 0 0.8rem; position: relative; height: 5.6rem; }
.soluPic .imgDiv{ position: absolute; right: 0.3rem; top: 0.66rem; }
.soluPic .imgDiv img{ width: 7.38rem; }
.soluPic .conDiv{ padding-top: 1.0rem; }
.soluPic .name{ font-size: 0.36rem; line-height: 0.36rem; color: #191c22; font-weight: bold; padding-left: 0.45rem;}
.soluPic .content{ margin-top: 0.4rem; padding-left: 0.45rem; font-size: 16px; color: #0d6fb6; line-height: 30px; position: relative; }
.soluPic .content:before{ content: ''; position: absolute; left: 0; top: 6px; width: 24px; height: 18px; background: url(../images/nimg24_1.png) center no-repeat; }
.soluPic .arrow2{ position: absolute; left: 1.25rem; bottom: 1.2rem; z-index: 5; }
.soluPic .se{ display: block; position: relative; float: left; width: 62px; height: 62px; background: #f7f7fa; }
.soluPic .prev{ margin-right: 10px;}
.soluPic .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.soluPic .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.soluPic .prev:hover, .soluPic .next:hover{ background: #0d6fb6; }
.soluPic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.soluPic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}
.soluPic .swiper-pagination{ left:0; width:auto; padding-left:1.45rem; bottom:0.4rem; font-size:16px;}
.soluPic .swiper-pagination .swiper-pagination-current{ color:#0d6fb6;}

.soluPic .videoDiv{ position: absolute; right: 0.3rem; top: 0.66rem; cursor: pointer; }
.soluPic .videoDiv .limg img{ width: 7.38rem; }
.soluPic .videoDiv .ico{ position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; }
.soluPic video{width:100%; position:absolute;top:50%;left:0;right:0; margin:0 auto; transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:fill;}
.soluPic .videoDiv.cur{ background:#000;}
.soluPic .videoDiv.cur .img, .soluPic .videoDiv.cur .limg, .soluPic .videoDiv.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.soluPic .videoDiv.cur video{z-index:2;visibility:visible;opacity:1}

.portraitPart3{ padding-top: 120px; height: 604px; overflow: hidden; position: relative;}
.portraitPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.portraitPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; }
.portraitPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.portraitPart3 .list{ position: absolute; left: 0; bottom: 0; width: 100%; overflow: hidden; }
.portraitPart3 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #dcdfe6; }
.portraitPart3 .list li{ height: 406px; text-align: center; position: relative;}
.portraitPart3 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #dcdfe6;}
.portraitPart3 .list li:last-child:before{ display: none; }
.portraitPart3 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #0d6fb6;}
.portraitPart3 .list li .num{ padding: 150px 0 45px; position: relative; z-index: 1; font-size: 48px; line-height: 48px; color: #191c22; font-family:bold; }
.portraitPart3 .list li .name{ font-size: 24px; line-height: 24px; color: #191c22; position: relative; z-index: 1; }
.portraitPart3 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.9rem; padding-right: 0.9rem; font-size: 0.16rem; line-height: 28px; color: #fff; transition: all .5s; }
.portraitPart3 .list li:hover:after{ opacity: 1; }
.portraitPart3 .list li:hover .num{ padding: 110px 0 45px; color: #fff;}
.portraitPart3 .list li:hover .name{ color: #fff; }
.portraitPart3 .list li:hover .msg{ height: 112px; padding-top: 0.3rem; overflow: hidden;}
.portraitPart3 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.portraitPart3 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.portraitPart3 .swiper-pagination-bullet-active { background: #0d6fb6; } 


.marketPart1{ padding: 70px 0;}
.marketPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.marketPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; }
.marketPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.marketPart1 .content{ padding-top: 45px; padding-bottom: 20px; font-size: 16px; color: #3f4150; line-height: 30px; /*text-align: center;*/  }
.marketPart1 .imgDiv img{  }

.marketPart2{ padding-top: 120px; background: #f7f7fa; }
.marketPart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.marketPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; margin-bottom: 70px; }
.marketPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.marketPic{ position: relative; }
.marketPic .swiper-slide{ overflow: hidden; position:relative; }
.marketPic .swiper-slide:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1;}
.marketPic li{ float: left; width: 50%; overflow: hidden; position: relative; }
.marketPic .bg img{ width: 100%; }
.marketPic .layer{ position: absolute; left: 20%; top: 21%; padding-right: 23%; color: #fff; z-index:2; }
.marketPic .name{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; padding-bottom: 0.3rem;}
.marketPic .content{ font-size: 0.2rem; line-height: 0.36rem; height: 1.44rem; overflow: hidden; margin-bottom: 15px; width: 4.5rem;}
.marketPic .msgList li{ float: none; width: auto; }
.marketPic .msgList li a{ display: block; font-size: 0.18rem; height: 0.38rem; line-height: 0.38rem; color: #fff; background: url(../images/ico1on.png) left center no-repeat; padding-left: 20px;}
.marketPic .msgList li a:hover{ color: #0d6fb6; background: url(../images/ico1on2.png) left center no-repeat; }
.marketPic .numList li{ padding-bottom: 0.3rem; color: #fff; }
.marketPic .numList li .num{ font-size: 0.48rem; line-height: 0.48rem; font-family: bold; padding-bottom: 0.1rem; }
.marketPic .numList li .laha{ font-size: 0.18rem; }
.marketPic .swiper-slide li:hover .layer{ left: 18%; }
.marketPic .swiper-slide li:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.marketPic .se{ display: block; position: absolute; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: rgba(63,65,80,0.4); z-index: 2; }
.marketPic .prev{ left: 0;}
.marketPic .next{ right: 0;}
.marketPic .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.marketPic .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.marketPic .prev:hover, .marketPic .next:hover{ background: #0d6fb6; }
.marketPic .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.marketPic .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}


.dataPart2{ padding-top: 120px; height: 604px; overflow: hidden; position: relative; background: url(../images/dataPart2.jpg) center no-repeat; background-size: cover;}
.dataPart2 .txt{ font-size: 24px; color: #fff; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.dataPart2 .wen{ text-align: center; font-size: 20px; text-transform:uppercase; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: 100; }
.dataPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #fff; margin-left: -25px; }
.dataPart2 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.dataPart2 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.dataPart2 .list .wal{ overflow:hidden;}
.dataPart2 .list li{ height: 406px; text-align: center; position: relative;}
.dataPart2 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.dataPart2 .list li:last-child:before{ display: none; }
.dataPart2 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.dataPart2 .list li .ico{ padding: 115px 0 50px; position: relative; z-index: 1; }
.dataPart2 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; font-weight: bold; position: relative; z-index: 1; }
.dataPart2 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.7rem; padding-right: 0.7rem; font-size: 0.16rem; line-height: 24px; color: #cecfd3; transition: all .5s; }
.dataPart2 .list li:hover:after{ opacity: 1; }
.dataPart2 .list li:hover .ico{ padding: 65px 0 40px; }
.dataPart2 .list li:hover .msg{ height: 96px; padding-top: 0.3rem; overflow: hidden;}
.dataPart2 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.dataPart2 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.dataPart2 .swiper-pagination-bullet-active { background: #0d6fb6; } 
.dataPart2 .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.5); z-index: 5; }
.dataPart2 .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.dataPart2 .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.5); z-index: 5; }
.dataPart2 .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.dataPart2 .swiper-button-prev:hover, .dataPart2 .swiper-button-next:hover{ background: #0d6fb6; }
.dataPart2 .swiper-button-prev:hover:before, .dataPart2 .swiper-button-next:hover:before{ opacity: 1; }

.dataPart3{ padding: 120px 0; overflow: hidden; position: relative;}
.dataPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.dataPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; margin-bottom: 70px; }
.dataPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }

.dataPart3 .leftDiv{ width: 50%; }
.dataPart3 .tabContent2{ -webkit-animation: am_left 0.6s ease-in-out 0.2s backwards;}
.dataPart3 .num{ font-size: 0.72rem; line-height: 0.72rem; color: #b9c0ce; position: relative; display: inline-block; font-family: bold; }
.dataPart3 .num:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 26%; background: #fff; }
.dataPart3 .name{ font-weight: bold; color: #3f4150; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.2rem; }
.dataPart3 .content{ font-size: 0.16rem; color: #0d6fb6; line-height: 0.3rem; padding-right: 0.6rem;}
.dataPart3 .msgList{ padding-top: 0.3rem; }
.dataPart3 .msgList li a{ display: block; font-size: 0.16rem; color: #191c22; line-height: 0.48rem; padding-left: 14px; background: url(../images/ico1.png) left center no-repeat;}
.dataPart3 .msgList li a:hover{ color: #0d6fb6; background: url(../images/ico1on2.png) left center no-repeat;}


.dataPart3 .rightDiv{ width: 50%; height: 5.34rem; position: relative; }
.dataPart3 .rightDiv .bg{ position: absolute; left: 50%; top: 0; width: 5.34rem; margin-left: -2.67rem; }
.dataPart3 .rightDiv .bg img{ width: 5.34rem; }
.dataPart3 .tab2 li{ position: absolute; font-size: 0.16rem; line-height: 16px; color: #3f4150; font-weight: bold; }
.dataPart3 .tab2 li:after{ content: ''; position: absolute; width: 10px; height: 10px; background: #b9c0ce; border-radius: 50%; top: 50%; margin-top: -5px; }
.dataPart3 .tab2 .li01{ left: 0; top: 0.98rem; width: 1.52rem; text-align: right; padding-right: 0.24rem;}
.dataPart3 .tab2 .li01:after{ right: 0; }
.dataPart3 .tab2 .li02{ left: 0; top: 3.78rem; width: 1.32rem; text-align: right; padding-right: 0.2rem;}
.dataPart3 .tab2 .li02:after{ right: 0; }
.dataPart3 .tab2 .li03{ left: 0; bottom: 0.32rem; width: 2.12rem; text-align: right; padding-right: 0.38rem;}
.dataPart3 .tab2 .li03:after{ right: 0; }
.dataPart3 .tab2 .li04{ right: 0; top: 0.1rem; width: 2.64rem; padding-left: 0.32rem;}
.dataPart3 .tab2 .li04:after{ left: 0; }
.dataPart3 .tab2 .li05{ right: 0; top: 0.86rem; width: 1.6rem; padding-left: 0.24rem;}
.dataPart3 .tab2 .li05:after{ left: 0; }
.dataPart3 .tab2 .li06{ right: 0; bottom: 1.46rem; width: 1.2rem; padding-left: 0.26rem;}
.dataPart3 .tab2 .li06:after{ left: 0; }
.dataPart3 .tab2 .li07{ right: 0; bottom: 0.5rem; width: 1.98rem; padding-left: 0.24rem;}
.dataPart3 .tab2 .li07:after{ left: 0; }

.dataPart3 .tab2 .liNow{ color: #0d6fb6; }
.dataPart3 .tab2 .liNow:after{ background: #0d6fb6;}

.smartPart2{ padding-top: 120px; height: 604px; overflow: hidden; position: relative; background: url(../images/smartPart2.jpg) center no-repeat; background-size: cover;}
.smartPart2 .txt{ font-size: 24px; color: #fff; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.smartPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: bold; }
.smartPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #fff; margin-left: -25px; }
.smartPart2 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.smartPart2 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.smartPart2 .list li{ height: 406px; text-align: center; position: relative;}
.smartPart2 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.smartPart2 .list li:last-child:before{ display: none; }
.smartPart2 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.smartPart2 .list li .ico{ padding: 135px 0 35px; position: relative; z-index: 1; }
.smartPart2 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; font-weight: bold; position: relative; z-index: 1; }
.smartPart2 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.8rem; padding-right: 0.8rem; font-size: 0.16rem; line-height: 28px; color: #cecfd3; transition: all .5s; }
.smartPart2 .list li:hover:after{ opacity: 1; }
.smartPart2 .list li:hover .ico{ padding: 90px 0 35px; }
.smartPart2 .list li:hover .msg{ height: 84px; padding-top: 0.15rem; overflow: hidden;}
.smartPart2 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.smartPart2 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.smartPart2 .swiper-pagination-bullet-active { background: #0d6fb6; } 

.smartPart3{ padding-top: 120px; position: relative; padding-bottom: 560px; overflow: hidden; }
.smartPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.smartPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; margin-bottom: 70px; }
.smartPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }

.smartPart3 .inner-2 { width: 918px; height: 918px; position: absolute; bottom: 0; margin-bottom: -459px; left: 50%; margin-left: -459px; z-index: 1; background: url(../images/nimg800Bg.png) center no-repeat; border-radius: 50%; transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}

/*.smartPart3 .inner-2:before{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #000; transform: rotate(135deg);-moz-transform: rotate(135deg); 
-ms-transform: rotate(135deg); 
-o-transform: rotate(135deg); }
.smartPart3 .inner-2:after{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #000; transform: rotate(45deg);-moz-transform: rotate(45deg); 
-ms-transform: rotate(45deg); 
-o-transform: rotate(45deg);  }*/


.smartPart3 .inner-2 .circle { position: relative; width: 100%; height: 100%; border-radius: 50%;/* border: 1px solid #b1cfcc;*/}
.smartPart3 .inner-2 ul li { position: absolute; z-index: 10;/* opacity: 0; visibility: hidden;*/}
.smartPart3 .inner-2 ul li.on { opacity: 1; visibility: visible;}
.smartPart3 .inner-2 ul li.active { opacity: 1; visibility: visible;}
.smartPart3 .inner-2 ul li.active .big {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.smartPart3 .inner-2 ul li.active .ico{ background: #0d6fb6; border: #0d6fb6 solid 1px; }
.smartPart3 .inner-2 ul li.active .ico img{display: none; }
.smartPart3 .inner-2 ul li.active .ico .img1 { display: inline-block; }
.smartPart3 .inner-2 ul li.active .big:before { width: 150px; height: 150px; left: -15px; top: -15px; }

.smartPart3 .inner-2 ul li.active:hover .big {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.smartPart3 .inner-2 ul li:nth-child(1) { left: 50%; margin-left: -60px; top: 0;}
.smartPart3 .inner-2 ul li:nth-child(2) { left: 13%; top: 12.5%;}
.smartPart3 .inner-2 ul li:nth-child(3) { left: 0; top: 50%; margin-top: -60px;}
.smartPart3 .inner-2 ul li:nth-child(4) { left: 13%; bottom: 25.5%;}
.smartPart3 .inner-2 ul li:nth-child(5) { left: 50%; margin-left: -60px; bottom: 13%;}


/*.smartPart3 .inner-2 ul li:nth-child(1) { right: 26%; top: 12.5%;}
.smartPart3 .inner-2 ul li:nth-child(2) { right: 13%; top: 50%; margin-top: -60px;}

.smartPart3 .inner-2 ul li:nth-child(3) { left: 50%; margin-left: -60px; top: 0;}
.smartPart3 .inner-2 ul li:nth-child(4) { left: 13%; top: 12.5%;}
.smartPart3 .inner-2 ul li:nth-child(5) { left: 0; top: 50%; margin-top: -60px;}*/

/*.smartPart3 .inner-2 ul li:nth-child(1) { left: -48px; top: 50%;}
.smartPart3 .inner-2 ul li:nth-child(2) { left: 20px; bottom: 18%;}
.smartPart3 .inner-2 ul li:nth-child(3) { left: 24%; bottom: -10px;}
.smartPart3 .inner-2 ul li:nth-child(4) { left: 59%; bottom: -32px;}
.smartPart3 .inner-2 ul li:nth-child(5) { left: 83.8%; bottom: 122px;}
.smartPart3 .inner-2 ul li:nth-child(6) { right: 5.3%; bottom: 41%;}
.smartPart3 .inner-2 ul li:nth-child(7) { right: 14.3%; top: 27%;}
.smartPart3 .inner-2 ul li:nth-child(8) { right: 40%; top: 7.9%;}
.smartPart3 .inner-2 ul li:nth-child(9) { left: 23%; top: 10.4%;}
*/
.smartPart3 .inner-2 ul li a { position: relative; display: block;}
.smartPart3 .inner-2 ul li .big { position: absolute; width: 120px; height: 120px; transition: 0.5s; border-radius: 50%;}
.smartPart3 .inner-2 ul li .ico{ width: 120px; height: 120px; border: #cfcfcf solid 1px; background: #fff; text-align: center; line-height: 120px; border-radius: 50%; position: relative; z-index: 1;}
.smartPart3 .inner-2 ul li .big:before { content: ""; display: block; width: 0; height: 0; z-index: -1; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 1; background: #e7f6ed; -webkit-transition:all .5s cubic-bezier(.24,.82,.48,.89);transition:all .5s cubic-bezier(.24,.82,.48,.89);}

.smartPart3 .inner-2 ul li .big:hover img { opacity: 1; visibility: visible;}
.smartPart3 .inner-2 ul li .ico img {/* opacity: 0; visibility: hidden; width: 100%; height: 100%; object-fit: cover;*/}

.smartPart3 .inner-2 ul li .ico .img1{ display: none; }


.smartPart3 .tabContentDiv2 .name{ text-align: center; font-size: 40px; line-height: 40px; color: #191c22; padding-bottom: 20px; -webkit-animation: am_top 0.6s ease-in-out 0.3s backwards; }
.smartPart3 .tabContentDiv2 .msg{ font-size: 16px; color: #3f4150; text-align: center; line-height: 28px; -webkit-animation: am_top 0.6s ease-in-out 0.6s backwards; }

.life-swiper .swiper-slide{ padding-top: 0.8rem; height: 4.4rem; text-align: center; background: #0d6fb6;}
.life-swiper .ico{ width: 1.8rem; height: 1.8rem; text-align: center; line-height: 1.6rem; border: #d2d2d2 solid 1px; box-sizing: border-box; margin: 0 auto; border-radius: 50%;}
.life-swiper .ico img{ width: 0.86rem; }
.life-swiper .name{ color: #fff; padding-top: 0.4rem; font-size: 0.32rem; line-height: 0.32rem;}
.life-swiper .msg{ color: #fff; padding-top: 0.3rem; padding-left: 0.6rem; padding-right: 0.6rem; font-size: 0.24rem; line-height: 0.42rem; }
.life-swiper .swiper-pagination{ position: relative; bottom: 0; padding-top: 0.6rem; }
.life-swiper .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.life-swiper .swiper-pagination-bullet-active { background: #0d6fb6; } 


.smartPart4{ padding: 120px 0; background: #191c22; }
.smartPart4 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.smartPart4 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; margin-bottom: 70px; }
.smartPart4 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.smartPic .swiper-slide{ position: relative; overflow: hidden; }
.smartPic .swiper-slide:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; z-index: 0; }
.smartPic .swiper-slide a{ display: block; width: 100%; height: 100%; }
.smartPic .swiper-slide .imgDiv img{ width: 100%; }
.smartPic .swiper-slide .layer{ position: absolute; left: 0; bottom: 0; width: 100%; height: 0.9rem; z-index: 1;}
.smartPic .swiper-slide .mxfDiv{ padding: 0 0.4rem; }
.smartPic .swiper-slide .name{ font-size: 24px; line-height: 0.9rem; height: 0.9rem; color: #fff; font-weight: bold; overflow: hidden; }
.smartPic .swiper-slide .content{ font-size: 16px; line-height: 28px; height: 112px; color: #fff; overflow: hidden; }
.smartPic .swiper-slide .more{ margin-top: 25px; font-size: 14px; background: #0d6fb6; color:#fff; width: 108px; height:40px; line-height:40px; text-align:center; position: relative; }
.smartPic .swiper-slide:hover:after{ opacity: 1; }
.smartPic .swiper-slide:hover .layer{ height: 2.8rem; }
.smartPic .swiper-slide:hover .name{ line-height: 0.4rem; height: 0.4rem;}
.smartPic .swiper-slide:hover .content{ padding-top: 10px; }
.smartPic .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.smartPic .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.smartPic .swiper-pagination-bullet-active { background: #0d6fb6; } 

.lucencyPart1{ padding-top: 120px; }
.lucencyPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.lucencyPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; margin-bottom: 70px; }
.lucencyPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.lucencyPart1 .tab2{ text-align: center; }
.lucencyPart1 .tab2 li{ display: inline-block; position: relative; margin: 0 34px; height: 52px; font-size: 18px; line-height: 18px; color: #0d6fb6; }
.lucencyPart1 .tab2 li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #0d6fb6; }
.lucencyPart1 .tab2 .liNow{ color: #3f4150;}
.lucencyPart1 .tab2 .liNow:after{ left: 0; width: 100%; }
.lucencyPart1 .midmid{ padding: 80px 0 120px; background: #f6f5f8; }
.lucencyPart1 .tabContent2{ -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;}
.lucencyPart1 .leftDiv{ width: 6.5rem; }
.lucencyPart1 .hao{ font-size: 0.72rem; line-height: 0.72rem; color: #b9c0ce; position: relative; display: inline-block; font-family: bold; }
.lucencyPart1 .hao:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 26%; background: #f6f5f8; }
.lucencyPart1 .name{ font-weight: bold; color: #3f4150; font-size: 0.3rem; line-height: 0.48rem; padding-bottom: 0.2rem; }
.lucencyPart1 .content{ font-size: 0.16rem; color: #0d6fb6; line-height: 0.3rem; padding-right: 0.6rem;}
.lucencyPart1 .msgList{ padding-top: 0.3rem; }
.lucencyPart1 .msgList li a{ display: block; font-size: 0.16rem; color: #0d6fb6; line-height: 0.38rem; padding-left: 14px; background: url(../images/ico1.png) left center no-repeat;}
.lucencyPart1 .msgList li a:hover{ background: url(../images/ico1on2.png) left center no-repeat; color: #0d6fb6;}
.lucencyPart1 .rightImg{ width: 50%; }
.lucencyPart1 .rightImg img{ width: 100%; }

.lucencyPart1 .botbot{ padding: 0 0 120px; background: #f6f5f8;  }
.lucencyPart1 .numList li{ text-align: center; position: relative; float: left; width: 33.33%;}
.lucencyPart1 .numList li .num{ padding-bottom: 30px; font-size: 48px; line-height: 48px; color: #3f4150; font-family:bold; }
.lucencyPart1 .numList li .msg{ font-size: 0.18rem; color: #0d6fb6; }

.lucencyPart2{ padding-top: 120px; }
.lucencyPart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.lucencyPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; font-weight: bold; margin-bottom: 70px; }
.lucencyPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.lucencyPart2 .tab2{ text-align: center; position: relative;}
.lucencyPart2 .tab2:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e1e1e5; }
.lucencyPart2 .tab2 li{ z-index: 1; display: inline-block; position: relative; margin: 0 34px; height: 52px; font-size: 18px; line-height: 18px; color: #0d6fb6; }
.lucencyPart2 .tab2 li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #0d6fb6; }
.lucencyPart2 .tab2 .liNow{ color: #3f4150;}
.lucencyPart2 .tab2 .liNow:after{ left: 0; width: 100%; }
.lucencyPart2 .midmid{ padding: 80px 0 120px; }
.lucencyPart2 .tabContent2{ -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;}
.lucencyPart2 .leftDiv{ width: 6.5rem; }
.lucencyPart2 .hao{ font-size: 0.72rem; line-height: 0.72rem; color: #b9c0ce; position: relative; display: inline-block; font-family: bold; }
.lucencyPart2 .hao:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 26%; background: #fff; }
.lucencyPart2 .name{ font-weight: bold; color: #3f4150; font-size: 0.3rem; line-height: 0.48rem; padding-bottom: 0.2rem; }
.lucencyPart2 .content{ font-size: 0.16rem; color: #0d6fb6; line-height: 0.3rem; padding-right: 0.6rem;}
.lucencyPart2 .msgList{ padding-top: 0.3rem; }
.lucencyPart2 .msgList li{ font-size: 0.16rem; color: #0d6fb6; line-height: 0.38rem; padding-left: 14px; background: url(../images/ico1.png) left center no-repeat;}
.lucencyPart2 .rightImg{ width: 50%; }
.lucencyPart2 .rightImg img{ width: 100%; }

.lucencyPart2 .botbot{ padding-bottom: 120px; }
.lucencyPart2 .numList li{ width: 25%; float: left; text-align: center; position: relative;}
.lucencyPart2 .numList li .num{ padding-bottom: 30px; font-size: 48px; line-height: 48px; color: #3f4150; font-family:bold; }
.lucencyPart2 .numList li .msg{ font-size: 0.18rem; color: #0d6fb6; line-height: 0.3rem; }

.lucencyPart3 .toptop{ position: relative; padding-top: 120px; height: 286px; background: url(../images/lucencyPart3.jpg) center no-repeat; background-size: cover;}
.lucencyPart3 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.lucencyPart3 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; font-weight: bold; margin-bottom: 70px; }
.lucencyPart3 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.lucencyPart3 .tab2{ text-align: center; position: absolute; left: 0; width: 100%; bottom: 0; }
.lucencyPart3 .tab2 li{ display: inline-block; position: relative; margin: 0 34px; height: 52px; font-size: 18px; line-height: 18px; color: #0d6fb6; }
.lucencyPart3 .tab2 li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #0d6fb6; }
.lucencyPart3 .tab2 .liNow{ color: #fff;}
.lucencyPart3 .tab2 .liNow:after{ left: 0; width: 100%; }
.lucencyPart3 .midmid{ padding: 80px 0 120px; background:#f6f5f8; }
.lucencyPart3 .tabContent2{ -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;}
.lucencyPart3 .leftDiv{ width: 6.5rem; }
.lucencyPart3 .hao{ font-size: 0.72rem; line-height: 0.72rem; color: #b9c0ce; position: relative; display: inline-block; font-family: bold; }
.lucencyPart3 .hao:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 26%; background: #f6f5f8; }
.lucencyPart3 .name{ font-weight: bold; color: #3f4150; font-size: 0.3rem; line-height: 0.48rem; padding-bottom: 0.2rem; }
.lucencyPart3 .content{ font-size: 0.16rem; color: #0d6fb6; line-height: 0.3rem; padding-right: 0.6rem;}
.lucencyPart3 .msgList{ padding-top: 0.3rem; }
.lucencyPart3 .msgList li{ font-size: 0.16rem; color: #0d6fb6; line-height: 0.38rem; padding-left: 14px; background: url(../images/ico1.png) left center no-repeat;}
.lucencyPart3 .rightImg{ width: 50%; }
.lucencyPart3 .rightImg img{ width: 100%; }
.lucencyPart3 .botbot{ padding-bottom: 110px; background:#f6f5f8;}
.lucencyPart3 .numList ul { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.lucencyPart3 .numList li{ float: left; text-align: center; position: relative;}
.lucencyPart3 .numList li .num{ padding-bottom: 30px; font-size: 48px; line-height: 48px; color: #191c22; font-family:bold; }
.lucencyPart3 .numList li .msg{ font-size: 0.18rem; color: #0d6fb6; line-height: 0.3rem; width:320px; margin:0 auto; }
.plasticPart1{ padding-top: 120px; height: 600px; overflow: hidden; position: relative; background: url(../images/industrialPart5.jpg) center no-repeat; background-size: cover;}
.plasticPart1 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.plasticPart1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #fff; }
.plasticPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.plasticPart1 .list{ position: absolute; left: 0; bottom: 0; width: 100%; }
.plasticPart1 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.plasticPart1 .list .wal{overflow: hidden;}
.plasticPart1 .list li{ height: 406px; text-align: center; position: relative;}
.plasticPart1 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.plasticPart1 .list li:last-child:before{ display: none; }
.plasticPart1 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.plasticPart1 .list li .ico{ padding: 115px 0 45px; position: relative; z-index: 1; }
.plasticPart1 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; font-weight: bold; position: relative; z-index: 1; }
.plasticPart1 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 0.5rem; padding-right: 0.5rem; font-size: 0.14rem; line-height: 24px; color: #cecfd3; transition: all .5s; }
.plasticPart1 .list li:hover:after{ opacity: 1; }
.plasticPart1 .list li:hover .ico{ padding: 65px 0 40px; }
.plasticPart1 .list li:hover .msg{ height: 120px; padding-top: 0.15rem; overflow: hidden;}
.plasticPart1 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.6rem; }
.plasticPart1 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; box-sizing: border-box; background: #eee; } 
.plasticPart1 .swiper-pagination-bullet-active { background: #0d6fb6; } 
.plasticPart1 .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.plasticPart1 .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.plasticPart1 .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.plasticPart1 .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.plasticPart1 .swiper-button-prev:hover, .plasticPart1 .swiper-button-next:hover{ background: #0d6fb6; }
.plasticPart1 .swiper-button-prev:hover:before, .plasticPart1 .swiper-button-next:hover:before{ opacity: 1; }

.plasticPart2 .toptop{ padding: 120px 0 70px;}
.plasticPart2 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.plasticPart2 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; }
.plasticPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }
.hahaPic{ width: 100%; overflow: hidden; position: relative;}
.hahaPic .swiper-slide{ overflow: hidden; position:relative;}
.hahaPic .swiper-slide:after{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4); z-index:1;}
.hahaPic li{ float: left; width: 50%; position: relative; overflow: hidden;}
.hahaPic .bg img{ width: 100%; }
.hahaPic .layer{ position: absolute; left: 20%; top: 20%; padding-right: 23%; color: #fff; z-index:2; }
.hahaPic .name{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; padding-bottom: 0.35rem;}
.hahaPic .content{ font-size: 0.2rem; line-height: 0.36rem; height: 1.44rem; overflow: hidden; margin-bottom: 10px; width: 4.85rem;}
.hahaPic .msgList li{ float: none; width: auto; }
.hahaPic .msgList li a{ display: block; font-size: 0.16rem; height: 0.4rem; line-height: 0.4rem; color: #fff; background: url(../images/ico1on.png) left center no-repeat; padding-left: 20px;}
.hahaPic .msgList li a:hover{ color: #0d6fb6; background: url(../images/ico1on2.png) left center no-repeat;}
.hahaPic .swiper-slide li:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.hahaPic .swiper-slide li:hover .layer{ left: 18%; }
.hahaPic .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.hahaPic .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.hahaPic .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.hahaPic .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.hahaPic .swiper-button-prev:hover, .hahaPic .swiper-button-next:hover{ background: #0d6fb6; }
.hahaPic .swiper-button-prev:hover:before, .hahaPic .swiper-button-next:hover:before{ opacity: 1; }

.plasticPart3{ padding: 110px 0; }
.plasticPart3 .numList li{ float: left; width: 20%; }
.plasticPart3 .numList li .num{ font-size: 48px; line-height: 48px; color: #191c22; padding-bottom: 10px; font-family: bold; }
.plasticPart3 .numList li p{ font-size: 18px; color: #3f4150; }

.plasticPart4{ padding-top: 40px;  }
.plasticPart4 .txt{ font-size: 24px; color: #0d6fb6; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.plasticPart4 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; position: relative; height: 80px; color: #191c22; margin-bottom: 60px; }
.plasticPart4 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #0d6fb6; margin-left: -25px; }

@media screen and (min-width: 1024px) {.plasticPart4 .detail-box{  background: #fff; position: relative; margin-bottom:70px;}}
@media screen and (max-width: 1024px) {.plasticPart4 .detail-box{  background: #fff; position: relative; margin-bottom:0px;}}

.plasticPart4 .detail-box .mxfDiv{ position: relative;   }
.plasticPart4 .detail-box .imgDiv{ position: absolute; left: 0; top: 0; }
.plasticPart4 .detail-box .imgDiv img{ width: 5.76rem; }
.plasticPart4 .detail-box .conDiv{ padding-top: 0.04rem; }
.plasticPart4 .detail-box .logo{ position: relative;}
.plasticPart4 .detail-box .logo img{ width:2.0rem; }
.plasticPart4 .detail-box .content{ font-size: 0.38rem; line-height: 0.3rem; height: 0.9rem; overflow: hidden; color: #191c22; margin-top: 10px; padding-left: 0.45rem; position: relative; }
.plasticPart4 .detail-box .content:before{ content: ''; position: absolute; left: 0; top: 6px; width: 24px; height: 18px; background: url(../images/nimg24_1.png) center no-repeat; }
.plasticPart4 .detail-box .tab2{ padding-left: 0.45rem;padding-top:0.3rem; }
.plasticPart4 .detail-box .tab2 li{ position: relative; float: left; margin-right: 40px; color: #0d6fb6; font-size: 0.24rem; line-height: 0.24rem; height: 0.36rem; }
.plasticPart4 .detail-box .tab2 li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #0d6fb6; }
.plasticPart4 .detail-box .tab2 .liNow{ color: #191c22; }
.plasticPart4 .detail-box .tab2 .liNow:after{ left: 0; width: 100%; }
@media screen and (min-width: 1024px) {.plasticPart4 .detail-box .msgList{ padding: 0.25rem 0 0 0.45rem; font-size:18px; line-height:200%; }}
@media screen and (max-width: 1024px) {.plasticPart4 .detail-box .msgList{ padding: 0.25rem 0 0 0.45rem; font-size:14px; line-height:200%; }}

.plasticPart4 .detail-box .msgList ul{ height:2.4rem; overflow:auto;}
.plasticPart4 .detail-box .msgList ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
.plasticPart4 .detail-box .msgList ul::-webkit-scrollbar-thumb {
    background-color: #0d6fb6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
.plasticPart4 .detail-box .msgList li{ padding-left: 0.2rem; padding-bottom: 0.2rem; background: url(../images/ico1.png) left 8px no-repeat; font-size: 0.16rem; line-height: 0.24rem; color: #3f4150; }
.plasticPart4 .detail-box .btnDiv{ padding: 0.15rem 0 0 0.45rem; }
.plasticPart4 .detail-box .btnDiv a{ display: block; width: 1.38rem; height: 0.45rem; line-height: 0.45rem; font-size: 14px; text-align: center; color: #0d6fb6; border: #b9c0ce solid 1px; }
.plasticPart4 .detail-box .btnDiv a:hover{ background: #0d6fb6; border: #0d6fb6 solid 1px; color: #fff; }


.plasticPart4 .prev { position: absolute; left: 0.5rem; bottom: 0.5rem; width: 0.56rem; height: 0.56rem; box-sizing: border-box; border: #dadde0 solid 2px; border-radius: 50%; z-index: 5;}
.plasticPart4 .next { position: absolute; left: 1.5rem; bottom: 0.5rem; width: 0.56rem; height: 0.56rem; box-sizing: border-box; border: #dadde0 solid 2px; border-radius: 50%; z-index: 5;}
.plasticPart4 .prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left2.png) center no-repeat; }
.plasticPart4 .next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right2.png) center no-repeat; }
.plasticPart4 .prev:hover, .plasticPart4 .next:hover{ border: #0d6fb6 solid 2px; background: #0d6fb6; }
.plasticPart4 .prev:hover:before{ background: url(../images/nimg9_left.png) center no-repeat;}
.plasticPart4 .next:hover:before{ background: url(../images/nimg9_right.png) center no-repeat;}


.shipinDiv{ position: relative; overflow: hidden;}
.shipinDiv video{width:100%;height:auto;position:absolute;top:50%;left:0;transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:fill;}
.shipinDiv.cur{ background:#000;}
.shipinDiv.cur .img, .shipinDiv.cur .imgDiv,
.shipinDiv.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.shipinDiv.cur video{z-index:2;visibility:visible;opacity:1}
.shipinDiv .imgDiv img{ width: 100%; }
.shipinDiv .layer{ cursor:pointer; position: absolute; left: 0; width: 100%; top: 50%; margin-top: -25px; z-index: 2; text-align: center; }

.searchDiv{ background: #f7f7fa; padding:80px 0 75px;}
.searchDiv .toptop{ background: #f7f7fa; height: 56px; position: relative; }
.searchDiv .toptop:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e8e8e8; z-index: 1; }
.searchDiv .toptop .wal{ position: relative; height: 56px; }
.searchDiv .tab2 li{ float: left; margin-right: 0.7rem; position: relative; z-index: 2; height: 56px; font-size: 0.24rem; line-height: 0.24rem; color: #36383c;}
.searchDiv .tab2 li:after{ content: ''; position: absolute; width: 0; left: 50%; height: 2px; bottom: 0; background: #0d6fb6; }
.searchDiv .tab2 .liNow{ color: #0d6fb6; }
.searchDiv .tab2 .liNow:after{ left: 0; width: 100%; }
.searchDiv .botbot{ padding:20px 0 50px;}
.searchDiv .list li{ border-bottom:#e8e8e8 solid 1px;}
.searchDiv .list li a{ display:block; padding:25px 0;}
.searchDiv .list li .name{ font-size:24px; line-height:32px; height:32px; overflow:hidden; color:#333;}
.searchDiv .list li .content{ font-size:16px; line-height:26px; height:52px; overflow:hidden; color:#666; padding-top:10px;}
.searchDiv .list li a:hover .name{ color: #0d6fb6;}



.botLayer{ position:fixed; left:0; bottom:-120px; width:100%; height:120px; background:rgba(0,0,0,0.6); box-shadow: 0px 0px 30px 0px rgba(46, 62, 90, 0.17); z-index:4; transition:All 0.5s ease;-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}
.botLayer.on{ bottom:0;}
.botLayer .close{ position:absolute; right:50%; margin-right:-7.68rem; top:20px; display:block; width:26px; height:26px; background:url(../images/close.png) no-repeat; z-index:2;}
.botLayer .title{ padding:20px 0 15px; font-size:24px; line-height:24px; color:#fff;}
.botLayer .links li{ float: left; margin: 0 10px 10px 0;}
.botLayer .links li a{ display: inline-block; position: relative; color:#fff; padding: 0 0.2rem; font-size: 14px; height: 0.42rem; line-height: 0.42rem; border: #fff solid 1px; box-sizing: border-box; }
.botLayer .links li a:hover{ background:#0d6fb6; border:#0d6fb6 solid 1px;}


/* 人才招聘 */
.recruit{float: left; width: 100%; margin-top: 80px;}
.recList{float: left; width: 100%; min-height: 600px;}
.t_14{float: left; width: 100%; background: #0d6fb6;}
.t_14 span{float: left; width:13.114754%; height: 60px; display: inline-block; font-size: 16px; font-weight: bold; padding-left: 80px; line-height: 60px; color: #fff;}
.t_14 ul{float: left; width: 61.885246%;  padding-right: 10.638298%;}
.t_14 ul li{float: left; width: 25%; text-align: center; font-size: 16px; color: #fff; line-height: 60px; height: 60px; font-weight: bold;}
.d_14{float: left; width: 100%; margin-top: 10px;  background: #f5f5f5; cursor: pointer;}
.d_14 .d_14_t{float: left; width:18.114754%; display: table; height: 60px; }
.d_14 .d_14_t div{ display: table-cell; vertical-align: middle;}
.d_14 .d_14_t span{float: left; width: 100%; line-height: 30px; max-height: 60px;overflow: hidden;  font-size: 16px;padding-left: 80px;}
.d_14 ul{float: left; width:61.885246%;padding-right: 10.638298%; position: relative;}
.d_14 ul li{float: left; width: 25%; text-align: center; font-size: 14px; color: #333; line-height: 60px; /*height: 60px;*/}
.d_14 ul i{position: absolute; right: 0; top: 0; width: 10.638298%; height: 60px; background: url(../images/bg_14_3.png) no-repeat center; display: block; border-left: 1px solid rgba(255,255,255,.8);}
.d_14.on i{background: url(../images/bg_14_4.png) no-repeat center;}
.d_14.on{background: #0d6fb6;}
.d_14.on .d_14_t span{color: #fff;}
.d_14.on ul li{color: #fff;}
.d_14 .d_14_h{display: none;float: left; width: 100%; padding: 32px 0; background: #fff;}
.d_14 .d_14_le{float: left; width: 40.340426%; padding-left: 140px; line-height: 30px; font-size: 14px; color: #666;}
.d_14 .d_14_le .d_14_h4{float: left; width: 100%; font-size: 16px; line-height: 24px; height: 24px; color: #333; margin-bottom: 26px;}
.d_14 .d_14_le .recBtn{float: left; width: 100%; margin-top: 30px; }
.d_14 .d_14_le a{float: left; padding: 0 27px; height: 38px; line-height: 38px; text-align: center; font-size: 14px; color: #fff; background:#0d6fb6; background-size: 100%; 
 -webkit-border-radius:19px; 
    -moz-border-radius:19px;
         border-radius:19px; }
.d_14 .d_14_le a:hover{
 -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
         box-shadow: 1px 1px 10px rgba(0,0,0,.2); }
.d_14 .d_14_le.d_14_r{ padding-left: 86px; border-left: 1px solid #e7e7e7; position: relative;}
.d_14 .d_14_le.d_14_r::before{position: absolute; content: ""; width: 1px; height: 18px; background: #d7d7d7; top: 50%; margin-top: -9px; left: -1px;}
@media  screen and (max-width:1429px){
  .d_14 .d_14_le{padding-left: 80px; }
  .d_14 .d_14_le.d_14_r{padding-left: 40px;}
}
@media  screen and (max-width:1199px){
  .t_14 span{padding-left: 10px;}
  .d_14 .d_14_t span{ font-size: 14px; padding-left: 10px;}
  .d_14 .d_14_le{padding-left: 20px; }
  .d_14 ul li{font-size: 14px;}
}
@media  screen and (max-width:991px){
  .recruit{margin-top: 40px;}
  .t_14{height: 48px;}
  .t_14 span,
  .t_14 ul li{font-size: 14px; line-height: 48px; height: 48px; }
  .d_14 .d_14_t{height: 48px;}
  .d_14 .d_14_t span{ font-size: 12px;}
  .d_14 ul li{font-size: 12px; line-height: 48px; height: 48px;}
  .d_14 ul i{height: 48px;}
  .d_14 .d_14_le.d_14_r{padding-left: 20px; }
  .d_14 .d_14_le.d_14_r .d_14_h4{padding-left: 20px;}
  .d_14 .d_14_le a{line-height: 30px; height: 30px; padding: 0 15px; font-size: 14px;}
}
@media  screen and (max-width:767px){
  .recruit{margin-top: 0px;}
  .recList{min-height: 400px;}
  .t_14{display: none;}
  .d_14 .d_14_t{width: 65%;}
  .d_14 .d_14_t span{ font-size: 14px;}
  .d_14 ul{width: 20%;}
  .d_14 ul i{width: 100%;}
  .d_14 ul li{display: none;}
  .d_14 .d_14_h{ padding: 14px 0;}
  .d_14 .d_14_le{width: 90%; padding-top: 10px; padding: 10px 15px 0 15px;}
  .d_14 .d_14_le .d_14_h4{font-size: 14px; margin-bottom: 15px;}
  .d_14 .d_14_le.d_14_r{margin-left: 0; }
  .d_14 .d_14_le a{width: 100px; height: 30px; line-height: 30px; font-size: 12px; margin-top:  19px; margin-left: 0;}
  .d_14 .d_14_le.d_14_r{padding-left: 15px; border: 0;}
  .d_14 .d_14_le.d_14_r .d_14_h4{padding-left: 0;}
  .d_14 .d_14_le.d_14_r::before{display: none;}
}


/* 新闻 */
.news{float: left; width: 100%; margin-top: 42px;}
.c_9{float: left; width: 100%;}
.c_9 .ul05{ float:left; width:100%;}
.c_9 .ul05 li{ float:left; width:100%; margin-top:30px; position:relative; padding-left:389px; background:#f6f6f6;}
.c_9 .ul05 li a{float: left; display: block; width: 100%}
.pic13{position:absolute; left:0; top:0; width:388px; height:246px; text-align:center; padding-top:31px;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.c_9 .ul05 li .pic13 img{ width:328px; margin: 0 auto;}
.text7{ float:left; width:100%; padding-left:2.5%; padding-right:2.5%; border-left:1px solid #fff;}
.text7 .title7{ float:left; width:100%; height:40px; line-height:40px; margin-top:34px; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;  color:#333;}
.text7 .p18{ float:left; width:100%; height:50px; line-height:25px; margin-top:8px; font-size:14px; color:#999; overflow:hidden;}
.text7 .time_link{ float:left; width:100%; height:71px; line-height:71px; margin-top:43px;}
.text7 .time_link span{ float:left; font-size:14px; color:#a9a9a9;}
.text7 .time_link i{ display: block; float:right; font-size:14px; color:#a9a9a9; font-style: normal;}
.c_9 .ul05 li a:hover .text7 .title7{ color:#ff0000;}
.c_9 .ul05 li a:hover .text7 .time_link i{ color:#ff0000;}
.c_9 .ul05 li a:hover .pic13{ background:#f0f0f0;}

@media  screen and (max-width:991px){
.c_9 .ul05 li{ margin-top:20px; padding-left:230px;}
.pic13{ width:230px; height:auto; padding-top:15px;}
.c_9 .ul05 li .pic13 img{ width:200px; height:auto;}
.text7 .title7{ height:30px; line-height:30px; margin-top:20px;}
.text7 .p18{ height:44px; line-height:22px; margin-top:4px;}
.text7 .time_link{ height:35px; line-height:35px; margin-top:15px;}
}
@media  screen and (max-width:767px){
.news{margin-top: 15px;}
.text7 .p18{ display:none;}	
.c_9 .ul05 li{ margin-top:12px; padding-left:150px;}
.pic13{ width:150px; height:auto; padding-top:10px;}
.c_9 .ul05 li .pic13 img{ width:130px;}
.text7{ padding-left:5%; padding-right:5%;}
.text7 .title7{ height:40px; line-height:20px; margin-top:15px; font-size:14px; white-space:normal;}
.text7 .time_link{ height:32px; line-height:32px; margin-top:10px;}
.text7 .time_link span{ font-size:12px;}
.text7 .time_link i{ font-size:12px;}
	}

/* 新闻详细 */
.newsDel{float: left; width: 100%; padding:0 35px 52px 35px; margin-top: 40px; border: 1px solid #e1e0e0;  }
.newsDel .newsTit{float: left; width: 100%; padding:32px 0 37px 0; border-bottom: 1px solid #e1e0e0; text-align: center;}
.newsDel .newsTit .newsTit_m{float: left; width: 100%; line-height: 50px; font-size: 26px; color: #333;}
.newsDel .newsTit .date02{float: left; width: 100%; line-height: 24px; height: 24px; font-size: 14px; color: #979797; margin-top: 13px;}
.newsDel .newsDel_m{float: left; width: 100%; line-height: 30px; font-size: 14px; color: #333; margin-top: 36px; padding-bottom: 49px;  border-bottom: 1px solid #e1e0e0; }
.newsDel .newsDel_m img{/*display: block; margin: 0 auto;*/}
.newsDel .newsDel_d{float: left; width: 100%; margin-top: 27px;}
.newsDel .newsDel_d .newsShare{float: left; margin-top: 5px; }
.newsDel .newsDel_d .newsBack{float: right; width: 116px;height: 39px; line-height: 39px; text-align: center; background: #0d6fb6; font-size: 16px; color: #fff; 
 -webkit-border-radius:20px; 
    -moz-border-radius:20px;
         border-radius:20px;}
.newsDel .newsDel_d .newsBack:hover{
 -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
         box-shadow: 1px 1px 10px rgba(0,0,0,.2);}
.newsList{float: left; width: 100%; margin-top: 49px; padding-bottom: 60px;}
.newsList .newsListTit{float: left; width: 100%; line-height: 46px; height: 46px; font-size: 24px; color: #000; }
.newsList .newsListTit span{font-size: 16px; color: #ff0000; text-transform: uppercase;}
.newsList .newsList_m{float: left; width: 100%; }
.newsList .newsList_m ul{margin: 0 -40px;}
.newsList .newsList_m ul li{float: left; width: 50%; padding: 0 40px; margin-top: 26px;}
.newsList .newsList_m ul li a{float: left; width: 100%; padding-left: 34%; position: relative;}
.newsList .newsList_m ul li a i{position: absolute; left: 0; top: 0; width:31%; display: block; overflow: hidden;
 -webkit-border-radius:15px; 
    -moz-border-radius:15px;
         border-radius:15px;}
.newsList .newsList_m ul li a i img{float: left; width: 100%; display: block;
 -webkit-border-radius:15px; 
    -moz-border-radius:15px;
         border-radius:15px;}
.newsList .newsList_m .tit01{float: left; width: 100%; line-height: 42px; height: 42px; font-size: 16px; color: #333;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s; }
.newsList .newsList_m .span01{float: left; width: 100%; line-height: 26px; height: 52px; font-size: 14px; color: #666; display: block; overflow: hidden;}
.newsList .newsList_m .span02{float: left; width: 100%; line-height: 22px; height: 22px; font-size: 14px; color: #999; display: block; margin-top: 8px;}
.newsList .newsList_m ul li a:hover .tit01{color: #ff0000;}

@media  screen and (max-width:1429px){
  .newsList .newsList_m .tit01{line-height: 32px; height: 32px;}
  .newsList .newsList_m .span02{margin-top: 5px;}
}
@media  screen and (max-width:1199px){
  .newsList .newsList_m ul{margin: 0 -15px;}
  .newsList .newsList_m ul li{padding: 0 15px; margin-top: 26px;}
  .newsList .newsList_m .tit01{line-height: 28px; height: 28px;}
  .newsList .newsList_m .span01{line-height: 22px; height: 44px; font-size: 14px; }
  .newsList .newsList_m .span02{line-height: 18px; height: 18px; font-size: 12px;}
}
@media  screen and (max-width:991px){
  .newsDel{padding:0 15px 20px 15px; margin-top: 20px; border: 1px solid #e1e0e0;  }
  .newsDel .newsTit{padding: 30px 0;}
  .newsDel .newsTit .newsTit_m{font-size: 22px; line-height: 34px;}
  .newsList{margin-top: 30px; padding-bottom: 40px;}
  .newsList .newsList_m ul{margin: 0 -10px;}
  .newsList .newsList_m ul li{padding: 0 10px; margin-top: 20px;}
  .newsList .newsList_m .tit01{line-height: 24px; height: 24px; font-size: 14px;}
  .newsList .newsList_m .span01{line-height: 20px; height: 40px; font-size: 12px; }
  .newsList .newsList_m .span02{line-height: 18px; height: 18px; font-size: 12px;}
}
@media  screen and (max-width:767px){
  .newsDel .newsTit{padding: 20px 0 10px 0;}
  .newsDel .newsTit .newsTit_m{font-size: 18px; line-height: 24px;}
  .newsDel .newsTit .date02{font-size: 12px; line-height: 20px;}
  .newsDel .newsDel_m { line-height: 26px; margin-top: 20px; padding-bottom: 30px;}
  .newsDel .newsDel_d { margin-top: 20px;}
  .newsDel .newsDel_d .newsBack {width: 100px; line-height: 30px; height: 30px; font-size: 14px; }
  .newsDel .newsDel_d .newsShare {margin-top: 0;}
  .newsList{margin-top: 20px; padding-bottom: 30px;}
  .newsList .newsListTit{line-height: 26px; height: 26px; font-size: 18px;}
  .newsList .newsListTit span{font-size: 14px;}
  .newsList .newsList_m ul{margin: 0;}
  .newsList .newsList_m ul li{padding: 0; margin-top: 15px; width: 100%; }
  .newsList .newsList_m ul li a{padding-left: 37%;}
  .newsList .newsList_m ul li a i{width: 35%;}
}

.name{ width:100%; text-align:center; font-size:16px; line-height:200%;}

.com-img{ display:block; width:100%; overflow:hidden;}
.com-img img{ transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.z666{
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;}

.z666:hover{
-webkit-transform: scale(1.04);
transform: scale(1.04);}


	
@media screen and (min-width: 1024px) {.tit01{    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.4rem;}
	.mmp02{ clear:both; height:74px;}
	}
@media screen and (max-width: 1024px) {.tit01{    text-align: center;
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.4rem;}
	.mmp02{ clear:both; height:24px;}
	}

.mmp01{ padding-right:14px; width:90% !important;}



/* 联系我们 */
.contact{float: left; width: 100%; padding-bottom: 70px;}
.contTop{float: left; width: 100%; margin-top: 0px; position: relative;}
.contLe{float: left; width: 60.714286%;  padding-bottom: 60px;}
.contLe .contTit{float: left; width: 100%; padding: 50px 30px 32px 80px;}
.contLe .contTit h2{float: left; width: 100%; line-height: 45px; height: 45px; font-size: 30px; color: #333333;}
.contLe .contTit h4{float: left; width: 100%; line-height: 36px; font-size: 16px; color: #9c9c9c;}
.contLe ul{float: left; width: 100%;}
.contLe ul li{float: left; width: 100%; background: #ebebeb;    padding: 27px 20px;}
.contLe ul li:nth-child(2n){background: none;}
.contLe .contBox{float: left; width: 40%; padding-left: 62px; position: relative; line-height: 28px; height: 70px; /*overflow: hidden;*/}
.contLe .contBox i{position: absolute; left: 0; top: 50%; width: 42px; height: 42px; margin-top: -21px; display: block;}
.contLe .contBox i img{float: left; width: 100%; display: block;}
.contLe .contBox h4{float: left; width: 100%; line-height: 28px; height: 28px; font-size: 16px; color: #444;}
.contLe .contBox span{float: left; width: 100%; display: block; line-height: 28px; height: 28px; font-size: 16px; color: #444;}
.contLe .contBox.even{width: 90%;}
.contRi{position: absolute; right: 0; top: 0; width: 30.857143%; background: #f6f6f6; padding-top: 24px; height: 100%; text-align: center;}
.contRi h2{float: left; width: 100%; line-height: 60px; font-size: 24px; color: #333333; height: 60px; }
.contRi .contRiBox{display:inline-block; *display:inline; *zoom:1; vertical-align: top; width: 64.583333%; margin-top: 36px;}
.contRi .contRiBox img{float: left; width: 46.236559%;}
.contRi .contRiBox h4{float: left; width:100%; line-height: 26px; height: 26px; font-size: 14px; color: #6d6d6d; margin-top: 22px; text-align: left;}
.contRi .contRiBox span{float: left; width:100%; display: block; line-height: 30px; height: 30px; font-size: 14px; color: #a4a4a4;text-align: left;}
.map{float: left; width: 100%; margin-top: 32px; overflow: hidden; position: relative; height: 556px;}
.BMap_pop,.BMap_shadow,.anchorBL,.BMapLabel{display:none !important;}

@media  screen and (max-width:1199px){
  .contLe{padding-bottom: 40px;}
  .contLe .contTit{padding: 40px 20px 22px 60px;}
  .contLe .contTit h2{line-height: 40px; height: 40px; font-size: 26px;}
  .contLe .contTit h4{line-height: 30px; font-size: 14px;}
  .contLe ul li{padding: 30px 20px 30px 65px;}
}
@media  screen and (max-width:991px){
  .contact{padding-bottom: 50px;}
  .contLe{padding-bottom: 30px;}
  .contLe .contTit{padding: 30px 20px 20px 20px;}
  .contLe .contTit h2{line-height: 30px; height: 30px; font-size: 22px;}
  .contLe .contTit h4{line-height: 20px; font-size: 12px;}
  .contLe ul li{padding: 20px;}
  .contLe .contBox{padding-left: 42px;line-height: 24px; height: 48px;}
  .contLe .contBox i{width: 30px; height: 30px; margin-top: -15px;}
  .contLe .contBox h4{line-height: 24px; height: 24px; font-size: 15px;}
  .contLe .contBox span{line-height: 24px; height: 24px; font-size: 14px;}
  .contRi {padding-top: 60px;}
  .contRi h2{line-height: 40px; font-size: 24px;  height: 40px; }
  .map{height: 400px;}
}
@media  screen and (max-width:767px){
  .contTop{margin-top: 30px;}
  .contact{padding-bottom: 30px;}
  .contLe{padding-bottom: 30px; width: 100%;}
  .contLe .contTit{padding: 20px 15px;}
  .contLe .contTit h2{line-height: 30px; height: 30px; font-size: 18px;}
  .contLe .contTit h4{line-height: 20px; font-size: 12px;}
  .contLe ul li{padding: 20px 15px;}
  .contLe .contBox{padding-left: 35px;height: auto;}
  .contLe .contBox i{width: 24px; height: 24px; margin-top: -12px;}
  .contLe .contBox h4{ font-size: 14px;}
  .contLe .contBox span{height: auto; font-size: 13px;}
  .contRi {padding-top: 40px; padding-bottom: 30px; position: static; top: auto; right: auto; width: 100%; margin-top: 20px; float: left; }
  .contRi h2{line-height: 30px; font-size: 20px;  height: 30px; }
  .contRi  .contRiBox h4,
  .contRi  .contRiBox span{text-align: center;}
  .map{height: 300px;}
}
@media  screen and (max-width:369px){
  .contLe .contBox{width: 100%; margin-top: 5px; padding-left: 35px;height: auto;}
}


.selection .select-one{background: #fff;}
.select-one .select-obox{margin-top: 0px;}
.select-obox ul{margin: 0 -14px;}
@media screen and (min-width: 1024px) {.select-obox ul li{width: 23%;float: left;padding: 0 14px;transition: all 1s; margin-top:44px;}}
@media screen and (max-width: 1024px) {.select-obox ul li{width:100%;float: left;padding: 0 14px;transition: all 1s; margin-top:44px;}}

.select-obox li a{display: block;box-shadow: 0 0 14px rgba(0, 0, 0, 0.15)}
.select-obox .selec-img img{transition: all 1s;    width: 100%;}
.select-obox li .selec-font{padding: 14px 30px 14px;}
.selec-font .selec-num{font-size: 60px;color: #001a61;font-family: 'MONTSERRAT';margin-bottom: 20px;text-align: center;}
.selec-font h3{color: #231916;text-align: center;margin-bottom: 15px; font-size:16px;}
.selec-font p{color: #666;text-align: center;height: 44px;}
.select-obox li:hover{transform: translateY(-20px);}
.select-obox li:hover .selec-img img{transform: scale(1.01);}

.tyu01{ width:100%; margin:10px auto; font-size:18px; line-height:200%; text-align:center}
.tyu02{ padding:0px 20px;}

@media screen and (min-width: 1024px) {.tyu03{ width:18%; float:left; position:relative; margin:14px 1%;}}
@media screen and (max-width: 1024px) {.tyu03{ width:48%; float:left; position:relative; margin:14px 1%;}}
.tyu04{ border:1px solid #ccc;    width: 100%;}


._NewA{padding-top:calc(10px + 0.85rem);padding-bottom:calc(10px + 0.9rem);}
._NewL{float:left;width:100%; }
._NewL ul{ display:flex; flex-wrap: wrap; margin:-0.1rem 0;}
._NewL li{float:left; width:100%; margin:0.1rem 0;}
._NewL li .la{float: left;width: 100%;background:#fff; position: relative; border-radius: 8px; box-shadow: 0 0.08rem 0.3rem 0 rgba(0,78,138,0.1); padding: 0.2rem; display: flex; align-items: center; justify-content: space-between;}
._NewL li .la:hover{ background: #f1f8ff;}
._NewL li .la .cont{float: left;width: 100%;}
._NewL li .img{float: left; min-width:calc(122px + 2rem); width:calc(122px + 2rem); position: relative; line-height: 0;border-radius: 8px; overflow: hidden; height: calc(118px + 0.86rem); margin-right: 0.35rem;}
._NewL li .img img{ position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;   }
._NewL li .la:hover .img img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
._NewL li .time{float: left;width: 100%; font-weight: bold; color:#004d9c;font-size: calc(14px + 0.02rem);line-height: calc(22px + 0.04rem);}
._NewL li .tit{float: left;width: 100%; font-weight: bold; color: #41403e; font-size: calc(14px + 0.06rem);line-height: calc(22px + 0.08rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1; margin-top:0.05rem; }
._NewL li .text{float: left;width: 100%; color: #555555; font-size: calc(14px + 0.02rem);line-height: calc(22px + 0.1rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; margin-top:1px; }
._NewL li .ico{ margin-top:0.25rem; float: left; background:#004d9c; line-height:calc(30px + 0.1rem); height:calc(30px + 0.1rem); width:calc(30px + 0.1rem); border-radius: calc(30px + 0.1rem);background-position:right bottom;transition:all .5s ease; display: flex; align-items: center; justify-content: center; padding-bottom: 1px;  }
._NewL li .ico i{ display:block; width:6px; height:2px; border-left:2px solid #fff; border-right:2px solid #fff; margin:0 -2px 0 2px; opacity: 0.85;}
._NewL li .ico img{ width:22px; transform: rotate(180deg); -ms-transform: rotate(180deg);}
._NewL li .la:hover .time{ color: #37a35b;}
._NewL li .la:hover .tit{ color: #37a35b;}
._NewL li .la:hover .ico{ background:linear-gradient(to left,transparent 50%,#37a35b 50%);background-size:200% 100%; background-position:left bottom;}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:767px) {
._NewL ul{ margin:-0.25rem 0;}
._NewL li{ margin:0.25rem 0;}	
._NewL li .img{ min-width:120px; width:120px; height: calc(85px + 0.8rem); }	
._NewL li .text{line-height: calc(22px + 0.06rem);}
._NewL li .ico{ line-height:calc(26px + 0.1rem); height:calc(26px + 0.1rem); width:calc(26px + 0.1rem); border-radius: calc(26px + 0.1rem);}
._NewL li .ico img{ width:14px; }	
._NewL li .la{ padding:0.4rem;}
._NewL li .ico{ display: none;}
}


.energyP4{ padding-top: 0.9rem; }
.energyP4 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.3rem; }
.energyP4 .wen{ text-align: center; font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-bottom: 0.75rem; }
.energyP4 .list li{ padding: 1.3rem 0; background: #f6f7f8; }
.energyP4 .list li:nth-child(even){ background: #fff; }
@media screen and (min-width: 1024px) {.energyP4 .list li .temeDiv{ display: flex; display: -webkit-flex; justify-content: space-between;  -webkit-justify-content: space-between; }
.energyP4 .list li .imgDiv{ width: 7.5rem; overflow: hidden; border-radius: 8px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.energyP4 .list li:nth-child(even) .imgDiv, .energyP4 .list li:nth-child(even) .videoDiv{ order: 2; }
.energyP4 .list li .imgDiv img{ width: 100%; }}
@media screen and (max-width: 1024px) {.energyP4 .list li .temeDiv{ width:94%; margin:0px auto }
.energyP4 .list li .imgDiv{ width:100%; overflow: hidden; border-radius: 8px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.energyP4 .list li:nth-child(even) .imgDiv, .energyP4 .list li:nth-child(even) .videoDiv{ order: 2; }
.energyP4 .list li .imgDiv img{ width: 100%; }}


.energyP4 .list li .videobox{ position: relative; overflow:hidden;  border-radius: 8px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.energyP4 .list li .videobox video{ max-width:7.5rem; max-height:5.0rem;position:absolute;top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.energyP4 .list li .videobox.cur{ background:#000;}
.energyP4 .list li .videobox.cur .imgDiv, .energyP4 .list li .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.energyP4 .list li .videobox.cur video{z-index:2;visibility:visible;opacity:1}
.energyP4 .list li .videobox .imgDiv img{ width: 100%; }
.energyP4 .list li .videobox .layer{ cursor:pointer; position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); z-index: 2; text-align: center;  }
.energyP4 .list li .videobox .ico img{ width: 0.9rem; }


@media screen and (min-width: 1024px) {.energyP4 .list li .conDiv{ width: 7.1rem; }}
@media screen and (max-width: 1024px) {.energyP4 .list li .conDiv{ width: 100%; }}



.energyP4 .list li:nth-child(even) .conDiv{ order: 1; }
.energyP4 .list li .num{ font-size: 1.2rem; line-height: 1.0rem; font-family: light;}
.energyP4 .list li .num em{ display: inline-block;}
.energyP4 .list li .name{ font-weight: bold; font-size: 0.36rem; line-height: 0.36rem; padding: 0.45rem 0 0.25rem; color: #333; }
.energyP4 .list li .msg{ font-size: 0.18rem; line-height: 0.36rem; }
.energyP4 .list li .btnDiv{ margin-top: 0.6rem; }
.energyP4 .list li .btnDiv a{ display: block; float: left; margin-right: 20px; font-size: 0.18rem; border-radius: 0.36rem; position: relative;}
.energyP4 .list li .btnDiv .btn1{ width: 1.78rem; height: 0.54rem; line-height: 0.54rem; border: #00b259 solid 1px; background: #00b259; color: #fff; text-indent: 0.42rem; }
.energyP4 .list li .btnDiv .btn2{ width: 1.38rem; height: 0.54rem; line-height: 0.54rem; color: #333; text-align: center; border: #333 solid 1px; }
.energyP4 .list li .btnDiv .btn1:after{ content: ''; position: absolute; right: 0.4rem; top: 50%; margin-top: -5px; width: 11px; height: 11px; background: url(../images/nimg11_1.png) no-repeat; }
.energyP4 .list li .btnDiv .btn1:hover:after{ transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
.energyP4 .list li .btnDiv .btn2:hover{ border: #00b259 solid 1px; color: #00b259; }


.tyty01{ width:100%; text-align:center; font-size:20px; line-height:200%; }
@media screen and (min-width: 1024px) {.kgkbg02{ width:68%; position:relative; float:left;}
.kgkbg03{ width:28%; position:relative; float:right;}
.kgkbg002{ width:28%; position:relative; float:left;}
.kgkbg003{ width:68%; position:relative; float:right;}
}
@media screen and (max-width: 1024px) {.kgkbg02{ width:100%; position:relative; float:left;}
.kgkbg03{ width:100%; position:relative; float:left;}
.kgkbg002{ width:100%; position:relative; float:left;}
.kgkbg003{ width:100%; position:relative; float:right;}
}




.kgkbg04{ width:100%; text-align:left; color:#0d6fb6; font-size:30px; line-height:200%;border-bottom:1px solid #ccc; margin-bottom:44px;}
.kgkbg05{ width:100%; text-align:left; color:#000; font-size:20px; line-height:200%;}
.kgkbg06{ width:100%; text-align:left; color:#000; font-size:20px; line-height:200%; padding-top:34px; clear:both; padding:24px 0px;}

.kgkbg07{ width:100%; text-align:left; color:#0d6fb6; font-size:20px; line-height:200%; padding-top:34px; clear:both; padding:24px 0px;}

.rtyu01{ font-size:24px; font-weight:bold; line-height:200%; color:#000;}
.rtyu02{ font-size:20px; font-weight:400; line-height:200%; color:#000; padding-bottom:24%}
.rtyu03{ font-size:20px; font-weight:400; line-height:200%; color:#000; padding-bottom:4%}
.rtyu04{ padding-top:4%}
.rtyu05{ padding:14px 0px; color:#666; font-size:16px;}

.com-img{ display:block; width:100%; overflow:hidden;}
.com-img img{ transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.cfcf01{ width:100%;}

@media screen and (min-width: 1024px) {.cfcf02{position: relative; width:23%; float:left; margin:0px 1%; margin-bottom:44px;}}
@media screen and (max-width: 1024px) {.cfcf02{position: relative; width:48%; float:left; margin:0px 1%; margin-bottom:44px;}}

.image-container {
  position: relative;
  display: inline-block; /* 或者其他适合的布局方式 */
}
 
.image-container .text {
  visibility: hidden;
  position: absolute; line-height:200%; font-size:16px;
     margin-bottom: 0px;
  left: 0; color:#fff;
  background-color: rgba(13,111,182,0.74); /* 可选，为文字提供背景遮罩 */
  padding: 10px; /* 内边距 */
  text-align: center; /* 文字居中 */

}
 
.image-container:hover .text {
  visibility: visible;
  bottom: 0; /* 鼠标穿过后文字显示 */
}