@charset"utf-8";
body{
    margin: 0;
    padding: 0;
}
.head{
    margin: 0;
    padding: 0;
    background-color: #282830;
    padding-top: 16px;
    position: fixed;z-index: 10;
    width: 100%;
    top: 0;
    right: 0;
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}
.head-inner{
    width: 1200px;
    margin: 0 auto;
}
.head-inner:after{content: '';display: table;clear: both;}
.head-list:after{content: '';display: table;clear: both;}
.head-list{
    margin-left: 32px; float:right;
}
.head-list>li{
    float: left;
    padding: 20px 22px;
    font-size: 14px;
    margin: 0 30px;
    position: relative;
}
.head-list>li a{
    font-size: 16px;
    color: #ffffff;
}
.head-list>li.active{
    background-color: #0159a0;
}
.head-list>li:hover{
    background-color: #0159a0;
}
.gupiao{
    background-color: #2c2c2c;
    padding: 8px 12px;
    margin-top: 12px;
}
.gupiao p{
    font-size: 14px;
    color: #aaa;
}
.gupiao p span{
    display: inline-block;
    width: 12px;
    height: 16px;
    background:url(../images/index/addr.png) no-repeat;
    vertical-align: middle;
    margin-right: 7px;
}
.head-list>li div{
    position: absolute;
    background-color: #46474b;
    left: 0;
   top:62px;
    z-index: 99;
    display: none;
}
.xl-list{
    overflow: hidden;
}
.xl-list li{
    float: left;
}
.xl-list li a{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 18px 20px;
    border-bottom:3px solid transparent ;
}
.xl-list li.active a{
    border-bottom: 3px solid #00a5e3;
    color:#00a5e3 ;
}
.xl-list li:hover a{
    border-bottom: 3px solid #00a5e3;
    color:#00a5e3 ;
}
.head-phone{
    display: none;
}


@media screen and (max-width: 1200px){
    .head-inner{width: 1024px;}
    .head-list>li{
        margin: 0 12px;
    }
}
@media screen and (max-width: 1023px){
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head{
        padding-bottom: 8px;
        height: 62px;
    }
    .head-inner{
        display: none;
    }
    .head-phone{
        display: block;
    }
    .head-logo{
        margin-left: 10px;
    }
    .head-phone .head-logo img{
        width: 108px;
    }
    .gupiao{
         margin-top: 0;
    }
    .head-phone:after{content: '';display: table;clear: both;}
    .top_cen{
        display:block;
        margin-right: 20px;
    }
    .top_cen a{
        font-size: 58px;
        font-weight: 500;
        color: #ffffff;
        line-height: 28px;
        height: 38px;
        width: 38px;
        display: block;
        text-align: center;
    }
    .top_cen a.active{
        display: none;
    }
    .top_cen span{
        display: block;
        width: 34px;
        height: 4px;
        background-color: #ffffff;
        margin: 6px 0;
    }
    .navlist_mo{
        display: block;
        position:fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
    }
    .navlist_mo>li{
        background-color: #212020;
    }
    .navlist_mo>li>a{
        color:#ffffff;
        display: block;
        font-size: 20px;
        line-height: 22px;
        width: 100%;
        padding:20px 0;
        padding-left: 20px;
        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: 122px;
        top: 24px;
        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;
    }
    .gupiao p{
        text-align: center;
        white-space:nowrap;
    }
}
@media screen and (max-width: 380px){
    .gupiao{
        padding: 8px 5px;
    }
    .top_cen{
        margin-right: 5px;
    }
}

/***********底部***********/
.foot{
    width: 100%;
    background-color: #373d41;
    padding: 55px 0;
}
.foot-inner{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #606467;
}
.foot-inner h1{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 28px;
}
.f-lx ul li{
    padding-bottom: 22px;
}
.f-lx ul li h2{
    font-size: 14px; margin-top:6px;
    color: #ffffff;
    display: inline-block;
    vertical-align:top;
}
.f-lx ul li h2 a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    vertical-align:top;
    background-color: #54585C;
    padding: 5px;
    margin-right: 5px;
}
.f-lx ul li p{
    display: inline-block;
}
.f-lx ul li p span{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 6px;
}
.f-lx ul li p a{
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}
/*.f-lx ul li p a:hover{
    color: #0159a0;
}*/
.f-gz p{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-right: 100px;
}
.f-gz p a{
    font-size: 14px;
    color: #fff;
    display: none;
}
.f-yq p a{
    font-size: 14px;
    color: #ffffff;
}
.f-yq p a:hover{
    color: #00a0ea;
}
.f-yq p{
    margin-bottom: 15px;
}
.foot-iphone{
    display: none;
}
.bot{
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
}
.bot p{
    font-size: 14px;
    color: #707070;
}
.bot p span{
    margin: 0 6px;
}
.bot-lf{
    margin-left: 0px;
}
.bot-rt{
    margin-right: 20px;
}
.bot-ph{
    display: none;
}
@media screen and (max-width: 1200px){
    .foot-inner,.bot{
        width: 1024px;
    }
}
@media screen and (max-width: 1024px){
    .foot-inner,.bot{
        width: 100%;
    }
    .f-yq{
        padding-right: 10px;
    }
    .f-lx{
        padding-left: 10px;
    }
}
@media screen and (max-width: 960px){
    .bot-ph{
        display: block;
        margin: 0 10px;
        padding-top: 8px;
    }
    .bot{
        display: none;
    }
    .bot-ph p{
        font-size: 14px;
        color: #707070;
        line-height: 20px;
        text-align: center;
    }
    .foot{
        padding: 20px 0;
    }
}
@media screen and (max-width: 768px){

    .foot-iphone{
        display: block;
        overflow: hidden;
        border-bottom: none;
    }
    .foot-inner{
        display: none;
    }
    .foot-iphone h1{
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 18px;
        text-align: center;
    }
    .ph-lx{
        overflow: hidden;
    }
    .f-lx{
        width: 70%;
    }
    .f-gz{
        padding-right: 10px;
        width: 30%;
    }
    .f-gz p{
        margin-right: 0;
    }
    .f-gz p a{
        display: block;
    }
    .f-gz p img{
        max-width: 100%;
    }
    .ph-lj{
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .ph-lj p{
        font-size: 14px;
        color: #fff;
    }
    .ph-lj p a{
        font-size: 14px;
        color: #fff;
        display: inline-block;
        padding-right: 15px;
    }
    .f-lx ul li:last-child{
        padding-bottom: 25px;
    }
    .xian{
        margin: 0 10px;
        border-bottom: 1px solid #606467;
    }
}
@media screen and (max-width: 380px){
    .f-lx{
        width: 100%;
    }
    .f-gz{
        width: 100%;
        padding-right: 0;
        padding-left: 10px;
    }
}













