
body {
  overflow-x: hidden;
}
.container{max-width:1700px;}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2;margin:0 auto;}
a{color:#000;text-decoration:none;}                                            
a:hover{color:#1b99e9;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.clearfix{clear:both;}
html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}
.text-red{color:#ef7a0c;}
.text-blue{color:#076aae;}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

.back {transform: rotateY(-180deg);transform-style: preserve-3d;transition: ease-in-out 600ms;}
.ycxs{display:none;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
	/*TOP*/
.header-top{color:#fff;background-color: rgba(62,62,62, 0.9);line-height:40px;position: fixed;top:0px ;right:0px;left:0px;z-index: 999;}
.header-top .float-lg-left{padding-left:5px;}
.document-flow{position: absolute;z-index: 999;right: 0;left: 0;top:2px;height: 84px;}
.header1{background-color: rgba(255,255,255, 0.9);;height: 120px;line-height:120px;overflow: hidden;position: fixed;top:40px ;right:0px;left:0px;z-index: 999;}
.header1 .nav-toggle{display:none}
.logo img{max-width: 300px;max-height: 70px;}
.logo .invest{font-size: 24px;line-height:1.5;}
.nav > ul{float:right;}

.nav>ul>li{float:left;text-align:center;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{text-align: center;font-size: 16px;padding: 12px 20px;}
.nav >ul>li.current >a,.nav >ul>li:hover > a{color: #fff;background-color: #1b99e9;font-weight: bold;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#666;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#89584B;}
.nav ul li ul li{display:none!important;}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#ad7669;display:none;position:absolute;left:-18%;z-index:2;width:150px} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
}

@media (max-width:1000px) /*手机端*/
{
.header1 {padding:0px 0;}
.header1 .logo{line-height:60px;text-align:left;margin-left:10px;}
.header1 .logo img{height:auto;width:auto;max-width:250px;max-height:50px;}
.header1 .nav-toggle{position:absolute;right:0px;top:0px;font-size:20px;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header1 .nav-toggle.active{color:#ccc;}
.header1 .col-md-3{padding-left:0;}
.topcoms .col-xs-12{padding:0 0;}
.document-flow{position: absolute;z-index: 999;right: 0;left: 0;top:2px;}
.logo .invest{font-size: 18px;line-height: 1.5;}
.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto;padding-left: 0;padding-right: 0;}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

/*TOP*/
.header-top{color:#fff;background-color:#666;line-height:40px;}
.header-top .float-lg-left{padding-left:5px;}

}





/*FOOTER*/
@media (min-width:1000px){
footer{padding-top:80px;margin-top:80px;padding-bottom: 60px;}
footer .ewm{width:140px;height:140px;}
footer .left{text-align:right;}
footer .left .phone{padding-bottom:10px;}
footer .btnSty{text-align: right;}
}
@media (max-width:1000px){
footer{padding-top:10px;margin-top:50px;}
footer .right{padding-top:20px;}
footer .ewm{max-width:100px;}
footer .left{text-align:center;}
footer .btnSty{text-align: center;}

}
footer{background:url(../image/foot-bg.jpg) no-repeat center;background-size:cover;color:#fff;line-height:1.8;}
footer a{color:#fff;}
footer .right img{max-width:130px;max-height:130px;}
.footnav .title,footer .left .title{font-size: 18px;padding-bottom:2px;color:#fff;}
.footnav li a{color: rgb(236, 245, 236);}
.footnav li a::before{content:"-";padding-right: 2px;}
.footnav li a:hover{color:#fff;text-decoration:underline;}
.footnav li:not(:nth-child(-n+6)){display:none;}
footer .btnSty{margin-top:20px;}
footer .btnSty a{width: 150px;height: 36px;line-height: 36px;display:inline-block;text-align: center;background-color: #6aa84f;color: #fff;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
footer .btnSty a:hover{background-color: #1b99e9;}


/*PC端置顶*/
#ToTop {position: fixed;bottom: 100px;right: 20px;width: 48px;height: 48px;text-indent: -999em;z-index: 20000;background: url(../image/bt1.png) no-repeat center; }
#ToTop:hover {width: 48px;height: 48px;background: url(../image/bt1.png) no-repeat center;opacity:0.1;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}
@media (max-width: 1000px){
#ToTop{display:none;}
}

/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}


/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{padding-bottom:40px;}}




/*公共样式*/
@media (min-width:1000px) {
.breadcrumb{margin:20px 0;}

}
@media (max-width:1000px) {
.breadcrumb{margin:0 0 20px;}

}
.breadcrumb-line .breadcrumb{color:#5a5a5a;font-size: 14px;border-bottom: 1px solid #f4f4f4;}
.breadcrumb > li + li::before {content: "/";color: rgb(102, 102, 102);padding: 0 3px 0 0;}
.breadcrumb a{color: #999;}
.breadcrumb a:hover,.breadcrumb a:hover span{text-decoration:underline;}
.pagination > li > a, .pagination > li > span{padding: 6px 10px;}

.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}
.card3{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 66px;}
.card4{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 84px;}

.html5zoo-arrow-left-0{background:url(../image/left.png) no-repeat scroll left top!important;margin-left:30px;background-size: cover !important;}
.html5zoo-arrow-right-0{background:url(../image/left2.png) no-repeat scroll left top!important;margin-right:30px;background-size: cover !important;}

.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}

.font-size-13{font-size:13px;}


/*子栏目样式*/
.sub-nav-box .sub-nav>ul>li{text-align:center;line-height:56px;display: inline-block;}
.sub-nav-box .sub-nav>ul>li>ul{position:absolute;}
.sub-nav-box .sub-nav>ul>li>a{background-color: #f4f4f4;}
.sub-nav-box .sub-nav >ul>li.active >a,.sub-nav-box .sub-nav >ul>li:hover >a{color: #1b99e9;border-bottom: 2px solid #1b99e9;}
.sub-nav-box .sub-nav li:hover> ul{display:block;}
.sub-nav-box .sub-nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #ed8e82;}
.sub-nav-box .sub-nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav-box .sub-nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;line-height:50px} 
.sub-nav-box .sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav-box .sub-nav ul li{position:relative;}
.sub-nav-box .sub-nav ul li .arrow{display:none}
.sub-nav-box .sub-nav ul li ul{background-color:#ed8e82;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.sub-nav-box .sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.sub-bg{background-color:#f5f5f5;height: 56px;}
@media screen and (min-width:1000px){
.sub-nav-box .sub-nav>ul>li>a{padding:16px 10px;font-size:15px;}
.sub-nav-box .sub-nav>ul>li:not(:last-child){padding-right:20px;}
.contactus .sub-nav-box .sub-nav > ul > li > a{padding: 20px 118px;}
.newsnav .sub-nav-box .sub-nav > ul > li > a{padding: 20px 168px;}
}
@media screen and (max-width:1000px){
.sub-nav-box .sub-nav{padding-top:20px}
.sub-nav-box{padding-left:10px;padding-right:10px;}
.sub-nav-box .sub-nav>ul>li{margin-right: 10px;}
.sub-nav-box .sub-nav>ul>li>a{width: 100%;height: 34px;display: inline-block;font-size: 13px;overflow: hidden;}
.sub-nav-box .sub-nav ul li{width:46%;line-height: 34px;}
.sub-nav-box .sub-nav ul li ul li,.sub-nav-box .sub-nav ul li ul::before{display:none;}
}





/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);}


/*分页公共样式*/
@media(min-width:1000px) {
.same-padding{padding-top:80px;}
.mapadd h6{padding:20px 0;}
}
@media (max-width:1000px) {
.same-padding{padding-top:30px;}
.mapadd h6{padding:10px 0;}
}
.mapadd p{color:#6f6f6f;}

/*产品公共样式*/
.account{background-color: #f5f5f5;border: 1px solid #e5e5e5;height: 4px; margin-bottom: 40px;}




/*分页-图片中心*/
@media(min-width:1000px) {
.waterfall .boxs .title{font-size: 16px;}
}
@media (max-width:1000px) {
}
.waterfall .boxs{overflow: hidden;}
.waterfall .boxs img{transition: all 0.3s}
.waterfall .item:hover img {transform: scale(1.05);}
.waterfall .boxs .title{color: #5a5a5a;margin: 10px 0 0;text-align:center;}


/*分页-新闻中心-图片*/
@media(min-width:1000px) {
.img-list li{margin-bottom:30px;}
.img-list .boxs{padding:0 20px 40px;}
.img-list .title{padding-top:24px;font-size:18px;}
.img-list i{margin:14px auto;}
}
@media(max-width:1000px){
.img-list li{margin-bottom:20px;padding-left:10px;padding-right:10px;}
.img-list .title{padding-top:10px;font-size:16px;}
.img-list i{margin:8px auto;}
.img-list .boxs{padding:0 10px 20px;}
}
.img-list .boxs{background-color:#f5f5f5;}
.img-list i{display:inline-block;background-color:#0b8bd9;height:2px;width:30px;}
.img-list a:hover .title{color:#0b8bd9;}
.img-list li img{width:100%!important;}


/*分页-新闻中心-例表*/
.news-list .row{border-bottom: 1px dotted #dbd4cd;overflow: hidden;}
.news-list .row .title{transition: all .5s ease;}
.news-list .row .date{background: #eee;text-align: center;color: #666;transition: all .1s ease;}
.news-list .row .date li:first-child{font-weight: bold;}
.news-list .row .title p{padding-top: 2px;color: #959595;line-height:22px;}


.newstitle{padding-bottom: 10px;}
.newstitle p{text-align:center;font-size: 16px;color: #434343;font-weight: bold;}
@media(min-width:1000px) {
.news-list .row{margin-bottom: 30px;padding-bottom: 30px;}
.news-list .row .date{width: 80px;height: 80px;}
.news-list .row .title a{font-size:20px;}
.news-list .title .time{font-size:15px;}
.news-list .row .date li:first-child{font-size: 30px;line-height:46px;}
}
@media(max-width:1000px) {
.news-list .row{margin-bottom: 10px;padding-bottom: 10px;}
.news-list .row .date{width: 60px;height: 60px;}
.news-list .row .date li:first-child{font-size: 24px;height: 38px;line-height: 38px;}
.news-list .row .date li:last-child{font-size: 13px;}
.news-list .row{padding: 10px 0 24px;}

}



/*首页公共样式*/
@media (min-width:1000px) {
.introduction-bg{padding-bottom: 40px;}
.home-headline{margin:80px 0 60px;}
.home-headline i{margin:10px auto;}
}
@media (max-width:1000px) {
.home-headline{margin:30px 0;}
.home-headline i{margin:10px auto;}

}
.home-headline{text-align:center;}
.home-headline i{background-color:#0b8bd9;height:2px;width:30px;display:block;}
.home-headline .title{color:#1269a4;font-weight:bold;font-size:22px;}

/*banner更多*/
.font3Moew a{display:inline-block;color:#fff;border-radius:20px;transition:0.3s linear;}
.font3Moew a.more1{background-color:#4caf50;}
.font3Moew a.more2{background-color:#42a4e8;}
.font3Moew a.more1:hover{background-color:#367136;}
.font3Moew a.more2:hover{background-color:#076aae;}
@media(min-width:992px){
.font3Moew a{padding:10px 50px;margin-right:10px;}
}
@media(max-width:992px){
.font3Moew a{padding:10px 30px;}
}
@media(max-width:468px){
.font3Moew a{padding:4px 6px;font-size:12px;}
}


/*首页-数字滚动*/
.years-box {background:#f6f6f6;}
.years-box li{text-align:center;transition:0.3s linear;}
.years-box li .title{position: relative;display: inline-block;}
.years-box li .title .animateNum{color: #1269a4;}
.years-box li .title::after{display:inline-block;color: #1269a4;}
.years-box li:first-child .title::after{content:"年";}
.years-box li:nth-child(2) .title::after{content:"+";}
.years-box li:nth-child(3) .title::after{content:"+";}
.years-box li:nth-child(4) .title::after{content:"%";}
.years-box li p{color: #666;}
.years-box li:hover{background-color:#fff;}
@media (min-width:1000px){
.years-box .row{margin-left: 0;margin-right: 0;}
.years-box li{padding: 20px 0 30px;}
.years-box li:first-child{border-left: 1px solid rgba(68, 68, 68, 0.07);border-right: 1px solid rgba(68, 68, 68, 0.07);}
.years-box li:nth-child(2){border-right: 1px solid rgba(68, 68, 68, 0.07);}
.years-box li:last-child{border-left: 1px solid rgba(68, 68, 68, 0.07);border-right: 1px solid rgba(68, 68, 68, 0.07);}

.years-box li .title{font-size: 34px;}
.years-box li .title::after{position:absolute;right: -22px;bottom: 8px;font-size:22px;}
.years-box li p{font-size: 16px;}
}
@media (max-width:999px) and (min-width:415px){ 
.years-box{padding:60px 0;}
.years-box li .title{font-size: 40px;}
.years-box li .title::after{position:absolute;right: -20px;bottom: 10px;font-size:14px;}
.years-box li p{font-size: 16px;}
}
@media (max-width:414px){   
.years-box{padding:30px 0;}
.years-box li{padding-left: 0;padding-right: 0;}
.years-box li .title{font-size: 20px;}
.years-box li .title::after{position:absolute;right: -14px;bottom: 6px;font-size:10px;font-weight:normal;}
.years-box li p{font-size: 10px;}
}
/*首页-核心业务*/
.product-boxhome li{text-align: center;padding-bottom:30px;}/*产品*/
.product-boxhome li .title{line-height:1.5;padding:14px 10px;text-align: left;}
.product-boxhome li .introduct{font-size:12px;padding: 0 10px 10px;}
.product-boxhome li .price{font-size: 16px;color: #d5a353;font-weight: bold;padding-bottom:6px;}
.product-boxhome .circle-box{background-color:#eee;}
.product-boxhome li a:hover.top{color: #fff;}

.corebusiness .font3Moew a{border-radius: 0;}
.corebusiness .font3Moew a.more2{background-color: #e1e1e1;color: #000;}
.corebusiness .font3Moew a.more2:hover{background-color:#4caf50;color:#fff;}
.corebusiness .font3Moew a.more3{color: #1269a4;border: 1px solid #ccc;}
.corebusiness .font3Moew a.more3:hover{cursor:inherit;}
@media (min-width:1000px){
.product-boxhome li .title{font-size: 16px;transition:0.2s linear;text-align: center;}
.show{ position:relative;}/*鼠标触发下拉遮罩样式*/
.show img{display:block;width:100%;}
.show .mask{width:100%;height:0;background:rgba(3, 3, 3, 0.5);position:absolute;bottom:0;
    left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction: column; }
.show:hover .mask{height:100%;}
.show .mask img{max-width:45px;max-height:45px;}
.product-boxhome li .introduct{display:none;}
.product-boxhome li a:hover.title{background-color:#1b99e9;color:#fff;}
.product-boxhome li a:hover.title .fa{color:#fff;}

.corebusiness .font3Moew{margin-top: 30px;}
.corebusiness .font3Moew a.more3{padding: 10px;}
}
@media (max-width:1000px){
.show .mask{display:none;}
.product-boxhome li{padding-left:10px;padding-right:10px;}
.product-boxhome .fa{display:none;}
}


/*首页-综合服务*/
@media(min-width:1000px) {
.integrated-bg{padding:60px 0 0;margin-top:80px;height: 480px;}
.integrated-bg .yesx{padding:0 16px;}
.integrated-bg .yesx p{font-size:18px;padding-left: 10px;position: relative;top: 2px;}
.integrated-bg .home-headline2 .title{font-size: 28px;padding-bottom:18px;}
.integrated-bg .font3Moew a{padding: 10px 30px;}

.integrated-bg .font3Moew{margin-top: 50px;}

.aboutHome{margin-top:50px;}
.aboutHome .wp-new_video_content{width: 599px; height: 398px;background-color: rgb(255, 255, 255);}
.aboutHome .wp-new_video_content iframe{width: 599px; height: 398px;}
.aboutHome .right{padding-left: 0;}
.aboutHome .left{padding-right: 0;}
.aboutHome .left .boxs{padding:40px;height: 398px;}
.aboutHome .home-headline{text-align: left;margin: 0;}
.aboutHome .home-headline .title{color: #076aae;font-weight: inherit;}
.aboutHome .home-headline i{margin: 16px 0;}
.aboutHome .text-gray{line-height: 1.8;font-size: 16px;}
.aboutHome .font3Moew2 {margin-top: 30px;}
}
@media(max-width:1000px) {
.integrated-bg{padding:30px 0;margin-top:30px;}
.integrated-bg .yesx p{padding:0 4px;}
.integrated-bg .home-headline2 .title{font-size: 20px;padding-bottom:10px;}

.integrated-bg .font3Moew{margin-top: 20px;}
.aboutHome{margin-top:30px;}
.aboutHome .home-headline{margin: 10px 0;}
.aboutHome .wp-new_video_content{width: 100%; height: 150px;}
.aboutHome .wp-new_video_content .iframe{width: 100%; height: 150px;}
.aboutHome .right{text-align: center;margin-top:20px;}
.aboutHome .left .boxs{padding:20px 10px;}
.aboutHome .font3Moew2 {text-align:center;}

}

.integrated-bg{background:url(../image/about-bg1.jpg) no-repeat center;background-size:cover;}

.integrated-bg .yesx img{max-height: 20px;}
.integrated-bg .yesx p{color:#fff;}
.integrated-bg .home-headline2 {text-align:center;}
.integrated-bg .home-headline2 .title{font-weight: bold;color: #fff;}

.integrated-bg .font3Moew a{background-color:#1b99e9;}
.integrated-bg .font3Moe    w a:hover{background-color:#fff;color:#000;}

.aboutHome .wp-new_video_content{overflow: hidden; border-color: transparent; border-width: 0px;border-style: solid; padding: 0px; }
.aboutHome .left .boxs{background-color: rgba(255, 255, 255, 0.7);}
.aboutHome .font3Moew2 a{border-radius: 0;}
.aboutHome .font3Moew2 a.more1{background-color: transparent;color: #076aae;border: 1px solid #ccc;}
.aboutHome .font3Moew2 a.more1:hover{background-color:#076aae;color:#fff;}
.aboutHome .font3Moew2 a.more3{background-color: transparent;color: #1269a4;border: 1px solid #ccc;}
.aboutHome .font3Moew2 a.more3:hover{cursor:inherit;}

/*首页-我们的公司*/
@media(min-width:1000px) {
.Us-bg{padding:100px 0 60px;}
.Us-bg .boxs{padding:60px 40px;margin-top:40px;}
.Us-bg .boxs h5{padding:40px 0 16px;}
}

@media(max-width:1000px) {
.Us-bg .boxs{padding:20px;margin-top:20px;}
.Us-bg .boxs h5{padding:10px 0;}

}
.Us-bg{background:#f2f2f2 url(../image/about-bg2.png) no-repeat center;background-size:cover;}
.Us-bg .boxs{border:1px solid #ccc;}
.Us-bg .boxs h5{color:#666;}
.Us-bg .boxs p{color:#777;}
.Us-bg .boxs:hover{border-color:#1b99e9;}

/*首页-产品中心*/
@media(min-width:1000px) {
.homeSubNav{margin:-16px 0 60px;}
.homeSubNav li a{padding:14px 40px;margin:0 4px;}
}
@media(max-width:1000px) {
.homeSubNav{margin:20px 0; overflow: hidden;}
.homeSubNav li{width:47%;float:left;margin:0 4px 4px;}
.homeSubNav li a{padding:4px 0;display: block;}
}
.homeSubNav{text-align:center;}
.homeSubNav li{display:inline-block;}
.homeSubNav li a{background-color:#e6f0f6;}
.homeSubNav li a:hover{background-color:#1b99e9;color:#fff;}
.homeSubNav li:first-child a{background-color:#1b99e9;color:#fff;}


/*首页-示范工程*/
@media(min-width:1000px) {
.demonstration-bg .home-headline{margin: 50px 0;}
.demonstration-bg{padding:0px 0 40px;margin-top:40px;}
.demonstration-bg .Imgbox p{font-size:22px;}
.demonstration-bg .Imgbox .right li{margin-bottom:30px;}
.demonstration-bg .Imgbox .left img{height:660px;width:100%;}
.demonstration-bg .Imgbox .right img{height:316px !important;width:100% !important;}

}
@media(max-width:1000px) {
.huoban-list .col-md-3{padding-left:10px;padding-right:10px;}
.demonstration-bg{padding:0px 0 20px;margin-top:20px;}
.demonstration-bg .Imgbox .right li{padding-left:10px;padding-right:10px;}
.demonstration-bg .Imgbox p{font-size:16px;text-align:center;padding-top:10px;}
.demonstration-bg .show .mask{display:block;}
}

.demonstration-bg .Imgbox a:hover{color:#fff;}
.demonstration-bg .Imgbox .show .mask{top: 0;}

/*首页-新闻中心*/
.display-block{display:block;}
.display-none{display:none;}
.tabbox{position: relative;}
.tabbox .tab-title{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.tabbox .tab-title ul li{display:inline-block;cursor: pointer;background-color: #e6f0f6;}
.tabbox .tab-title ul li.select{background-color: #1b99e9;color: #fff;}
.tabbox .tab-title ul li.select a {color: #fff;}
.tabbox .tab-content{margin-top: 20px;}
.tabbox .tab-content img{width:100%;}
.tabbox .tab-content .tab-more{position: absolute;right: 10px;top: 10px;}
.tabbox .tab-content .tab-more a{display: inline-block;padding: 10px 15px;color: #666;transition:0.3s linear;}
.tabbox .tab-content .tab-more a:hover{background-color:#1b99e9;color:#fff;}
.newsHome .left .tabbox .tab-title ul li.select{background-color: transparent;color: #000;}
@media(min-width:1000px) {
.tabbox .tab-title ul li{padding: 13px 40px;font-size: 16px;}
.newsHome{margin-top:60px;margin-bottom:-20px;}
.newsHome .left .tabbox .tab-title ul li{padding: 10px 0;}
.tabbox .tab-content img{height: 120px;}
}

@media(max-width:1000px) {
.tabbox .tab-title ul li{padding: 10px;}
.tabbox .tab-content .tab-more{font-size:13px;}
.newsHome{margin-top:20px;margin-bottom:-40px;}
}
.huoban-list .item a{box-shadow: 0 15px 15px #f2f2f2;}
.huoban-list .item .title{margin: 20px 0px 0px 0;color: #666;}
.huoban-list .item .image{overflow:hidden;}
.huoban-list .item .intro{padding: 14px 20px 20px;color: #999;font-size: 13px;line-height: 24px;}
.huoban-list .item .more{margin: 0 20px 23px;text-align: right;overflow: hidden;height:18px;position:relative;}
.huoban-list .item .more i:nth-child(1){width: 18px;height: 18px;background: #014099;text-align: center;border-radius: 50%;line-height: 18px;color: #fff;display:block;transition:all .5s;position:absolute;top:-25px;right:0;}
.huoban-list .item .more i:nth-child(2){width: 18px;height: 18px;background: #999;text-align: center;border-radius: 50%;line-height: 18px;color: #fff;display:block;transition:all .5s;position:absolute;top:0;right:0;}
.huoban-list .item a:hover .more i:nth-child(1){top:0;}
.huoban-list .item a:hover .more i:nth-child(2){top:25px;}
.proBread{background: #f8f8f8;line-height:40px;}
.proBread .breadcrumb{margin:0;padding:0;}
.proBread .more{position: absolute;right: 0;color: #666;}
.proBread .more i{font-size: 12px;margin-left: 5px;}
.pro-images-box{background:url(../image/jia-bg2.jpg) no-repeat;padding: 25px 0;background-size: cover;}
.pro-images-box .left-pro-message{background: rgba(255,255,255,.4);}
.pro-images-box .left-pro-message p{background:url(../image/jia-star.png) no-repeat 0 7px;line-height: 30px;color: #666;font-size: 13px;padding-left: 22px;}
.pro-images-box .mySwiper{overflow:hidden;padding-bottom: 21px;}
.pro-images-box .mySwiper .swiper-slide{text-align:center;}
.pro-images-box .mySwiper .swiper-pagination{bottom:0;}
.pro-images-box .mySwiper .swiper-pagination .swiper-pagination-bullet{opacity:1;background:#fff;}
.pro-images-box .mySwiper .swiper-pagination .swiper-pagination-bullet-active{background:#003399;}
.pro-text-box{background:url(../image/jia-bg1.jpg) no-repeat;}
.pro-text-box .box{text-align:center;}
.pro-text-box .box a.active{background:#fff;color: #666;}
.pro-images-box .left-pro-message .title{color:#666;}
.pro-content-bg{background:#fff;}
.pro-content-bg1{background:#fafafa}

@media(min-width:1000px) {
.pro-images-box .left{padding-right:0}
.pro-images-box .right{padding-left:0}
.pro-images-box .left-pro-message .title{margin-bottom: 40px;font-size: 36px;}
.pro-images-box .left-pro-message{padding: 60px;}
.pro-content-bg .box,.pro-content-bg1 .box{padding: 40px 30px;}
.pro-content-bg .box .title,.pro-content-bg1 .box .title{margin-bottom: 40px;font-size: 30px;line-height: 30px;}
.pro-text-box .box a{display: inline-block;margin: 50px 3px 0;width: 200px;height: 70px;line-height: 70px;background: #333;color: #fff;font-size: 14px;}
.pro-content-box{margin-bottom:-70px}
.huoban-list .item .image img{margin:auto;}
.huoban-list .row .item a{transition:all .5s;}
.huoban-list .row .item a:hover{transform: translate(0,-10px);}
}

@media(max-width:1000px) {
.pro-images-box .left-pro-message{padding: 20px;margin-bottom: 20px;}
.pro-text-box .box a{display: inline-block;margin: 25px 3px 0;width: 80px;height: 40px;line-height: 40px;background: #333;color: #fff;font-size: 14px;}
.pro-content-bg .box,.pro-content-bg1 .box{padding: 20px 15px;}
.pro-content-bg .box .title,.pro-content-bg1 .box .title{margin-bottom: 10px;font-size: 20px;line-height: 40px;}
.pro-content-box{margin-bottom:-50px}

}

.news-list2 li.tw{border-bottom: 1px dashed #eee;margin-bottom: 14px;padding-bottom: 20px;}
.news-list2 li.tw .content > a{display:block;line-height:30px;font-size: 18px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list2 li.tw .content > span{color: #7D7D7D;font-size: 13px;}
.news-list2 li.tw .content .details > p{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 40px;margin-top: 2px;}
.news-list2 li.tw .content .details a{color: #1269a4;padding-top: 6px;display: block;}

.news-list2 .item{font-size:14px;line-height: 2.6;position: relative;right: 0;border-bottom: 1px dashed #ccc;}
.news-list2 .item .date{color: #9F9F9F;position: absolute;right: 0px;top: 0px;}
.news-list2 .item .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-list2 .item .title a{font-size:14px;color: #666;line-height: 2;}


.home-answer{margin-top:10px;}
.home-answer li{position: relative;padding-right: 100px;line-height:4.07;border-bottom: 1px dashed #ccc;}
.home-answer li a{color:#666;}
.home-answer li .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.home-answer li .date{position: absolute;right: 0px;top: 0px;color: #929292;font-size: 13px;}
			.html5zoo-arrow-left-0 {
				background: url() no-repeat scroll left top !important;
				margin-left: 30px;
				background-size: cover !important;
			}

			.html5zoo-arrow-right-0 {
				background: url() no-repeat scroll left top !important;
				margin-right: 30px;
				background-size: cover !important;
			}


			.banners {
				display: flex;
				justify-content: center;
				align-items: center;
				margin-top: 160px;
			}

			.pics_wrap .font-box {
				width: calc(100% - 140px);
				height: calc(100% - 100px);
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				color: #fff;
			}

			.pics_wrap .font-box .container {
				height: 100%;
				display: flex;
				justify-content: left;
				align-items: center;
			}

			.pics_wrap .font-box .font1 {
				font-weight: bold;
				color: #076aae;
			}

			.pics_wrap .font-box .font2 {
				color: #575757;
				display: inline-block;
			}

			@media(min-width:992px) {
				.pics_wrap .font-box .font1 {
					font-size: 70px;
				}

				.pics_wrap .font-box .font2 {
					font-size: 20px;
					margin: 10px 0 40px;
					padding: 5px 0px;
				}
			}

			@media(max-width:992px) {
				.pics_wrap .font-box .font1 {
					font-size: 40px;
					
					
					
					
				}

				.pics_wrap .font-box .font2 {
					font-size: 16px;
					margin: 10px 0 20px;
					padding: 4px 16px;
				}
					
					.banners {
						display: flex;
						justify-content: center;
						align-items: center;
						margin-top: 0px;
					}
					
			}

			@media(max-width:468px) {
				.pics_wrap .font-box {
					width: 100%;
				}

				.pics_wrap .font-box .font1 {
					font-size: 18px;
					margin-bottom: 10px;
				}

				.pics_wrap .font-box .font2 {
					display: none;
				}

				.pics_wrap .html5zoo-nav-0 {
					display: none !important;
				}

			}
			/* 首行缩进2 */
			.sj{  text-indent: 2em;}
			
			.pagination {
			    display: inline-block;
			    padding-left: 0;
			    margin: 20px 0;
			    border-radius: 4px;
			}
			
			.pagination a {
			    padding: 5px 7px;
			    border: #8c8c8c 1px solid;
			}
			
			.pagination>b {
			    border: #8c8c8c 1px solid;
			    padding: 5px 7px;
			}
			.pub-contact{margin-top:60px ;}
			
			.pub-contact .container {
			    display: flex;
			    justify-content: space-between;
			    align-items: center;
			}
			
			
			
			
			
			.pub-contact p {
			    margin-top: 10px;
			    color: #999;
			}
			
			.pub-contact form {
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: space-between;
			}
			
			.pub-contact .input {
			    width: 48%;
			    margin: 10px 0;
			    border-bottom: 1px solid #ddd;
			}
			
			.pub-contact .textarea {
			    width: 100%;
			}
			
			.pub-contact .sub {
			    display: flex;
			    justify-content: right;
			    width: 100%;
			}
			
			.pub-contact input {
			    border: none;
			    outline: none;
			    line-height: 24px;
			    width: 100%;
			    font-family: inherit;
			    line-height: 1.2em;
			    resize: none;
			}
			
			.pub-contact textarea {
			    border: none;
			    outline: none;
			    line-height: 24px;
			    width: 100%;
			    font-family: inherit;
			    line-height: 1.2em;
			    resize: none;
			}
			
			.pub-contact .textarea {
			    border-bottom: 1px solid #ddd;
			    margin: 10px 0;
			}
			
			.pub-contact input[type=submit] {
			
			    height: 40px;
			    line-height: 40px;
			    border-radius: 3px;
			    color: #fff;
			    background: #0977d4;
			    cursor: pointer;
			    transition: all, .2s;
			    margin-top: 20px;
			}
			.pub-contact .left {
			  
			   padding-left: 100px;
			}
			.pub-contact .right {
			   line-height: 25px;
			   padding-left: 100px;
			}
			.pub-contact .right h2 {
			  padding-left: 14px;
			}
			.pub-contact .right ul {
			   margin-top : 20px;
			  
			   line-height: 30px;
		
			}
			.pub-contact .right ul li b{
			   font-size: 16px;
					margin-bottom: 15px;
			}
			
			.juli{margin-top: 160px;}
			
			.container .chanp{line-height: 36px;padding: 40px 80px;}
			
			.cpjl{margin-left: 200px;}
			
		
		@media(max-width:992px) {
				.pub-contact .left {
				   padding-left: 0px;
				  
				}
				.pub-contact .right {
				  
				   padding-left: 0px;
				}
					.juli{margin-top: 0px;}
					
				.cpjl{margin-left: 0px;}
			}
			
		
	