* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #000;
    font-size: 16px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
     min-width:1320px;
}

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;
}

.px1320 {
    max-width: 1300px;
    margin: 0 auto;
}

.px1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
}


/* ??…é?μ?…??…±??·??? */


/* nav */

.head {
    background: #ab111c url(../images/head-bj.png) no-repeat;
    background-position: center top;
}

.head.t60 {
    top: 60px;
}

.head-top {
    padding: 35px 0;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
    height: 77px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    overflow: hidden;
    color: #f4f4f4;
    font-size: 0;
    text-align: right;
}

.search span {
    margin: 0 10px;
    font-size: 15px;
}

.search a {
    font-size: 15px;
    color: #f4f4f4;
}

.search a:hover {
    text-decoration: underline;
}

.search-box {
    background: #ccc;
    height: 34px;
    width: 234px;
    background: rgba(244, 244, 244, 0.32);
    margin-top: 20px;
}

.search span a {
    display: block;
    color: #666666;
}

.search-box input[type="text"] {
    width: 180px;
    padding: 0 10px;
    line-height: 34px;
    height: 34px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
float:left;
}

.search-box input[type="image"] {
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    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 {
    background: #f4f4f4;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    margin: 0 69px;
}

.nav>ul>li>a {
    font-size: 16px;
    line-height: 58px;
    color: #333;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #b7adad;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 280px;
    right: 0;
    left: 50%;
    margin-left: -140px;
    background: #f4f4f4;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
}

.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: #9b0c14;
}

.nav>ul>li.active>a {
    color: #9b0c14;
}

.nav>ul>li.on ul {
    border-top: 1px solid #b7adad;
}

.nav>ul>li.on>a:after {
    height: 15px;
    border-bottom: 1px solid #b7adad;
}

.footer {
    padding: 25px 0;
    background: #626262;
}

.foot-child {}

.f-ul1 {
    float: left;
    width: 340px;
}

.f-ul1 li a {
    display: block;
    font-size: 24px;
    line-height: 53px;
    color: #ffffff;
}

.f-ul2 {
    float: left;
}

.f-ul2 li a {
    display: block;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
}

.f-btm {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 40px;
}

.f-btm p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.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%;
    max-width: 1300px;
    bottom: 20px;
    left: 50%;
    margin-left: -650px;
    text-align: right;
    z-index: 9;
}

.banner .slick-dots li {
    width: 36px;
    height: 37px;
    padding: 0;
    font-size: 0;
    transition: all 0.5s;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.6;
    margin-left: 25px;
    margin-right: 0;
}

.banner .slick-dots li button {
    width: 0;
    height: 0;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-prev,
.banner .slick-next {
    width: 64px;
    height: 87px;
    transition: all 0.5s;
}

.banner .slick-prev {
    left: 280px;
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: 280px;
    background: url(../images/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;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}