* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
em {
    font-style: normal;
}

html,
body {
    font-family: å¾®è½¯é›…é»‘;
    min-width: 1050px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1200 {
    width: 1050px;
    margin: 0 auto;
}

#top {
    background-color: #830104;
    line-height: 40px;
}

.top {
    overflow: hidden;
}

.top>p {
    float: left;
    padding-left: 25px;
    background: url(../images/welcome.png) no-repeat left center;
    font-size: 15px;
    color: #fff;
}

.top>div {
    float: right;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
}

.top>div>a {
    float: left;
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
}

.header {
    background-color: #94070a;
    border-bottom: 1px solid #9f2022;
}

.head {
    padding: 31px 0;
    overflow: hidden;
}

.top-l {
    float: left;
    font-size: 0;
}

.search {
    float: right;
    width: 320px;
    height: 49px;
    margin-top: 12px;
    background-color: #af4245;
    border-radius: 30px;
}

.search input[type="text"] {
    padding: 0 20px;
    width: 280px;
    height: 49px;
    line-height: 49px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    vertical-align: middle;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 15px;
    color: #fff;
}

#nav {
    background-color: #94070a;
    line-height: 52px;
}

.nav>ul {
    margin-left: -35px;
    margin-right: -35px;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 11.1%;
    text-align: center;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li>a {
    font-size: 16px;
    color: #fff;
}


/* äºŒçº§å¯¼èˆª */

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 40px;
    transition: all 0.3s;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li.on>a:after {
    height: 13px;
    bottom: 0;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 53px;
    padding: 10px 0;
    width: 260px;
    right: 0;
    left: 50%;
    margin-left: -130px;
    background-color: #fff;
    overflow: hidden;
    z-index: 3;
}

.nav>ul>li ul li {
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 15px;
    color: #000;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #a81934;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 35px;
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #aba69e;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.banner .slick-prev {
    left: 60px;
    width: 32px;
    height: 49px;
    background: url(../images/left.png) no-repeat center center;
    display: none!important;
}

.banner .slick-next {
    right: 60px;
    width: 32px;
    height: 49px;
    background: url(../images/right.png) no-repeat center center;
display: none!important;
}

.footer {
    background:#94070a;
    background-size: cover;
}

.foot {
    width: 1050px;
    margin: 0 auto;
}

.foot-top {
    padding-top: 27px;
    padding-bottom: 29px;
    overflow: hidden;
    border-bottom: 1px solid #d5a2a7;
}

.foot-l {
    float: left;
    margin-top: 30px;
    font-size: 0;
}

.foot-r {
    float: right;
}

.foot-down {
    padding-top: 25px;
    padding-bottom: 25px;
}

.foot-down p {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}