* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #000;
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

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;
}

.px1300 {
    width: 1300px;
    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;
}


/* nav */

.head {

    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: all 0.3s;
/*  width:1920px; */
    background: #9b0d14;
}


.head.t60 {
    top: 60px;
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #9b0d14;
}

.head-top {
    padding: 20px 0;
    position: relative;
    z-index: 999;
    text-align: center;
    font-size: 0;
}

.nav {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    float: left;
    margin: 0 40px;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
    max-height: 90px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
margin-left: 36px;
}

.search-box {
    float: right;
}

.search span {
    float: left;
    margin: 2px 0;
}

.search span a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    width: 70px;
    height: 28px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    margin-right: 25px;
}

.search span a:hover {
    background: #fff;
    color: #972231;
}

.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;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div 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: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.nav>ul {
    float: left;
    padding: 35px 0 0 0;
}

.nav>ul>li {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    padding-bottom: 30px;
    transition: all 0.3s;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 20px;
}

.head.on .nav>ul>li ul {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 280px;
    right: 0;
    left: 50%;
    margin-left: -140px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
}

.nav>ul>li ul li {
    float: left;
    width: 120px;
    padding: 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #224a9b;
}

.nav>ul>li.active>a {
    color: #fff;
}

.nav>ul>li.on>a:after {
    height: 20px;
    bottom: 0;
}

.nav>ul>li.on>a::before {
    width: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.footer {
    background: #9b0d14;
    padding: 35px 0;
}

.foot-l {
    float: left;
    width: 500px;
    overflow: hidden;
}

.foot-l ul {
    float: left;
}

.foot-l ul:first-child+ul {
    margin: 0 80px;
}

.foot-l ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.foot-m {
    float: left;
    margin-left: 58px;
    margin-top: 7px;
}

.foot-r {
    float: right;
}
.foot-r a{
    color:#ffffff;}
.foot-r p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}

.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 a p {
    width: 1300px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -650px;
    background: url(../images/b-text-bj.png) no-repeat;
    background-size: auto 100%;
    line-height: 61px;
    font-size: 24px;
    color: #232323;
    padding: 0 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-prev,
.banner .slick-next {
    width: 51px;
    height: 44px;
    transition: all 0.5s;
    margin-top: 70px;
}

.banner .slick-prev {
    left: auto;
    right: 50%;
    margin-right: 586px;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: auto;
    left: 50%;
    margin-left: 586px;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots {
    position: absolute;
    width: 1300px;
    bottom: 40px;
    left: 50%;
    margin-left: -700px;
    text-align: center;
    z-index: 9;
    font-size: 0;
    text-align: right;
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    background: url(../images/b-dot.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    margin: 0 9px;
    border-radius: 50%;
}

.banner .slick-dots li button {
    width: 0;
    height: 0;
}

.banner .slick-dots li.slick-active {
    background: #fff;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
}

.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;
}

@media screen and (max-width:1600px) {
.nav>ul>li{margin-left:10px;margin-right:10px}
.logo{margin:0 25px;}
.nav>ul>li>a{font-size:16px}
.logo a img{max-height:85px;}
.search{margin-left:0;padding: 0 17px;}

}
@media screen and (max-width:1200px){
.head-top{    white-space: nowrap; overflow-x: scroll;}
}