@charset"utf-8";
.head{
    width: 100%;
    background-color: #333333;
    padding: 2px 0 6px;
}
.head-inner{
    width: 1200px;
    margin: 0 auto;
    padding-top: 6px;
}
.head-inner:after{content: '';display: table;clear: both;}
.head-list:after{content: '';display: table;clear: both;}

.head-logo a span{
    display: inline-block;
    width: 59px;
    height: 59px;
    margin-right: 5px;
    vertical-align: top;
}
.head-logo a span img{
    width: 53px;
    height: 55px;
}
.l-txt{
    display: inline-block;
   /* width: 312px;*/
}
.l-txt .l-p1 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    margin: 5px 0;
}
.l-txt .l-p2{
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}
.dao-r{
    margin-left: 10px;
    margin-top: 29px;
    margin-right: 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: 16px;
    color: #fff;
    padding: 0px 18px 12px;
}
.head-list>li.active>a{
    color: #ee3837;
    border-bottom: 3px solid #ee3837;
}
.head-list>li:hover>a{
    color: #ee3837;
    border-bottom: 3px solid #ee3837;
}
/*.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{
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    top:36px;
    right: 0;
    z-index: 99;
    display: none;
}
.xl-list{
    overflow: hidden;
}
.xl-list li{
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    border-bottom:1px solid #ffffff ;
}
.xl-list li:last-child{
    border-bottom: 0;
}
.xl-list li a{
    font-size: 14px;
    color: #ffffff;
}
.xl-list li.active a{
    color: #9f2522;
}
.xl-list li:hover a{
    color: #9f2522;
}
.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: 26px;
    left: 0;
    z-index: 1000;
}
.dao-wx a span img{
    width: 100%;
}
@media screen and (max-width: 1200px){
    .head-inner{width: 1024px;}
    .head-list>li{
        margin: 0 8px;
    }
    .head-list>li>a{
        padding: 0 0 12px;
    }
    .xl-list li{
        padding: 10px 2px;
    }
    .dao-r{
        margin-left: 30px;
    }
    .dao-d{
        margin-bottom: 10px;
    }
    .head-list>li div{
        top:36px;
        left: -10px;
        right: -10px;
    }
}
@media screen and (max-width: 1024px){
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head{
        padding-bottom: 8px;
        height: 62px;
    }
    .head-inner{
        display: none;
    }
    .head-phone{
        display: block;
        overflow: hidden;
    }
    .head-logo{
        margin-left: 6px;
    }
    .head-logo a{
        display: block;
        overflow: hidden;
    }
    .head-logo a span{
        width: 52px;
        height: 52px;
        margin-right: 4px;
    }
    .head-phone .head-logo img{
        width: 50px;
    }
    .l-txt{
        width: auto;
    }
    .l-txt .l-p1{
       /* font-size: 20px;
        line-height: 26px;*/
    }
    /*.l-txt .l-p2{
        display: none;
    }*/
    .head-phone:after{content: '';display: table;clear: both;}
    .top_cen{
        display:block;
        margin-right: 6px;
        margin-top: 12px;
    }
    .top_cen a{
        font-size: 45px;
        font-weight: 500;
        color: #fff;
        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: 3px;
        background-color: #fff;
        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: 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: 128px;
        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;
    }
}
@media screen and (max-width: 400px){
    .l-txt .l-p1{
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0;
    }
    .l-txt .l-p2{
        width: 210px;
    }
}
@media screen and (max-width: 374px){
    .head-logo a span{
        margin-right: 0;
    }
}

/******
    底部
********/
.inner{
    width: 1200px;
    margin: 0 auto;
}
.bot-t{
    background-color: #9f2522;
    padding: 40px 0 60px;
}
.bot-t .bot-list{
    overflow: hidden;
}
.bot-t .bot-list li{
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 10px;
    transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}
.bot-t .bot-list li h2{
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
}
.bot-t .bot-list li h2 i{
    display: inline-block;
    width: 27px;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
}
.bot-t .bot-list li:first-child h2 i{
    background: url(../images/index/icons/btel.png) no-repeat;
}
.bot-t .bot-list li:nth-child(2) h2 i{
    background: url(../images/index/icons/baddr.png) no-repeat;
}
.bot-t .bot-list li:nth-child(3) h2 i{
    background: url(../images/index/icons/bmail.png) no-repeat;
}
.bot-t .bot-list li:last-child h2 i{
    background: url(../images/index/icons/bwx.png) no-repeat;
}
.bot-t .bot-list li span{
    width: 50px;
    height: 4px;
    background-color: #ffffff;
    display: block;
    margin: 20px auto 30px;
}
.bot-t .bot-list li p{
    font-size: 16px;
    color: #ffffff;
}
.bot-list-ph{
    display: none;
}

@media screen and (max-width: 1200px){
    .inner{
        width: 1024px;
    }
}
@media screen and (max-width: 1024px){
    .inner{
        width:100%;
    }
}
/*底部*/
.bot-b{
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 23px;
}
.b-top{
    border-bottom: 1px solid #9b9ea0;
    padding-bottom: 15px;
}
.b-lf{
    float: left;
    border-right: 1px solid #9b9ea0;
    padding-right: 20px;
    width: 880px;
}
.b-rt{
    float: left;
    padding-left: 20px;
    width: 320px;
}
.b-list{
    overflow: hidden;
}
.b-list>li{
    float: left;
    padding: 0 42px;
}
.b-list h2{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}
.b-type li{
    margin-bottom: 15px;
}
.b-type li a{
    font-size: 12px;
    color: #9b9ea0;
}
.b-type li a:hover{
    color: #e85505;
}
.b-rt h2{
    font-size: 18px;
    width: 72px;
    margin: 0 auto;
    line-height: 40px;
    border-bottom: 2px solid #535354;
    color: #ffffff;
}
.b-rt p{
    font-size: 14px;
    line-height: 32px;
    color: #9b9ea0;
    height: 32px;
    margin: 10px 0;
}
.b-rt p span{
    display: inline-block;
    width: 38px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}
.b-rt p:nth-child(2) span{
    background: url(../images/index/b-tel.png) no-repeat;
}
.b-rt p:last-child span{
    background: url(../images/index/b-maill.png) no-repeat;
}

.b-bot{
    padding: 20px 10px 0;
}
.b-bot{
    font-size: 12px;
    color: #9b9ea0;
    line-height: 16px;
    text-align: center;
}
@media screen and (max-width: 1200px){
    .b-list>li{
        padding: 0 25px;
    }
    .b-lf{
        width: 703px;
    }
}
@media screen and (max-width: 1024px){
    .b-lf{
        display: none;
    }
    .b-rt{
        float: none;
        width: 100%;
    }
    .b-rt p{
        display: inline-block;
        width: 49%;
    }
}
@media screen and (max-width: 560px){
    .b-rt p{
        display: block;
        width: 300px;
        margin: 10px auto;
    }
}











