/* 样式初始化 */
*{margin:0;padding:0;border:0;}
body,html{overflow-x:hidden;}
address,caption,cite,code,dfn,em,strong{font-style:normal;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
input{margin:0;padding:0;outline:0;}
input::-webkit-input-placeholder{color:#ccc;}
input::-ms-input-placeholder{color:#ccc;}
input::-moz-placeholder{color:#ccc;}
input[type=button],input[type=submit]{cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
img{border:0;}
li,ol,ul{list-style-type:none;}
.img-pct img{width:100%;}
.img-scale{overflow:hidden;}
.img-scale img{transition:all 0.7s;}
.img-scale:hover img{transform:scale(1.1);}
.dot4{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.dot6{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:6;}

/* 公共样式 */
.content{background:#fff;font-size:16px;}
.auto_1800{max-width:1800px;}
@media (max-width:1800px){.auto_1800{padding:0 2%;}
}.auto_1700{max-width:1700px;}
@media (max-width:1700px){.auto_1700{padding:0 2%;}
}

/* Carousel初始化样式 */
.carousel{margin:0 auto;}
.carousel .owl-carousel .owl-nav button{position:absolute;top:50%;font-size:24px;transform:translate(0,-50%);}
.carousel .owl-carousel .owl-nav button.owl-prev{left:0;margin-left:10px;}
.carousel .owl-carousel .owl-nav button.owl-next{right:0;margin-right:10px;}
.carousel .owl-carousel .owl-dots{position:absolute;bottom:5px;left:0;width:100%;text-align:center;}
.carousel .owl-carousel button.owl-dot{margin:0 4px;width:10px;height:10px;border-radius:50%;background:#000;opacity:0.3;}
.carousel .owl-carousel button.owl-dot.active{opacity:1;}

/* 内页Banner */
.banner .img{display:block;}
.banner .pc-img{display:block;padding-bottom:42%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.banner .mobile-img{display:none;width:100%;}
@media (max-width:1024px){
  .banner .pc-img{display:none;height:auto;}
  .banner .mobile-img{display:block;}
}

/* 菜单Menu */
.menu{border-bottom:1px solid #eee;}
.menu .ul li{display:inline-block;margin-right:50px;}
.menu .ul li a{position:relative;display:block;height:100px;line-height:100px;}
.menu .ul li a::after{position:absolute;bottom:-1px;left:0;display:block;width:100%;height:3px;content:"";}
.menu .ul li.aon a,.menu .ul li:hover a{color:#108fd1;}
.menu .ul li.aon a::after,.menu .ul li:hover a::after{background:#108fd1;}
@media (max-width:1024px){
  .menu .ul li{margin-right:15px;}
  .menu .ul li a{height:50px;line-height:50px;}
}
/* 二级菜单Menu */
.menu-sub .ul{margin:3% 0 -5%;}
.menu-sub .ul li{float:left;margin:5px 4% 5px 0;margin-right:4%;}
.menu-sub .ul li a{display:block;height:24px;font-size:14px;line-height:24px;}
.menu-sub .ul li.aon a{border-bottom:1px solid #108fd1;color:#108fd1;}

/* 内页Title */
.c-title .h3{margin-top:8%;color:#333;font-weight:600;font-size:32px;}
@media (max-width:1024px){
  .c-title .h3{font-size:30px;}
}

/* 搜索Search */
.pro-search .search-box{position:relative;display:inline-block;padding-right:62px;width:100%;max-width:450px;}
.pro-search .text{padding:0 16px;width:100%;height:48px;border:1px solid #e1e1e1;border-radius:3px 0 0 3px;color:#999;font-size:16px;}
.pro-search .btn{position:absolute;top:0;right:0;display:block;width:62px;height:48px;border-radius:0 3px 3px 0;background:#108fd1 url(../images/ico_search2.png) no-repeat center center;}

/* 首页样式 */
.index{font-size:16px;}
.index .sec1{overflow:hidden;}
.index .sec1 .auto_1800{position:relative;}
.index .sec1 .auto_1800::before{position:absolute;top:0;right:-50%;z-index:99;display:block;margin-right:75px;width:50%;height:100vh;background:#004396;content:"";opacity:0.6;}
.index .sec1 .img{display:block;}
.index .sec1 .pc-img{display:block;width:100%;height:100vh;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.index .sec1 .mobile-img{display:none;width:100%;}
.index .sec1 .carousel .owl-carousel .owl-nav{position:absolute;bottom:2.5%;left:6.25%;z-index:2;width:100px;height:55px;}
.index .sec1 .carousel .owl-carousel .owl-nav button{border-radius:50%;background-position:center center;background-repeat:no-repeat;}
.index .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{margin:0;width:55px;height:55px;background-image:url(../images/ico_prev2.png);}
.index .sec1 .carousel .owl-carousel .owl-nav button.owl-next{margin:0;width:30px;height:30px;background-image:url(../images/ico_next1.png);}
.index .sec1 .carousel .owl-carousel .owl-nav button span{display:block;width:100%;height:100%;border:1px solid #fff;border-radius:50%;color:rgba(255,255,255,0);font-size:0;opacity:0.2;}
.index .sec1 .carousel .owl-carousel .owl-dots{bottom:3.125%;}
.index .sec1 .carousel .owl-carousel button.owl-dot{position:relative;margin:0 10px;width:20px;height:20px;background:rgba(255,255,255,0);vertical-align:middle;opacity:1;}
.index .sec1 .carousel .owl-carousel button.owl-dot::before{position:absolute;top:50%;left:50%;display:block;width:4px;height:4px;border:2px solid #fff;border-radius:50%;background:#fff;content:"";transform:translate(-50%,-50%);}
.index .sec1 .carousel .owl-carousel button.owl-dot.active::before{width:20px;height:20px;background:rgba(255,255,255,0);opacity:0.4;}
.index .sec1 video{ position:absolute; width:100%; height:100%; object-fit:cover}
.index .sec2{overflow:hidden;height:100vh;}
.index .sec2 .ul li{float:left;width:16.66%;transition:all 0.8s ease;}
.index .sec2 .ul li:hover .back .img::before{opacity:0;}
.index .sec2 .ul li:hover .back .info{bottom:50%;transform:translate(0,50%);}
.index .sec2 .ul li:hover .back .info .h4{font-size:80px;}
.index .sec2 .ul li:hover .back .info .h4 span{font-size:30px;}
.index .sec2 .back{position:relative;display:block;width:100%;height:100vh;color:#fff;}
.index .sec2 .img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.index .sec2 .img::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#000;content:"";opacity:0.5;}
.index .sec2 .info{position:absolute;bottom:0;left:0;padding:55px 45px;width:100%;transition:all 0.8s ease;}
.index .sec2 .info .h4{font-size:60px;line-height:1;}
.index .sec2 .info .h4 span{margin-left:6px;font-size:16px;}
.index .sec2 .info .h5{margin-top:20px;height:48px;line-height:24px;}
.index .sec{position:relative;width:100%;height:100vh;background-position:center center;background-size:cover;background-repeat:no-repeat;color:#fff;}
.index .sec::before{position:absolute;top:0;left:50%;display:block;width:100%;height:100%;max-width:1700px;background:url(../images/index_bg_05.png) no-repeat left center;background-size:660px auto;content:"";transform:translate(-50%,0);}
.index .sec .back{position:absolute;top:50%;transform:translate(0,-50%);}
.index .sec .title{position:relative;padding:0 0 0 50px;background:url(../images/index_bg_02.png) no-repeat left top;}
.index .sec .title p{display:inline-block;vertical-align:middle;font-weight:600;line-height:1;}
.index .sec .title .h2{font-size:60px;}
.index .sec .title .h4{margin-left:28px;padding-left:28px;max-width:100px;border-left:2px solid #fff;text-transform:uppercase;font-size:30px;}
.index .sec .ulIco{position:absolute;top:0;width:100%;}
.index .sec .ulIco li{position:absolute;padding-left:40px;width:100%;background:url(../images/ico_circle.png) no-repeat left center;}
.index .sec .ulIco li .ico{display:inline-block;margin-right:6px;width:40px;height:40px;background-position:center center;background-repeat:no-repeat;vertical-align:middle;}
.index .sec .ulIco li p{display:inline-block;vertical-align:middle;font-size:12px;line-height:18px;}
.index .sec .info{margin:50px 0 0 0;padding:0 0 0 50px;max-width:500px;}
.index .sec .info .h5{line-height:30px;}
.index .sec .info .more{display:inline-block;margin-top:55px;padding:0 36px;height:50px;border:1px solid #fff;border-radius:25px;color:#fff;text-align:center;line-height:50px;}
.index .sec .info .more::after{position:relative;top:-2px;display:inline-block;margin-left:6px;width:12px;height:10px;background:url(../images/ico_next1.png) no-repeat center center;content:"";vertical-align:middle;}
.index .sec .info .more:hover{border-color:#108fd1;background:#108fd1;}
.index .sec6{position:relative;padding:150px 0;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;color:#fff;text-align:center;}
.index .sec6 .info{position:relative;display:inline-block;padding:0 200px;text-align:center;}
.index .sec6 .info::before,.index .sec6 .info::after{position:absolute;top:0;display:block;width:32px;height:28px;background-position:center center;background-size:100%;background-repeat:no-repeat;content:"";}
.index .sec6 .info::before{left:0;background-image:url(../images/ico_douhao1.png);}
.index .sec6 .info::after{right:0;background-image:url(../images/ico_douhao2.png);}
.index .sec6 .info .h2{font-size:36px;}
.index .sec6 .info .h5{margin-top:1%;text-transform:uppercase;}
@media (min-width:1025px){
  .index .sec2 .ul:hover li{width:14%;}
  .index .sec2 .ul:hover li:hover,
  .index .sec2 .ul:hover li.on{width:30%;}
}
@media (max-width:1800px){
  .index .sec .back{margin-top:60px;}
  .index .sec1 .auto_1800::before{right:-48%;margin-right:45px;}
  .index .sec3 .ulIco li:nth-child(1){top:-66px !important;left:538px !important;}
  .index .sec3 .ulIco li:nth-child(2){top:30px !important;left:560px !important;}
  .index .sec3 .ulIco li:nth-child(3){top:120px !important;left:564px !important;}
  .index .sec3 .ulIco li:nth-child(4){top:214px !important;left:548px !important;}
  .index .sec3 .ulIco li:nth-child(5){top:302px !important;left:514px !important;}
  .index .sec4 .ulIco li:nth-child(1){top:-60px !important;left:542px !important;}
  .index .sec4 .ulIco li:nth-child(2){top:126px !important;left:564px !important;}
  .index .sec4 .ulIco li:nth-child(3){top:278px !important;left:526px !important;}
  .index .sec5 .ulIco li:nth-child(1){top:-70px !important;left:536px !important;}
  .index .sec5 .ulIco li:nth-child(2){top:136px !important;left:562px !important;}
  .index .sec5 .ulIco li:nth-child(3){top:290px !important;left:520px !important;}
}
@media (max-width:1640px){
  .index .sec2 .info{padding:30px 20px;}
  .index .sec2 .info .h4{font-size:42px;}
  .index .sec2 .ul li:hover .back .info .h4{font-size:54px;}
}
@media (max-width:1024px){
  .index .sec .back{margin-top:0;}
  .index .sec1 .auto_1800::before{display:none;}
  .index .sec1 .carousel .owl-carousel .owl-nav{width:80px;}
  .index .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{width:40px;height:40px;}
  .index .sec1 .pc-img{display:none;height:auto;}
  .index .sec1 .mobile-img{display:block;}
  .index .sec2{height:auto;}
  .index .sec2 .back{height:300px;}
  .index .sec2 .ul li{width:33.33%;}
  .index .sec{padding:60px 0;height:auto;}
  .index .sec::before{display:none;}
  .index .sec .title{padding-left:30px;background-size:20px auto;}
  .index .sec .title .h2{font-size:42px;}
  .index .sec .back{position:static;transform:none;}
  .index .sec .title .h4{margin-left:15px;padding-left:15px;font-size:20px;}
  .index .sec .info{margin-top:20px;padding-left:30px;}
  .index .sec .info .more{margin-top:30px;height:40px;line-height:40px;}
  .index .sec .ulIco{position:static;margin-top:20px;padding-left:30px;}
  .index .sec .ulIco li{position:static;display:inline-block;margin:15px 20px 0 0;padding-left:30px;width:auto;}
  .index .sec6{padding:100px 0;}
  .index .sec6 .info{padding:0 30px;}
  .index .sec6 .info .h2{font-size:28px;}
  .index .sec6 .info .h5{font-size:13px;}
  .index .sec6 .info::before,.index .sec6 .info::after{width:16px;height:14px;}
}
@media (max-width:640px){
  .index .sec2 .ul li{width:50vw;}
  .index .sec2 .back{height:50vw;}
  .index .sec .title .h2{font-size:32px;}
  .index .sec .title .h4{font-size:16px;}
  .index .sec .info{padding-left:30px;}
}

/* 产品列表样式 */
.product .pro-search{margin-top:4.5%;}
.product .sec1{padding:3% 0 5%;}
.product .sec1 .ul li{float:left;margin-right:1.5%;margin-bottom:3%;width:23.875%;}
.product .sec1 .ul li:nth-child(4n){margin-right:0;}
.product .sec1 .back{display:block;border:1px solid #eee;color:#333;}
.product .sec1 .back:hover{border-color:#108fd1;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);}
.product .sec1 .back:hover .info{background:#108fd1;}
.product .sec1 .back:hover .info .h4{color:#fff;}
.product .sec1 .back:hover .info .h5{color:#fff;opacity:0.5;}
.product .sec1 .img{width:100%;}
.product .sec1 .img .img-bg{padding-bottom:88%;width:100%;background-position:center center;background-size:60% auto;background-repeat:no-repeat;}
.product .sec1 .info{padding:15px 10px;background:#f8f8f8;text-align:center;}
.product .sec1 .info p{margin:10px 0;}
.product .sec1 .info .h5{color:#999;font-size:12px;}
@media (max-width:1024px){
  .product .sec1 .ul li{width:31.83%;}
  .product .sec1 .ul li:nth-child(n){margin-right:1.5%;}
  .product .sec1 .ul li:nth-child(3n){margin-right:0;}
}
@media (max-width:640px){
  .product .sec1 .ul li{width:48%;}
  .product .sec1 .ul li:nth-child(n){margin-right:2%;}
  .product .sec1 .ul li:nth-child(2n){margin-right:0;}
}

/* 应用领域样式 */
.field .sec1{padding:4% 0 8%;}
.field .sec1 .ul li{float:left;margin-right:4%;margin-bottom:4%;width:30.66%;}
.field .sec1 .ul li:nth-child(3n){margin-right:0;}
.field .sec1 .back{position:relative;display:block;border:1px solid #eee;color:#333;}
.field .sec1 .back::before{position:absolute;bottom:0;left:0;display:block;width:100%;height:42px;background:#000;content:"";opacity:0.1;}
.field .sec1 .back:hover::before{height:100%;background:#108fd1;opacity:0.8;}
.field .sec1 .back:hover .info{bottom:50%;transform:translate(0,50%);}
.field .sec1 .back:hover .info::after{display:block;}
.field .sec1 .back:hover .info .h4{font-size:20px;}
.field .sec1 .img{width:100%;}
.field .sec1 .img .img-bg{padding-bottom:82%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.field .sec1 .info{position:absolute;bottom:0;left:0;width:100%;text-align:center;}
.field .sec1 .info::after{display:none;margin:8px auto 0;width:45px;height:3px;background:#fff;content:"";}
.field .sec1 .info .h4{height:42px;color:#fff;line-height:42px;}
@media (max-width:640px){
  .field .sec1 .ul li{width:48%;}
  .field .sec1 .ul li:nth-child(n){margin-right:4%;}
  .field .sec1 .ul li:nth-child(2n){margin-right:0;}
}
.feedback .back{padding:0 0 8%;width:100%;color:#333;}
.feedback .back .title{margin:3% 0 16px;height:48px;border-bottom:1px solid #eee;font-size:18px;line-height:48px;}
.feedback .back .title::before{display:inline-block;margin:0 4px 0 8px;width:6px;height:20px;border-radius:3px;background:#108fd1;content:"";vertical-align:middle;}
.feedback .back .title .h4{display:inline-block;vertical-align:middle;}
.feedback .back .row{width:100%;}
.feedback .back .row .col{float:left;width:50%;}
.feedback .back .item{position:relative;padding:0 0 14px 120px;min-height:40px;}
.feedback .back .item select{padding:4px 20px 4px 8px;width:100%;height:40px;border:1px solid #ddd;background:url(../images/select_arrow.png) no-repeat 96% center;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.feedback .back .item select::-ms-expand{display:none;}
.feedback .back .item .label{position:absolute;top:0;left:0;display:block;padding-right:15px;width:120px;height:40px;color:#333;text-align:right;line-height:40px;}
.feedback .back .item .label i{margin-right:5px;color:red;}
.feedback .back .item .text{float:left;padding:0 10px;width:100%;height:40px;max-width:480px;border:1px solid #ddd;border-radius:3px;color:#666;font-weight:400;line-height:normal;}
.feedback .back .item .text:focus{outline:0;border-color:#108fd1;background-color:#fff;box-shadow:0 0 10px 4px #eee;color:#495057;}
.feedback .back .item .text.w50{width:50%;}
.feedback .back .item .text.m14{margin-bottom:14px;}
.feedback .back .item textarea.text{padding:6px;max-width:none;min-height:180px;line-height:24px;resize:none;}
.feedback .back .submit{margin-top:3.5%;text-align:center;}
.feedback .back .submit input{display:inline-block;margin:0 4%;width:140px;height:44px;border:0;border-radius:4px;background-color:#108fd1;color:#fff;text-align:center;font-size:16px;line-height:44px;cursor:pointer;}
.feedback .btn-reset{opacity:0.5;}
.feedback .back .item-1 label:not(.label){margin-right:20px;line-height:40px;}
.feedback .back .item-1 label:not(.label) input[type=radio]{margin-right:4px;}
@media (max-width:640px){
  .feedback .back .row .col{width:100%;}
  .feedback .back .submit input{margin:0 7px;}
}
.download .pro-search{margin-top:4.5%;}
.download .sec1{padding:4% 0 8%;}
.download .sec1 .ul li{float:left;margin:0 4% 4% 0;width:48%;}
.download .sec1 .ul li:nth-child(2n){margin-right:0;}
.download .sec1 .back{position:relative;display:block;padding:20px 40px 20px 160px;min-height:140px;border:1px solid #eee;}
.download .sec1 .back::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #eee;content:"";}
.download .sec1 .back:hover::before{border:2px solid #108fd1;box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);}
.download .sec1 .img{position:absolute;top:10px;left:20px;width:120px;}
.download .sec1 .img .img-bg{padding-bottom:100%;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.download .sec1 .info{padding:8px 0 8px 40px;border-left:1px solid #eee;line-height:24px;}
.download .sec1 .info .h4{height:48px;font-size:18px;}
.download .sec1 .info .btn-download{position:relative;display:block;margin-top:20px;padding:0 0 0 25px;color:#108fd1;font-size:14px;}
.download .sec1 .info .btn-download::before{position:absolute;top:50%;left:0;display:block;margin-top:-8px;width:16px;height:16px;background:url(../images/ico_download.png) no-repeat center center;content:"";}
@media (max-width:1024px){
  .download .sec1 .back{padding-right:20px;}
  .download .sec1 .info{padding-left:20px;}
}
@media (max-width:640px){
  .download .sec1 .ul li{margin-right:0;width:100%;}
}

/* 新闻中心样式 */
.news .sec1{padding:5% 0 0;}
.news .sec1 .back{position:relative;display:block;background:#f8f8f8;}
.news .sec1 .img{float:left;width:56%;}
.news .sec1 .img .img-bg{padding-bottom:74%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.news .sec1 .info{float:left;padding:8% 6%;width:44%;}
.news .sec1 .info .h4{max-height:72px;font-size:24px;line-height:36px;}
.news .sec1 .info .h5{margin-top:12%;max-height:90px;color:#999;font-size:14px;line-height:30px;}
.news .sec1 .info .time{position:absolute;bottom:10%;color:#bbb;}
.news .sec1 .carousel .owl-carousel .owl-nav{position:absolute;right:0;bottom:0;width:120px;height:120px;background:#108fd1 url(../images/ico_xiexian.png) no-repeat center center;}
.news .sec1 .carousel .owl-carousel .owl-nav button{color:#fff;font-size:14px;transform:none;}
.news .sec1 .carousel .owl-carousel .owl-nav button span{display:none;font-size:0;opacity:0;}
.news .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{top:30px;left:20px;margin:0;}
.news .sec1 .carousel .owl-carousel .owl-nav button.owl-prev::before{content:"Prev";}
.news .sec1 .carousel .owl-carousel .owl-nav button.owl-next{top:auto;right:20px;bottom:30px;margin:0;}
.news .sec1 .carousel .owl-carousel .owl-nav button.owl-next::before{content:"Next";}
.news .sec2{padding-bottom:8%;}
.news .sec2 .ul{padding-bottom:4%;}
.news .sec2 .ul li{float:left;margin-top:8%;margin-right:4%;width:30.66%;}
.news .sec2 .ul li:nth-child(3n){margin-right:0;}
.news .sec2 .back{position:relative;display:block;border-bottom:2px solid #eee;}
.news .sec2 .back:hover{border-color:#108fd1;}
.news .sec2 .back:hover .info .h4{font-weight:600;}
.news .sec2 .img{width:100%;}
.news .sec2 .img .img-bg{padding-bottom:73%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.news .sec2 .info{padding-bottom:10%;}
.news .sec2 .info p{margin:8% 0 0;line-height:30px;}
.news .sec2 .info .h4{margin:12% 0 0;font-size:18px;}
.news .sec2 .info .h5{height:90px;max-height:90px;color:#999;font-size:14px;}
.news .sec2 .info .time{margin-top:12%;color:#bbb;font-size:14px;}
@media (max-width:1024px){
  .news .sec1 .info{padding-bottom:80px;}
  .news .sec1 .carousel .owl-carousel .owl-nav{width:70px;height:70px;}
  .news .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{top:6px;left:6px;}
  .news .sec1 .carousel .owl-carousel .owl-nav button.owl-next{right:6px;bottom:6px;}
}
@media (max-width:640px){
  .news .sec2 .ul li{width:48%;}
  .news .sec2 .ul li:nth-child(n){margin-right:4%;}
  .news .sec2 .ul li:nth-child(2n){margin-right:0;}
  .news .sec1 .img{width:100%;}
  .news .sec1 .info{width:100%;}
  .news .sec1 .info .h5{margin-top:4%;}
  .news .sec1 .info .time{bottom:4%;}
}

/* 投资者样式 */
.notice .sec1{padding:4% 0 8%;}
.notice .sec1 .ul li{float:left;margin:0 4% 4% 0;width:48%;}
.notice .sec1 .ul li:nth-child(2n){margin-right:0;}
.notice .sec1 .back{position:relative;display:block;padding:16px 0 16px 108px;border:1px solid #eee;}
.notice .sec1 .back::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #eee;content:"";}
.notice .sec1 .back:hover::before{border:2px solid #108fd1;box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);}
.notice .sec1 .time{position:absolute;top:50%;left:0;width:120px;color:#bbb;text-align:center;transform:translate(0,-50%);}
.notice .sec1 .time .t-date{font-size:24px;}
.notice .sec1 .info{padding:8px 25px;border-left:1px dashed #eee;line-height:28px;}
.notice .sec1 .info .h4{height:56px;font-size:18px;}
@media (max-width:640px){
  .notice .sec1 .ul li{margin-right:0;width:100%;}
}
.investor .sec1{padding:4% 0 10%;}
.investor .sec1 .back{position:relative;width:100%;}
.investor .sec1 .info{padding:8% 2% 8% 4%;width:41%;background:url(../images/investor_bg.jpg) no-repeat center center;background-size:cover;color:#fff;line-height:36px;}
.investor .sec1 .info .h4{font-size:24px;}
.investor .sec1 .info .ul{margin-top:4%;}
.investor .sec1 .info li{padding-left:20px;background:url(../images/ico_line.png) no-repeat left 17px;}
.investor .sec1 .img{position:absolute;top:0;right:0;width:59%;height:100%;}
.investor .sec1 .img .img-bg{width:100%;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
@media (max-width:1024px){
  .investor .sec1 .info{width:50%;}
  .investor .sec1 .img{width:50%;}
}
@media (max-width:640px){
  .investor .sec1 .info{width:100%;}
  .investor .sec1 .img{position:static;width:100%;}
  .investor .sec1 .img .img-bg{padding-bottom:70%;}
}

/* 党建学习样式 */
.party .sec1{padding:4% 0 8%;}
.party .sec1 .back{position:relative;display:block;border-bottom:2px solid #eee;background:#f8f8f8;}
.party .sec1 .back:hover{border-color:#108fd1;}
.party .sec1 .back:hover .info .h4{color:#108fd1;}
.party .sec1 .img{width:100%;}
.party .sec1 .img .img-bg{padding-bottom:73%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.party .sec1 .info{padding:0 5% 10%;}
.party .sec1 .info p{margin:8% 0 0;line-height:30px;}
.party .sec1 .info .h4{margin:12% 0 0;font-size:18px;}
.party .sec1 .info .h5{height:90px;max-height:90px;color:#999;font-size:14px;}
.party .sec1 .info .time{margin-top:10%;color:#bbb;font-size:14px;}
.party .sec1 .carousel .owl-carousel .owl-nav{position:absolute;top:-48px;right:0;margin-top:-4%;width:120px;height:40px;}
.party .sec1 .carousel .owl-carousel .owl-nav button span{display:none;font-size:0;opacity:0;}
.party .sec1 .carousel .owl-carousel .owl-nav button{width:50%;background:#108fd1;color:#fff;text-align:center;font-size:14px;line-height:40px;}
.party .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{margin:0;border-right:1px solid #fff;}
.party .sec1 .carousel .owl-carousel .owl-nav button.owl-prev::before{content:"Prev";}
.party .sec1 .carousel .owl-carousel .owl-nav button.owl-next{margin:0;}
.party .sec1 .carousel .owl-carousel .owl-nav button.owl-next::after{content:"Next";}
.party .sec2{padding-bottom:8%;}
.party .sec2 .ul li{margin-bottom:4%;}
.party .sec2 .back{position:relative;display:block;border:1px solid #eee;background:#fff;}
.party .sec2 .img{float:left;width:30%;}
.party .sec2 .img .img-bg{padding-bottom:74%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.party .sec2 .info{float:left;padding:4% 4% 3%;width:70%;line-height:30px;}
.party .sec2 .info .h4{font-size:18px;}
.party .sec2 .info .h5{margin-top:2%;max-height:90px;color:#999;font-size:14px;}
.party .sec2 .info .time{margin-top:2%;color:#bbb;font-size:14px;}
@media (max-width:1024px){
  .party .sec1 .carousel .owl-carousel .owl-nav{top:-40px;}
}
@media (max-width:640px){
  .party .sec2 .img{width:100%;}
  .party .sec2 .info{width:100%;}
}

/* 浩云科技样式 */
.about .a-title{margin-top:10%;}
.about .a-title p{color:#333;text-align:center;font-weight:600;}
.about .a-title .en{color:#e5e5e5;text-transform:uppercase;font-size:28px;}
.about .a-title .cn{font-size:42px;}
.about .more{display:none;margin:0 auto;width:210px;height:50px;border:1px solid #eee;background:#fff;color:#666;text-align:center;font-size:14px;line-height:50px;}
.about .more:hover{background:#108fd1;color:#fff;}
.about-profile{padding:1px 0 25px;background:url(../images/about_profile_bg.jpg) no-repeat center bottom;}
.about-profile .back{padding:3% 0;background:url(../images/ico_logo_bg.png) no-repeat center top; overflow:hidden}
.about-profile .info{ overflow:hidden;overflow-y:auto;margin:0 auto;padding:8px 0;width:100%;max-width:none;max-height:none;background-size:contain;font-size:14px;line-height:26px;scrollbar-arrow-color:#ededed;/*三角箭头的颜色*/  scrollbar-face-color:#bfbfbf;/*立体滚动条的颜色*/  scrollbar-3dlight-color:#bfbfbf;/*立体滚动条亮边的颜色*/  scrollbar-highlight-color:#bfbfbf;/*滚动条空白部分的颜色*/  scrollbar-shadow-color:#ededed;/*立体滚动条阴影的颜色*/  scrollbar-darkshadow-color:#ededed;/*立体滚动条强阴影的颜色*/  scrollbar-track-color:#ededed;/*立体滚动条背景颜色*/  scrollbar-base-color:#bfbfbf;/*滚动条的基本颜色*/}
.about-profile .info::-webkit-scrollbar-track{background-color:#ededed;}
.about-profile .info::-webkit-scrollbar{width:4px;background-color:#ededed;}
.about-profile .info::-webkit-scrollbar-thumb{background-color:#bfbfbf;}
.about-profile .info div{margin:0 0 2.5%;}
.about-profile .info .h5{font-weight: 600; color: #108fd1;}
.about-profile .ul{margin:3% -12px 0;}
.about-profile .ul li{float:left;padding:0 12px;width:25%;}
.about-profile .con{position:relative;width:100%;}
.about-profile .con::before{position:absolute;top:5%;left:5%;display:none;width:90%;height:90%;background:#000;content:"";opacity:0.6;}
.about-profile .con .img{width:100%;}
.about-profile .con .img .img-bg{padding-bottom:60%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.about-profile .con .h4{position:absolute;top:50%;left:0;display:none;padding:0 10px;width:100%;color:#fefefe;text-align:center;font-size:24px;transform:translate(0,-50%);}
.about-profile .con:hover::before{display:block;}
.about-profile .con:hover .h4{display:block;}
.about-history{padding:1px 0;background:#f8f8f8;}
.about-history .sec1{padding:5% 0 7%;}
.about-history .sec1 .ul{position:relative;margin:0 auto;padding:30px 0 60px;max-width:1024px;}
.about-history .sec1 .ul::before{position:absolute;top:0;left:50%;display:block;width:1px;height:100%;background:#233559;content:"";opacity:0.2;}
.about-history .sec1 .ul li{margin-top:-25px;width:100%;}
.about-history .sec1 .ul li:nth-child(1){margin:0;}
.about-history .sec1 .ul li:nth-child(2n){margin-top:-38%;}
.about-history .sec1 .ul li:nth-child(2n) .back{float:right;padding:0 0 0 55px;text-align:left;}
.about-history .sec1 .ul li:nth-child(2n) .back::before{left:38px;transform:rotate(180deg);}
.about-history .sec1 .ul li:nth-child(2n) .back::after{left:-11px;}
.about-history .sec1 .back{position:relative;float:left;padding:0 55px 3% 0;width:50%;text-align:right;}
.about-history .sec1 .back::before,.about-history .sec1 .back::after{position:absolute;display:block;content:"";}
.about-history .sec1 .back::before{top:25px;right:38px;width:20px;height:23px;background:url(../images/ico_arrow2.png) no-repeat center center;}
.about-history .sec1 .back::after{top:25px;right:-11px;width:22px;height:22px;border:1px solid #bfbfbf;border-radius:50%;background:#fff;}
.about-history .sec1 .info{padding:28px;border:1px solid #bfbfbf;background:#fff;color:#666;font-size:14px;line-height:24px;}
.about-history .sec1 .info .time{height:30px;color:#108fd1;font-size:24px;line-height:30px;}
.about-history .sec1 .info .h5{margin-top:15px;}
.about-history .sec1 .img{margin-top:15px;width:100%; overflow:hidden}
.about-history .sec1 .img .img-bg{padding-bottom:48%;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.about-history .sec1 .btn-more{display:none;margin:0 auto;width:120px;height:34px;border-radius:4px;background:#108fd1;color:#fff;text-align:center;font-size:14px;line-height:34px;}
.about-culture{padding:1px 0;background:url(../images/about_bg.jpg) no-repeat center center;background-size:cover;}
.about-culture .a-title .en{color:#fff;opacity:0.8;}
.about-culture .a-title .cn{color:#fff;}
.about-culture .sec1{padding:15% 0;}
.about-culture .sec1 .ul:hover li{width:25%;}
.about-culture .sec1 .ul li{float:left;width:33.33%;}
.about-culture .sec1 .ul li:hover{width:50%;}
.about-culture .sec1 .ul li:hover .back::before{display:none;}
.about-culture .sec1 .ul li:hover .info{bottom:0;text-align:left;transform:none;}
.about-culture .sec1 .ul li:hover .info::before{display:block;}
.about-culture .sec1 .ul li:hover .info .h5{display:block;}
.about-culture .sec1 .back{position:relative;display:block;}
.about-culture .sec1 .back::before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";}
.about-culture .sec1 .img{width:100%;height:390px;}
.about-culture .sec1 .img .img-bg{width:100%;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.about-culture .sec1 .info{position:absolute;bottom:50%;left:0;padding:25px 30px;width:100%;color:#fff;text-align:center;transform:translate(0,50%);}
.about-culture .sec1 .info::before{position:absolute;top:0;left:0;display:none;width:100%;height:100%;background:#000;content:"";opacity:0.5;}
.about-culture .sec1 .info .h4{position:relative;z-index:2;font-size:20px;}
.about-culture .sec1 .info .h5{position:relative;z-index:2;display:none;margin-top:10px;font-size:14px;line-height:28px;}
.about-culture .sec1 .info .h5 div{display:inline-block;padding-right:15px;min-width:200px;}
.about-culture .sec1 .info .h5 div:last-child{padding-right:0;}
.about-strength .sec1{padding:6% 0 8%; overflow:hidden}
.about-strength .sec1 .ul{margin:0 -10px;}
.about-strength .sec1 .ul li{float:left;padding:0 10px;width:25%;}
.about-strength .sec1 .back{display:block;padding:40px 25px;background:#f8f8f8;text-align:center;}
.about-strength .sec1 .img .img-bg{display:inline-block;width:100%;height:140px;max-width:120px;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.about-strength .sec1 .info{color:#999;line-height:24px;}
.about-strength .sec1 .info .h4{margin-top:35px;color:#444;font-size:20px;}
.about-strength .sec1 .info .h5{margin-top:10px;height:48px;font-size:14px;}
.about-honor{padding:1px 0;background:#f8f8f8;}
.about-honor .sec1{padding:5% 0 7%;}
.about-honor .sec1 .carousel{margin: 0 -50px; padding: 0 50px;}
.about-honor .sec1 .carousel .owl-carousel{padding-bottom:7%;background:url(../images/about_honor_bg.png) no-repeat center bottom;background-size:100% auto;}
.about-honor .sec1 .carousel .item{margin-bottom: 16px;}
.about-honor .sec1 .carousel .owl-carousel .owl-nav button{width: 40px;height: 40px;top: 35%;border-radius: 50%;background-position: center center;background-repeat: no-repeat;background-size:40% auto;border: 1px solid #666;}
.about-honor .sec1 .carousel .owl-carousel .owl-nav button span{color: rgba(255,255,255,0); font-size: 0; opacity: 0;}
.about-honor .sec1 .carousel .owl-carousel .owl-nav button.owl-next{margin-right: -50px;background-image: url(../images/ico_next5.png);}
.about-honor .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{margin-left: -50px;background-image: url(../images/ico_prev5.png);}
.about-honor .sec1 .ul{margin:0 -8px;padding-bottom:7%;background:url(../images/about_honor_bg.png) no-repeat center bottom;background-size:100% auto;}
.about-honor .sec1 .ul li{float:left;margin-bottom:16px;padding:0 8px;width:25%;}
.about-honor .sec1 .ul li a{display:block;}
.about-honor .sec1 .img .img_bg{display:block;padding-bottom:68.75%;width:100%;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.about-honor .sec1 .info{position:relative;padding:10px 0;text-align:center;line-height:24px;}
.about-honor .sec1 .info p{color:#666;}
.about-join .sec1{padding:5% 0 7%;}
.about-join .sec1 .ul{margin:0 -20px;}
.about-join .sec1 .ul li{float:left;margin-bottom:40px;padding:0 20px;width:33.33%;}
.about-join .sec1 .back{padding:12% 16%;border:1px solid #e2e2e2;}
.about-join .sec1 .back .ico-join{display:block;width:78px;height:82px;background:url(../images/ico_join.png) no-repeat center center;background-size:contain;}
.about-join .sec1 .back:hover{background:#108fd1;}
.about-join .sec1 .back:hover .ico-join{background-image:url(../images/ico_join1.png);}
.about-join .sec1 .back:hover .info{color:#fff;}
.about-join .sec1 .back:hover .info .h4{color:#fff;}
.about-join .sec1 .back:hover .btn-apply{border-color:#fff;color:#fff;}
.about-join .sec1 .info{font-size:14px;line-height:20px;}
.about-join .sec1 .info .h4{margin-top:16px;color:#333;font-size:20px;}
.about-join .sec1 .info .h5{margin-top:15px;}
.about-join .sec1 .btn-apply{display:block;margin-top:30px;width:100px;height:32px;border:1px solid #c6c6c6;color:#999;text-align:center;font-size:14px;line-height:32px;}
.about-join .sec1 .more{margin-top:20px;}
.about-contact{padding:1px 0;background:#f8f8f8;}
.about-contact .sec1 .s-tab{margin-top:20px;text-align:center;}
.about-contact .sec1 .s-tab .ul{display:inline-block;overflow:hidden;}
.about-contact .sec1 .s-tab .ul li{float:left;}
.about-contact .sec1 .s-tab .ul li a{display:block;padding:0 50px;height:50px;border:1px solid #eee;background:#fff;line-height:50px;}
.about-contact .sec1 .s-tab .ul li:hover a,.about-contact .sec1 .s-tab .ul li.aon a{border-color:#108fd1;background:#108fd1;color:#fff;}
.about-contact .sec1 .s-content{padding:5% 0 7%;}
.about-contact .sec1 .s-content .map{float:left;width:64%;background:#fff;}
.about-contact .sec1 .s-content .map .allmap{padding-bottom:50%;width:100%;}
.about-contact .sec1 .s-content .map .allmap *{max-width:none;}
.about-contact .sec1 .s-content .map img{max-width:none !important;}
.about-contact .sec1 .s-content .back{float:left;padding-left:6%;width:36%;}
.about-contact .sec1 .s-content .back .ul li{position:relative;margin:25px 0 0;padding:0 0 0 48px;min-height:44px;}
.about-contact .sec1 .s-content .back .ul li:first-child{margin:20px 0 0;}
.about-contact .sec1 .s-content .back .ico{position:absolute;top:0;left:0;display:block;margin-top:0;width:40px;height:44px;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.about-contact .sec1 .s-content .back .ico-address{background-image:url(../images/ico_address.png);}
.about-contact .sec1 .s-content .back .ico-fax{background-image:url(../images/ico_fax.png);}
.about-contact .sec1 .s-content .back .ico-tel{background-image:url(../images/ico_tel.png);}
.about-contact .sec1 .s-content .back .ico-mail{background-image:url(../images/ico_mail.png);}
.about-contact .sec1 .s-content .back .ico-code{background-image:url(../images/ico_wechat.png);}
.about-contact .sec1 .s-content .back .h5{font-size:14px;}
@media (max-width:1366px){
  .about-honor .sec1 .carousel{margin: 0;}
}
@media (max-width:1024px){
  .about-contact .sec1 .s-tab .ul li a{padding:0 15px;}
  .about-contact .sec1 .s-content .map{width:50%;}
  .about-contact .sec1 .s-content .back{padding-left:20px;width:50%;}
  .about-contact .sec1 .s-content .back .ul li:first-child{margin:0;}
}
@media (max-width:640px){
  .about .a-title .en{font-size:22px;}
  .about .a-title .cn{font-size:32px;}
  .about-profile .ul{margin-right:-6px;margin-left:-6px;}
  .about-profile .ul li{padding:6px;width:50%;}
  .about-history .sec1 .ul{padding:0;}
  .about-history .sec1 .ul::before{left:10px;}
  .about-history .sec1 .back{width:100%;}
  .about-history .sec1 .ul li:nth-child(n){margin-top:30px;}
  .about-history .sec1 .ul li:nth-child(n) .back{padding:0 0 0 45px;text-align:left;}
  .about-history .sec1 .ul li:nth-child(n) .back::after{left:0;}
  .about-history .sec1 .ul li:nth-child(n) .back::before{left:28px;transform:rotate(180deg);}
  .about-history .sec1 .ul li:nth-child(1){margin:0;}
  .about-history .sec1 .btn-more{margin:20px auto 0;}
  .about-culture .sec1 .ul li{width:100% !important;}
  .about-culture .sec1 .ul li .back::before{display:none;}
  .about-culture .sec1 .ul li .info{bottom:0;padding:15px;text-align:left;transform:none;}
  .about-culture .sec1 .ul li .info::before{display:block;}
  .about-culture .sec1 .ul li .info .h5{display:block;}
  .about-culture .sec1 .ul li .info .h5 div{min-width:auto;}
  .about-strength .sec1 .ul{margin:0 -8px;}
  .about-strength .sec1 .ul li{margin-bottom:16px;padding:0 8px;width:50%;}
  .about-honor .sec1 .ul li{width:50%;}
  .about-join .sec1 .ul{margin:0 -8px;}
  .about-join .sec1 .ul li{margin-bottom:16px;padding:0 8px;width:50%;}
  .about-contact .sec1 .s-tab .ul{width:100%;}
  .about-contact .sec1 .s-tab .ul li{width:50%;}
  .about-contact .sec1 .s-content .map{width:100%;}
  .about-contact .sec1 .s-content .back{padding-left:0;width:100%;}
  .about-contact .sec1 .s-content .back .ul li:first-child{margin:20px 0 0;}
}

/* 应聘表单样式 */
.apply-form .sec1{padding:4% 0 6%;}
.apply-form .sec1 p{margin:0;}
.apply-form .sec1 .h3{color:#108fd1;text-align:center;font-size:24px;}
.apply-form .sec1 .form{margin:0 auto;padding:2%;width:100%;max-width:1000px;border-radius:5px;background:#fff;box-shadow:0 0 2px #ccc;}
.apply-form .sec1 .form .tips{margin-bottom:20px;padding:0 0 10px 0;border-bottom:1px solid #e5e5e5;}
.apply-form .sec1 .form .h2{margin:0;padding-bottom:10px;color:#108fd1;font-weight:400;font-size:18px;}
.apply-form .sec1 .form .back{margin-right:-1.5;margin-left:-1.5;}
.apply-form .sec1 .form .back .item{float:left;margin-bottom:10px;padding-right:1.5%;padding-left:1.5%;width:50%;}
.apply-form .sec1 .form .back .item > p{margin-bottom:5px;font-size:16px;line-height:28px;}
.apply-form .sec1 .form .back .text{padding:6px 12px;width:100%;border:1px solid #ddd;line-height:30px;}
.apply-form .sec1 .form .btn_group{text-align:center;}
.apply-form .sec1 .form .btn_submit{display:block;margin:10px auto 0;width:160px;border:0;background:#108fd1;color:#fff;text-align:center;line-height:40px;cursor:pointer;}
.apply-form .sec1 .form .back .item.item-uploader{margin-top:10px;width:100%;}
.apply-form .sec1 .form .back .item.item-uploader .queueList{margin:0;}
.apply-form .sec1 .form .back .item.item-uploader .placeholder{padding:30px 0;font-size:14px;}
.apply-form .sec1 .form .back .item.item-uploader .placeholder .webuploader-pick{background:#999;}
.apply-form .sec1 .form .back .item.item-uploader .placeholder div{word-break:break-all;}
@media (max-width:640px){
  .apply-form .sec1 .form{padding:15px;}
  .apply-form .sec1 .form .h2{font-size:16px;}
  .apply-form .sec1 .form .back .item{padding:0;width:100%;}
  .apply-form .sec1 .form .back .item p{font-size:14px;line-height:24px;}
}





.about .about-join .con{ padding: 3%  0 7%}
.about .about-join .box1,
.about .about-join .box2{ width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; }

.about .about-join .box1 dd .pic,
.about .about-join .box2 dd .pic{ height: 300px; background-size: cover; background-position: center center; border: 1px solid #eee}

.about .about-join .box2 dd{ width: 49%; float: left  }
.about .about-join .box2 dd:nth-child(2n){ float: right  }

.about .about-join .box dd  .text{ line-height: 40px; margin-top: -40px; background: rgba(0,0,0,0.4); color: #fff; text-align: center}
.about .about-join .box  dd .text h1{ font-weight: normal; margin: 0; font-size: 18px; }


@media (max-width:1024px){
.about .about-join .box2 dd{ width:100%; float: left; margin-bottom: 30px;  }	
}








/* 辅助栏目样式 */
.mylinks .sec1{padding:4% 0;color:#666;text-align:center;line-height:36px;}
.mylinks .sec1 .ul{margin:0 -10px;}
.mylinks .sec1 .ul li{float:left;padding:0 10px 10px 10px;width:25%;}
.mylinks .sec1 .img{display:block;padding-bottom:35%;width:100%;border:1px solid #ccc;background-color:#fff;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.mylinks .sec1 .info{font-size:16px;}
@media (max-width:1024px){
  .mylinks .sec1 .ul{margin:0 -8px;}
  .mylinks .sec1 .ul li{padding:0 8px 8px 8px;}
}
@media (max-width:640px){
  .mylinks .sec1 .ul li{width:50%;}
}
.assist-info .sec1{padding:4% 0 6%;}
.assist-info .sec1 .info{line-height:30px;}

/* 搜索结果样式 */
.search-info .sec1{margin:4% 0 6%;}
.search-info .sec1 p{margin:0;}
.search-info .sec1 .ul li{margin-bottom:2%;}
.search-info .sec1 .ul li .back{position:relative;display:block;padding:15px 90px 15px 15px;border:1px solid #ddd;font-size:16px;}
.search-info .sec1 .ul li .back span{position:absolute;top:50%;right:15px;display:block;transform:translateY(-50%);}
.search-info .sec1 .ul li .back:hover{border-color:#108fd1;}
@media (max-width:640px){
  .search-info .sec1 .ul li{margin-bottom:15px;}
  .search-info .sec1 .ul li .back{padding:10px 80px 10px 10px;}
}

/* 通用单篇样式 */
.public-info .back{padding-bottom:4%;}
.public-info .back .title{margin:4.5% 0 0;padding-bottom:3%;border-bottom:1px dashed #d2d2d2;text-align:center;}
.public-info .back .title .h3{font-size:28px;}
.public-info .back .title .time{margin-top:10px;}
.public-info .info{padding:20px 0;font-size:16px;line-height:30px;}
.public-info .info div{margin:20px 0 0;}
.public-info .hit{text-align:right;}
.public-pages{display:inline-block;padding:20px 0;max-width:100%;}
.public-pages a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:24px;}

/* 战车部件样式 */
/* 头部样式 */
.Top002262{position:absolute;top:0;left:0;z-index:100;width:100%;background:rgba(0,0,0,0);transition:all 0.6s ease;}
.Top002262 .header-left{float:left;display:table;width:40%;height:70px;max-width:198px;}
.Top002262 .logo{display:table-cell;vertical-align:middle;}
.Top002262 .header-mid,.Top002262 .header-right{float:right;}
.Top002262 .header-menu li{margin-right:30px;width:auto !important;}
.Top002262 .header-menu li em{position:relative;padding:0 15px;}
.Top002262 .header-menu li em a{position:relative;color:#333;font-size:14px;line-height:120px;}
.Top002262 .header-menu li em a::before{position:absolute;bottom:0;left:50%;width:0;height:3px;background:#fff;content:'';transition:ease-in-out 0.3s;transform:translateX(-50%);}
.Top002262 .header-menu li em a:hover::before,.Top002262 .header-menu li.aon em a::before{width:100%;}
.Top002262 .header-menu li .sub{left:50%;transform:translate(-50%,0);overflow:hidden;width:130%;min-width: 150px;}
.Top002262 .header-menu li .sub-menu{padding:15px 0;text-align:center;}
.Top002262 .header-menu li .sub-menu dt{border-bottom:1px solid #f2f2f2;}
.Top002262 .header-menu li .sub-menu dt:last-child{border-bottom:0;}
.Top002262 .header-menu li .sub-menu dt a{color:#666;transition:0.3s;    padding: 0;}
.Top002262 .header-menu li .sub-menu dt a:hover{background:none;color:#108fd1 !important;}
.Top002262 .header-menu li#li9{display: none;}
.Top002262 .header-right dd{float:left;padding:20px 0;}
.Top002262 .top-search{position:relative;z-index:100;}
.Top002262 .open-search{display:block;width:30px;height:30px;background:url(../images/ico_search.png) no-repeat center center;}
.Top002262 .open-search-show{position:relative;background:none !important;}
.Top002262 .open-search-show::before,.Top002262 .open-search-show::after{position:absolute;top:50%;left:10%;width:80%;height:3px;background:#fff;content:'';transform:rotate(-45deg);}
.Top002262 .open-search-show::after{transform:rotate(45deg);}
.Top002262 .search-box{position:absolute;top:100%;right:0;z-index:100;display:none;}
.Top002262 .search-box .text{padding:0 50px 0 10px;width:254px;height:46px;border:1px solid #fff;background:rgba(0,0,0,0.2);color:#fff;line-height:46px;}
.Top002262 .search-box .btn{position:absolute;top:0;right:0;width:46px;color:#fff;text-align:center;font-weight:bold;font-size:16px;font-family:Verdana,Arial,Helvetica,sans-serif;line-height:46px;}
.Top002262 .search-box .btn::before{position:absolute;top:-15px;right:4px;border:8px solid transparent;content:'';border-bottom-color:#b4b4b4;}
.Top002262 .top-stock{display:none;color:#fff;text-align:right;}
.Top002262 .top-stock .h4{line-height:24px;}
.Top002262 .top-stock .h4 i{position:relative;display:inline-block;width:24px;height:24px;background-position:center center;background-repeat:no-repeat;vertical-align:top;}
.Top002262 .top-stock .p-rise{color:#bd0000;}
.Top002262 .top-stock .p-tumble{color:#ff0000;}
.Top002262 .top-stock .ico-rise{top:0px;background-image:url(../images/gp-icon2.svg);}
.Top002262 .top-stock .ico-tumble{top:0px;background-image:url(../images/gp-icon2.svg);}
.Top002262 .top-stock .h5{font-size:12px;}
@media (min-width:1025px){
  .Top002262::after{position:absolute;bottom:0;left:0;display:block;width:100%;height:1px;background:#fff;content:"";opacity:0.1;}
  .Top002262 .header-left{height:120px;}
  .Top002262 .header-mid{margin-right:20px;}
  .Top002262 .header-menu li:last-child{margin-right:0;}
  .Top002262 .header-menu li em a{color:#fff;}
  .Top002262 .header-menu li .sub{background: rgba(0, 0, 0, 0.2);}
  .Top002262 .header-menu li .sub-menu dt{border-bottom: 0;}
  .Top002262 .header-menu li .sub-menu dt a{color: #fff;}
  .Top002262 .header-right .top-search{margin-left:45px;padding:45px 0;}
  .Top002262 .header-right .top-stock{position:relative;display:block;padding:37px;}
  .Top002262 .header-right .top-stock::before,.Top002262 .header-right .top-stock::after{position:absolute;top:0;right:0;display:block;width:1px;height:100%;background:#fff;content:"";opacity:0.1;}
  .Top002262 .header-right .top-stock::before{left:0;}
  .Top002262 .top-stock .h4{font-size:24px;}
  .Top002262 .top-stock .h5{margin-top:6px;}
}
@media (max-width:1640px){
  .Top002262 .header-mid{margin-right:20px;}
  .Top002262 .header-menu li{margin-right:0;}
  .Top002262 .header-right .top-stock{padding:37px 15px;}
  .Top002262 .header-right .top-search{margin-left:15px;}
}
@media (max-width:1200px){
  .Top002262 .header-menu li em{padding:0 10px;}
}
@media (max-width:1024px){
  .Top002262{background:rgba(0,0,0,0);}
  .Top002262 .logo img{max-height:50px;}
  .Top002262 #header-menu{position:fixed;top:0;right:-100%;z-index:100;padding-top:70px;width:70%;height:100%;max-width:300px;background:#000;transition:ease-in-out 0.3s;}
  .Top002262 #header-menu.header-menu-show{right:0;}
  .Top002262 #header-menu li em,.Top002262 #header-menu li em a{border-bottom:0;}
  .Top002262 #header-menu li:nth-child(2n){background:rgba(255,255,255,0.1);}
  .Top002262 #header-menu li em a{font-weight:normal;}
  .Top002262 #header-menu li.has-sub em a{background:url(../images/Top002262-icon.png) no-repeat 95% center;}
  .Top002262 #header-menu li.clickon em a{background-image:url(../images/Top002262-icon_up.png);}
  .Top002262 #header-menu li .sub-menu{padding:5%;}
  .Top002262 #open_menu{position:relative;z-index:101;margin-left:10px;width:40px;height:30px;background:#108fd1;transition:background 0.3s;}
  .Top002262 #open_menu i,.Top002262 #open_menu i::before,.Top002262 #open_menu i::after{border-radius:3px;background:#fff;}
  .Top002262 #open_menu i{left:20%;margin-top:-1px;width:60%;height:2px;}
  .Top002262 #open_menu.open_menu_on{position:fixed;right:2%;background:#000;}
  .Top002262 #open_menu.open_menu_on i{margin-top:-1.5px;height:3px;}
}
/* 底部样式 */
.Bottom002289{position:relative;overflow:hidden;margin-top:0;padding:40px 0 0;width:100%;background:#0f0f0f;color:#fff;}
.Bottom002289:before{position:absolute;top:-113px;left:0;display:block;width:100%;height:113px;content:"";}
.Bottom002289 a{color:#999;}
.Bottom002289 a:hover{opacity:0.8;}
.Bottom002289 .info{float:left;margin-top:20px;width:22%;max-width:260px;}
.Bottom002289 .info .i-msg{margin-top:50px;color:#ddd;font-size:12px;line-height:24px;}
.Bottom002289 .info .i-msg li{position:relative;margin-top:20px;padding-left:58px;}
.Bottom002289 .info .i-msg span{position:absolute;top:0;left:0;color:#888;}
.Bottom002289 .subnav{float:right;width:78%;}
.Bottom002289 .subnav dl dt{padding:20px 0 30px;}
.Bottom002289 .subnav dl dt a{color:#ddd;font-size:16px;}
.Bottom002289 .subnav dl dd span{display:block;padding:5px 0;}
.Bottom002289 .subnav dl dd#dd9{display:none;}
.Bottom002289 .footer{margin:40px 0 0;padding:22px 0;border-top:1px solid #333;line-height:24px;}
.Bottom002289 .footer .f-left{float:left;}
.Bottom002289 .footer .f-right{position:relative;float:right;padding-right:200px;}
.Bottom002289 .mylinks{padding:5px 0;text-align:right;font-size:12px;}
.Bottom002289 .mylinks a{margin-right:35px;}
.Bottom002289 .share{width:200px;font-size:12px;}
.Bottom002289 .link{position:relative;padding:0;text-align:left;}
.Bottom002289 .link h6{margin:0;padding:0px 20px;border:1px solid #333;line-height:35px;}
.Bottom002289 .link h6 i{position:absolute;right:0;display:block;width:35px;height:35px;background:url(../images/ico_arrow1.png) no-repeat center center;cursor:pointer;}
.Bottom002289 .link ul{position:absolute;right:0;bottom:100%;display:none;width:100%;background-color:#333232;}
.Bottom002289 .link ul li{border-bottom:solid 1px #292828;}
.Bottom002289 .link ul li a{display:block;padding-left:20px;line-height:30px;}
.Bottom002289 .link ul li a:hover{background-color:#333232;}
.Bottom002289 .copyright{overflow:hidden;padding:5px 0;color:#999;font-size:12px;}
.Bottom002289 .copyright a{display:inline-block;}
.Bottom002289 .jiathis_style_32x32{display:none;text-align:right;}
.Bottom002289 .jiathis_style_32x32 a{display:inline-block;}
.Bottom002289 .jiathis_style_32x32 .jtico_weixin{background:url(../images/Bottom002289-share.png) no-repeat left !important;}
.Bottom002289 .jiathis_style_32x32 .jtico_tsina{background:url(../images/Bottom002289-share.png) no-repeat right !important;}
.Bottom002289 .jiathis_style_32x32 .jiathis_txt,.Bottom002289 .jiathis_style_32x32 .jtico{float:none!important;box-sizing:content-box;padding:2px;}
@media (min-width:1025px){
  .Bottom002289 .fl{float:left;}
  .Bottom002289 .fr{float:right;}
  .Bottom002289 .subnav dl{float:left;padding-right:10px;width:12%;}
  .Bottom002289 .share{position:absolute;top:0;right:0;}
  .Bottom002289 .subnav dl{width:12.5%;}
}
@media (max-width:1024px){
  .Bottom002289 .info{float:none;margin:0 auto;width:100%;}
  .Bottom002289 .info .i-msg{margin-top:20px;}
  .Bottom002289 .info .i-msg li{margin-top:10px;}
  .Bottom002289 .subnav{display:none;}
  .Bottom002289 .footer{margin:30px 0 0;text-align:center;}
  .Bottom002289 .mylinks{text-align:center;}
  .Bottom002289 .mylinks a{margin:0 10px;}
  .Bottom002289 .share{margin:10px auto 0;}
  .Bottom002289 .footer .f-left{float:none;}
  .Bottom002289 .footer .f-right{float:none;padding:0;}
}

/* Page000616 */
.Page000616 .Pages{overflow:hidden;padding:50px 0;text-align:center;zoom:1;}
.Page000616 .Pages a{display:inline-block;margin:0 5px;height:40px;font-size:16px;line-height:40px;}
.Page000616 .p_cur,.Page000616 .p_count,.Page000616 .p_total,.Page000616 .p_jump{display:none;}
.Page000616 .p_page{display:inline-block;padding:0px 5px;}
.Page000616 .p_page a{display:inline-block;margin:0px 3px;width:78px;height:40px;border:1px solid #eee;color:#555;text-align:center;font-size:14px;line-height:40px;}
.Page000616 .p_page .num a{width:40px;}
/*hover*/
.Page000616 .p_page .a_first:hover,.Page000616 .p_page .a_end:hover,.Page000616 .p_page .a_prev:hover,.Page000616 .p_page .a_next:hover,.Page000616 .p_page .num a:hover,.Page000616 .p_page .num .a_cur{background:#108fd1;color:#fff;}
.Page000616 em{font-style:normal;}
@media (max-width:1024px){
  .Page000616 .Pages{padding:20px 0;}
  .Page000616 em{display:none;}
}
@media (max-width:640px){
  .Page000616 .p_page .a_first,.Page000616 .p_page .a_end{display:none;}
}

/* RighInfo002254 */
.RighInfo002254{padding:90px 0;}
.RighInfo002254 .pro-search{margin-bottom: 4%;}
.RighInfo002254 .list_img{position:relative;float:left;width:500px;}
.RighInfo002254 .big_img{position:relative;padding-bottom:100%;width:100%;}
.RighInfo002254 .big_img li,.RighInfo002254 .big_img li figure{position:absolute;top:0;left:0;width:100%;height:100%;}
.RighInfo002254 .big_img li figure{border:1px solid #eee;background-color:#f8f8f8;background-size:60% auto;}
.RighInfo002254 .list{position:absolute;bottom:0;left:100%;margin-left:65px;padding:0 40px;background:#fff;}
.RighInfo002254 .list .bd{position:relative;}
.RighInfo002254 .list a{position:absolute;right:0;width:40px;height:100%;border:1px solid #eee;background-color:#fff;background-position:center center;background-size:50% auto;background-repeat:no-repeat;cursor:pointer;transition:0.4s;}
.RighInfo002254 .list a.prev{top:0;left:0;background-image:url(../images/ico_prev3.png);}
.RighInfo002254 .list a.next{bottom:0;background-image:url(../images/ico_next3.png);}
.RighInfo002254 .list a.prev:hover{background-color:#108fd1;background-image:url(../images/ico_prev4.png);}
.RighInfo002254 .list a.next:hover{background-color:#108fd1;background-image:url(../images/ico_next4.png);}
.RighInfo002254 .list a.prevStop,.RighInfo002254 .list a.nextStop{cursor:default;}
.RighInfo002254 .list li{margin:0 7px;}
.RighInfo002254 .list li figure{top:9px;bottom:15px;padding-bottom:100%;width:170px;border:1px solid #f2f2f2;background-color:#f8f8f8;background-size:contain;}
.RighInfo002254 .list li.on figure{border:1px solid #76c0e7;}
.RighInfo002254 .right_info{float:right;overflow:auto;padding-left:65px;width:700px;max-height:300px;}
.RighInfo002254 .right_info h1{color:#108fd1;font-size:30px;}
.RighInfo002254 .right_info h3{margin-top:10px;color:#999;font-weight:normal;font-size:18px;}
.RighInfo002254 .right_info .info{margin-top:30px;color:#999;font-size:14px;line-height:30px;}
.RighInfo002254 .tab{padding:60px 0 0;}
.RighInfo002254 .tab .h1_tab{overflow:hidden;margin:0;border:1px solid #108fd1;background:#108fd1;color:#fff;font-size:14px;}
.RighInfo002254 .tab .h1_tab span{float:left;padding:0 5%;height:56px;border-right:1px solid #f2f2f3;text-align:center;line-height:56px;cursor:pointer;}
.RighInfo002254 .tab .h1_tab span.on{background-color:#fff;color:#108fd1;}
.RighInfo002254 .tab .info{padding-top:36px;}
.RighInfo002254 .tab .info .table{width:100%;}
.RighInfo002254 .tab .info .table table{width:100%;}
.RighInfo002254 .tab .info .table td{padding:10px 24px;height:50px;border:1px solid #e5e5e5;color:#666;line-height:30px;}
.RighInfo002254 .tab .info .table td:nth-child(1){width:160px;background:#f5f5f5;}
.RighInfo002254 .i-download .ul li{border-bottom:1px dashed #eee;}
.RighInfo002254 .i-download .ul li .h5{position:relative;display:inline-block;padding:0 100px 0 0;width:100%;height:40px;max-width:100%;line-height:40px;}
.RighInfo002254 .i-download .ul li .btn-download{position:absolute;top:50%;right:0;display:inline-block;margin-top:-20px;padding:0 0 0 25px;color:#108fd1;font-size:14px;}
.RighInfo002254 .i-download .ul li .btn-download::before{position:absolute;top:50%;left:0;display:block;margin-top:-8px;width:16px;height:16px;background:url(../images/ico_download.png) no-repeat center center;content:"";}
@media (max-width:1200px){
  .RighInfo002254 .list_img{width:40%;}
  .RighInfo002254 .list{margin-left:30px;padding:0 5vw;}
  .RighInfo002254 .list a{width:5vw;}
  .RighInfo002254 .list li{margin:0 0.8vw;}
  .RighInfo002254 .right_info{padding-left:30px;width:60%;max-height:22vw;}
  .RighInfo002254 .list li figure{width:13vw;}
}
@media (max-width:767px){
  .RighInfo002254{padding:30px 0;}
  .RighInfo002254 .list_img{float:none;padding-bottom:28vw;width:100%;}
  .RighInfo002254 .list{left:0;margin-left:0;padding:0 7vw;}
  .RighInfo002254 .list a{width:7vw;}
  .RighInfo002254 .list li{margin:0 1vw;}
  .RighInfo002254 .list li figure{width:25.4vw;}
  .RighInfo002254 .right_info{float:none;margin:15px 0 0;padding:0;width:100%;max-height:none;}
  .RighInfo002254 .right_info .info{margin:15px 0 0;}
  .RighInfo002254 .tab{padding:20px 0 0;}
  .RighInfo002254 .tab .h1_tab span{width:33.33%;height:40px;line-height:40px;}
  .RighInfo002254 .tab .h1_tab span:last-child{border:0;}
  .RighInfo002254 .tab .info{padding-top:20px;}
}
@media (max-width:640px){
  .RighInfo002254 .right_info h1{font-size:20px;}
  .RighInfo002254 .right_info h3{font-size:16px;}
}
.PopupSearch{position:fixed;top:0;left:0;z-index:99;display:none;width:100%;height:100%;background:rgba(0,0,0,0.9);}
.PopupSearch .SearchWarp{position:absolute;top:50%;left:50%;width:90%;max-width:800px;transform:translate(-50%,-50%);}
.PopupSearch .SearchWarp .search-box{position:relative;top:0;left:0;display:block;padding:10px 0;border-bottom:2px solid #fff;}
.PopupSearch .SearchWarp .search-box .text{padding-left:0;width:100%;border:0;background:rgba(0,0,0,0);font-size:24px;line-height:50px;}
.PopupSearch .SearchWarp .search-box .btn{top:50%;width:50px;height:50px;background:url(../images/ico_search.png) no-repeat center center;transform:translate(0,-50%);}
.PopupSearch .SearchWarp .search-box .btn::before{display:none;}
.PopupSearch .SearchWarp .search-key{margin-top:30px;color:#fff;opacity:0.4;}
.Top002262 .open-search-show{position:relative;z-index:100;}
.Top002262 .open-logo-show{position:relative;z-index:101;}
.Top002262 .open-logo-show .img-logo1{display:block !important;}
.Top002262 .open-logo-show .img-logo2{display:none !important;}
.Top002262 .img-logo1{display:block;}
.Top002262 .img-logo2{display:none;}
.Top002262.topindex{background:rgba(255, 255, 255, 0.8);}
.Top002262.topindex .img-logo1{display:none;}
.Top002262.topindex .img-logo2{display:block;}
.Top002262.topindex .header-menu li em a{color:#333;}
.Top002262.topindex .header-menu li.aon em > a{color:#108fd1;}
.Top002262.topindex .header-menu li em a::before{background:#108fd1;}
.Top002262.topindex .header-menu li .sub{background: rgba(255, 255, 255, 0.8)}
.Top002262.topindex .header-menu li .sub-menu dt a{color: #666;}
.Top002262.topindex .header-right .top-stock::before,.Top002262.topindex .header-right .top-stock::after{background:#999;}
.Top002262.topindex .top-stock .h5{color:#666;}
.Top002262.topindex .open-search{background-image:url(../images/ico_search3.png);}
@media(min-width:1025px){
  #fp-nav.right{right:auto !important;left:50%;width:100%;max-width:1800px;transform:translate(-50%,0);}
  #fp-nav.right ul{position:absolute;right:0;}
  #fp-nav.right ul li{width:30px;}
  #fp-nav.right ul li a span{margin:0 0 0 -10px;width:20px;height:2px;border-radius:0;background:#fff;opacity:0.6;}
  #fp-nav.right ul li a.active span,#fp-nav.right ul li:hover a span,#fp-nav.right ul li:hover a.active span{margin:0 0 0 -15px;width:30px;height:3px;border-radius:0;opacity:1;}
  #fullPage .section:nth-last-child(1),#fullPage .section:nth-last-child(1) > div,#fullPage .section:nth-last-child(2),#fullPage .section:nth-last-child(2) > div{height:auto !important;}
  #fullPage .section{overflow: hidden;}
  #fullPage .section .sec::before{z-index: 2;}
  #fullPage .section .sec .back{z-index: 3;}
  #fullPage .section .sec .item{position: relative; left: -50vw; opacity: 0; transition: all 1s ease;}
  #fullPage .section.active .sec .item{left: 0; opacity: 1;}
  #fullPage .section .sec6 .info{position: relative; transition: all 1s ease;}
  #fullPage .section.active .sec6 .info{ transform: scale(1.1);}
  #fullPage .section .sec .bg,
  #fullPage .section .sec6 .bg{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; transition: all 6s ease; background-position:center center;background-size:cover;background-repeat:no-repeat;color:#fff;}
  #fullPage .section.active .sec6 .bg,
  #fullPage .section.active .bg{transform: translate(-50%,-50%) scale(1.1);}
  #fullPage .section .sec .ulIco li .ico{transition: all 0.5s ease;}
  #fullPage .section .sec .ulIco li:hover .ico{transform: scale(1.2);}
}
@media (max-width:1800px){
  #fp-nav.right ul{right:1%;}
}
.technology{padding-top:120px;background-image:url(../images/technology_bg.jpg);background-position:center top;background-repeat:repeat-y;color:#fff;}
.technology .title{text-align:center;}
.technology .title .h1{margin-top:10%;font-weight:600;font-size:60px;}
.technology .title .h4{margin-top:2%;text-transform:uppercase;font-size:24px;}
.technology .title::after{display:block;margin:2% auto 0;width:2px;height:40px;background:#fff;content:"";}
.technology-terrace{padding-bottom:12%;}
.technology-terrace .sec1{text-align:center;}
.technology-terrace .sec1 .info{margin-top:2%;line-height:30px;}
.technology-terrace .sec{margin-top:4%;}
.technology-terrace .sec .back{text-align:left;}
.technology-terrace .sec .back .num{position:relative;display:inline-block;width:140px;background:url(../images/technology_ico1.png) no-repeat center center;background-size:100% 100%;}
.technology-terrace .sec .back .num::before{display:block;padding-bottom:100%;width:100%;content:"";}
.technology-terrace .sec .back .num span{position:absolute;top:50%;left:50%;display:block;font-weight:600;font-size:70px;transform:translate(-50%,-50%);}
.technology-terrace .sec .back .h2{margin-top:30px;font-weight:600;font-size:44px;}
.technology-terrace .sec .back .ul{margin-top:50px;}
.technology-terrace .sec .back .ul li{display:inline-block;padding-bottom:10px;}
.technology-terrace .sec .back .ul li .info{text-align:center;}
.technology-terrace .sec .back .ul li i{display:block;height:60px;}
.technology-terrace .sec .back .ul li i img{max-height:60px;}
.technology-terrace .sec .back .ul li p{margin-top:10px;}
.technology-terrace .sec .back .h5{margin-top:20px;line-height:30px;}
.technology-terrace .sec .row .col{display:inline-block;max-width:600px;}
.technology-terrace .sec .row .c-right{float:right;}
.technology-terrace .sec2{margin-top:16%;}
.technology-terrace .sec2 .back .ul li{padding-right:70px;}
.technology-terrace .sec3 .back{text-align:right;}
.technology-terrace .sec3 .back .ul li{padding-left:70px;}
.technology-terrace .sec4{margin-top:12%;}
.technology-terrace .sec4 .back .ul li{padding-right:70px;}
.technology-terrace .sec4 .img{margin-top:80px;}
.technology-terrace .sec5{margin-top:10%;}
.technology-terrace .sec5 .back{text-align:right;}
.technology-terrace .sec5 .back .ul li{padding-left:70px;}
.technology-terrace .sec6 .ul{margin:4% -20px 0;}
.technology-terrace .sec6 .ul li{float:left;padding:0 20px;width:25%;}
.technology-terrace .sec6 .info{position:relative;margin:0 auto;width:100%;max-width:230px;}
.technology-terrace .sec6 .info::before{display:block;padding-bottom:100%;width:100%;content:"";background:url(../images/technology_ico11.png) no-repeat center center;background-size:100% auto;}
.technology-terrace .sec6 .info span{position:absolute;top:50%;left:50%;display:block;padding:0 25px;width:100%;max-width:180px;text-align:center;font-size:26px;line-height:30px;transform:translate(-50%,-50%);}
.technology-terrace .sec6 .h5{margin-top:30px;font-size:14px;line-height:24px;}
@media (min-width:1025px){
  .technology-terrace{background-image:url(../images/technology_bg_1.jpg);}
  .technology-terrace .sec2{min-height:700px;}
  .technology-terrace .sec3{min-height:500px;}
  .technology-terrace .sec4{min-height:600px;}
  .technology-terrace .sec5{min-height:640px;}
}
@media (max-width:1024px){
  .technology{padding-top:70px;background-size:auto 100%;}
  .technology .title .h1{font-size:36px;}
  .technology-terrace{padding-bottom:6%;}
  .technology-terrace .sec{margin-top:6%;}
  .technology-terrace .sec .row .c-right{float:left;}
  .technology-terrace .sec .back{text-align:left;}
  .technology-terrace .sec .back .num{width:100px;}
  .technology-terrace .sec .back .num span{font-size:54px;}
  .technology-terrace .sec .back .h2{margin-top:4%;font-size:32px;}
  .technology-terrace .sec .back .ul{margin-top:4%;}
  .technology-terrace .sec .back .ul li{padding:0 20px 10px 0;}
  .technology-terrace .sec6 .ul{margin:4% -10px 0;}
  .technology-terrace .sec6 .ul li{padding:0 10px 10px;width:50%;}
  .technology-terrace .sec6 .h5{overflow:hidden;margin-top:20px;height:144px;}
  .technology-terrace .sec6 .info span{font-size:18px;line-height:24px;}
}
.technology-uwb{padding-bottom:8%;}
.technology-uwb .sec1{text-align:center;}
.technology-uwb .sec1 .info{margin-top:2%;line-height:30px;}
.technology-uwb .sec1 .img{display: inline-block; margin-top:3%;border-radius:20px;overflow: hidden;}
.technology-uwb .sec2{margin-top:14%;}
.technology-uwb .sec2 .ul li{margin-top:3%;}
.technology-uwb .sec2 .ul li:nth-child(2n) .b-top{text-align:right;}
.technology-uwb .sec2 .ul li:nth-child(2n) .b-top .info{right:0;left:auto;padding-left:0;}
.technology-uwb .sec2 .ul li:nth-child(2n) .b-top .info .h2::after,.technology-uwb .sec2 .ul li:nth-child(2n) .b-top .info .h2 span::after{display:inline-block;}
.technology-uwb .sec2 .ul li:nth-child(2n+1) .b-top .info{padding-right:0;}
.technology-uwb .sec2 .ul li:nth-child(2n+1) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(2n+1) .b-top .info .h2 span::before{display:inline-block;}
.technology-uwb .sec2 .ul li:nth-child(1) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(1) .b-top .info .h2::after{content:"01";}
.technology-uwb .sec2 .ul li:nth-child(2) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(2) .b-top .info .h2::after{content:"02";}
.technology-uwb .sec2 .ul li:nth-child(3) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(3) .b-top .info .h2::after{content:"03";}
.technology-uwb .sec2 .ul li:nth-child(4) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(4) .b-top .info .h2::after{content:"04";}
.technology-uwb .sec2 .ul li:nth-child(5) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(5) .b-top .info .h2::after{content:"05";}
.technology-uwb .sec2 .ul li:nth-child(6) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(6) .b-top .info .h2::after{content:"06";}
.technology-uwb .sec2 .ul li:nth-child(7) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(7) .b-top .info .h2::after{content:"07";}
.technology-uwb .sec2 .ul li:nth-child(8) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(8) .b-top .info .h2::after{content:"08";}
.technology-uwb .sec2 .b-top{position:relative;}
.technology-uwb .sec2 .b-top .ico{position:relative;display:inline-block;width:156px;text-align:center;}
.technology-uwb .sec2 .b-top .ico::before{display:block;padding-bottom:115%;width:100%;content:"";background:url(../images/technology_ico21.png) no-repeat center center;background-size:100% auto;}
.technology-uwb .sec2 .b-top .ico i{position:absolute;top:50%;left:50%;display:block;width:40%;max-width:60px;transform:translate(-50%,-50%);}
.technology-uwb .sec2 .b-top .info{position:absolute;top:50%;left:0;padding:0 225px;transform:translate(0,-50%);}
.technology-uwb .sec2 .b-top .info .h2{font-weight:600;font-size:44px;}
.technology-uwb .sec2 .b-top .info .h2::before,.technology-uwb .sec2 .b-top .info .h2::after{display:none;vertical-align:middle;font-weight:normal;font-size:70px;}
.technology-uwb .sec2 .b-top .info .h2 span{display:inline-block;vertical-align:middle;}
.technology-uwb .sec2 .b-top .info .h2 span::before,.technology-uwb .sec2 .b-top .info .h2 span::after{display:none;margin:0 5px;width:20px;height:3px;background:#fff;content:"";vertical-align:middle;}
.technology-uwb .sec2 .b-top .info .h5{line-height:30px;}
.technology-uwb .sec2 .b-bottom .row{margin-top:40px;padding:40px 70px;border-radius:10px;}
.technology-uwb .sec2 .b-bottom .row1{background:#1090d1;text-align:center;}
.technology-uwb .sec2 .b-bottom .row1 .clearfix{background:url(../images/technology_ico31.png) repeat-x center 30px;}
.technology-uwb .sec2 .b-bottom .row1 .col{float:left;width:33.33%;}
.technology-uwb .sec2 .b-bottom .row1 .col:nth-child(1){text-align:left;}
.technology-uwb .sec2 .b-bottom .row1 .col:nth-child(3){text-align:right;}
.technology-uwb .sec2 .b-bottom .row1 .back{display:inline-block;padding:0 12px;background:#1090d1;text-align:center;}
.technology-uwb .sec2 .b-bottom .row1 .back .ico{height:85px;}
.technology-uwb .sec2 .b-bottom .row1 .back p{font-size:18px;}
.technology-uwb .sec2 .b-bottom .row2{position:relative;margin-top:60px;border:4px solid #1090d1;text-align:center;}
.technology-uwb .sec2 .b-bottom .row2::before{position:absolute;top:-64px;left:50%;display:block;width:2px;height:60px;background:url(../images/technology_ico32.png) no-repeat center center;content:"";}
.technology-uwb .sec2 .b-bottom .row2 .h3{font-size:30px;}
.technology-uwb .sec2 .b-bottom .row2 .h5{margin-top:15px;font-size:18px;}
.technology-uwb .sec2 .b-bottom .row3{margin:0 -13px;padding:0 0 40px;}
.technology-uwb .sec2 .b-bottom .row3 .col{position:relative;float:left;margin:60px 0 10px;padding:0 13px;width:25%;}
.technology-uwb .sec2 .b-bottom .row3 .col::before{position:absolute;top:-60px;left:50%;display:block;width:2px;height:60px;background:url(../images/technology_ico32.png) no-repeat center center;content:"";}
.technology-uwb .sec2 .b-bottom .row3 .img img{width:100%;}
.technology-uwb .sec2 .b-bottom .row4{margin-top:40px;border:4px solid #1090d1;text-align:center;}
@media (max-width:1200px){
  .technology-uwb .sec2 .b-top .info .h2{font-size:30px;}
  .technology-uwb .sec2 .b-top .info .h2::before,.technology-uwb .sec2 .b-top .info .h2::after{font-size:48px;}
}
@media (max-width:1024px){
  .technology-uwb .sec2 .b-top .info .h2{font-size:24px;}
  .technology-uwb .sec2 .b-top .info .h2::before,.technology-uwb .sec2 .b-top .info .h2::after{font-size:32px;}
}
@media (max-width:640px){
  .technology-uwb .sec2 .ul li:nth-child(n) .b-top .info .h2::after,.technology-uwb .sec2 .ul li:nth-child(n) .b-top .info .h2 span::after{display:none;}
  .technology-uwb .sec2 .ul li:nth-child(n) .b-top .info .h2::before,.technology-uwb .sec2 .ul li:nth-child(n) .b-top .info .h2 span::before{display:inline-block;}
  .technology-uwb .sec2 .ul li:nth-child(2n) .b-top{text-align:left;}
  .technology-uwb .sec2 .b-top .ico{width:120px;}
  .technology-uwb .sec2 .b-top .info{position:static;padding:0;transform:none;}
  .technology-uwb .sec2 .b-top .info .h2{font-size:18px;}
  .technology-uwb .sec2 .b-top .info .h2::before,.technology-uwb .sec2 .b-top .info .h2::after{font-size:28px;}
  .technology-uwb .sec2 .b-bottom .row{padding:20px;}
  .technology-uwb .sec2 .b-bottom .row3 .col{width:50%;}
  .technology-uwb .sec2 .b-bottom .row1 .clearfix{background:none;}
  .technology-uwb .sec2 .b-bottom .row1 .back .ico{height:70px;}
  .technology-uwb .sec2 .b-bottom .row1 .back .ico img{width:50px;}
}
.technology-data{padding-bottom:10%;}
.technology-data .sec1{text-align:center;}
.technology-data .sec1 .info{margin-top:2%;line-height:30px;}
.technology-data .sec{margin-top:10%;}
.technology-data .sec .b-top .info .h2{font-weight:600;font-size:44px;}
.technology-data .sec .b-top .info .h2 i{display:inline-block;vertical-align:middle;font-weight:normal;font-style:normal;font-size:70px;}
.technology-data .sec .b-top .info .h2 span{display:inline-block;vertical-align:middle;}
.technology-data .sec .b-top .info .h2 span::before{display:inline-block;margin:0 5px;width:20px;height:3px;background:#fff;content:"";vertical-align:middle;}
.technology-data .sec .b-top .info .h5{line-height:30px;}
.technology-data .sec .row .col{display:inline-block;max-width:660px;}
.technology-data .sec .row .c-right{float:right;}
.technology-data .sec .row .b-top{max-width:460px;}
.technology-data .sec .row .h5{margin-top:30px;line-height:30px;}
.technology-data .sec2 .b-bottom .ul li{position:relative;float:left;margin-top:40px;padding:0 10px;width:16.66%;}
.technology-data .sec2 .b-bottom .ul li::after{position:absolute;top:70px;left:100%;display:block;margin-left:-10px;width:20px;height:12px;background:url(../images/technology_ico33.png) no-repeat center center;content:"";}
.technology-data .sec2 .b-bottom .ul li:last-child::after{display:none;}
.technology-data .sec2 .b-bottom .ico{position:relative;display:inline-block;width:130px;text-align:center;}
.technology-data .sec2 .b-bottom .ico::before{display:block;padding-bottom:115%;width:100%;content:"";background:url(../images/technology_ico21.png) no-repeat center center;background-size:100% auto;}
.technology-data .sec2 .b-bottom .ico i{position:absolute;top:50%;left:50%;display:block;width:40%;max-width:60px;transform:translate(-50%,-50%);}
.technology-data .sec2 .b-bottom .info{text-align:center;line-height:24px;}
.technology-data .sec2 .b-bottom .info .h4{margin-top:15px;font-size:18px;}
.technology-data .sec2 .b-bottom .info .h4::after{display:block;margin:10px auto;width:22px;height:2px;background:#1090d1;content:"";}
.technology-data .sec2 .b-bottom .info .h5{height:72px;}
.technology-data .sec3 .b-bottom .h5{margin-top:30px;line-height:30px;}
.technology-data .sec3 .b-bottom .ul{margin:40px -6px 0;}
.technology-data .sec3 .b-bottom .ul li{float:left;padding:0 6px;width:14.28%;}
.technology-data .sec3 .b-bottom .img{margin-bottom:12px;}
.technology-data .sec3 .b-bottom .img img{width:100%;}
.technology-data .sec4 .row .b-top{margin-top:60px;}
.technology-data .sec5 .row .b-top{margin-top:20px;}
.technology-data .sec6 .row .b-top{margin-top:60px;}
@media (max-width:1200px){
  .technology-data .sec .b-top .info .h2{font-size:30px;}
  .technology-data .sec .b-top .info .h2 i{font-size:48px;}
  .technology-data .sec .row .c-right{float:left;}
  .technology-data .sec .row .h5{margin-top:4%;}
  .technology-data .sec4 .row .b-top{margin-top:8%;}
}
@media (max-width:1024px){
  .technology-data .sec .b-top .info .h2{font-size:24px;}
  .technology-data .sec .b-top .info .h2 i{font-size:32px;}
  .technology-data .sec2 .b-bottom .ul li{width:33.33%;}
  .technology-data .sec2 .b-bottom .ul li:nth-child(3n)::after{display:none;}
  .technology-data .sec3 .b-bottom .ul li{width:25%;}
}
@media (max-width:640px){
  .technology-data .sec2 .b-bottom .ul li{width:50%;}
  .technology-data .sec2 .b-bottom .ul li::after{display:none;}
  .technology-data .sec2 .b-bottom .ul li:nth-child(3n)::after{display:none;}
  .technology-data .sec3 .b-bottom .ul li{width:33.33%;}
}

/* 核心技术鼠标经过效果 */
.technology-terrace .sec1,
.technology-terrace .sec6{transition: all 0.3s ease;}
.technology-terrace .sec1:hover,
.technology-terrace .sec6:hover {text-shadow:3px 1px 10px rgba(255, 255, 255, 0.6);}
.technology-terrace .sec .back{position: relative; top:0; transition: all 0.3s ease;}
.technology-terrace .sec .back:hover {top: -30px; text-shadow:2px 1px 8px rgba(255, 255, 255, 0.6);}
.technology-terrace .sec .back .ul li i{transition: all 1s ease;}
.technology-terrace .sec .back .ul li:hover i{transform: rotate(360deg);}
.technology-terrace .sec .back .num{transition: all 0.3s ease;}
.technology-terrace .sec .back .num:hover{transform: scale(1.2);}
.technology-terrace .sec6 .info::before{transition: all 1s ease;}
.technology-terrace .sec6 .info:hover::before{transform: rotate(180deg);}

.technology-uwb .sec1,
.technology-uwb .sec2 .b-top,
.technology-uwb .sec2 .b-bottom .row2{transition: all 0.3s ease;}
.technology-uwb .sec1:hover,
.technology-uwb .sec2 .b-top:hover,
.technology-uwb .sec2 .b-bottom .row2:hover{text-shadow:3px 1px 10px rgba(255, 255, 255, 0.6);}
.technology-uwb .sec1 .img img,
.technology-uwb .sec2 .b-bottom .row1 .back .ico,
.technology-uwb .sec2 .b-bottom .row3 .img img,
.technology-uwb .sec2 .b-bottom .row4 .img img{transition: all 0.3s ease;}
.technology-uwb .sec1 .img:hover img,
.technology-uwb .sec2 .b-bottom .row1 .back .ico:hover,
.technology-uwb .sec2 .b-bottom .row3 .img:hover img,
.technology-uwb .sec2 .b-bottom .row4 .img:hover img{transform: scale(1.1);}
.technology-uwb .sec2 .b-top .ico::before{transition: all 1s ease;}
.technology-uwb .sec2 .b-top:hover .ico::before{transform: rotate(180deg);}
.technology-uwb .sec2 .b-top{position: relative; top:0;}
.technology-uwb .sec2 .b-top:hover {top: -10px;}

.technology-data .sec1,
.technology-data .sec{transition: all 0.3s ease;}
.technology-data .sec1:hover,
.technology-data .sec:hover{text-shadow:3px 1px 10px rgba(255, 255, 255, 0.6);}
/* .technology-data .sec{position: relative; top:0;}
.technology-data .sec:hover {top: -10px;} */
.technology-data .sec2 .b-bottom .ico::before{transition: all 1s ease;}
.technology-data .sec2 .b-bottom .ico:hover::before{transform: rotate(180deg);}
.technology-data .sec3 .b-bottom .img img{transition: all 0.3s ease;}
.technology-data .sec3 .b-bottom .img:hover img{transform: scale(1.1);}
.technology-data .sec .row .img img{transition: all 0.6s ease;}
.technology-data .sec .row .img:hover img{transform:scaleX(-1);}

/*Map002520 */
/*Map002520 */
.Map002520{padding:2% 0;}
.Map002520 .auto{ padding:2% 3%;}
.Map002520 .ul li{line-height:26px;border-bottom: 1px solid #eee;padding:10px 0;cursor:pointer;width:  48%;float:  left;margin-right:  4%;padding:2%;}
.Map002520 .ul li:hover{background:#108fd1;}
.Map002520 .ul li:hover h5,.Map002520 .ul li:hover p{color:#fff;}
.Map002520 .ul li:nth-child(2n){margin-right:0;}
.Map002520 .ul li > *{ margin:0;}
.Map002520 .ul li h5{font-size: 16px;color: #108fd1;margin-bottom: 10px;}
.Map002520 .ul li p{position:relative;line-height:  30px;}
.Map002520 .ul li p span{/* position:absolute; *//* left:0; *//* top:0; *//* width:45px; */}


.serverli li{float:  left;padding: 10px;}
.serverli2 li{float:  left;padding: 10px;}



.Banner000933{ position:relative;}
.Banner000933 .banner{ position:absolute; width:100%; height:100%; left:0; top:0;}
.Banner000933 .img img,
.Banner000933 .banner .slide img{ width:100%;}
.Banner000933 .banner { overflow:hidden;}
.Banner000933 .img{ z-index:0; opacity:0; }
.Banner000933 .banner .bx-controls .bx-pager{text-align:center; position:absolute; bottom:5%; z-index:102; width:100%; left:0; display:inline-block; height:18px; } 
.Banner000933 .banner .bx-controls .bx-pager-item{ display:inline-block; margin:0 4px;}
.Banner000933 .banner .bx-controls .bx-pager-item a{display:block;overflow:hidden;width: 20px;height: 20px;line-height:100px;border: none;color: #fff;}
.Banner000933 .banner .bx-controls .bx-pager-item a.active{border: 2px solid #fff;border-radius: 50%;}
.Banner000933 .bx-controls .Prev,
.Banner000933 .bx-controls .Next{ position:absolute; top:0; width:30%; height:100%; overflow:hidden; text-align:center; z-index:101;}
.Banner000933 .bx-controls .Prev{ left:0;}
.Banner000933 .bx-controls .Next{ right:0;}
.Banner000933 .bx-controls .bx-prev,.bx-controls .bx-next{display: none;  opacity:0.3;-moz-transition:all ease-out .3s; -ms-transition:all ease-out 0.3s; -webkit-transition:all ease-out 0.3s; transition:all ease-out 0.3s;}
.Banner000933 .bx-controls .bx-prev span,
.Banner000933 .bx-controls .bx-next span{ display:inline-block; width:41px; height:100%;}
.Banner000933 .bx-controls .bx-prev span{ background:url(../images/Banner000933_prev.png) no-repeat center center;}
.Banner000933 .bx-controls .bx-next span{ background:url(../images/Banner000933_next.png) no-repeat center center;}

.Banner000933 .banner .video_files{ position:absolute; background:#000; width:100%; left:0; top:0; height:100%; /*display:none; */z-index:10; overflow:hidden;}
.Banner000933 .banner .video_files #myvideo{ position: absolute; visibility: visible; margin: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%;}
.Banner000933 .banner .intro{ position:absolute; color:#fff; text-align:center; padding:11% 20% 0 20%; width:100%;}
.Banner000933 .banner .intro .more{ position:relative; text-align:center;}
.Banner000933 .banner .intro .more span{ display:inline-block; position:relative;}

.Banner000933 .video_controls{  z-index:20;position:absolute; top: 40%; margin-left: -23.5px; margin-top: -23.5px; left: 50%;}
.Banner000933 .video_controls span{ float:left; display:block; width:47px; height:47px;  border-radius:50%; border:1px solid rgba(255,255,255,0.25); position:relative; cursor:pointer;}
.Banner000933 .video_controls span::before{ position:absolute; content:'';}
.Banner000933 .video_controls span.btnplay{ display:none;}
.Banner000933 .video_controls span.btnplay::before{ width:0; height:0; border-top:12px solid transparent; border-bottom:12px solid transparent; border-left:12px solid rgba(255,255,255,0.8);border-radius:2px;left:50%; margin-left:-4px; top:50%; margin-top:-12px;}
.Banner000933 .video_controls span.btnpause::before{ left:50%; margin-left:-9px; top:50%; margin-top:-9px; width:19px; height:19px; border-radius:3px; background:rgba(255,255,255,0.8);}
.Banner000933 .video_controls .btnpause{ display:none;}


.TextList001729 .name{padding:15px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.TextList001729 .name span{ display:inline-block; border-left:6px solid #108fd1; padding-left:15px;}
.TextList001729 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.TextList001729 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#108fd1;}

.TextList001729 .search{ position:absolute; right:0; top:50%; margin-top:-25px;width:26.6%; height:46px; border:2px solid #999; }
.TextList001729 .search input{border:none; }
.TextList001729 .search .text{ width:100%; height:42px; line-height:42px; padding:0 56px 0 10px; background:none; color:#999;}
.TextList001729 .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:56px; height:100%; background:url(../images/TextList001729-search.png) no-repeat center center; padding:0;}

.TextList001729 ol.type{ margin-top:3%;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 ol.type{font-size:16px; background-color:#108fd1; color:#fff;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center; padding-top:10px; padding-bottom:10px; line-height:24px;}
.TextList001729 ul.type li{cursor:pointer;}
.TextList001729 .type li:nth-child(1){width:12%;}
.TextList001729 .type li:nth-child(2){ width:6%;}
.TextList001729 .type li:nth-child(3){ width:5%;}
.TextList001729 .type li:nth-child(4){ width:10%;}
.TextList001729 .type li:nth-child(4),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6),
.TextList001729 .type li:nth-child(7){width:13%;}
.TextList001729 .type li:nth-child(8){ width:15%;}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(8){ padding-left:2%; text-align:left !important;}
.TextList001729 ul.type li:nth-child(8){background:url(../images/TextList001729-icon_close.png) no-repeat 90% center;}
.TextList001729 ul.type#On li:nth-child(8){ background-image:url(../images/TextList001729-icon_open.png);}
.TextList001729 .list{border-bottom:1px solid #e5e5e5;}
.TextList001729 .list .con{ display:none;border-top:1px solid #e5e5e5; overflow:hidden; font-size:14px; padding:2%;}
.TextList001729 .btn_apply{ padding:10px 0;}
.TextList001729 .btn_apply a{ display:inline-block; max-width:180px; width:40%; height:50px; line-height:50px; text-align:center; color:#fff; background-color:#108fd1; font-size:18px; border-radius:3px;}
@media(max-width:1000px){
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6){ display:none;}
.TextList001729 .type li{ width:20% !important;}
}
@media(max-width:768px){
.TextList001729 .search{ position:relative; margin-top:10px; top:auto; width:auto;}
.TextList001729 .type li:nth-child(7){ display:none;}
.TextList001729 .type li{ width:24% !important;}
.TextList001729 .type li:nth-child(8){ width:28% !important;}
}
@media(max-width:480px){
.TextList001729 .type li:nth-child(3){ display:none;}
.TextList001729 .type li{ width:30% !important;}
.TextList001729 .type li:nth-child(8){ width:40% !important;}
.TextList001729 ol.type{font-size:15px;}
.TextList001729 .btn_apply a{font-size:16px; height:40px; line-height:40px;}
.TextList001729 ul.type li:nth-child(8){ background-size:16px auto;}
}

.menu-pro .auto,.menu-pro .auto_1200{position: relative;}
.menu-pro .menu-sub2{position: absolute;top:100%;left: 0;right: 0;margin: auto;}

.menu-pro .menu-sub .ul{margin-top: 0;padding-top: 3%;}


@media(min-width:640px){
  .about-history .sec1 .ul li:nth-child(16){margin-top: -30%;}
  .about-history .sec1 .ul li:nth-child(18){margin-top: -30%;}
.about-history .sec1 .ul li:nth-child(15){margin-top: 10px;}
}


	.PicList000593{ }
	.PicList000593 { float:left; width:100%;  position:relative; }
	
	.PicList000593 .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
	.PicList000593 .video_files video{width:100%; height:100%; background-color:#000; position: relative; z-index: 99;}
	.PicList000593 .video_files .close{ display: none; position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px; z-index: 999; border-radius: 50%;background-color: #761b1b;cursor: pointer;}
	.PicList000593 .video_files .close::before,
	.PicList000593 .video_files .close::after{ position:absolute; content:''; width:3px; height:70%;  border-radius:3px; background-color:#fff; left:13px; top:5px;}
	.PicList000593 .video_files .close::before{ transform:rotate(45deg);}
	.PicList000593 .video_files .close::after{ transform:rotate(-45deg);}
	.PicList000593 figure{ position:relative;}
	/* .PicList000593  figure::after{position: absolute; content: ""; width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;left: 0;z-index:11 ;} */

	.PicList000593 figure em{ display:block; padding-bottom:47.7%; background-size:cover; background-position:center center; background-repeat:no-repeat;}
	.PicList000593 figure a{ width:100%; height:100%; position:absolute; left:0; top:0; z-index: 9; background-color:rgba(0,0,0,0.5); }
	.PicList000593 figure a::before,
	.PicList000593 figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
	.PicList000593 figure a::before{width: 70px;height: 70px;border: 3px solid rgba(255,255,255,0.6);margin-left: -35px;margin-top: -35px;border-radius: 50%;}
	.PicList000593 figure a::after{width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid rgba(255,255,255,0.6);margin-left: -3px;margin-top: -12px;}
	@media(max-width:768px){
	.PicList000593 {width:100%;}
	}
	@media(max-width:480px){
	.PicList000593  figure a::before{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
	.PicList000593 {width:100%; float:none; margin-right:0 !important;}
	}
	
	
	.sec1 .sec1-box{position: absolute; bottom: 10%;left: 5%;display: none;}
	.sec1 .owl-item:nth-child(3) .sec1-box{display: block;}
	.link-a{position: relative;width: 100px;display: block;line-height: 45px;text-align: center;color: #fff;background: #5798e8;}
	.link-a img{vertical-align: bottom;width: 100%;color: #FFFFFF;}
	.link-b{animation-delay: 3500ms !important;}
	.jiat{content: '';position: absolute;width: 47px;height: 100%;background:#5798e8 ;background-size: cover;margin-left: 2px;left: 100%;top:0;}
	.link-a:hover .jiat{margin-left: 6px;}
	.link-a:focus{color: #FFFFFF;}
	.link-a:hover{color: #FFFFFF;}
	.jiat span{display: block;width: 20px;height: 2px;background: #fff;}
	.jiat span:nth-child(1){margin:21px auto;}
	.jiat span:nth-child(2),.jiat span:nth-child(3){transform-origin:right center;width: 10px;}
	.jiat span:nth-child(2){margin-left: 24px;margin-top: -23px;transform: rotate(45deg);}
	.jiat span:nth-child(3){margin-left: 24px;margin-top: -2px;transform: rotate(-45deg);}








.Menu002252{padding:10px 0; text-align:center; overflow:hidden;}
.Menu002252 a{font-size:16px; display: block;background:#e9e9e9; padding: 10px; margin-bottom: 1px; }
.Menu002252 a.on,.Menu002252 a:hover{ color:#fff; background-color:#108fd1;}
@media(min-width:768px){
	.Menu002252{padding:25px 0 10px;}
	.Menu002252 a{ display:inline-block; line-height:30px;  padding:0 15px; min-width:115px; border-radius:30px; overflow:hidden; margin:0 7px 1px;}
}
@media(min-width:1024px){
   .Menu002252{padding:50px 0 20px;}
   .Menu002252 a{display:inline-block;line-height:36px; padding:0 20px;background:#e9e9e9; min-width:130px; border-radius:36px;}
}




.PicList000666{ padding-top:2%; margin-bottom: -2%}
.PicList000666 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000666 li:nth-child(3n){ margin-right:0;}
.PicList000666 li a{ display:block; background-color:#f8f8f8;transition:all ease-in-out 0.3s;}
.PicList000666 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%; font-weight: normal}
.PicList000666 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:70%; background-color: #666}
.PicList000666 li a:hover{ background-color:#108fd1; }
.PicList000666 li a:hover h2{color:#fff;}
@media(max-width:640px){
.PicList000666 li{width:49%;}
.PicList000666 li:nth-child(3n){ margin-right:2%;}
.PicList000666 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000666 li h2{font-size:14px;}
}




.Singlepage{padding: 3% 0;  line-height: 26px;}
.Singlepage .con_title{ text-align: center;}
.Singlepage .con_title h1{ font-size: 28px; font-weight: normal; color: #444}
.Singlepage .con_title h1:after{ content: ""; display: block; width: 50px; height: 4px; background: #444; border-right: 25px solid #108fd1; margin: 20px auto 30px}


.Singlepage .linian .box{ padding-bottom: 5%; border-bottom: 1px dashed #e9e9e9; margin-bottom: 5%}











