*{
    margin: 0px auto;
    padding: 0;
    box-sizing: border-box;
}

img,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.px1300{
    width: 1300px;
    margin: auto;
}

body {
    min-width: 1300px;
}




.header{
    padding-top: 24px;
    padding-bottom: 40px;
    background: url("../image/head-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header>div{
    overflow: hidden;

}
.logo{
    float: left;
    width: 316px;
    padding-top: 12px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo a img {
    display: block;
    width: 100%;
}
.searchBox {
    float: right;
}
.h-link{
    font-size: 0;
}
.h-link a{
    font-size: 14px;
    color: #222;
    line-height: 40px;
    font-weight: 600;
    margin-left: 15px;
    transition: all .3s;
}
.h-link a:hover {
    color: #90242c;
}
.search {
    margin-top: 10px;
    position: relative;
    text-align: right;
}
.search input[type='text']{
    width: 270px;
    height: 35px;
    font-size: 14px;
    color: #999999;
    line-height: 37px;
    padding-left: 11px;
    padding-right: 60px;
    border: 1px solid #90242c;
}
.search input[type='image']{
    position: absolute;
    right: 0;
    width: 49px;
    height: 35px;
    background: #90242c;
    padding: 8px  15px;
}
.nav>ul{
    font-size: 0;
}
.navBar {
    background:#90242c url("../image/navBar-bg.png") ;
    background-repeat: repeat-x;
    background-position: center center;
}
.nav>ul>li{
    display: inline-block;
    line-height: 48px;
    width: 144px;
    text-align: center;
    height: 48px;
    position: relative;
}
.nav>ul>li>a{
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}
.nav>ul>li.on>a{
    font-weight: 600;
}
.nav>ul ul{
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 9999;
    background: #90242c;
    padding: 10px 0;
    display: none;
}
.nav>ul ul>li{
    line-height: 48px;
    text-align: center;
    height: 48px;
}
.nav>ul ul>li>a{
    font-size: 14px;
    color: #fff;
}
.nav>ul ul>li:hover {
    background: #fff;
}
.nav>ul ul>li:hover a{
    color: #90242c;
}


.footer {
    margin-top: 32px;
    background: url("../image/footer.jpg");
    background-position: center center;
    background-repeat: repeat-x;
}
.f-link {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #9b383f;
}
.link-ul>div{
    display: inline-block;
    margin-left: 28px;
    position: relative;    width: 200px;
}
.link-ul>div p{
    font-size: 16px;
    line-height: 50px;
    color: rgb(228, 205, 206);
    cursor: pointer;
}
.link-ul>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -10px;
    width: 120%;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.link-ul>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.link-ul>div ul li a:hover {
    background: #90242c;
    color: #fff;
}

.link-ul>div:hover ul {
    display: block;
}
.bq {
    font-size: 0;
    text-align: center;
}
.bq span{
    display: inline-block;
    font-size: 14px;
    color: #e4cdce;
    line-height: 53px;
    margin-left: 38px;
}
.bq span:first-child {
    margin-left: 0;
}
