﻿/*网站公共样式*/
.container{max-width:1200px;}
.info-content{line-height:2;min-height:200px;}
.artview_info{font-size:12px;color:#868686;font-weight:normal;text-decoration:none;line-height:22px;background:#F5F5F5;border-style:solid solid solid solid;border-color:#E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;border-width:1px 1px 1px 1px;padding:10px;}
.info-content img{max-width:100%;}
a{color:#333;text-decoration:none;}
a:hover{color:#1e50ae;}
.text-lineThrough{text-decoration:line-through;}
.text-orange{color:#f79901;}
.bg-gray{background:#f6f6f6;}
.text-blue{color:rgb(1,61,131);}
.text-red{color:#e12341;}
.text-overflow{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-overflow-lines2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:26px;height:52px;}
.display-flex-compat{display:-moz-box;/* Firefox */display:-ms-flexbox;/* IE10 */display:-webkit-box;/* Safari */display:-webkit-flex;/* Chrome,WebKit */display:flex;}
/*遮罩层*/
.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;}
/*动画*/
.transition-ease{transition:all 0.3s ease;}
.transform-scale:hover{transform:scale(1.1,1.1)}
/*字体*/
.font-size-p24m20{font-size:24px;}
.font-size-p20m18{font-size:20px;}
.font-size-p18m16{font-size:18px;}
.font-size-p16m14{font-size:16px;}
@media(max-width:768px){.info-content{line-height:2;padding:20px 0px;}
.padding-top-60,.padding-top-50{padding-top:30px;}
.margin-top-60{margin-top:30px;}
.padding-bottom-60{padding-bottom:30px;}
.col-sm-12,.col-sm-3,.col-sm-4,.col-xs-12,.col-xs-6,.col-xs-5,.col-sm-8,.col-xs-7{padding-left:5px;padding-right:5px;}
.row{margin-left:-5px;margin-right:-5px;}
/*字体*/
.font-size-p20m18{font-size:18px;}
.font-size-p18m16{font-size:16px;}
.font-size-p24m20{font-size:20px;}
.font-size-p16m14{font-size:14px;}
}
/*顶部样式*/
.header{position:relative;}
.header .logo{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;align-items:center;}
/*搜索*/
.ss-content{height:120px;display:flex;align-items:center;}
.ss-box{position:relative;margin:auto;width:380px;padding-right:60px;height:38px;margin-right:20px;display:inline-block;}
.ss-box .s-input{width:310px;outline:none;border:none;line-height:34px;background-color:transparent;padding-left:24px;border:1px solid #298997;position:relative;}
.ss-box .icon-serach{position:absolute;top:12px;left:6px;color:#999;}
.ss-box .s-btn{position:absolute;right:0;top:0;width:50px;height:38px;color:#fff;background:#298997;cursor:pointer;line-height:38px;outline:none;border:none;border-radius:6px;}
/*主菜单*/
@media (min-width:992px) /*pc端*/
{
.pic-adds{margin-bottom: -40px;}
.addwenrui{height:90px;}
.addcase .col-box a img{ width: 100% !important;max-height: 278px;}
.addfeed{padding-top: 40px;}
/*顶部*/
.topbar{background-color:rgb(249,249,249);border-bottom:1px solid #eee;line-height:36px;}
.topbar{line-height:36px;height: 41px;}
.topbar .bdshare-button-style0-16 a,.topbar .bdshare-button-style0-16 .bds_more{float:left;margin:12px 6px 0 0;}
.phonebox{display:flex;justify-content:flex-start;align-items:center;height:70px;padding-left: 20px;}
.phonebox img{width:45px;height:45px;margin-right:12px;}
.phonebox .fuwu{font-size:14px;/*color:rgb(153,153,153);*/color: #fff;}
.phonebox .num{font-size:22px;color: #fff;}
.logobox{display:flex;flex-direction:row;justify-content:center;align-items:center;}
.logobox{height:70px;}
.logobox img{width:auto;height:50px;}
.header{z-index:2;}
.header .logo{justify-content:center;height:70px;}
.header .nav-toggle{display:none}

.nav{padding-top:10px}
.nav>ul>li{float:left;text-align:center;line-height:48px;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{color:#fff;font-size:16px;padding: 40px 20px;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{font-weight: bold;}
.nav li:hover> ul{display:block;}
.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 rgba(0,0,0,.7);}
.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;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(255, 255, 255, 0.37);}

.nav ul li{position:relative;}      
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:rgb(0, 0, 0);display:none;position:absolute;left:-18%;z-index:2;width:150px;top: 122%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.footer .flexbox .item{padding-right: 30px;font-size: 13px;}

 .headeradd{position: sticky;top: 0;left: 0;background-color: rgb(83, 132, 222);}
.header.header-small{background-color: rgba(0,0,0,.7) !important;z-index: 99;}
.headeradd .phonebox .fa{width: 40px;height: 40px;line-height: 40px;font-size: 36px;font-weight: bold;color: #fff;}
footer{margin-top: 60px;}

}
@media(max-width:1200px){.topbar{display:none;}
.phonebox{display:none;}


}
@media (max-width:992px) /*手机端*/
{/*顶部*/
.pic-add{margin-bottom:20px;}
.addwenrui{display:none;}
.headeradd{position: absolute !important;}
body{padding-top:50px;}
.header .fontbox{display:none;}
.header{background:#000;box-shadow:3px 3px 6px rgba(0,0,0,.1);position:fixed;top:0;left:0;width:100%;z-index:9;}
.header .logobox{height:50px;justify-content:flex-start;align-items:center;display:flex;}
.header .logobox img{height:42px;}
.header .productmenubox{display:none;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:28px;color:#fff;min-width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}
.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}
.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;}
.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:#444;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
}
/*子栏目样式*/
/*@media(min-width:769px){
.topColumnName{display:none;}
.sub-nav-box{display:flex;justify-content:center;min-height:82px;}
.sub-nav ul{display:flex;justify-content:center;align-items:center;flex-direction:row;min-width:740px;padding:20px;border-radius:60px;box-shadow:2px 2px 16px rgba(0,0,0,.2);position:relative;top:-40px;background:#fff;z-index:2;}
.sub-nav ul li{padding:0 14px;}
.sub-nav ul li a{text-align:center;line-height:40px;display:block;border-radius:40px;padding:0 22px;border:1px solid #ddd;font-size:16px;}
.sub-navul li a:hover,.sub-nav ul li.active a{background:#1e50ae;color:#fff;font-weight:bold;border-color:#1e50ae;}
}
@media(max-width:768px){.topColumnName{display:block;font-size:24px;color:rgb(30,80,174);padding-top:20px;padding-bottom:10px;text-align:center;font-weight:bold;}
.sub-nav{display:flex;justify-content:center;align-items:center;margin-bottom:30px;}
.sub-nav ul{overflow:hidden;text-align:center;margin:0px auto;overflow:hidden;min-width:360px;}
.sub-nav ul li{float:left;padding:0px 3px;width:50%;margin-bottom:8px;}
.sub-nav ul li a{display:block;font-size:16px;border:1px solid #ccc;height:36px;line-height:34px;text-align:center;text-overflow:ellipsis;white-space:nowrap;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#333;}
.sub-nav ul li.active a{background:#1e50ae;color:#fff;border:1px solid #1e50ae;}
.sub-nav ul li ul{display:none;}
}*/
/*公用标题*/
.pa_comm_title_2{padding:20px 0 20px 0;font-size:32px;position:relative;margin-bottom:10px;}
.pa_comm_title_2 .cn{font-size:30px;color:rgb(30,80,174);}
.pa_comm_title_2 .en{font-size:18px;color:rgb(177,177,177);text-transform:uppercase;}
.pa_comm_title_2 .title{color:rgb(51,51,51);font-size:20px;position:relative;z-index:1;}
.pa_comm_title_2 .flex-box{display:flex;justify-content:center;align-items:center;}
.pa_comm_title_2 .line{margin:0 6px;max-width:10%;width:56px;height:1px;background:#b1b1b1;}
.pa_comm_title_2 .cn{padding:5px 20px;}
@media(max-width:468px){.pa_comm_title_2 .cn{font-size:22px;}
}
/*首页>>产品中心 */
.pa_columnLink_2 ul{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;}
.pa_columnLink_2 ul li{padding:0 10px;width:140px;}
.pa_columnLink_2 ul li a{text-align:center;line-height:40px;display:block;border-radius:18px;border:1px solid #ddd;font-size:14px;color:#666;padding: 2px;}
.pa_columnLink_2 ul li a:hover{background:rgba(30,80,174,1);color:#fff;border:1px solid rgba(30,80,174,1);}
.pa_piclist_2 .item{margin-bottom:20px;box-shadow: rgba(0,0,0,0.2) 0px 2px 10px;}
.pa_piclist_2 .item .title{margin-top:10px;}
.pa_piclist_2 .mask{background:rgb(30,80,174);width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;transition:all 0.3s ease;}
.pa_piclist_2 .mask::after{content:'';background:url("../images/imagehover.png") no-repeat center center;position:absolute;top:50%;left:50%;color:#fff;width:60px;height:60px;background-size:100% 100%;margin-left:-30px;margin-top:-30px;}
.pa_piclist_2 .picbox:hover .mask{opacity:0.9;}
.pa_piclist_2 .picbox img{transition:all 0.3s ease;}
.pa_piclist_2 .picbox:hover img{transform:scale(1.1,1.1);}
@media(max-width:992px){.pa_piclist_2{/*padding:5px;*/}
.pa_piclist_2 .col-box{padding:5px;}
.pa_piclist_2 .item{margin-bottom:10px;box-shadow: rgba(0,0,0,0.2) 0px 2px 10px;}
}
.pa_more{border:1px solid #ddd;width:140px;line-height:40px;border-radius:50px;display:inline-block;text-align:center;}
/*首页>>abooutus */
.index-aboutus{position:relative;background:url("../images/about.jpg") no-repeat top center;padding-top:60px;}
.index-aboutus .pic{height:300px;}
.index-aboutus .msgbox{color:#fff;}
.index-aboutus .pa_more{color:#fff;}
.index-aboutus .flexbox{width:1030px;max-width:96%;background:#fff;margin:50px auto;display:flex;justify-content:space-between;align-items:center;height:340px;border-radius:10px;box-shadow:2px 2px 16px rgba(0,0,0,.2);}
.index-aboutus .flexbox .icon{width:56px;height:56px;}
.index-aboutus .flexbox .num{color:rgb(90,90,90);font-size:42px;}
.index-news .flexbox{display:flex;justify-content:space-between;align-items:center;background:#1e50ae;padding:20px;}
.index-news .flexbox .cn{font-size:24px;color:rgb(255,255,255);}
.index-news .flexbox .en{font-size:14px;color:#c4c4c4;}
.index-news .flexbox .more{font-size:12px;color:#fff;}
/* 能量 */
.index-energy{background:url('../images/cta-two.jpg') no-repeat center center;padding-top:120px;padding-bottom:120px;text-align:center;}
.index-energy .en{font-size:24px;color:#fff;}
.index-energy .cn{font-size:64px;color:#fff;margin:20px auto;}
.index-energy .more{width:156px;border-radius:50px;border:1px solid #fff;display:inline-block;line-height:50px;color:#fff;}
/* 案例 */
.pa_piclist_3 .item{margin-bottom:20px;}
.pa_piclist_3 .item .picbox{display:block;overflow:hidden;}
.pa_piclist_3 .item .picbox img{transition:all 0.3s ease-in-out;}
.pa_piclist_3 .item .picbox:hover img{transform:translateY(20px);}
.pa_piclist_3 .item .title{text-align:center;color:#666;margin-top:8px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media(max-width:992px){.pa_piclist_3 .item{padding-left:5px;padding-right:5px;margin-bottom:10px;}
.pa_piclist_3 .inner{padding:10px;}
}
/** 新闻资讯 */
.newslist{display:-webkit-flex;/* Safari */
 display:flex;justify-content:space-between;flex-flow:row wrap;}
.newslist .inner{border:1px solid #ddd;width:24%;padding:20px;margin-bottom:16px;}
.newslist .inner:hover{border-color:#b60005;}
.newslist .intro{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:24px;height:72px;}
.newslist .title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px;}
/* 分页》公司简介 */
.page-companyIntro .flexbox{border-right:1px solid #ddd;width:280px;display:flex;flex-flow:column wrap;align-items:center;justify-content:center;text-align:left;padding:20px 0;margin:20px 0;max-width:100%;}
.page-companyIntro .date{font-size:45px;color:rgb(238,238,238);}
.page-companyIntro .company{line-height:29.4px;font-size:21px;}
/* 分页》留言 */
.page-onlineMessage .container{}
/* 分页新闻 */


.pa_textlist_2 .hidden-mask .mask-left{width:50%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.1);transition:all 0.3s ease-in-out;}
.pa_textlist_2 .picbox{width:100%;position:relative;}
.pa_textlist_2 .hidden-mask .mask-right{width:50%;height:100%;position:absolute;right:0;top:0;background:rgba(0,0,0,.1);transition:all 0.3s ease-in-out;}
.pa_textlist_2 .hidden-mask:hover .mask-left,.pa_textlist_2 .hidden-mask:hover .mask-right{width:0%;}
.pa_textlist_2 .item{padding:20px 0px;border-bottom:1px dashed #ddd;}
.pa_textlist_2 .picbox img{width:100%;}
.pa_textlist_2 .picbox:hover img{transform:scale(1.1,1.1);}
.pa_textlist_2 .title{font-size:18px;margin-bottom:8px;}
@media(max-width:768px){
    .pa_textlist_2 .title{font-size:16px;}
}
@media(max-width:468px){
    .pa_textlist_2 .title{font-size:16px;}
    .pa_textlist_2 .introduct{display:none;}
}




 .pa_textlist_5 .item{padding:20px 0;border-bottom:1px solid #ddd;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;}
.pa_textlist_5 .title{font-size:20px;margin-bottom:4px;display:block;}
.pa_textlist_5 .introduct{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:26px;height:52px;color:#666;}
.pa_textlist_5 .date{color:#fff;text-align:center;width:66px;margin-right:15px;}
.pa_textlist_5 .content{flex:1;}
.pa_textlist_5 .date-top{background:#1e50ae;line-height:50px;color:#fff;text-align:center;font-size:26px;font-weight:bold;}
.pa_textlist_5 .date-bottom{background:#1e50ae;line-height:30px;color:#fff;text-align:center;}
/* 分页》关于我们 */
.page-contact .flex-box{display:flex;justify-content:space-around;padding:30px 0;}
.page-contact .flex-box .item{flex:1;background:#3561b3;padding:30px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;}
.page-contact .flex-box .icon{height:66px;width:50px;margin:16px 0;}
.page-contact .flex-box p{margin:8px 0;font-size:16px;}
.page-contact .flex-box .item_2{background:#2757aa;}
.page-contact .flex-box .item_3{background:#1d4ca6;}
.contact-title{display:flex;justify-content:flex-start;margin:20px 0;}
.contact-title .title{font-size:28px;line-height:140%;width:122px;}
.contact-title .en{flex:1;line-height:2.4;}
.contact-title .line{width:100%;height:1px;background:#ddd;margin-top:2px;}
/* 分页》留言 */
.bg-box{background:url("../images/5ef2713876d873790cfcfe89e26da735.jpg") no-repeat center bottom;padding:20px 0px 50px 20px;background-size:100% 150px;}
.bg-box .inner{width:452px;max-width:92%;opacity:0.87;background:rgba(30,80,174,.9);color:#fff;min-height:280px;margin:0 auto;padding:40px;}
.bg-box .cn{font-size:16px;margin-bottom:80px;}
.bg-box .en{line-height:42px;font-size:30px;margin-bottom:50px;}
/*pc置顶*/
.pcGoToTop{position:fixed;right:30px;bottom:160px;z-index:999;display:none;cursor:pointer;background:url("../images/122.png");border-radius:10px;width:80px;height:80px;text-align:center;background-size:100%;}
.pcGoToTop:hover{}
/*蓝色在线客服切换效果*/
 .online-service{position:fixed;right:0;top:30%;z-index:500}
.serviceS{width:53px;height:90px;background:url("../images/customerservice2.png") no-repeat center;position:absolute;right:0;top:55px;color:#fff;font-size:14px;text-align:center;padding-top:52px;padding-left:8px;}
.serviceH{width:190px;height:300px;background:url("../images/customerservice1.png") right center no-repeat;position:absolute;right:-240px;top:0;transition:all 0.5s ease;}
.serviceH .Lfont{float:left;width:75px;color:#fff;padding:130px 20px;text-align:center;font-size:.913rem}
.serviceH i{color:#999;}
.serviceH .Rfont{margin-left:85px;padding-top:80px;}
.serviceH .Rfont li{padding:.2rem 0;}
.online-service:hover .serviceH{right:0;}
/* 底部 */
footer{background:rgb(27,37,46);color:#999;padding-top:30px;overflow:hidden;}
footer .flexbox{display:flex;justify-content:space-evenly;align-items:center;padding:30px 0;}
footer .flexbox .item{display:flex;justify-content:flex-start;}
footer .flexbox .icon{margin-right:8px;}
footer .mobilefooter{display:none;}
footer .rights a{color:#999;}
.rights{border-top:1px solid rgb(110,110,110);padding-top:30px;}
@media(max-width:992px){footer .flexbox{flex-wrap:wrap;}
footer .flexbox .item{width:100%;justify-content:flex-start;padding:8px 0;}
.online-service{display:none;}
footer{margin-bottom:56px;}
.footer-fixed{position:fixed;left:0;bottom:0;width:100%;height:56px;color:#fff;background:#11181f;z-index:4;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.footer-fixed img{height:26px;width:24px;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-around;align-items:center;}
.footer-fixed ul li a{display:block;height:58px;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer-fixed ul li p{color:#fff;font-size:12px;}
.footer-fixed.active{transform:translateX(260px);z-index:9999;}
.pcGoToTop{display:none!important;}
}
/*响应式>>手机*/
@media(max-width:768px){.index-aboutus{background:#1a4393;margin-bottom:30px;padding-top:20px;padding-bottom:20px;}
.index-aboutus .flexbox{height:200px;}
.index-news .flexbox{padding:12px 14px;}
.index-energy{padding-top:60px;padding-bottom:60px;}
.index-energy .cn{font-size:26px;}
.page-companyIntro .flexbox{margin:20px auto;border:none;padding:0;}
.index-aboutus .pic{width:100%;height:auto;}
}
@media(max-width:468px){.pa_columnLink_2 ul li{padding:0 4px;width:50%;margin-bottom:10px;}
.pa_columnLink_2 ul li a{height: 36px;
    line-height: 34px;-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}
.pa_columnLink_2 ul li a{border: 1px solid #ccc !important;}
.index-aboutus .flexbox{text-align:center;}
.index-aboutus .flexbox .icon{width:42px;height:42px;}
.index-aboutus .flexbox .num{font-size:22px;}
.index-energy .more{line-height:40px;}
.page-contact .flex-box{flex-wrap:wrap;}
.page-contact .flex-box .item{width:100%;flex:none;}
}

.banner-container{width:100%;height:auto;position:relative;overflow:hidden;max-height:600px;}
.banner-container .swiper-slide{ position:relative; text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */
 display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.banner-container .swiper-pagination-bullet{width:14px;height:14px;}
.banner-container .swiper-slide img{transform: scale(1.2,1.2);}
.banner-container .font-box{
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}
.banner-container .font-box .container{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
   justify-content:center;
}
.banner-container .whitemask {
    position: absolute; 
    left:0;
    bottom: 0;
    width:500px;
    height:80%;
    background-image: url("../images/rBQBHVx_KCaEBjuSAAAAAGrvM8w615.png"); 
     background-size:cover;
     z-index: 2; opacity: 0.2; 
}
    .banner-container .border {
        position: absolute;
        right:300px ;
        bottom: -100px;
        width: 260px;
        height: 340px;
        border: 8px solid #ddd;
        opacity: 0.2;
        visibility: hidden;
    }


    .banner-container .swiper-slide-active .border {
        animation: bordermove 4.1s;
        -moz-animation: bordermove 4.1s; /* Firefox */
        -webkit-animation: bordermove 4.1s; /* Safari and Chrome */
        -o-animation: bordermove 4.1s; /* Opera */
    }


.banner-container .whitemask_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    background-image: url("../images/rBQBHVx_KCaEBjuSAAAAAGrvM8w615.png");
    background-size: cover;
    z-index: 2;
    opacity: 0.2;
}
    .banner-container .font-box .font1 {
        /*color: #FF9800;*/
        margin-bottom: 1.5rem;
        font-size: 40px;
        font-weight: bold;
        /*opacity: 0;*/
         opacity: 1;
        position: relative;
    }
    .banner-container .font-box .font2 {
        font-size: 20px;
        color: #fff;
        /*opacity: 0;*/
         opacity: 1;
        position: relative;
    }
   /* .banner-container .swiper-slide-active .font1, .banner-container .swiper-slide-active .font2 {
        animation: fontmove 4.1s;
        -moz-animation: fontmove 4.1s; /* Firefox */
        -webkit-animation: fontmove 4.1s; /* Safari and Chrome */
        -o-animation: fontmove 4.1s; /* Opera */
    }
.banner-container .swiper-slide-active img {
    transform: scale(1,1);
    transition: all 2.2s ease;
}*/
.banner-container .swiper-pagination-bullet-active {
    background: #f0f0f0;
}
.banner-container .swiper-slide .font1{

}
@media(max-wdith:1200px){
    .banner-container .swiper-slide-active .border {
        display: none !important;
        visibility: hidden !important;
        animation:none;
    }
}

@media(max-width:768px) {
    .banner-container .swiper-slide .font1 {
        font-size: 18px;
        margin-bottom:6px;
width: 280px;
    left: 0;
    }
    .banner-container .font-box .font2 {
        font-size: 12.5px;
left: 0;
    }
    .banner-container .swiper-slide .whitemask{
        display: none;
    }
    .banner-container .swiper-slide .whitemask_2{
        display: none;
    }
 }

@media(max-width:468px){.banner-container .swiper-pagination-bullet{width:10px;height:10px;}
.banner-container img{height:180px;width:auto;max-width:200%;}
.banner-container.swiper-container-horizontal > .swiper-pagination-bullets{bottom:4px;}
}


@keyframes bordermove {
    0% {
        left: 0px;
        visibility: hidden;
    }
    50% {
        left: 200px;
        visibility: visible;
    }
    100% {
        left: 200px;
        visibility: visible;
    }
}


@keyframes fontmove {
    0% {
        top: 140px;
        visibility: hidden;
        opacity: 0;
    }
    50% {
        top: 0px;
        visibility: visible;
        opacity: 1;
    }
    100% {
        top: 0px;
        visibility: visible;
        opacity: 1;
    }
}





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

@media (min-width:1000px) {

    .hotline-bg{padding: 60px 0 90px;}
    .hotline-bg li:first-child{font-size: 36px;}
    .hotline-bg li:nth-child(2){padding: 6px 0 30px;font-size: 21px;}
    .hotline-bg li:last-child{font-size: 18px;display: initial;}
    .hotline-bg .hotline-right span{padding: 36px 0 10px;}
    .hotline-bg .hotline-right strong{font-size: 26px;}

    .tetrameter .move1{padding-top: 20px;}
    .tetrameter .move2{padding-top: 60px;}
    .tetrameter li img{max-height: 366px;width: 100%;height: 100%;}
    .tetrameter .bottom-tetrameter{padding-top:40px;}
.tetrameter{padding:60px 0 60px;}

/*子栏目样式*/
.sub-nav-box {clear: both;position: relative;border: 4px solid #0058aa;background-color: #0058aa;}
.sub-nav-box .sub-nav-title{text-align: center;background: #0058aa;font-size: 22px;color: white;padding: 18px 0;font-weight: bold;}
.sub-nav-box .sub-nav-title .en-tit{text-transform: uppercase;font-weight: normal;font-size: 16px;color: rgb(122, 171, 248);}
.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:4px;width:100%;overflow:visible;border: 1px solid rgb(217, 217, 217);background-color: #fff;border-radius: 10px;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:center;position:relative;display:block;}
.sub-nav-box .sub-nav li a{display:block;line-height:52px;color:#fff;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";font-size:15px;margin: 0 20px;background-color: #0058aa;}
.sub-nav-box > .sub-nav > ul > li > a:hover,.sub-nav-box > .sub-nav > ul > li.active > a{background-color:#09a550;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box li .arrow{position:absolute;right:40px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;display:block;font-weight:bold;font-size:18px}
.sub-nav-box li .arrow{background:url(../images/arrow-right.png) no-repeat center;background-size: 25px;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}
.sub-nav-box > a >img{width:100%;padding-bottom:20px;}

.sub-nav-box > .sub-nav > ul{margin: 40px 0;}
.sub-nav-box > .sub-nav > ul > li > ul,.sub-nav-box > .sub-nav > ul > li > ul > li >ul {margin: 4px 0 20px;}
.sub-nav-box > .sub-nav > ul > li > ul > li > a{border-bottom:1px solid #fff;background-color: #4b72c1;}
.sub-nav-box > .sub-nav > ul > li > ul > li > ul > li > a{border-bottom:1px solid #fff;background-color: #6e93de;}  
.sub-nav-box > .sub-nav > ul > li > a{margin-bottom: 20px;padding-right: 10px;}


.sub-nav-box .sub-tel{text-align:center;padding-bottom: 30px;}
.sub-nav-box .sub-tel ul{line-height: 1.4;position: relative;top: 18px}
.sub-nav-box .sub-tel img{max-width: 52px;float: left;position: relative;left: 10px;top: 20px;}
.sub-nav-box .sub-tel li:first-child{color: #fff;font-size: 18px;}
.sub-nav-box .sub-tel li:last-child{font-size: 24px;color: rgb(9, 165, 80);}

.sub-nav-box > .sub-home > ul{margin: 70px 0;} 
.sub-nav-box > .sub-home > ul > li > a{margin-bottom: 30px;}
.topColumnName{display:none;}
.addwechat{display:flex;flex-direction:column;text-align:center;}
.addwechat img{margin:8px auto;}
.index-energy{margin-bottom: -60px;}
}

@media (max-width:1000px) {
    .hotline-bg{margin: 30px 0;padding: 40px 0 50px;}
    .hotline-bg li:first-child{font-size: 24px;}
    .hotline-bg li:nth-child(2){padding: 6px 0 20px;font-size: 17px;}
    .hotline-bg .hotline-right span{padding: 26px 0 10px;}
    .hotline-bg .hotline-right strong{font-size: 23px;}

    .tetrameter .move1,.tetrameter .move2{padding-top: 20px;}
    .tetrameter .home-title h4{font-size: 1.8rem;}
.tetrameter{padding-bottom:60px;}

.topColumnName{display:block;font-size:24px;color:rgb(30,80,174);padding-top:20px;padding-bottom:10px;text-align:center;font-weight:bold;}
.sub-nav-box{display:flex;justify-content:center;align-items:center;margin-bottom:30px;}
.sub-nav-box ul{overflow:hidden;text-align:center;margin:0px auto;overflow:hidden;min-width:308px;}
.sub-nav-box ul li{float:left;padding:0px 3px;width:50%;margin-bottom:8px;}
.sub-nav-box ul li a{display:block;font-size:16px;border:1px solid #ccc;height:36px;line-height:34px;text-align:center;text-overflow:ellipsis;white-space:nowrap;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#333;}
.sub-nav-box ul li.active a{background:#1e50ae;color:#fff;border:1px solid #1e50ae;}
.sub-nav-box ul li ul{display:none;}

.addbian .right{padding-left: 0; padding-right: 0;}
.pa_piclist_2 .item .title{padding: 0 4px 4px;}

.addwechat{display: block !important;}
.addwechat img{margin:8px 0 14px;}

.addnews .sub-nav-box ul li{width: 33.3%;}
.breadcrumb{padding: 6px 0 6px 6px;}


}

/*首页-服务热线*/
.hotline-bg{background:url(../images/hotline-bg.jpg) no-repeat center;background-size:cover;color: #fff;}
.hotline-bg li:first-child{font-weight: bold;}
.hotline-bg li:first-child > span{color: #31d953;}
.hotline-bg li:last-child{border-top: 1px solid #fff;border-bottom: 1px solid #fff;padding: 8px 0;}
.hotline-bg .hotline-right span{font-size: 18px;display: block;}
.hotline-bg .hotline-right strong{background:#09a550 url(../images/phone-nav.png) no-repeat left;background-size: 29px;padding:6px 10px 6px 46px;background-position-x:10px;}



/*首页-四则经验*/
.tetrameter .number{width: 59px;height: 74px;background-color: #085ba9;color: #fff;display: flex;justify-content: center;align-items: center;position: relative;float: left;margin-right: 16px;}
.tetrameter .number strong{font-size: 28px;margin-bottom: 10px;}
.tetrameter .number i{display: block;border-bottom: 2px solid #fff;width: 20px;position: absolute;bottom: 16px;}
.tetrameter .home-title{overflow: hidden;}
.tetrameter .home-title h4{border-bottom: 1px dashed #ccc;padding-bottom: 6px;color: #085ba9;margin-bottom: 4px;}
.tetrameter .home-title p{line-height: 2;}

.card2{text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;}



.menu-add li{display:inline-block;cursor: pointer;border: 1px solid #ddd;}
.menu-add li.select {background-color: rgba(30,80,174,1);color:#fff;}
@media (min-width:1000px){
.menu-add li{padding: 10px 10px;margin-right: 10px;margin-bottom: 40px;border-radius: 18px;}
.img-add > img{width:100%;height:190px;}
.padding-wen{padding-top:10px;margin-bottom: 40px;}

.news-boxpadd .tabct .pa_piclist_2 .picbox img{height: 270px!important;width:100%!important;}
.news-boxpadd .tab  .tab-title{margin: 4px 0 16px;}
}
@media (max-width:1000px){
.menu-add{display: flex;justify-content: center;align-items: center;flex-direction: row;flex-wrap: wrap;position: relative;left: 5px;}
.menu-add li{padding: 0 4px;margin-bottom: 10px;border-radius: 3px;width: 46%;margin-right: 10px;height: 36px;line-height: 34px;}
.padding-wen{padding-top:18px;margin-bottom: 20px;}

.news-boxpadd .tabct .pa_piclist_2 .picbox img{height: 102px!important;width:100%!important;}
.news-boxpadd .tab  .tab-title{margin: 0px 0 26px;}
}



@media (max-width:414px){
.addcase .pa_piclist_2 .picbox img{width: 100% !important;height: 102px !important;}

}

.addhuoban .banner-box ul li .pic img{height:122px !important;}