* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    min-width: 1400px;
    
    overflow-x: hidden;

    
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    width: 1400px;
    margin: 0 auto;
}

.px1300 {
    width: 1300px;
    margin: 0 auto;
}

.head {
    background: #9b0404;
    padding-top: 20px;
}

.head-down {
    overflow: hidden;
    background: url(/uploads/image/images/header-bg.png) no-repeat 70% center;
}

.head-down-l {
    float: left;
    font-size: 0;
}

.head-down-r {
    float: right;
}

.head-down-r .search {
    display: inline-block;
    position: relative;
    font-size: 0;
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #e5afaf;
}

.search input[type="text"] {
    padding-left: 15px;
    padding-right: 10px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 14px;
    color: #e5afaf;
}

#nav {
    background-color: #9b0404;
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 11.1%;
    line-height: 78px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #fff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav-2 {
    position: absolute;
    display: none;
    top: 100%;
    width: 200px;
    background-color: #f1f1f1;
    left: 50%;
    transform: translatex(-50%);
    z-index: 999;
    text-align: center;
    box-shadow: 0 0 5px #e7d0d0;
}

.nav-2>li {
    width: 100%;
    line-height: 40px;
}

.nav-2>li>a {
    color: #393636;
    font-size: 14px;
}

.nav-2>li:hover {
    background-color: #9a0f08;
}

.nav-2>li:hover a {
    color: #fff;
}

.clear {
    clear: both;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    left: 50%;
    transform: translatex(-50%);
    bottom: 28px;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 8px;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.footer {
    background-color: #9b0404;
}

.ft-t {
    padding-top: 35px;
    padding-bottom: 30px;
}

.ft-l {
    float: left;
    width: 1045px;
}

.ft-l h2 {
    font-size: 20px;
    color: #e6b5b5;
}

.ft-l a {
    display: inline-block;
    font-size: 18px;
    color: #e6b5b5;
    margin-right: 70px;
    margin-top: 15px;
}

.ft-l a:hover {
    color: #fff;
}

.ft-r {
    float: right;
}

.ft-r img {
    display: block;
    width: 100%;
}

.ft-r p {
    text-align: center;
    font-size: 15px;
    color: #e6b5b5;
    line-height: 32px;
}

.ft-down {
    background-color: #8c0404;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ft-down p {
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    color: #e6b5b5
}