@charset"utf-8";
.head {
    width: 100%;
    background-color: #fff;
    padding: 0 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 {
    display: block;
    padding-top: 22px;
}
.head-logo a span {
    display: inline-block;
    /* margin-top: 22px; */
    vertical-align: middle;
}
.sy {
    width: 183px;
    height: 34px;
    background-color: #3e3e3e;
    text-align: center;
    display: none;
}
.sy p {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
}
.sy p i {
    margin-right: 6px;
}
.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 i {
    display: block;
    height: 10px;
    width: 26px;
    position: absolute;
    right: 4px;
    top: 18px;
    background: url(../images/ic-new.png) no-repeat;
}
.head-list>li>a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 18px 22px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s linear;
    text-align: center;
}
.head-list>li.active>a,
.head-list>li:hover>a {
    color: #d53f39;
    background-color: #f8f8f8;
    border-bottom: 2px solid #d53f39;
}
.head-list>li div {
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.xl-list {
    overflow: hidden;
}
.xl-list li {
    width: 100%;
    text-align: center;

}
.xl-list li:last-child {
    border-bottom: 0;
}
.xl-s h3 {
    font-size: 16px;
    color: #a72126;
    border-bottom: 1px solid #a72126;
}
.xl-list li a {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 10px;
}
.xl-list li.active a {
    color: #fff;
    background-color: #a72126;
}
.xl-list li:hover a {
    color: #fff;
    background-color: #a72126;
}
.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 (min-width: 1024px) {
    .head-logo a:hover span {
    }
    .head-logo a:hover .sy {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .head-inner {
        width: 1024px;
    }
}
@media screen and (max-width: 1024px) {
    body {
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .head {
        padding: 15px 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-logo a span {
        margin-top: 0;
    }
    .head-phone:after {
        content: '';
        display: table;
        clear: both;
    }
    .top_cen {
        display: block;
        margin-right: 6px;
        margin-top: 2px;
    }
    .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: 30px;
        height: 2px;
        background-color: #333;
        margin: 6px 0;
    }
    .navlist_mo {
        display: block;
        position: fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #c82b23;
        transition: all linear .5s;
        overflow-y: auto;
    }
    .navlist_mo>li {
        background-color: #c82b23;
    }
    .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: 0px;
        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: 768px) {
    .head {
        padding: 10px 0;
    }
}
@media screen and (max-width: 374px) {
    .head-logo a span {
        margin-right: 0;
    }
}
/* 底部 */
.w1200{width:1200px;margin:0 auto;}
.footer{ display:block; width:100%; background:#3b3b3b; float:left; padding:30px 0; text-align:center}
.footer_nav a{ padding:0 10px; color:#fff;font-size:15px;}
.footer_gs{ padding-top:16px; line-height:28px; color:#888; font-size:14px;}
.weixinw{width:10%;float:left;text-align:right;margin-left:0%;}
.weixinw img{width:100%;}
.weixinw .wwww{text-align:center;}
.wzz{width:78%;float:left;}
.footer_gs a{color:#888; }

.yqlj{line-height:20px;font-size:15px;margin-top:30px;}
.yqlj a{margin-left:10px;}
.foot {
    background-color: #c82b23;
    width: 100%;
    padding: 18px 0 18px 0;
}
.f-lf {
    float: left;
    width: 62%;
    padding-right: 100px;
}
.f-rt {
    float: right;
    width: 38%;
}
.f-list {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.f-list>li {
    width: 20%;
    float: left;
    padding-right: 60px;
}
.f-list>li h2 {
    text-decoration: none;
    margin: 14px 0;
    font-size: 16px;
    color: #fff;
}
.f-list>li h2:hover {
    color: #ddd;
}
.f-list>li ul li {
    padding: 6px 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;
}
.f-ewm {
    float: left;
    width: 50%;
    padding-right: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.f-ewm>div {
    margin: 0 5px;
}
.f-time {
    float: right;
    width: 50%;
}
.f-ewm p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.f-ewm span img {
    width: 90px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    display: block;
}
.f-time h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.f-time p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}
.f-time img {
    max-width: 100%;
}
.f-lj {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 12px 0 12px 100px;
    position: relative;
}
.f-lj h3 {
    width: 100px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 0px;
    top: 12px;
}
.f-lj h3 i {
    height: 2px;
    width: 68px;
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    background: #fff;
}
.f-lj ul {
    overflow: hidden;
    width: 100%;
}
.f-lj ul li {
    float: left;
}
.f-lj ul li a {
    font-size: 12px;
    color: #fff;
    padding: 0 12px;
}
.f-lj ul li a:hover {
    color: #ddd;
    text-decoration: underline;
}
.f-bq {
    margin-top: 12px;
}
.f-bq p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}
.f-bq p span {
    color: #929292;
}
.f-bq p a {
    color: #78a6ca;
}
@media screen and (max-width: 1200px) {
    .f-list>li {
        padding: 0 10px;
    }
    .f-lf {
        padding-right: 20px;
    }
    .f-ewm {
        padding-right: 20px;
        width: 50%;
    }
    .f-time {
        width: 50%;
        padding-right: 10px;
    }
    .f-ewm span img {
        width: 72px;
    }
}
@media screen and (max-width: 1024px) {
    .yqlj {
        padding: 0 10px;
    }
    .head-logo a {
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .f-lf {
        display: none;
    }
    .f-rt {
        width: 100%;
    }
    .f-time {
        padding-right: 0;
    }
    .f-time img {
        display: block;
        margin: 0 auto;
    }
    .yqlj {
        padding: 0;
    }
    .f-lj {
        margin-top: 16px;
        padding: 12px 0 12px 70px;
    }
    .f-lj ul li a {
        padding: 0 6px;
    }
    .f-ewm {
        padding-right: 10px;
    }
}
@media screen and (max-width: 600px) {
    .foot {
        padding: 20px 10px;
    }
}