@charset"utf-8";
.head{
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}
.head-inner{
    width: 1200px;
    margin: 0 auto;
}
.head-inner:after{content: '';display: table;clear: both;}
.head-list:after{content: '';display: table;clear: both;}
.head-logo a span{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.dao-r{
    margin-top: 18px;
}
.dao-d{
    text-align: right;
    margin-bottom: 10px;
    margin-right: 18px;
    margin-top: 3px;
}
.dao-d h3{
    font-size: 12px;
    color: #9f2522;
    line-height: 20px;
}
.dao-d h3 a:hover{
    color: #ee3837;
}
.dao-d h3 a{
    font-size: 12px;
    color: #9f2522;
    line-height: 18px;
}

.head-list>li{
    float: left;
    position: relative;
}
.head-list>li>a{
    font-size: 14px;
    color: #100e0e;
    padding: 0px 18px 21px;
}
.head-list>li>a u{
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../images/index/ic-gt.png);
    margin-left: 2px;
    position: relative;
    top: 2px;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.head-list>li.active>a,.head-list>li:hover>a{
    color: #2893d1;
}
.head-list>li.active>a u,.head-list>li:hover>a u{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
/*.head-list>li:first-child.active>a{
    border-bottom:3px solid #ee3837;
}
.head-list>li:first-child:hover>a{
    border-bottom: 3px solid #ee3837;
}*/
.head-list>li div{
    width: 210px;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top:40px;
    right: 0;
    z-index: 99;
    display: none;
}
.xl-list{
    overflow: hidden;
}
.xl-list li{
    width: 100%;
    text-align: left;
    padding: 10px 19px;

}
.xl-list li:last-child{
    border-bottom: 0;
}
.xl-list li a{
    font-size: 14px;
    color: #100e0e;
}
.xl-list li.active{
    background-color: #f8f8f8;
}
.xl-list li.active a{
    color: #2e92cf;
}
.xl-list li:hover{
    background-color: #f8f8f8;
}
.xl-list li:hover a{
    color: #2e92cf;
}
.head-phone{
    display: none;
}
.dao-wx{
    margin-top: 27px;
}
.dao-wx a{
    display: inline-block;
    position: relative;
    margin-left: 8px;
}
.dao-wx a span{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 38px;
    left: 0;
}
.dao-wx a span img{
    width: 100%;
}
@media screen and (max-width: 1200px){
    .head-inner{width: 1024px;}
    .head{
        padding: 20px 5px;
    }
}
@media screen and (max-width: 1024px){
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head{
        padding: 8px 0;
        height: auto;
    }
    .head-inner{
        display: none;
    }
    .head-phone{
        display: block;
        overflow: hidden;
    }
    .head-logo{
        margin-left: 6px;
    }
    .head-logo a{
        display: block;
        overflow: hidden;
    }

    .head-phone:after{content: '';display: table;clear: both;}
    .top_cen{
        display:block;
        margin-right: 6px;
        margin-top: 6px;
    }
    .top_cen a.cen_x{
        font-size: 40px;
        font-weight: 500;
        color: #4f4f4f;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
        position: relative;
        top: -4px;
        left: -4px;
    }
    .top_cen a.active{
        display: none;
    }
    .top_cen span{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #4f4f4f;
        margin: 6px 0;
    }
    .navlist_mo{
        display: block;
        position:fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
        overflow-y: auto;
    }
    .navlist_mo>li{
        background-color: #212020;
    }
    .navlist_mo>li>a{
        color:#ffffff;
        display: block;
        font-size: 17px;
        line-height: 22px;
        width: 100%;
        padding:15px 0;
        padding-left: 10px;
        transition: all .5s;
        position: relative;
    }
    .navlist_mo>li.active>a{
        background-color: #303030;
    }
    .navlist_mo>li a:after{
        top: 1.4rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navlist_mo>li a:not([href]):after{
        content: "";
        display: block;
        position: absolute;
        left: 128px;
        top: 20px;
        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:not([href]):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.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: 20px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }
    .xl-list li a{
        color: #ddd;
    }
}
@media screen and (max-width: 400px){

}

@media screen and (max-width: 374px){
    .head-logo a span{
        margin-right: 0;
    }
}

/******
    底部
********/
.inner{
    width: 1200px;
    margin: 0 auto;
}
/*底部*/
.foot{
    background-color: #1a355e;
    width: 100%;
    padding: 32px 0 18px 0;
}
.f-list{
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #8d9aaf;
}
.f-list>li{
    width: 16%;
    float: left;
    padding: 0 10px;
}
.f-list>li:nth-child(2){
    width: 20%;
}
.f-list>li:last-child{
    border: none;
}
.f-list>li h2 {
    text-decoration: none;
    margin: 14px 0;
    font-size: 14px;
    color: #fff;
}
.f-list>li h2:hover{
    color: #ddd;
}
.f-list>li ul li{
    padding: 8px 0;
}
.f-list>li ul li a{
    text-align: center;
    color: #fff;
}
.f-list>li ul li a:hover{
    color: #ddd;
    text-decoration: underline;
}
.foot .tx p{
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}
@media screen and (max-width: 1200px){
    .f-list>li{
        padding: 0 32px;
    }
}
@media screen and (max-width: 768px){
    .f-list>li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 600px){
    .f-list{
        display: none;
    }
    .foot{
        padding: 20px 10px;
    }
}










