@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}
.clearfix:after{clear: both;content: "";display: block;height:0;visibility: hidden;}
html,
body {
    color: #000;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #f8f8f8;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
 
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1440 {
    max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.head {
    background: #ae1c1c;
    z-index: 99999;
    transition: all 0.3s;
    top: -100px;
}

.head.t60 {
    top: 60px;
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ae1c1c;
    z-index: 99999;
    transition: all 0.3s;
}

.head-top {
    padding-top: 10px;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
    margin-top: 10px;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
    max-height: 57px;
    vertical-align: middle;
    transition: all 0.3s;
}

.nav {
    float: right;
    background-size: 100% 100%;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
    overflow: hidden;
}
.f-nav{float: left;}
.search-box {
    float: right;
}

.search span {
    float: left;
    line-height: 14px;
    margin: 7px 0;
    padding: 0 12px 0 24px;
    border-left: 1px solid #fff;
}
.search span:first-child{border:0;padding-right:24px}
.search span a {
    display: block;
    color: #fff;
}

.head.on .search-box input[type="text"] {
    background: #e8e2e2;
}

.search-box input[type="text"] {
    width: 0;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search-box img {
    display: block;
    height: 28px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search .sousuo {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search .sousuo input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 70px;
    background: #9b0c14 url(./search2.png) no-repeat center ;
    background-size: 20px 20px;
}
.m-search .search-btn{background: url(./search3.png) no-repeat center;  height: 35px; background-size: 15px 15px}
.search-btn input {
    display: block;
    width: 100%;height:100%;
      
    background:none;
}

.nav ul.nav-list {
    padding: 11px 0 0 0;
}

.nav ul.nav-list>li {
    float: left;
    margin-left: 36px;
    position: relative;
    padding-bottom: 30px;
    transition: all 0.3s;
}

.nav ul.nav-list>li>a {
    font-size: 16px;
    color: #fff;
}

/*.nav ul.nav-list>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transition: all 0.3s;
}*/

.nav ul.nav-list>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    transition: all 0.3s;
}

.head.on .nav ul.nav-list>li ul {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.nav ul.nav-list>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding:0!important;
    width: 200px;

    margin-left: -64px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    
}

.nav ul.nav-list>li ul li {
 
    width: 100%;
  
    text-align: center;
}

.nav ul.nav-list>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.nav ul.nav-list>li ul li a:hover {
    color: #fff;
    background: #9b0c14;
}

.nav ul.nav-list>li.active>a {
    color: #fff;
}

.nav ul.nav-list>li.on>a:after {
    height: 20px;
    bottom: 0;
}

.nav ul.nav-list>li.on>a::before {
    left: 0;
    right: 0;
}

.footer {
    background: #ae1c1c;
}

.foot-child {
    font-size: 0;
    padding: 25px 0;
}

.foot-l {
    display: inline-block;
    width: 485px;
    vertical-align: middle;
}

.foot-l a img {
    display: block;
    max-width: 100%;
}

.foot-m {
    display: inline-block;
    width: 215px;
    vertical-align: middle;
    padding: 0 70px;
    overflow: hidden;
}

.foot-m>div {
    float: left;
    width: 95px;
    margin-left: 25px;
}

.foot-m>div:first-child {
    margin-left: 0;
}

.foot-m>div img {
    display: block;
    width: 100%;
}

.foot-m>div p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.foot-r {
    display: inline-block;
    width: 355px;
    vertical-align: middle;
}

.foot-r h2 {
    font-size: 18px;
    color: #fff;
}

.foot-r div {
    width: 50px;
    height: 1px;
    background: #ce7777;
    margin: 15px 0 10px 0;
}

.foot-r ul {
    overflow: hidden;
}

.foot-r ul li {
    float: left;
    width: 118px;
}

.foot-r ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 31px;
}

.foot-r ul li a:hover {
    color: #ce7777;
}

.foot-r p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.bq {
    border-top: 1px solid #c66161;
    padding: 15px 0;
    text-align: center;
}

.bq p {
    font-size: 12px;
    color: #fff;
}

.bq p span {
    margin: 0 10px;
}

.bq p a {
    color: #fff;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    width: 1200px;
    bottom: 20px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    z-index: 9;
    font-size: 0;
}

.banner .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid #ae1c1c;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    transition: all 0.5s;
    margin: 0 10px;
}

.banner .slick-dots li button {
    width: 0;
    height: 0;
}

.banner .slick-dots li.slick-active {
    background: #ae1c1c;
}

.banner .slick-prev,
.banner .slick-next {
    width: 40px;
    height: 40px;
    transition: all 0.5s;
}

.banner .slick-prev {
    left: 0;
    background: url(public_res/banner-left.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: 0;
    background: url(public_res/banner-right.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #ae1c1c!important;
    color: #fff;
    background-color: #ae1c1c!important;
}

@media screen and (max-width:1280px) {
    .logo a {
        display: block;
        line-height: 57px;
    }
    .logo a img {
        display: inline-block;
        max-height: 45px;
    }
    .nav ul.nav-list>li {
        margin-left: 24px;
    }
    .nav ul.nav-list>li>a {
        font-size: 14px;
    }
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
}

@media screen and (max-width:1220px) {
    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot-l {
        width: 40.5%;
    }
    .foot-m {
        width: 18%;
        margin: 0 5%;
        padding: 0;
    }
    .foot-r {
        width: 29.5%;
    }
    .foot-m>div {
        width: 48%;
        margin-left: 4%;
    }
    .banner .slick-dots {
        width: 100%;
        left: 0;
        margin-left: 0;
        font-size: 0;
    }
}

@media screen and (max-width:1024px) {
    html,
    body {
        font-size: 14px;
    }
    body {
        padding-top: 60px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }
    .top>img {
        display: block;
        width: 100%;
    }
    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }
    .wap-menu img {
        height: 25px;
    }
    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ae1c1c;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        background: #fff;
        margin-top: 15px;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #ae1c1c;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }
    .m-nav ul {
        padding: 0 15px;
        
    }
    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }
    .m-nav ul li ul li {
        border: none;
        float: none;
        width: 100%;
    }
    .m-nav ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(public_res/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .foot-m {
        margin: 0 2%;
    }
    .foot-r {
        width: 35.5%;
    }
}

@media screen and (max-width:768px) {
    .banner .slick-prev,
    .banner .slick-next {
        width: 25px;
        height: 25px;
    }
    .foot-l,
    .foot-m,
    .foot-r {
        display: block;
        width: auto;
        margin: 0;
    }
    .foot-m {
        text-align: center;
    }
    .foot-m>div {
        float: none;
        display: inline-block;
        width: auto;
        margin: 15px;
        text-align: center;
        max-width: 40%;
    }
    .foot-m>div img {
        max-width: 100px;
    }
    .foot-l a img {
        max-width: 70%;
        margin: 0 auto;
    }
    .foot-r h2 {
        text-align: center;
    }
    .foot-r div {
        margin: 10px auto;
    }
    .foot-r ul {
        text-align: center;
        font-size: 0;
    }
    .foot-r ul li {
        float: none;
        width: auto;
        display: inline-block;
        margin: 0 10px;
    }
}