@charset"utf-8";
.heads{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 9;
    background: rgba(0,0,0,0.50);
}
.both{
    clear: both;
}
.head{
    padding:0 50px;
}
.head_img{
    padding-top: 20px;
    float: left;
    width: 270px;
}
.head_list{
    float: right;
}
.head_list ul li{
    text-align: center;
    float: left;
    width: 100px;
    border-bottom: 3px solid transparent;
    position: relative;
}
.head_list ul li.active{
    border-bottom: 3px solid #fff;
}
.head_list ul li>a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 92px;
}
.head_list ul li.active>a,.head_list ul li:hover>a{
    font-weight: bold;
}
.hide_list{
    display: none;
    position: absolute;
    top:95px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.50);
}
.head_list ul li:hover .hide_list{
    display: block;
}
.hide_list p{
    line-height: 50px;
    border-bottom: 1px solid #A1A8AA;
}
.hide_list p a{
    color: #fff;
    font-size: 16px;
}
.hide_list p.active a,.hide_list p:hover a{
    color: #929496;
}
.head_list{
    padding-right: 100px;
    position: relative;
}
.language{
    position: absolute;
    top:34px;
    right: 0;
}
.language_list i{
    margin-left: 7px;
    position: relative;
    top:-2px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
}
.language_hide{
    margin-top: 10px;
    display: none;
}
.language:hover .language_hide{
    display: block;
}
.overflow{
    overflow: hidden;
}
.main_md{
    width: 1200px;
    margin: auto;
}
.foot{
    background-color: #042360;
    border-top: 1px solid #41537B;
}
.foot_lf{
    float: left;
    padding-top: 40px;

}
.foot_rt{
    float: right;
    padding-top: 40px;
}
.foot_item{
    float: left;
    width: 100px;
}
.foot_item a{
    color: #fff;
    font-size: 14px;
}
.foot_item h4{
    margin-bottom: 20px;
}
.foot_item p{
    line-height: 25px;
}
.wei{
    width: 150px;
    text-align: center;
}
.wei img{
    width: 100px;
}
.wei p{
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: "宋体";
}
.foot_bottom p{
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: "宋体";
}
@media only screen and (max-width: 1200px){
    .head {
        padding: 0 20px;
    }
    .head_list ul li {
        width: 80px;
    }
    .head_list ul li>a {
        font-size: 16px;
    }
    .hide_list p a {
        color: #fff;
        font-size: 14px;
    }
    .main_md {
        width: 1024px;
        padding: 0 10px;
    }
}
.head-phone{
    display: none;
}
@media only screen and (max-width: 1024px){
    .main_md {
        width: 100%;
    }
    .head{
        display: none;
    }
    .head-phone{
        display: block;
        overflow: hidden;
        padding: 5px 10px;
    }
    .head-logo{
        margin-left: 6px;
        margin-top: 6px;
    }
    .head-logo a{
        display: block;
        overflow: hidden;
    }
    .head-logo a span{
        margin-top: 5px;
    }
    .head-phone:after{content: '';display: table;clear: both;}
    .top_cen{
        display: block;
        margin-right: 10px;
        margin-top: 10px;
    }
    .top_cen a.cen_x{
        font-size: 40px;
        font-weight: 500;
        color: #fff;
        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: 25px;
        height: 2px;
        background-color: #fff;
        margin: 5px 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{
        color:#2b6fe7;
        background-color: #303030;
    }
    .navlist_mo>li:hover>a{
        color:#2b6fe7;
    }
    .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;
        right: 20px;
        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);
        top:23px;
    }
    .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: #2b6fe7;
    }
    .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;
    }
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head-logo a span img{
        max-width: 60%;
    }
    .heads {
        height: 60px;
    }
    .foot_lf {
        display: none;
    }
    .foot_rt {
        width: 100%;
    }
    .wei {
        width:100%;
    }
    .foot_bottom p{
        font-size: 12px;
        line-height: 20px;
    }
    .foot_bottom{
        padding-bottom: 10px;
    }
}
