.container{
    height: 100%;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*分割线*/
.dividingLine{
    width: 100%;
    height: 1px;
    background: #eee;
}

/*头部*/
.headerTop .headerLeft{
    flex: 1;
}
.headerTop .headerRight h3{
    font-weight: bold;
    color: #ec1a1a;
}
.headerTop .headerRight h3 i{
    font-size: 30px;
    margin-right: 10px;
}
.headerTop .headerRight h1{
    font-size: 60px;
    color: #bababa;
}
.headerTop .headerRight .icon{
    margin-left: 5px;
    width: 3em;
    height: 3em;
}
.headerTop .headerPhone{
    padding-left: 10px;
}
.headerTop .headerPhone p{
    font-size: 16px;
    color: #333;
}
.headerTop .headerPhone h4{
    font-weight: bold;
    color: #f26c17;
}
.headerTop .logo{
    height: 80px;
    padding-right: 30px;
}
.headerTop .logo h3{
    color: #333;
    font-size: 30px;
    font-weight: bold;
}
.headerTop .headerTxt{
    padding: 5px 0 5px 30px;
    border-left: 1px solid #eee;
}
.headerTop .headerTxt h4{
    color: #1d2071;
    font-weight: bold;
}
.headerTop{
    padding: 30px 0;
}
.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: rgba(255,255,255,.8);
    height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header{
    z-index: 999;
    background: #1d2071;
}
.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: 25px;
}
.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{
    width: 100%;
}
.navList ul{
    width: 100%;
}
.navList a{
    text-align: center;
    line-height: 50px;
    transition: all 0.5s ease;
    padding: 0 30px;
    display: block;
    font-size: 16px;
}
.navList li{
    padding: 15px 0;
    height: 80px;
    position: relative;
}
.navList li a:hover{
    background: #1d2071;
    color: #fff;
}
.navList li .firstCol{
    color: #fff;
}
.navItem .firstCol{
    background: #fff;
    color: #333;
}
.navList .navItem .firstCol{
    color: #1d2071;
}
.navList li:hover .sub_nav{
    top: 80px;
    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: 100px;
    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: #bd0b07;
}
.menu_mb_btn{
    z-index: 1999;
}
.menu_mb_btn div{
    transition: all 0.5s ease;
}

/*banner*/
.frontBanner{
    position: relative;
    background: #333;
}
.bannerList li{
    width: 100%;
}
.bannerCon{
    width: 100%;
    text-transform:uppercase;
    color: #fff;
    height: 100%;
    top: 0;
    position: absolute;
}
.bannerCon p{
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 2px;
}
.bannerCon h2{
    letter-spacing: 15px;
    font-weight: bold;
}
.frontBanner .swiper-pagination{
    width: 100%;
}
.frontBanner .bannerSwitch{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.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;
}

/*标题*/
.frontTit{
    padding: 70px 0 50px;
}
.frontTit h4{
    color: #333;
    font-weight: bold;
}
.frontTit h5{
    color: #1d2071;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

/*首页产品*/
.proNav{
    padding-bottom: 50px;
}
.proNav li{
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    width: auto!important;
    padding-left: 10px;
    transition: all 0.5s ease;
    position: relative;
}
.proNav li:after{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s ease;
}
.proNav .swiper-slide-thumb-active{
    color: #1d2071;
    font-size: bold;
}
.proNav .swiper-slide-thumb-active:after{
    background: #1d2071;
}
.proNav li:last-child span{
    display: none;
}
.products{
    padding-bottom: 70px;
}
.products li{
    width: 25%;
}
.products li a{
    display: block;
    position: relative;
    border: 1px solid #eee;
}
.products li a .proCon{
    padding: 30px;
    padding-bottom: 0;
}
.products li a .proCon p{
    color: #1d2071;
}
.products li a .proCon h5{
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.products li a .proCon h5:before{
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #1d2071;
    margin-bottom: 15px;
}
.products li .seeMore{
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    color: #333;
    font-weight: bold;
    transition: all 0.5s ease;
}
.products li:hover .seeMore{
    opacity: 1;
    color: #1d2071;
}

/*联系我们*/
.contact{
    padding: 140px 0;
    background: url(../images/contact.jpg) center;
}
.contact h5{
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact h4{
    display: block;
    color: #fff;
    font-weight: bold;
}
.contact .more{
    padding: 15px 60px;
    background: #1d2071;
}
.contact .more:hover{
    background: #fff;
    color: #1d2071;
}

/*首页关于我们*/
.about{
    background: url(../images/about.jpg) right no-repeat;
}
.about .flexAligncenter{
    height: 100%;
}
.about .aboutCon{
    padding: 0 50px 0 35px;
}
.about .aboutCon h4{
    z-index: 2;
    position: relative;
    margin-bottom: 70px;
}
.about .aboutCon h4:before{
    display: block;
    content: 'ABOUT US';
    z-index: -1;
    position: absolute;
    bottom: -40px;
    left: 50px;
    font-size: 60px;
    color: #fff;
     -webkit-text-stroke: 1px #1d2071;
     opacity: .5;
}
.about .aboutCon h4{
    color: #1d2071;
    font-weight: bold;
}
.about .aboutCon .more{
    color: #333;
    text-align: left;
    display: block;
    padding-top: 50px;
    font-size: 18px;
    transition: all 0.5s ease;
}
.about .aboutCon .more:hover{
    color: #1d2071;
}

/*首页流程*/
.process{
    background: url("../images/lcbg.jpg") center no-repeat;
}
.process li h2,.process li h4{
    text-align: center;
    color: #fff;
}
.process li{
    transition: all 0.5s ease;
    padding: 50px 0;
}
.process li:hover{
    background: #f26c17;
}
.process li h2{
    font-size: 48px;
}
.process li h2{
    margin-bottom: 30px;
}

/*产品优势*/
.advantages{
    padding-bottom: 70px;
}
.advantages li img{
    width: 100%;
}
.advantages li a{
    display: block;
    position: relative;
}
.advantages li .adCon{
    padding: 30px;
    position: absolute;
    bottom: 0;
}
.advantages li .adCon h5{
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.advantages li .adCon p{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.advantages li .adCon span{
    margin-right: 5px;
}
.advantages li .img{
    overflow: hidden;
}
.advantages li img{
    transition: all 0.5s ease;
}
.advantages li:hover img{
    transform: scale(1.1);
}

/*首页成功案例*/
.cases{
    padding-bottom: 40px;
}
.cases li{
    margin-bottom: 30px;
}
.cases li h5{
    color: #333;
    padding: 30px 0;
    text-align: center;
    background: #f9f9f9;
}
.cases li .img{
    overflow: hidden;
}
.cases li img{
    width: 100%;
    transition: all 0.5s ease;
}
.cases li:hover img{
    transform: scale(1.1);
}

/*首页合作伙伴*/
.partners{
    padding: 50px 0;
    background: url("../images/hzbg.jpg")center no-repeat;
}

/*首页新闻*/
.newsCenter{
    padding-bottom: 70px;
    background: #f9f9f9;
}
.newsCenter .hFlow li a{
    display: block;
    position: relative;
}
.newsCenter .hFlow li a .newsCon{
    padding: 30px;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.newsCenter .hFlow li:hover a .newsCon{
    background: #1d2071;
}
.newsCenter .hFlow li a .newsCon h5{
    font-weight: bold;
    color: #fff;
}
.newsCenter .hFlow li a .newsCon h5 span{
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
}
.newsCenter .hFlow li a .newsCon p{
    margin-top: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsCenter .cFlow li a{
    transition: all 0.5s ease;
    display: block;
    padding: 30px;
    border: 1px solid #999;
}
.newsCenter .cFlow li{
    margin-top: 30px;
}
.newsCenter .cFlow li .flexEnd{
    margin-bottom: 15px;
}
.newsCenter .cFlow li h5{
    transition: all 0.5s ease;
    margin-right: 15px;
}
.newsCenter .cFlow li p{
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsCenter .cFlow li span{
    transition: all 0.5s ease;
}
.newsCenter .cFlow li:hover a{
    background: #1d2071;
}
.newsCenter .cFlow li:hover h5{
    color: #fff;
}
.newsCenter .cFlow li:hover span{
    color: #fff;
}
.newsCenter .cFlow li:hover p{
    color: #fff;
}
.newsCenter li img{
    width: 100%;
}

/*尾部*/
.footer{
    color: #fff;
    padding: 50px 0;
    background: #1d2071;
}
.footLogo a{
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    margin-right: 30px;
    font-size: 30px;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer ul ul li{
    display: block;
    padding-bottom: 15px;
}
.footer .footerCol a{
    font-size: 16px;
    padding: 3px 0;
    display: block;
}
.footer .footerCol a:first-child{
    margin-bottom: 5px;
}
.footer .footWechat .weChat{
    width: 60%;
}
.footer .footWechat{
    text-align: right;
}
.footer .footWechat h4{
    font-weight: bold;
    margin-bottom: 50px;
}
.footer .footWechat .weChat{
    cursor: pointer;
}
.footer .firstL .footLogo{
    width: 100px;
    margin-bottom: 50px;
}
.footer .firstL h3{
    margin-bottom: 30px;
}
.footer .firstL h5{
    color: #999;
}
.footer .firstL h4{
    margin-top: 15px;
}
.footer .firstL span{
    color: #fff;
    font-size: 24px;
}
.footer .firstL .flexAligncenter{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.footer .shareIcon{
    margin-top: 30px;
}
.footer .shareIcon svg{
    margin-right: 5px;
    width: 3em;
    height: 3em;
}
.footer .footContact h4{
    font-weight: bold;
    margin-bottom: 50px;
}

/*内页导航*/
.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);
}
.ibanner img{
    filter: brightness(50%);
}
.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: #f26c17;
}

/*列表页*/
.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:0 12px 20px rgba(0, 0, 0, 0.1);
}
.proList li .img{
    transition: all 0.5s easev;
    border: 1px solid #f26c17;
    padding: 10px;
    overflow: hidden;
}
.proList li img{
    transition: all ease 0.5s;
}
.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 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: #0840b1;
}
.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: #392c13;
    color: #fff;
}
.proDes p{
    color: #392c13;
    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 0;
    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 0;
    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: #0840b1;
    border-color: #0840b1;
}
.pagination li a{
    color: #0840b1;
}
.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: #0840b1;
    border-color: #0840b1;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #f26c17;
}
/*内页右侧导航*/
.menuBox{
    position: relative;
}
.inner_menu{
    background: #fff;
}
.inner_menu .tit{
    height: 100px;
    border-bottom: 1px #ccc solid;
    font-size: 24px;
    background: #0840b1;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
}
.inner_menu .tit p:before{
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
}
.inner_menu .tit p{
    color: #fff;
    font-size: 16px;
}
.menuCol{
    border-bottom: 1px #ccc 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: #0840b1;
}
.inner_menu ul li a:hover{
    background: #f26c17;
}
.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: #f26c17;
}
.search button:hover .icon-sousuo{
    color: #fff;
}
.search button .icon-sousuo{
    font-weight: bold;
    font-size: 24px;
    color: #f26c17;
}
.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;
}