*{
    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;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}

.px1300{
    width: 1300px;
    margin: auto;
}

body{
    min-width: 1200px;
}

.top{
    padding-top: 20px;
    background: url("../images/top.jpg") no-repeat center center;
    background-size: cover;
}
.header{

    padding:0  25px;
    overflow: hidden;
}
.logo{
    float: left;
    width: 519px;
    margin-left: 69px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.search{
    float: right;
    margin-top: 10px;
    position: relative;
}

.search input[type='text']{
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    background: rgba(255, 255, 255, 0.2);

}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 10px;

}

.nav>ul{
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
    width: 107.66px;
    line-height: 65px;
    text-align: center;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
}
.nav>ul ul{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, .5);
    transform: translateX(-50%);
    display: none;
    z-index: 99;
}
.nav>ul ul>li{
    line-height: 48px;
    transition: all .3s;
}
.nav>ul ul>li>a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.nav>ul ul>li:hover{
    background: rgba(164, 58, 41, 1);
}
.nav>ul>li.on>a{
    font-weight: 600;
}

.link{
    padding-top: 42px;
    padding-bottom: 28px;
    font-size: 0;
    padding-left: 10px;
}
.link span{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
    vertical-align: middle;
}
.link a{
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    vertical-align: middle;
    margin-left: 60px;
}
.link a:nth-child(2){
    margin-left: 34px;
}
.link a:hover{
    color: #a12e1c;
}
.footer{
    padding-top: 30px;
    padding-bottom: 29px;
    font-size: 0;
    background: url("../images/footer.jpg") no-repeat center center;
    background-size: cover;
}
.f-logo{
    display: inline-block;
    width: 517px;
    vertical-align: middle;
}
.f-logo img{
    display: block;
    width: 100%;
}
.add{
    display: inline-block;
    width: 240px;
    margin-left: 92px;
    vertical-align: middle;
}
.add>ul{
    font-size: 0;
}
.add>ul>li{
    display: inline-block;
    width: 60px;
    margin-left: 30px;
    position: relative;
    padding-top: 10px;
}
.add>ul>li:first-child{
    margin-left: 0;
}
.add>ul>li a{
    display: block;
}
.add>ul>li a p{
    position: absolute;
    bottom: 100%;
    width: 400px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #a12e1c;
    transform: translateX(-50%);
    left: 50%;
    height: 48px;
    display: none;
    padding: 0 10px;
    border-radius: 10px;
}
.add>ul>li:hover p{
    display: block;
}
.qr{
    display: inline-block;
    width: 310px;
    margin-left: 104px;
    font-size: 0;
    vertical-align: middle;
}
.qr img{
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-left: 70px;
}
.qr img:first-child{
    margin-left: 0;
}
.bq{
    margin-top: 30px;
    text-align: center;
}
.bq a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-left: 30px;
}
.bq a:first-child{
    margin-left: 0;
}