@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "dBold";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "HETI";
    src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "sMedium";
    src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "msyhsb";
    src: url('../font/msyhsb.ttc') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "YAHEIBOLD";
    src: url('../font/微软vista雅黑Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Impact";
    src: url('../font/Impact.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    width: 100%;
    overflow: hidden;
    border-bottom: 4px solid #00479d;
}
.header-main{
    position: relative;
    margin-top: 20px;
}
.logo{
    display: block;
    width: 266px;
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
}
.logo img{
    display: block;
    width: 100%;
}

.logo-wrap{
    display: flex;
    padding-top: 18px;
}
.logo-txt{
    padding-left: 20px;
    color: #555555;
}

.tel-number{
    font-size: 30px;
    font-family: "dBold";
    margin-top:5px;
}
.head-telr{
    color: #00479d;
    margin-left: 11px;
}
.head-tel{
    padding-top: 25px;
}

.head-telr span{
    font-family: "YAHEIBOLD";
}
.header-right{
    display: flex;
    justify-content: flex-end;
}

.headtop-box{
    display: flex;
    justify-content:space-between;
}
.head-tel{
    display: flex;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
}


.nav-ul li>a{
    display: block;
    font-size: 18px;
    line-height:45px;
    color: #111;
    transition: all .3s;
    text-align: center;
    width: 128px;

}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    color: #fff;
    background: #00479d;
    font-family: "HETI";
}

@media(max-width: 1400px){
    .nav-ul li{
        margin-right: 20px;
    }
}
@media(max-width: 1200px){
    .nav-ul li{
        margin-right: 12px;
    }
    .nav-ul li>a{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    header{
        height: 70px;
    }
    .header-other{
        display: none;
    }
    .logo{
        width:140px;
        margin-top:10px;
    }
    .logo-txt {
        padding-left: 19px;
        color: #555555;
        font-size: 14px;
        line-height: 18px;
    }
    .logo-wrap{
        display: flex;
        padding-top:5px;
    }
}
/* 底部 */
#footer{
    background-color: #1b1b1b;
    position: relative;
    padding-top: 50px;
}
.footer-top{
    display: flex;
    padding-bottom: 48px;
    position: relative;
    justify-content: space-between;
}

.footer-left{
    width: 50%;
}
.footer-my{
    height: 162px;
    display: flex;
    align-items: center;
}
.footer-logo{
    width: 100px;
    display: block;
    margin-right: 20px;
}
.footer-logo img{
    width: 100%;
    display: block;
}
.flogo-info{
    border-left: 1px solid #585858;
    padding-left: 20px;
    width: calc(100% - 120px);
}
.flogo-info h3{
    color: #ffff;
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 20px;
}
.flogo-info span{
    color: #808080;
    font-size: 16px;
    line-height: 20px;
}
.footer-ul{
    margin-top: 48px;
    display: flex;
}
.footer-ul li{
    margin-right: 180px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ul li h3{
    margin-bottom: 20px;
}
.footer-ul li h3>a{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.footer-ul li dl dd{
    color: #808080;
    line-height: 30px;
    font-size: 16px;
}
.footer-right{
    width: 40.1%;
    padding-left: 130px;
    padding-top: 50px;
}
.footer-right h3{
    color: #fff;
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 18px;
}
.footer-formitem{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.footer-formitem input{
    width: 46.5%;
    height: 40px;
    border: 1px solid #808080;
    line-height: 40px;
    padding-left: 18px;
    color: #808080;
    background: none;
    outline: none;
    font-size: 16px;
    margin-right: 30px;
    border-radius: 5px;
}
.footer-formitem input:last-child{
    margin-right: 0px;
}
.footer-formitem textarea{
    border-radius: 5px;
    border: 1px solid #808080;
    color: #808080;
    line-height: 24px;
    background: none;
    outline: none;
    width: 100%;
    padding: 6px 18px;
    resize: none;
    height: 120px;
}
.fform-button{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #009241;
    border-radius: 5px;
    border: none;
}
.footer-bom{
    border-top: 1px solid #585858;
    height: 81px;
}
.copy{
    float: left;
    color: #a0a0a0;
    line-height: 80px;
    font-size: 14px;

}
.footer-share{
    margin-top: 19px;
    float: right;
    position: relative;
}
.footer-share .bshare-custom a{
    width: 42px;
    height: 42px;
    padding-left: 0px;
    margin-left: 0px;
    border-radius: 50%;
    margin-right: 20px;
}


.footer-share .bshare-custom .bshare-weixin{
    background: url(../img/footer-wx.jpg) no-repeat;
}
.footer-share .bshare-custom .bshare-sinaminiblog{
    background: url(../img/footer-weibo.jpg) no-repeat;
}
.footer-share .bshare-custom .bshare-qqim{
    background: url(../img/footer-qq.jpg) no-repeat;
    
}
@media(max-width: 1600px){
    .footer-ul li{
        margin-right: 160px;
    }
}
@media(max-width: 1400px){
    .footer-ul li{
        margin-right: 120px;
    }
    .footer-right{
        padding-left: 80px;
    }
}
@media(max-width: 1200px){
    .footer-ul li{
        margin-right: 80px;
    }
    .footer-right{
        padding-left: 40px;
    }
    .footer-formitem input{
        margin-right: 14px;
    }
}
@media(max-width: 991px){
    .footer-top{
        flex-direction: column;
        padding-bottom: 40px;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        width: 100%;
        padding-left: 0px;
        padding-top: 25px;
    }
    .footer-ul{
        width: 100%;
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .footer-ul li{
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-ul li h3{
        margin-bottom: 8px;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 5px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    #footer::before{
        display: none;
    }
    #footer::after{
        display: none;
    }
    .footer-formitem input{
        margin-right: 14px;
    }
    .footer-my{
        height: auto;
        margin-top: 45px;
        margin-bottom: 25px;
        justify-content: center;
    }
    .footer-formitem input{
        width: calc(100% - 7px);
    }
    .footer-formitem input:first-child{
        margin-right: 8px;
    }
    .footer-formitem input:last-child{
        margin-left: 8px;
    }
    .footer-right h3{
        margin-bottom: 20px;
    }
    .footer-bom{
        height: auto;
        padding: 15px 0px;
    }
    .copy{
        width: 100%;
        float: none;
        line-height: 24px;
        text-align: center;
    }
    .footer-share{
        width: 100%;
        float: none;
        margin-top: 12px;
    }
    .footer-share .bshare-custom{
        justify-content: center;
    }
}
@media(max-width: 449px){
    .footer-formitem{
        flex-wrap: wrap;
    }
    .footer-formitem input{
        width: 100%;
    }
    .footer-formitem input:first-child{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .footer-formitem input:last-child{
        margin-left: 0px;
    }
    .footer-top{
        padding-bottom: 30px;
    }
    .footer-my{
        flex-direction: column;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .flogo-info{
        padding-left: 0px;
        border-left: none;
        width: 100%;
        text-align: center;
    }
    .footer-logo{
        margin-right: 0px;
    }
    .flogo-info h3{
        margin-top: 12px;
        margin-bottom: 10px;
    }
}

/**首页关于我们**/
.habout{
    background: #f5f5f5;
    padding: 100px 0;
    overflow: hidden;
}
.habout-box{
    display: flex;
}
.habout-r img{
    width: 100%;
}
.habout-l{
    width: 50%;
    padding-right: 100px;
}
.habout-r{
    width: 50%;
    cursor: pointer;
}
.habout-ltit h3{
    font-size: 50px;
    font-family: "HETI";
    font-weight: bold;
    color: #111111;
}
.habout-ltxt{
    padding-top: 50px;
    line-height: 30px;
}
.homemore a{
    display: block;
    width: 152px;
    height: 43px;
    border: 1px solid #00479d;
    text-align: center;
    line-height: 43px;
    color: #00479d;
    font-size: 14px;
}
.habout-more{
    margin-top:30px;
}
.habout-ltxt p{
    margin-bottom:20px;
}
.habout-bot{
    margin-top: 50px;
}
.habout-botul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.habout-botul li{
    position: relative;
    margin-bottom: 20px;
    width: 48.5%;
    overflow: hidden;
}
.habout-bottxt{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 30px;
}
.habout-botul li img{
    width: 100%;
    transition: all 0.4s;
}
.habout-botul li:hover img{
    transform: scale(1.1);
}
.habout-bottxt h3{
    font-size:30px;
    margin-bottom: 20px;
}
.habout-bottxt h4{
    font-size: 18px;
    font-family: "HETI";
}
.hpro{
    padding: 100px 0;
}
.hpro-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hpro-nav{
    width: 500px;
}
.hpronav-swiper .swiper-slide a{
    display: inline-block;
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
}
.hpronav-swiper .swiper-slide:hover a{
    color: #00479d;
    border-bottom: 4px solid #00479d;
    
}
.hpro-m{
    margin-top: 50px;
}
.hpro-txt h4{
    font-size: 30px;
}
.hpro-mswiper .swiper-slide a{
    display: block;
    position: relative;
}
.hpro-mswiper .swiper-slide img{
    width: 100%;
}
.hpro-txt{
    bottom: 60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}
.hpro-txt h5{
    margin-top: 15px;
    color: #555555;
}
.hpro-txt h4{
    color: #111111;
}
.hpro-mswiper .swiper-slide a:hover h4{
    color: #00479d;
}

.hcase{
    position: relative;
}
.hcase-mask{
    

}
.hcase-bgul li{
    display: none;
}
.hcase-bgul li img{
    width: 100%;
}
.hcase-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .4);
    top: 0;

}
.hcase-tit{
    color:#fff;
    text-align: center;
}
.hcase-tit h3{
    font-size: 50px;
    margin-bottom: 50px;
}
.hcase-tit h4{
    line-height: 24px;
}
.hcase-swiper .swiper-slide a{
    border-right: 1px solid #7f7f7f;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
}
.hcase-swiper{
    height: 100%;
}
.hcase-box{
    height: 100%;
}
.hcase-tit{
    position: absolute;
}
.hcase-swiper .swiper-slide a:hover{
    background: rgba(0,0,0, .3);
}
.hcase-tit{
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
}
.hcase-more{
    position: absolute;
    bottom:20%;
    z-index: 66;
    left: 50%;
    transform: translateX(-50%);
}
.hcase-more a{
    color: #fff;
    border: 1px solid #fff;
}
.hcase-swiper .swiper-button-next{
    right: 3%;
    background: url("../img/hcase-next.png") no-repeat center;
}
.hcase-swiper .swiper-button-prev{
    left: 3%;
    background: url("../img/hcase-prev.png") no-repeat center;
}
.hpar{
    overflow: hidden;
}
.hpar-box{
    display: flex;
}
.hpar{
    padding: 100px 0 50px;
}
.hpar-l{
    width: 50%;
    padding-right: 100px;
}
.hpar-r{
    width: 50%;
}
.hpar-r img{
    width: 100%;
}
.hpar-limg{
    text-align: right;
}
.hpar-ltxt{
    margin-top: 50px;
    color: #555555;
    line-height: 30px;
}
.hpar-ltxt p{
    margin-bottom: 28px;
}
.hpar-more a{
    background: #00479d;
    color: #fff;
}
.hpar-more{
    position: relative;
    top: -50px;
}
.scale-img{
    overflow: hidden;
}
.scale-img img{
    transition:all 0.4s;
    width: 100%;
}
.scale-img:hover img{
    transform: scale(1.1);
}
.hpar-r img{
    transition: all 0.4s;
}
.hpar-r img:hover{
    transform:scale(1.1);
}
.hnews-tit{
    display: flex;
    justify-content:space-between;
}
.hnews{
    background: #f5f5f5;
    padding: 100px 0;
}
.hnews-m{
    margin-top: 50px;
}
.hnews-txt{
    background: #fff;
    padding: 50px 30px;
}
.hnews-txt h4{
    font-size: 24px;
    color: #111111;
    margin-bottom: 20px;
}
.hnews-txt h6{
    color: #555555;
    line-height: 30px;
}
.hnews-m li:hover .hnews-txt h4{
    color: #00479d;
}
.hmode{
    padding: 100px 0;
}
.hmode-more a{
    color: #fff;
    background: #00479d;
}
.hmode-m{
    margin-top: 50px;
}
.hmode-m ul li a{
    position: relative;
    display: block;
}
.hmode-txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 140px;
}
.hmode-txt h3{
    font-size: 40px;
    margin-bottom: 30px;
}
.hmode-txt h4{
    line-height: 30px;
    text-align: center;
}
.hmode-m ul li:hover .hmode-txt{
    background:rgba(0,71,157,.7) ;
}
.hmode-m ul li:hover img{
    transform: scale(1.1);
}


.footer-wt ul li h3{
    color: #fff;
    font-size: 18px;
    font-family: "HETI";
    border-bottom: 2px solid #00479d;
    padding-bottom:15px;
    display: inline-block;
    margin-bottom: 20px;
}
.footer-wt ul{
    display: flex;
    justify-content: space-between;
}
.footer-wt ul li a{
    color: #a0a0a0;
}
.footer-wt ul li dd{
    line-height: 35px;
}
.footer-wnav{
    display: flex;
}
.footer-wnavone{
    margin-right: 40px;
}
.footer-wt{
    padding-bottom: 50px;

}
.footer-share{
    display: flex;
    color: #fff;
    font-size: 18px;
    font-family: "HETI";
    align-items: center;
}
.bshare-custom .bshare-weixin{
    width:40px;
    height: 40px;
    background: url("../img/footer-wx.jpg") no-repeat center;
}
.footer-sharetit{
    margin-right: 20px;
}

@media(max-width:1600px){
    .habout-ltit h3{
        font-size: 40px;
    }
    .habout-ltxt{
        padding-top: 20px;
        line-height: 26px;
    }
    .habout-ltxt p{
        margin-bottom: 10px;
    }
    .habout-bottxt h3{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .habout-l{
        padding-right: 30px;
    }
    .habout-bot{
        margin-top: 25px;
    }
    .habout-more{
        margin-top: 15px;
    }
    .hpro-txt h4{
        font-size: 24px;
    }
    .hpro-txt h5{
        margin-top: 5px;
    }
    .hpro-txt{
        bottom: 30px;
    }
    .hcase-tit h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .hcase-tit{
        top: 8%;
    }
}


@media(max-width:1400px){

    .habout-ltxt{
        padding-top: 15px;
        line-height: 24px;
        font-size: 14px;
    }
    .habout-ltxt p{
        margin-bottom:4px;
    }
    .habout-bottxt h3{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .habout-l{
        padding-right:20px;
    }
    .habout-bot{
        margin-top: 25px;
    }
    .habout-more{
        margin-top: 15px;
    }
    .habout-botul li{
        margin-bottom: 12px;
    }
    .habout-bot{
        margin-top: 20px;
    }
    .hpar-l{
        padding-right: 30px;
    }
    .hpar-limg img{
        width: 80%;
    }
    .hnews-txt h4{
        font-size: 22px;
        line-height: 30px;
    }
    .hnews-txt{
        padding: 20px;
    }
    .hnews-txt h4{
        margin-bottom: 10px;
    }
}

@media(max-width:1200px){
    .habout-box{
        display: block;
    }
    .habout-l{
        width: 100%;
    }
    .habout-r{
        width: 100%;
        margin-top: 40px;
    }
    .habout-ltxt {
        padding-top: 15px;
        line-height: 30px;
        font-size: 16px;
    }
    .habout-bottxt h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .hpar-ltxt{
        margin-top: 15px;
        line-height: 28px;
    }
    .hpar-ltxt p{
        margin-bottom: 8px;
    }
    .hmode-txt{
        padding: 0 30px;
    }
    

}


@media(max-width:991px){
    .footer-wt{
        font-size: 14px;
    }
    .footer-wnavone{
        margin-right:10px;
    }
    .footer-gzwm{
        display: none;
    }
    .habout{
        padding: 40px 0;
    }
    .habout-r{
        margin-top: 30px;
    }
    .hpro-nav{
        width:calc(100% - 200px);
    }
    .hpro{
        padding: 40px 0;
    }
    .hpro-m{
        margin-top: 30px;
    }
    .hcase-swiper .swiper-slide a{
        font-size: 22px;
    }
    .hcase-tit h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .hcase-tit{
        width: 80%;
    }
    .hpar-box{
        display: block;
    }
    .hpar-l{
        width: 100%;
    }
    .hpar-r{
        width: 100%;
    }
    .hpar-l{
        padding-right: 0;
    }
    .hpar{
        padding: 40px 0 40px;
    }
    .hnews-m ul li{
        margin-bottom: 20px;
    }
    .hnews{
        padding: 40px 0;
    }
    .hnews-titr .habout-more{
        margin-top: 0;
    }
    .hnews-m{
        margin-top: 30px;
    }
    .hmode-m ul li{
        margin-bottom: 30px;   
    }
    .hmode{
        padding: 50px  0 10px;
    }
    .hmode-m{
        margin-top: 30px;
    }
    .hmode-txt h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }
}


@media(max-width:600px){
    .footer-share{
        display: none;
    }
    .footer-lxwm{
        display: none;
    }
    .habout-botul{
        display: block;
    }
    .habout-botul li{
        width: 100%;
    }
    .hpro-m {
        margin-top: 10px;
    }
    .hcase-tit h4{
        display: none;
    }
    .hcase-more {
        position: absolute;
        bottom: 15px;
        z-index: 66;
        left: 50%;
        transform: translateX(-50%);
    }
} 
@media(max-width:500px){
    .logo-txt{
        display: none;
    }
    .logo{
        border-right: 0;
    }
    .habout-ltit h3{
        font-size: 26px;
    }
    .hpro-tit{
        align-items: flex-start;
    }
    .hpro-nav{
        width:calc(100% - 170px);
    }
    .homemore a {
        display: block;
        width: 120px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
    }

}   



.about-top{
    padding: 100px 0;
}
.about-top h3{
    font-size: 50px;
    font-family: "HETI";
    font-weight: bold;
    text-align: center;
}
.about-topimg{
    margin-top: 50px;
    overflow: hidden;
}
.about-toptxt{
    margin-top: 30px;

}
.about-toptxt p{
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 15px;
    color: #555555;
}
.about-sfq{
    background: #f5f5f5;
    padding: 100px 0;
}
.sfq-ul{
    display: flex;
    justify-content: space-between;
    
}
.sfq-ul li{
    width: 18.75%;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
}
.sfq-ul li.sfq-act{
    width: 36.25%;
}
.about-sfqtxt{
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    
}
.about-sfqtxt h3{
    font-size: 30px;
}
.about-sfqtxt h4{
    display: none;
}
.sfq-ul li.sfq-act .about-sfqtxt{
    left: 8%;
    transform: translateX(0%);
}
.sfq-ul li.sfq-act .about-sfqtxt h4{
    display: block;
    margin-top: 20px;
}

.about-video{
    padding: 100px 0;
}
.about-video video{
    width: 100%;
}
@media(max-width:1400px){
    .about-sfqtxt h3{
        font-size: 22px;
    }
}


@media(max-width:991px){
    .about-top{
        padding: 40px 0;
    }
    .about-top h3{
        font-size: 35px;
    }
    .about-topimg{
        margin-top: 30px;
    }
    .about-topimg ul li{
        margin-bottom: 20px;
    }
    .about-toptxt{
        margin-top: 10px;
    }
    .sfq-ul{
        display: block;
    }
    .sfq-ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .about-sfqimg img{
        width: 100%;
    }
    .sfq-ul li.sfq-act{
        width: 100%;
    }
    .sfq-ul li .about-sfqtxt h4{
        display: block;
        margin-top: 20px;
    }
    .sfq-ul li .about-sfqtxt{
        left: 8%;
        transform: translateX(0%);
    }
}

@media(max-width:500px){
    .sfq-ul li{
        margin-bottom: 15px;
    }
    .about-sfq{
        padding: 40px 0;
    }
    .about-sfqtxt{
        bottom: 20px;
    }
    .about-video{
        padding: 30px 0;
    }
}

.case{
    padding: 100px 0;
}
.case-img{
    position: relative;
}
.case-box a{
    display: block;
}
.case-txt{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,71,157, .6);
    color: #fff;
    padding: 0 135px;
    text-align: center;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.case-txt h3{
    font-size: 30px;
    margin-bottom: 20px;
}
.case-txt h4{
    line-height: 30px;
}
.case-name{
    font-size: 30px;
    text-align: center;
    padding: 30px 0 50px;
    font-family: "sMedium";

}
.case-txt{
    display: none;
}
.moreclick span{
    display: block;
    background: #00479d;
    width: 230px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin:30px auto 0;
    cursor: pointer;
}
.case-box ul li:hover .case-name{
    color: #00479d;
}
.case-box ul li:hover .case-txt{
    display:flex;
}
.case-box ul li{
    transition:all 0.3s;
}
@media(max-width:991px){
    .case{
        padding: 40px 0;
    }
    .case-name{
        font-size: 20px;
        padding: 20px 0 30px;
    }
    .moreclick span{
        margin: 0 auto;
        width: 180px;
    }
    .case-txt h3 {
        font-size: 22px;
        margin-bottom: 5px;
        white-space: nowrap;
    }
    .case-txt{
        padding: 0 30px;
        line-height: 28px;
    }
}

.honor{
    padding: 100px 0;
}
.honor-box ul li a{
    display: block;

}
.honor-box ul li .honor-img{
    background: #f5f5f5;
    padding: 30px;
}
.honor-box ul li h4{
    text-align: center;
    padding: 30px 0;
    height:70px;
}
.honor-box ul li:hover h4{
    color: #00479d;
    font-family: "HETI";
    font-size: 18px;
}

@media(max-width:991px){
    .honor{
        padding: 40px 0;
    }
}

.pro-nav{
    height: 90px;
    line-height: 90px;
}
.pronav-swiper{
    width: 600px;
    margin: 0;
}
.pronav-swiper .swiper-slide.on a{
    color: #00479d;
    border-bottom:4px solid #00479d;
    padding-bottom: 32px;
}
.pro-box{
    background: #f5f5f5;
    border-top: 1px solid #ededed;
    padding: 80px 0;
}
.pro-box ul li a{
    display: flex;
    background: #fff;
    transition: all 0.4s;
}
.pro-boxl{
    width: 50%;
    padding: 114px 0 114px 124px;
}
.pro-boxr{
    width: 50%;
}
.pro-boxl h3{
    font-size: 36px;
}
.pro-boxl h4{
    margin-top: 40px;
    line-height: 35px;
}
.pro-more{
    width: 152px;
    height: 43px;
    color: #00479d;
    border: 1px solid #00479d;
    line-height: 43px;
    text-align: center;
    margin-top: 70px;
}
.pro-imgl img{
    position: relative;
    left: 35%;
    top: -60px;
}
.pro-imgr img{
    position: relative;
    left: 10%;
    top: -60px;
}
.pro-box ul li{
    margin-bottom: 60px;
}
.pro-boxl.pro-boxltwo{
    padding: 114px 124px 114px 0;
}
.pro-box ul li a:hover{
    background: #00479d;
    color: #fff;
}
.pro-box ul li a:hover .pro-more{
    background: #fff;
    color: #00479d;
}
@media(max-width:1200px){
    .pro-boxl{
        padding: 80px 20px 0 60px;
    }
    .pro-boxl.pro-boxltwo{
        padding: 80px 20px 0 60px;
    }
    .pro-boxl h3 {
        font-size: 26px;
    }
    .pro-boxr img{
        width: 70%;
    }
    .pro-imgl img{
        left:10%;
    }
}

@media(max-width:991px){
    .pro-box ul li a{
       flex-wrap: wrap;
    }
    .pro-boxl{
        width: 100%;
    }
    .pro-boxr{
        width: 100%;
    }
    .pro-imgl img{
        top: 0;
    }
    .pro-boxl{
        padding: 15px;
    }
    .pro-boxl h4 {
        margin-top: 20px;
        line-height: 28px;
    }
    .pronav-swiper{
        width: 100%;
    }
    .pro-imgr img{
        top: 0;
    }
    .pro-boxl.pro-boxltwo{
        padding: 15px;
    }
    .pro-more{
        margin-top: 30px;
    }
    .pro-box ul li:nth-of-type(2n){
        flex-direction: column-reverse;
    }
    .pro-box{
        padding: 40px 0;
    }
}
.prod-top{
    overflow: hidden;
}
.prod-topl img{
    width: 100%;
}
.prod-topl{
    width: 50%;
}
.prod{
    background: #f5f5f5;
    border-top: 1px solid #ededed;
    padding: 80px 0;
}
.prod-top{
    display: flex;
}
.prod-topr{
    width: 50%;
    padding: 80px 0 0 80px;
}
.prod-topr h3{
    font-size: 48px;
    font-family: "Impact";
    color: #00479d;
}
.prod-topr h4{
    font-size: 36px;
    font-weight: bold;
    padding: 36px 0 60px;
}
.prod-toprtxt {
    color: #555555;
    line-height: 35px;
}
.prod-toprtxt p{
    margin-bottom: 20px;
}
.prod-topbtn a{
    display: block;
    width: 40%;
    background: #00479d;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}
.prod-topbtn{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.prod-topbtn a:hover{
    background: #f39800;
}
.prod-jscs{
    background: #fff;
    margin-top: 80px;
    padding: 80px 200px;
}
.prod-jscs-img img{
    width: 100%;
}
.prod-jscs h5{
    font-size: 36px;
    margin-bottom: 30px;
}
.prod-tj h3{
    font-size: 50px;
    text-align: center;
}
.prod-tj {
    padding-top: 80px;
    font-family: "HETI";
}
.prod-tjm{
    margin-top: 40px;
}
.prod-tjtxt{
    background: #fff;
    text-align: center;
    padding: 30px 0 60px;
}
.prod-tjtxt h4{
    font-size: 30px;
    margin-bottom: 15px;
}

@media(max-width:1600px){
    .prod-topr{
        padding: 40px 0 0 40px;
    }
    .prod-topr h4{
        padding:20px 0 40px;
    }
}

@media(max-width:1400px){
    .prod-topr{
        padding:0px 0 0 40px;
    }
    .prod-topr h4{
        padding:20px 0 20px;
    }
    .prod-toprtxt{
        line-height: 30px;
    }
}

@media(max-width:1200px){
  .prod-top{
    display: block;
  }
  .prod-topl{
    width: 100%;
  }
  .prod-topr{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .prod-jscs{
    padding:30px;
  }
}
@media(max-width:991px){
    .prod-jscs{
        padding:30px 10px;
    }
    .prod{
        padding: 40px 0;
    }
    .prod-topr h3{
        font-size: 40px;
    }
    .prod-jscs{
        margin-top: 40px;
    }
    .prod-tj h3{
        font-size: 36px;
    }
    .prod-tj{
        padding-top: 40px;
    }
    .prod-tjm{
        margin-top: 20px;
    }
    .prod-topbtn a{
        height: 60px;
        line-height: 60px;
    }
}

.news{
    padding: 100px 0;
}

.news-txt{
    border: 1px solid #dcdcdc;
    padding: 50px 30px;
}
.news-txt h4{
    font-size: 24px;
    margin-bottom: 30px;
}
.news-txt h5{
    line-height: 30px;
}
.news-box ul li:hover h4{
    color:#00479d;
}
.news-box ul li{
    margin-bottom: 40px;
}
.news-topswiper img{
    width: 100%;
}
.news-box{
    margin-top: 60px;
}
.news-topswiper .swiper-pagination{
    bottom: 0;
    top: auto;
}
.news-topswiper .swiper-slide a{
    display: block;
    position: relative;
}
.newstop-txt{
    position: absolute;
    bottom: 50px;
    left: 5%;
    color: #fff;
    font-size: 30px;
    display: none;
}
.news-topswiper{
    padding-bottom: 40px;
}

.news-topswiper .swiper-slide.swiper-slide-active .newstop-txt{
    display: block;
}

.news-topswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #00479d;
}

.news-topswiper .swiper-slide{
    width: 50%;
}

@media(max-width:1400px){
    .newstop-txt{
        font-size: 22px;
        bottom: 15px;
    }
    
}

@media(max-width:991px){
    .news-topswiper .swiper-slide{
        width: 100% !important; 
    }
    .newstop-txt {
        font-size: 16px;
        bottom: 15px;
    }
    .news{
        padding: 40px 0;
    }
    .news-box {
        margin-top: 30px;
    }
    .news-txt{
        padding: 15px;
    }
    .news-txt h4{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f2f2;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}
.about-txts {
    padding-bottom: 50px;
    width: 100%;
}


/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
.c-zxly {
  padding: 100px 0 0;
}
.c-zxly h4 {
  font-size: 50px;
  color: #111111;
  font-weight: bold;
  text-align: center;
}
.c-zxlytit p {
  padding-top: 40px;
  text-align: center;
  line-height: 32px;
}
.c-zxlyform {
  margin-top: 40px;
}
.c-zxlyform-ul li input {
  width: 100%;
  height: 60px;
  line-height: 70px;
  padding-left: 25px;
  border: 1px solid #dcdcdc;
}
.c-zxlyform-ul li {
  margin-bottom: 20px;
}
.c-zxlyform-ul li textarea {
  width: 100%;
  padding-left: 25px;
  padding-top: 10px;
  border: 1px solid #dcdcdc;
}
.zxly-submit {
  width: 260px;
  height: 60px;
  background: #7bb038;
  color: #fff;
  border: none;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  font-family: 'HEITI';
}
@media (max-width: 1600px) {
  .contact-qyzbw h3 {
    font-size: 32px;
  }
  .qyzb-mul li p {
    padding: 0;
  }
  .qyzb-mul li {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .qyzb-mul li {
    flex-wrap: wrap;
    height: auto;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .contact-qyzbw h3 {
    font-size: 24px;
  }
  .qyzb-m {
    margin-top: 20px;
  }
  .qyzb-mul li {
    line-height: 35px;
  }
  .contact-box {
    padding-top: 30px;
  }
  .contact-qyzbw {
    margin-bottom: 30px;
  }
  .qytop {
    padding-top: 20px;
  }
  .c-zxly h4 {
    font-size: 24px;
  }
  .c-zxlytit p {
    padding-top: 15px;
    line-height: 28px;
  }
  .c-zxly {
    padding: 40px 0;
  }
  .c-zxlyform-ul li input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
  }
  .c-zxlyform-ul li textarea {
    padding-left: 15px;
  }
  .c-zxlyform-ul li {
    margin-bottom: 15px;
  }
  .zxly-submit {
    width: 180px;
  }
}
#p-banner .swiper-slide img {
  width: 100%;
  display: block;}