@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';
}
image,input,button,a{
    border: none;
    outline: none;
    background: transparent;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}

.headStyle23ezc19u3r .PrevDisabled { display:block !important; padding:5px 4px !important;}
.px1200{
    width: 1200px;
    margin: auto;
}
body{
    min-width: 1400px;
}


.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding-top: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 15%,transparent 100%);
}
.header>div{
    width: 1400px;
    margin: auto;

}
.logo{
    float: left;
    width: 489px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.nav {    margin-right: 105px;
    float: right;
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
    width: 104px;
    line-height: 62px;
    text-align: center;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    font-size: 20px;
    color: #8c1616;
    font-weight: 600;
}
.nav>ul>li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 48px;
    height: 3px;
    background: #8c1616;
    transform: translateX(-50%);
    display: none;
}
.nav>ul>li.on:after,.nav>ul>li.active:after{
    display: block;
}
.nav>ul ul{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 125px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.nav>ul ul>li>a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    transition: all .3s;
}
.nav>ul ul>li:hover>a{
    background: rgba(140, 22, 22, 0.7);
}



.s3{
    margin-top: 120px;
    border-top: 1px solid #eaeaea;
}
.s3 span{
    float: left;
    font-size: 16px;
    line-height: 62px;
    color: #8c1616;
}
.s3 ul{
    overflow: hidden;
}
.s3 ul>li{
    float: left;
    width: 123px;
    margin-left: 17px;
    line-height: 62px;
    text-align: center;
}
.s3>ul>li>a{
    display: block;
    font-size: 16px;
    color: #333333;
}
.s3>ul>li:hover a{
    color: #8c1616;
    text-decoration: underline;
}
.footer {
    padding-top: 47px;
    padding-bottom: 103px;
    background: url("../images/footer.jpg") no-repeat center center;
}

.f-logo {
    float: left;
    width: 262px;
    margin-top: 5px;
}
.add {
    float: left;
    margin-left: 94px;
}
.add p{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.qr {
    float: right;
}
.qr img{
    display: block;
    width: 95px;
    height: 95px;
    margin-right:28px;
}

.serves {
    position: fixed;
    right: 10px;
    top: 50%;
    width: 60px;
    height: 155px;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    transform: translateY(-50%);
    display: none;
}
.serves a{
    display: block;
    overflow: hidden;
}
.serves img {
    display: block;
    width: 40px;
    margin: auto;
}
.serves h4{
    width: 14px;
    text-align: center;
    margin: 0 auto;
    color: #555;
    font-weight: normal;
    margin-top: 10px;
}