@charset"utf-8";
.inner{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px){
    .inner{
        width: 1024px;
    }
}
.ding{
    height: 30px;
    background-color: #e3e3e3;
}
.ding .inner{
    padding:  0 5px;
    line-height: 30px;
}
.ding p{
    font-size: 14px ;
    line-height: 30px;
    color: #005192;
}
.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: 14px;
}
.sou label{
    width: 280px;
    display: inline-block;
    height: 32px;
    border: 1px solid #023e8a;
    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{
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 5px;
    font-size: 20px;
    color: #023e8a;
    cursor: pointer;
}
.sou label input{
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 16px;
    padding-left: 5px;
}
/**/
.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;
    font-weight: bold;
}
.h-nav ul li.active a,.h-nav ul li:hover a{
    background-color: #004083;
}
/*底部*/
.foot{
    background-color: #005192;
    padding: 50px 0;
}
.foot .inner{
    width: 640px;
    margin: 0 auto;
}
.foot-ewm span{
    margin-right: 24px;
    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;
}
