* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #a01718;
}

h2,
h3,
 {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    min-width: 1320px;
max-width:1920px; 
margin:0 auto;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1320 {
    width: 1320px;
    margin: 0 auto;
}

.header {
    background: url(../images/head-bg.png) no-repeat center top;
    padding-top: 29px;
    background-color: #ac1303;
}

.head-top {
    width: 1110px;
    overflow: hidden;
}

.ht-l {
    float: left;
    font-size: 0;
}

.ht-r {
    float: right;
    padding-top: 20px;
}

.ht-r a {
    font-size: 14px;
    color: #fff;
    padding-left: 6px;
}

.ht-r a:first-child {
    padding-left: 0;
}

.ht-r a img {
    vertical-align: middle;
    padding-right: 10px;
}

.ht-r span {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.search {
    width: 220px;
    height: 40px;
    border: 1px solid #cd8179;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
}

.search input[type="text"] {
    width: 185px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

input::placeholder {
    font-size: 14px;
    color: #fff;
}

.nav {
    padding-top: 30px;
    padding-bottom: 19px;
}

.nav>ul>li {
    position: relative;
    float: left;
    line-height: 16px;
    border-left: 1px dashed #bd4438;
    transform: skewX(30deg);
    z-index: 999;
}

.nav>ul>li:first-child {
    border: none;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    transform: skewX(-30deg);
    padding-left: 25px;
    padding-right: 22px;
}


/* 二级导航 */

.nav>ul>li.on {
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
}

.nav>ul>li.on>a {
    color: #ac1303;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 16px;
    padding: 10px 0;
    width: 260px;
    right: 0;
    left: 50%;
    margin-left: -40px;
    background-color: #fff;
    overflow: hidden;
    transform: skewX(-30deg);
    border-radius: 5px;
    box-shadow: 0 0 5px #fff;
    z-index: 3;
}

.nav>ul>li:first-child ul {
    left: 0;
    margin-left: -130px;
}

.nav>ul>li:nth-child(12) ul {
    left: 0;
    margin-left: -130px;
}

.nav>ul>li ul li {
    text-align: center;
    line-height: 40px;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #000;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #ac1303;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
    height:631px;
}

.banner .slick-prev {
    width: 32px;
    height: 49px;
    background: url(../images/left.png) no-repeat center center;
    left: 50px;
}

.banner .slick-next {
    width: 32px;
    height: 49px;
    background: url(../images/right.png) no-repeat center center;
    right: 50px;
}

.footer-top {
    background-color: #a01718;
    padding-top: 40px;
    padding-bottom: 20px;
}

.foot-top {
    overflow: hidden;
}

.ft-l {
    float: left;
}

.ft-r {
    float: right;
    overflow: hidden;
}

.ewm {
    float: left;
    border-left: 1px dashed #820c0d;
    border-right: 1px dashed #820c0d;
    padding: 0 20px 20px 20px;
}

.link {
    float: right;
}

.ft-l th {
    padding-right: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.ft-l td {
    padding-bottom: 10px;
    text-align: center;
}

.ft-l td a {
    padding-right: 24px;
    font-size: 12px;
    color: #fff;
}

.ft-l td a:hover {
    color: #510102;
}

.ewm img {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.ewm p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.link .top {
    padding-left: 25px;
    padding-top: 10px;
}

.link .top span {
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    border-left: 2px solid #d08b8c;
}

.link .top span:first-child {
    padding-right: 10px;
}

.link>ul {
    display: inline-block;
    padding-left: 25px;
}

.link>ul>li {
    position: relative;
    padding-left: 5px;
    line-height: 26px;
    text-align: center;
}

.link>ul>li::before {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
}

.link>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.link>ul>li>a:hover {
    color: #510102;
}

.iphone {
    padding-left: 30px;
    padding-top: 10px;
}

.iphone a {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    color: #a01718;
}

.iphone a:hover {
    background-color: #a01718;
    color: #fff;
    border: 1px solid #fff;
}

.foot-down {
    background-color: #510102;
    text-align: center;
}

.foot-down p {
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.ft-l ul {
    float: left;
    padding-right: 24px;
}

.ft-l ul p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.ft-l ul li {
    text-align: center;
}

.ft-l ul li a {
    font-size: 12px;
    color:#c58989;
}

.zjz .pic img{

    width: 125px;
    height: 178px;
    border: #efefef 1px solid;
    padding: 5px;
    object-fit: cover;
}
