.container{max-width:1200px;}

/*网站公共样式*/
.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:#1D3B8F;}
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端*/
{
.document-flow{position: absolute;z-index: 999;right: 0;left: 0;top:2px;height: 84px;}
.header1{background:#fff;height: 80px;line-height:80px;overflow: hidden;}
.header1 .nav-toggle{display:none}
.logo img{max-width: 358px;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 12px;margin: 0 8px;border-radius: 12px}
.nav >ul>li.cur >a,.nav >ul>li:hover > a{color: #fff;background-color: #1D3B8F;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:34px;}
.header-top .float-lg-left{padding-left:5px;}


/*FOOTER*/
@media (min-width:1000px){
footer{padding-top:20px;margin-top:20px;}
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:20px;}
/*footer .right{padding-top:20px;}*/
footer .ewm{max-width:100px;}
footer .left{text-align:center;}
footer .btnSty{text-align: center;}

}
footer{background: linear-gradient( rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../images/foot-bg.jpg)no-repeat center top;background-size:cover;color:#fff;line-height:1.8;}

footer a{color:#fff;}
footer .right img{max-width:100px;max-height:100px;}
.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: #0681CE;color: #fff;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
footer .btnSty a:hover{background-color: #1D3B8F;}


/*PC端置顶*/
#ToTop {position: fixed;bottom: 100px;right: 20px;width: 48px;height: 48px;text-indent: -999em;z-index: 20000;background: url(../images/bt1.png) no-repeat center; }
#ToTop:hover {width: 48px;height: 48px;background: url(../images/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);}
.breadcrumb a{color: rgb(102, 102, 102);}
.breadcrumb a:hover,.breadcrumb a:hover span{text-decoration:underline;}
.pagination > li > a, .pagination > li > span{padding: 6px 10px;margin:0 2px}

.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(../images/left.png) no-repeat scroll left top!important;margin-left:30px;background-size: cover !important;}
.html5zoo-arrow-right-0{background:url(../images/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: #1D3B8F;border-bottom: 2px solid #1D3B8F;}
.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:30px;}
.mapadd h6{padding:20px 0;}
}
@media (max-width:1000px) {
.same-padding{padding-top:20px;}
.mapadd h6{padding:10px 0;}
}
.mapadd p{color:#6f6f6f;}

/*产品公共样式*/
.account{background-color: #f5f5f5;border: 1px solid #e5e5e5;}




/*分页-图片中心*/
@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: 15px;padding-bottom: 15px;}
.news-list .row .date{width: 80px;height: 80px;}
.news-list .row .title .lr_title_news 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:50px 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:#1D3B8F;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:#0b8bd9;}
.font3Moew a.more2{background-color:#42a4e8;}
.font3Moew a.more1:hover{background-color:#1D3B8F;}
.font3Moew a.more2:hover{background-color:#1D3B8F;}
@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: #1D3B8F;}
.years-box li .title::after{display:inline-block;color: #1D3B8F;}
.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:20px;}/*产品*/
.product-boxhome li .title{line-height:1.5;padding:14px 10px;text-align: center;}
.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;border: 1px solid #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:#1D3B8F;color:#fff;}
.corebusiness .font3Moew a.more3{color: #1D3B8F;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;}
.show{ position:relative;}/*鼠标触发下拉遮罩样式*/
.show img{display:block;width:100%;padding: 1px;}
.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:#1D3B8F;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:60px;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(../images/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:#0681CE;}
.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:#fff;}
.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: #1D3B8F;border: 1px solid #ccc;}
.aboutHome .font3Moew2 a.more3:hover{cursor:inherit;}

/*首页-我们的公司*/
@media(min-width:1000px) {
.Us-bg{padding:100px 0 40px;}
.Us-bg .boxs{padding: 35px 15px;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(../images/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:#1D3B8F;}

/*首页-产品中心*/
@media(min-width:1000px) {
.homeSubNav{margin:-16px 0 25px;}
.homeSubNav li{width:19.6%;margin-bottom:10px}
.homeSubNav li a{padding:15px 10px;margin:0;display:inline-block;width:100%;font-size:18px}
}
@media(max-width:1000px) {
.homeSubNav{margin:20px 0; overflow: hidden;}
.homeSubNav li{width:50%;float:left;margin:0 0 2px 0;}
.homeSubNav li a{padding:4px 0;display: block;width: 99%;}
}
.homeSubNav{text-align:center;}
.homeSubNav li{display:inline-block;height: 55px;}
.homeSubNav li a{background-color:#e6f0f6;}
.homeSubNav li a:hover{background-color:#1D3B8F;color:#fff;}


/*首页-示范工程*/
@media(min-width:1000px) {
.demonstration-bg .home-headline{margin: 50px 0;}
.demonstration-bg{padding:0px 0 40px;margin-top:60px;}
.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{background-color:#eee;}
.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;}
.tabbox .tab-title ul li{display:inline-block;cursor: pointer;background-color: #e6f0f6;}
.tabbox .tab-title ul li.select{background-color: #1D3B8F;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;background-color: #eee;padding: 2px 6px;color: #666;transition:0.3s linear;}
.tabbox .tab-content .tab-more a:hover{background-color:#1D3B8F;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;}
}



.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: #CF0202;padding-top: 6px;display: block;}

.news-list2 .item{font-size:13px;line-height: 2;position: relative;right: 0;}
.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: 2.4;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;}
.lr_homeSubNav {margin: 10px 0 0 0;display:none}
@media (max-width: 1000px) {
	.homeSubNav li {
		height: 35px;
	}
	.lr_br {
		display: block;
	}
	.lr_none {
		display: none!important;
	}
	.lr_text_algin .title{
		font-size: 14px;
	}
	.news-list .row .title a {
		font-size: 18px;
	}
	.lr_homeSubNav 
	{
	    display:block    
	}
	.lr_all_bg_height img
	{
	    height: 200px;
	    width: 100%;   
	}
}
@media (min-width: 1000px) 
{
    .lr_nones 
    {
        display: none!important;
    }
    
}
.lr_text_algin .title{
	text-align: center;
}
.lr_width_px {
	max-width: 655px;
	margin: 10px auto!important;
}
.lr_all_yz {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.lr_all_yz_title {
	font-size: 16px;
	line-height: 33px;
}
.lr_all_a:hover {
	color: #42a4e8;
}
.lr_all_a:focus {
	color: #fff;
}

@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 20px;}
    }
    @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;}

    }
    @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!important;}
        .pics_wrap .html5zoo-nav-0{display:none!important;}
    }
.lr_title_color a
{
    color: #1D3B8F;
    border-bottom: 2px solid #1D3B8F;    
}
.lr_title_bg a
{
    background-color: #1D3B8F!important;
    color: #fff;    
}
#mapbox {
                width: 100%;
                overflow: hidden;

            }
            @media(min-width:1000px) {
                #mapbox {
                    height: 400px;
                    margin-top: 50px;
                }
            }

            @media(max-width:1000px) {
                #mapbox {
                    height: 300px;
                    margin-top: 40px;
                }
            }@media (min-width:1000px){
.serveYou{padding:40px 0 60px;}
}
@media (max-width:1000px){
.serveYou{padding:20px 0;}

}
.pics_wrap .font-box .font2 
{
    display:inline-block;    
}
.lr_info_content p
{
    margin: 10px 0 15px 0;
    letter-spacing: 2px;
    text-indent:2em;
}
.lr_info_content p img 
{
    margin-left: -2em;
    border-radius: 8px;
}