@charset"utf-8";
.inner{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px){
    .inner{
        width: 1024px;
    }
}
.headbg{
    background: url(../images/index/headbg.jpg) no-repeat;
    background-size: 100% 100%;
}
.ding{
    height: 30px;
    background-color: #e3e3e3;
}
.ding .inner{
    padding:  0 5px;
    line-height: 30px;
}
.ding p{
    font-size: 14px ;
    line-height: 30px;
    color: #6a6a6a;
}
.ding p i{
    font-size: 14px;
}
.ding-txt a{
    font-size: 14px ;
    line-height: 30px;
    color: #005192;
    display: inline-block;
    height: 30px;
    position: relative;
}
.ding-txt  b{
    font-size: 14px ;
    line-height: 30px;
    color: #005192;
    padding: 0 5px;
    display: inline-block;
}
.ding-txt a i{
    display: inline-block;
    width: 23px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.ding-txt a:first-child i{
    background-image: url(../images/index/ic-wx.png);
}
.ding-txt a:last-child i{
    background-image: url(../images/index/ic-email.png);
}
.ding-txt a .im{
    display: none;
    position: absolute;
    top:100%;
    left: 0;
    z-index: 10;
}
/**/
.logo{
    padding: 12px 0;
}
.logo-im img{
    max-width: 100%;
    z-index: 20;
}

.sou{
    padding-top: 25px;
}
.sou label{
    width: 380px;
    display: inline-block;
    height: 32px;

    /*padding-left: 10px;*/
    /*position: relative;*/
    margin-bottom: 0 ;
    /*border-radius: 16px;*/
}
.sou span{
    display: inline-block;
    padding-right: 50px;
}
.sou input{
    border: none;
    outline: none;
}
.sou label i{
    right: 10px;
    width: 23%;
    height: 30px;
    line-height: 30px;
    margin-left: 2%;
    display: inline-block;
    /* top: 5px; */
    font-size: 14px;
    color: #fff;
    font-style: normal;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    background: #023e8a;
}
.sou label input{
    border: 1px solid #023e8a;
    outline: none;
    width: 75%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /*border-radius: 16px;*/
    padding-left: 15px;
}
/**/
.h-nav{
    background-color: #005192;
}
.h-nav ul{
    overflow: hidden;
}
.h-nav ul li{
    width: 11.1%;
    float: left;
}
.h-nav ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.h-nav ul li.active a,.h-nav ul li:hover a{
    background-color: #004083;
}

.head-phone{
    display: none;
}
.head-list>li:last-child>a{
    border-right:0 !important;
}
.ss{
    margin-right: 65px;
    margin-top: 30px;
}
.sss{
    margin-right: 0;
}
.ss input{
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 34px;
    line-height: 35px;
    padding-left: 10px;
    vertical-align: bottom;
    width: 180px;
}


.navlist_mo>li .abm_nav{
    display: none;
    height: 0;
    transition: all .5s;
}
.navlist_mo>li.active .abm_nav{
    display: block;
    height: auto;
}
.navlist_mo>li .abm_nav li{
    background-color: #080808;
}
.navlist_mo>li .abm_nav li.active a{
    color: #0763a4;
}
.navlist_mo>li .abm_nav li a{
    color:#ffffff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding:12px 0;
    padding-left: 30px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}















/*底部*/
.foot{
    background-color: #005192;
    padding: 50px 0;
}
.foot .inner{
    width: 800px;
    margin: 0 auto;
}
.foot-ewm span{
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}
.foot-ewm span i{
    padding: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.foot-ewm span i img{
    width: 70px;
}
.foot-ewm span b{
    font-size: 14px;
    color: #fff;
    display: block;
}
.foot-txt h2{
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-txt h2 a{
    color: #fff;
}
.foot-txt p{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

@media screen and (max-width: 1023px){
    .inner{
        width: 95%;
        margin:0 auto;
    }
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head-phone{
        background:url(../images/index/headbg.jpg) no-repeat;
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }
    .logo{display: none;}
    .h-nav{display: none;}
    .head-phone:after{content: '';display: table;clear: both;}
    .head-logo a span img{
        max-width: 70%;
    }
    .top_cen{
        display:block;
        /*margin-right: 15px;*/
        margin-top: 15px;
    }
    .top_cens{
        margin-right: 6px;
        margin-top: 27px;
    }
    .top_cen a.cen_x{
        font-size: 50px;
        font-weight: 500;
        color: #005192;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
        position: relative;
        top: -4px;
        left: -4px;
    }

    .top_cens a.cen_x {
        color: #014099;
    }

    .top_cen a.active{
        display: none;
    }
    .top_cen span{
        display: block;
        width: 35px;
        height: 3px;
        background-color: #005192;
        margin: 6px 0;
    }
    .top_cens span{
        background-color: #014099;
    }
    .navlist_mo{
        display: block;
        position:fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
        overflow-y: auto;
        z-index: 999;
    }
    .navlist_mo>li{
        background-color: #212020;
    }
    .navlist_mo>li>a{
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        padding: 15px 0;
        padding-left: 20px;
        transition: all .5s;
        position: relative;
    }
    .navlist_mo>li>a:hover{color:#005192;}
    .navlist_mo>li.active>a{
        background-color: #303030;
    }
    /*.navlist_mo>li.mo a:after{*/
    /*top: 1.4rem;*/
    /*-webkit-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
    /*}*/
    /*.navlist_mo>li.mo>a:after{*/
        /*content: "";*/
        /*display: block;*/
        /*position: absolute;*/
        /*left: 128px;*/
        /*top: 26px;*/
        /*width: 9px;*/
        /*height: 9px;*/
        /*border-left: 2px solid #fff;*/
        /*border-bottom: 2px solid #fff;*/
        /*transition: all .3s ease 0s;*/
        /*-webkit-transform: rotate(-45deg);*/
        /*transform: rotate(-45deg);*/
    /*}*/
    /*.navlist_mo>li.active>a:after{*/
        /*-webkit-transform: rotate(135deg);*/
        /*transform: rotate(135deg);*/
    /*}*/
    .navlist_mo>li .abm_nav{
        display: none;
        height: 0;
        transition: all .5s;
    }
    .navlist_mo>li.active .abm_nav{
        display: block;
        height: auto;
    }
    .navlist_mo>li .abm_nav li{
        background-color: #080808;
    }
    .navlist_mo>li .abm_nav li:hover a{
        color: #d60d24;
    }
    .navlist_mo>li .abm_nav li a{
        color:#ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding:12px 0;
        padding-left: 30px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }

    .foot{padding:30px 0;}
    .foot .inner {width: 100%;text-align: center;}
    .foot-ewm{width: 100%;}
    .foot-txt{width: 100%;margin-top:15px;}
}
@media screen  and (max-width: 767px) {
    .ding {height: 20px;}
    .ding p {
        font-size: 12px;
        line-height: 20px;
    }
    .head-phone{
        background-size: 100% 100%;
        padding: 5px 0;
    }
    .head-logo{
        width: 70%;
        display: inline-block;
    }
    .top_cen{margin-top:3px;}
    .top_cen span{width: 25px;}
    .foot-txt h2{display: none;}
    .foot {
        padding: 15px 0;
    }
}