.container{
    padding-right: 12px;
    padding-left: 12px;
    height: 100%;
}
/*头部*/
.headerTop{
    background: #000;
    height: 36px;
}
.headerTop p,.headerTop a{
    color: #fff;
}
.header{
    z-index: 1997;
}
.header .container{
    height: 100px;
}
.header_on{
    top: 0;
    width: 100%;
    position: fixed!important;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header_mb{
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    display: none;
    background: #fff;
    height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.language{
    display: flex;
}
.language a{
    position: relative;
    display: block;
    margin-right: 25px;
}
.language a:last-child:after{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -25px;
    top: 0;
}
.icon-dianhua{
    font-size: 18px;
    margin: 0 10px;
}
.icon-dianhua:before{
    color: #fff;
    font-size: 24px;
}
.nav_mb{
    overflow-y: auto;
    opacity: 0;
    padding-top: 120px;
    z-index: 1997;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #fff;
    transition: all 1s ease;
    transform: translateY(-100%);
    
}
.header_active .nav_mb{
    opacity: 1;
    transform: translateY(0%);
}
.nav_mb .container{
    height: 100%;
}
.header_mb .container{
    height: 100%;
}
.logo_mb{
    z-index: 1999;
    flex: 1;
    height: 20px;
}
.logo{
    height: 50px;
    flex: 1;
}
.logo img{
    height: 100%;
}
.logo_mb img{
    height: 100%;
}
.line1{
    margin: 5px 0 5px auto;
    background: #000;
    width: 10px;
    height: 2px;
}
.line2{
    margin: 5px 0 5px auto;
    background: #000;
    width: 15px;
    height: 2px;
}
.line3{
    margin: 5px 0 5px auto;
    background: #000;
    width: 20px;
    height: 2px;
}

.header_active .menu_mb_btn div{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.navList a{
    transition: all 0.5s ease;
    border-radius:3px;
    padding: 0 30px;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.navList li{
    height: 100px;
    position: relative;
}
.navList .firstClass:last-child a{
    padding-right: 0;
}
.navList li a:hover{
    color: #a0212f;
}
.navItem .firstCol{
    color: #a0212f;
}
.navList li:hover .sub_nav{
    top: 100px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}
.sub_nav{
    z-index: 2000;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    transition: all 0.5s;
}
.sub_nav a{
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0;
    font-size: 14px;
    text-align: center;
}
.nav_mb li{
    border-bottom: 1px solid #eee;
}
.mb_nav_item a{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.nav_pc li .sub_nav a:last-child{
    border: none;
}
.menu_nav {
    border-top: 1px solid #eee;
    text-align: center;
}
.menu_nav a{
    font-size: 14px;
    display: inline-block;
}
.nav_mb a:hover{
    color: #a0212f;
}
.menu_mb_btn{
    z-index: 1999;
}
.menu_mb_btn div{
    transition: all 0.5s ease;
}

/*banner*/
.mobile{
    display: none;
}
.frontBanner{
    position: relative;
    background: #333;
}
.bannerList li{
    width: 100%;
}
.none{
    display: none;
}
.frontBanner li:last-child .bannerCon{
    display: none;
}
.frontBanner li:last-child .none{
    display: block;
}
.bannerCon{
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.bannerCon h1:after{
    display: block;
    content: "";
    margin: 30px 0 10px;
    width: 400px;
    height: 5px;
    background: #fff;
}
.bannerCon h2:before{
    display: block;
    content: "";
    width: 300px;
    height: 5px;
    background: #fff;
    margin-bottom: 20px;
}
.bannerCon h2{
    margin-bottom: 5px;
}
.bannerCon h3{
    margin-bottom: 30px;
}
.bannerCon h1,.bannerCon h2,.bannerCon h6{
    transform: uppercase;
    font-weight: bold;
}
.bannerSwitch{
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 30px;
}
.frontBanner .swiper-pagination-bullet{
    height: 7px;
    width: 7px;
    margin: 0 10px;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
}
.frontBanner .swiper-pagination-bullet:after{
    display: block;
    border-radius: 50%;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    position: absolute;
    left: -7px;
    top: -7px;
}
/*sloganbanner*/
.sloganBan h4{
    color: #fff;
    flex: 1;
}
.sloganBan h4 i{
    color: #fff;
    font-size: 24px;
}
.sloganBan{
    background: #a0212f;
    padding: 30px 0;
}

/*标题*/
.frontTit{
    padding: 70px 0 50px;
}
.frontTit h4{
    padding-left: 20px;
    border-left: 5px solid #a0212f;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.frontTit h5{
    display: inline-block;
    padding-right: 20px;
    border-right: 5px solid #a0212f;
    font-weight: bold;
    color: #999;
}
/*top背景*/
.topBG{
    background: url(../images/topbg.jpg)left top no-repeat;
}
/*首页产品*/
.proNav h5{
    transition: all 0.5s ease;
    color: #333;
}
.proNav .active{
    color: #a0212f;
}
.proNav .active span{
    color: #333;
}
.proNav li:last-child h5 span{
    display: none;
}
.proNav li:hover h5{
    color: #a0212f;
}
.proNav li:hover h5 span{
    color: #333;
}
.products li{
    width: 100%;
    padding: 0 15px;
}
.products li a{
    padding: 20px 0;
    text-align: center;
    border: 1px solid #a0212f;
    display: block;
    background: #fff;
    transition: all 0.5s ease;
}
.products li a:hover{
    box-shadow: 0px 0px 18px rgba(77,133,207,.38);
}
.products li h5{
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
}
.products li h5:after{
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    margin: 10px auto;
    background: #333;
}
.products li p{
    line-height: 1;
    color: #999;
}
.products li:hover h5{
    color: #a0212f;
}
.products .owl-prev span{
    font-size: 48px;
    color: #333;
    transition: all 0.5s ease;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0%,-50%);
}
.products .owl-next span{
    font-size: 48px;
    color: #333;
    transition: all 0.5s ease;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0%,-50%);
}
.products .owl-buttons span:hover{
    color: #a0212f;
}
.products .more{
    margin: 50px auto 0;
    display: block;
    padding: 17px 63px;
    background: #a0212f;
    border: 1px solid #a0212f;
}
.products .more:hover{
    background: #fff;
    color: #a0212f;
}
.products .more i{
    font-size: 16px;
}

/*关于我们*/
.aboutus ul{
    margin: 30px 0 50px;
}
.aboutus li a{
    display: block;
    position: relative;
}
.aboutus li .aboutCon{
    color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutus li .aboutCon h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.aboutus li .aboutCon h5{
    font-weight: bold;
}
.aboutus li .img{
    overflow: hidden;
}
.aboutus li .img img{
    transition: all 0.5s ease;
}
.aboutus li:hover .img img{
     transform: scale(1.1);
}

/*定制优势*/
.cosAd{
    background: url(../images/cosBG.jpg) center;
}
.cosAd ul{
    padding: 70px 0;
}
.cosAd li{
    color: #fff;
    text-align: center;
}
.cosAd li i{
    display: inline-block;
    padding: 0 15px 20px;
    border-bottom: 1px dashed #fff;
    font-size: 48px;
    margin-bottom: 20px;
}
.cosAd li h5{
    margin-bottom: 20px;
    font-weight: bold;
}
.cosAd li p{
    color: #fff;
}

/*服务优势*/
.serAd{
    padding-bottom: 70px;
}
.serAd .adList .active a{
    cursor: pointer;
    color: #a0212f;
}
.serAd .adList{
    padding: 20px 0;
}
.serAd .adList li{
    display: block;
    margin-bottom: 40px;
}
.serAd .adList li:last-child{
    margin-bottom: 0;
}
.serAd .adList li a{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    transition: all 0.5s ease;
}
.serAd .adList li:hover a{
    color: #a0212f;
}
.serAd .adBG .img{
    height: 100%;
    background: url(../images/seradBG.jpg) center;
}

/*联系我们*/
.contact{
    padding: 70px 0;
    background: url(../images/contactBG.jpg) center;
}
.contact h5{
    font-weight: bold;
    margin-bottom: 20px;
}
.contact h5,.contact p{
    text-align: center;
    color: #fff;
}
.contact .more{
    color: #a0212f;
    border: 1px solid #333;
    background: #fff;
    padding: 14px 38px;
    margin-left: 160px;
}
.contact .more:hover{
    background: #333;
    color: #fff;
}

/*精英品质*/
.hquality{
    padding-bottom: 70px;
}
.hquality .imgLeft{
    width: 13%;
}
.hquality .conRihgt{
    padding-left: 50px;
    width: 87%;
}
.hquality .conRihgt ul,.hquality .conRihgt li,.hquality .conRihgt .img{
    height: 100%;
}
.hquality .conRihgt .twoImg li{
    display: block;
    height: 50%;
}
.hquality .conRihgt .twoImg li:first-child{
    padding-bottom: 15px;
}
.hquality .conRihgt .twoImg li:last-child{
    padding-top: 15px;
}
.hquality .conRihgt .years{
    background: url(../images/20year.jpg) top left;
}
.hquality .conRihgt .order{
    background: url(../images/order.jpg) top right;
}
.hquality .conRihgt .price{
    background: url(../images/price.jpg) bottom right;
}
.hquality .conRihgt li{
    position: relative;
}
.hquality .conRihgt .qualityCon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hquality .conRihgt .qualityCon h4{
    font-weight: bold;
    color: #fff;
}
.hquality .conRihgt .qualityCon h4:after{
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 15px auto 20px;
}
.hquality .conRihgt .qualityCon p{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

/*首页合作伙伴*/
.partners{
    padding: 50px 0;
}
.partners li .img{
    transition: all 0.5s ease;
}
.partners li:hover .img{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

/*首页新闻*/
.newsCenter{
    padding-bottom: 70px;
    background: url(../images/newsBG.jpg) right bottom;
}
.newsCenter .frontTit h4,.newsCenter .frontTit h5{
    color: #fff;
    border-color: #333;
}
.newsCenter .newsCon li{
    transition: all 0.5s ease;
    padding: 50px 30px;
}
.newsCenter .newsCon li .titndes{
    padding-left: 30px;
}
.newsCenter .newsCon li .titndes h5{
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsCenter .newsCon li .titndes p{
    color: #fff;
}
.newsCenter .newsCon li .date{
    color: #fff;
    padding-right: 30px;
    border-right: 1px solid #fff;
}
.newsCenter .newsCon li .date h3,.newsCenter .newsCon li .date h4{
    font-weight: bold;
}
.newsCenter .newsCon li:first-child{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    background: #fff;
}
.newsCenter .newsCon li:first-child h5{
    color: #333;
}
.newsCenter .newsCon li:first-child p{
    color: #666;
}
.newsCenter .newsCon li:first-child .date{
    color: #333;
    border-color: #999;
}
.newsCenter .newsCon li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    background: #fff;
}
.newsCenter .newsCon li:hover h5{
    color: #333;
}
.newsCenter .newsCon li:hover p{
    color: #666;
}
.newsCenter .newsCon li:hover .date{
    color: #333;
    border-color: #999;
}
.newsCenter .newsBG{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    height: 100%;
    background: url(../images/news.jpg);
}

/*尾部*/
.footer{
    padding: 70px 0;
    background: url(../images/footer.jpg) bottom no-repeat;
}
.footerDivide li,.footerDivide li a{
    color: #fff;
}
.footerNav li{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
.footerNav h5:after{
    display: block;
    content: "";
    height: 1px;
    width: 50%;
    background: #fff;
    margin: 15px 0 20px;
}
.footerDivide li p{
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}
.footerShare .modsCenter{
    font-size: 16px;
}
.footerCon .img{
    margin-bottom: 15px;
}
.footerCon p{
    text-align: center;
}
.footerCon .slogan{
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footerCon .copyRights{
    margin-top: 30px;
}
.footerShare{
    text-align: right;
}
.footerShare h5{
    margin-bottom: 5px;
}
.footerShare .shareIcon .img{
    margin-left: 10px;
}
.shareIcon{
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 50%;
    margin-right: 0;
    margin-left: auto;
}
.footerShare .goTop{
    margin-top: 20px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    display: block;
}
.footerShare .wechat{
    cursor: pointer;
}
.footer .frilink{
    text-align: right;
    margin-top: 30px;
}
.footer .frilink_mb{
    display: none;
}
.footer .frilink a,.footer .frilink_mb a{
    display: inline-block;
}

/*内页导航*/
.colTit{
    color: #333;
    flex:1;
}
.nyNav{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.ibanner{
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ibanCon{
    transform: translate(-50%,-50%);
    color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    text-align: center;
}

/*封面页详情页*/
.infoPage{
    padding: 70px 0;
}
.pageContent p{
    margin-bottom: 14px;
}
.infoTit h4{
    padding-bottom: 5px;
    color: #333;
}
.infoTit{
    text-align: center;
    margin-bottom: 30px;
}
.page{
    padding: 30px 0 0;
}
.page a:hover{
    color: #bd0b07;
}
.infoDes{
    margin-bottom: 14px;
    background: #eee;
    padding: 10px 15px;
}
.infoDes span{
    color: #333;
}

/*列表页*/
.listPage{
    padding: 70px 0;
}
.listPage li{
    padding-bottom: 15px;
}


/*关于我们内页*/
.aboutText p{
    text-align: center;
}
.aboutText img{
    margin: auto;
    margin-bottom: 15px;
}
.nymilePost{
    padding: 30px 0 70px;
    text-align: center;
    margin-bottom: 70px;
}
.nymilePost li h2{
    margin-bottom: 15px;
}
.nymilePost li{
    border-right: 1px solid;
    border-color: rgba(0,0,0,0.1);
}
.nymilePost li:last-child{
    border: none;
}
.nymilePost p{
    margin-top: 5px;
}
.nyAbout{
    padding-bottom: 0!important;

}
.borderBtm{
    border-bottom: 1px solid #eee;
}
.companyP{
    overflow: hidden;
}
.companyP li{
    padding: 0 15px 70px;
    width: 25%!important;
}
.companyP li .img{
    border: 1px solid #eee;
}
.companyP li h5{
    margin-top: 30px;
    text-align: center;
}

/*产品列表页*/
.proTit h5{
    margin: 10px 0;
    color: #333;
    text-align: center;
}
.proList li{
    position: relative;
    transition: all ease 0.5s;
}
.proList li:hover .img{
    box-shadow: 0px 0px 18px rgba(77,133,207,.38);
}
.proList li .img{
    transition: all 0.5s ease;
    border: 1px solid #a0212f;
    padding: 10px;
    overflow: hidden;
}
.proList li img{
    transition: all ease 0.5s;
    margin: 0 auto;
}
.proList li:hover img{
    transform: scale(1.1);
}
.proList li .icon-icon-test{
    font-size: 30px;
    position: absolute;
    display: block;
    top: 0px;
    left: 5px;
}
.icon-icon-test:before{
    background: #fff;
}

/*产品详情页*/
.latelyView{
    padding: 70px 0;
}
.latelyView h5{
    margin-bottom: 30px;
}
.latelyList li{
    padding: 15px;
    transition: all 0.5s ease;
}
.latelyList li p{
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
}
.latelyList li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.proDtl .container{
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}
.hotPro li{
    transition: all 0.5s ease;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}
.hotPro li:hover{
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.hotPro h5{
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotPro li p{
    text-align: center;
}
.titText{
    padding-top: 10px;
    padding-left: 30px;
}
.titText h4{
    color: #666;
}
.titText p{
    margin-bottom: 0!important;
}
.proDes{
    margin-top: 10px;
}
.titText h4:after{
    display: block;
    content: "";
    margin-top: 10px;
    background: #eee;
    width: 100%;
    height: 1px;
}
.nyProtit{
    margin-bottom: 30px;
}
.titText .tel{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 20px;
    background: #a0212f;
    color: #fff;
}
.proDes p{
    color: #a0212f;
    font-size: 16px;
}

/*案例列表页*/
.caseList li .img{
    overflow: hidden;
}
.caseList li img{
    transition: all ease 0.5s;
}
.caseList li:hover img{
    transform: scale(1.1);
}

/*新闻列表页*/
.newsList li{
    width: 100%;
    transition: all 0.5s ease!important;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.newsText h5{
    color: #333;
    margin-bottom: 15px;
}
.newsText p{
    margin-bottom: 15px;
}
.newsText span{
    font-size: 16px;
}
.newsList li:hover{
    padding: 20px 15px;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}

/*联系我们内页*/
.contactList ul{
    padding-bottom: 70px;
    width: 100%;
}
.contactList ul li{
    position: relative;
    margin-bottom: 30px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.5s ease;
}
.contactList ul li:after{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 30%;
    background: #999;
    left: 0;
    top:50%;
    transform: translate(0, -50%);
    
}
.contactList ul li h1{
    font-size: 60px;
}
.contactList ul li h5{
    margin: 10px 0;
    color: #333;
}
.contactList ul li p{
    font-size: 16px;
    margin-bottom: 0;
}
.contactList ul li:first-child:after{
    display: none;
}
.contactList ul li:hover{
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}
.nyContact{
    background: url(../images/nyContact.jpg) center no-repeat;
    padding-bottom: 70px;
}
.map{
    width: 100%;
    overflow: hidden;
    border: 10px solid #eee;
}
.map p{
    margin: 0!important;
    padding: 0!important;
}
.map iframe{
    display: block;
}
/*列表页翻页按钮*/
.pagination{
    margin: 30px 0 0;
    border-radius: 3px;
}
.pagination li span, .pagination li a{
    padding: 5px 10px;
}
.pagination li{
    cursor: pointer;
}
.pagination .active a{
    background: #333;
    border-color: #333;
}
.pagination li a{
    color: #333;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff;
    background: #333;
    border-color: #333;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
/*内页右侧导航*/
.menuBox{
    position: relative;
}
.inner_menu{
    background: #fff;
}
.inner_menu .tit{
    height: 50px;
    font-size: 16px;
    background: #0c2245;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
    padding: 0!important;
    width: 100%;
}
.inner_menu ul li a{
    transition: all 0.5s ease;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    background: #a0212f;
}
.inner_menu ul li a:hover{
    background: #5374a8;
}
.nyright .contactCon,.nyright .search{
    margin-top: 30px;
}
.nyinforight .contactCon,.nyinforight .search{
    margin: 0 0 30px;
}
.nyinforight h5,.nyright h5{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotNews .img{
    padding: 0;
}
.hotnewsCon span{
    font-size: 12px;
}
.hotNews li{
    padding-bottom: 15px;
}
.hotnewsCon p{
    margin: 0;
}

/*全站搜索*/
.searchMain{
    padding: 70px 0;
}
.searchBox{
    padding-top: 15px;
}
.search form{
    padding: 0;
    height: 40px;
}
.searchKey{
    padding-left: 10px;
    width: 100%;
}
.search button{
    transition: all 0.5s ease;
    background: #fff;
    width: 50px;
    border: 1px solid #999;
}
.search button:hover{
    background: #333;
}
.search button:hover .icon-sousuo{
    color: #fff;
}
.search button .icon-sousuo{
    font-weight: bold;
    font-size: 24px;
    color: #333;
}
.search-body-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}
.search-body-title,.search-body-content{
    margin-bottom: 10px;
}

/*二维码*/
.layerWechat,.layerWechat2{
    display: none;
}