@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: 'Microsoft YaHei';

}

img,input,button{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
.px1300{
    max-width: 1300px;
    margin: auto;
}


.shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
 background:url(/images/yy1.png) top left repeat-x ; 
}
.top{
    position: relative;
}



.top> .pc{
    position: relative;
}
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding-top: 16px;
}
.logo a{
    display: block;
}
.logo{
    float: left;
    width: 312px;
    padding-top: 6px;
}
.right-box{
    text-align: right;
    float: right;
    width: 70%;
}
.search-box{
    font-size: 0;

}

.search-box>span{
    display: inline-flex;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255,255,255,.44);
}
.search-box{
    margin-bottom: 10px;
}
.search{
    display: inline-block;
    position: relative;
    margin-left: 24px;
}
.search input[type='text']{
    width: 185px;
    height: 27px;
    line-height: 29px;
    border: 1px solid rgba(255,255,255,.44);
    background: transparent;
    padding-left: 7px;
    padding-right: 30px;
    color: rgba(255,255,255,.44);
}
.search input[type='image']{
    position: absolute;
    width: 27px;
    height: 27px;
    right: 7px;
    top: 0;
    padding: 6px;
}

.nav>ul{
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
   *width: 11%;
padding:0 1%;
    line-height: 48px;
    position: relative;
}
.nav>ul>li>a{
    font-size: 18px;
    color: #fff;
    transition: all .3s;
}
.nav>ul ul{
    position: absolute;
    top: 100%;
    left: 20px;
    width: 100%;
    padding:10px 0;
    background: rgba(0,0,0,.48);
    display: none;
}
.nav>ul>li:last-child>ul{
    left: 0;
}
.nav>ul ul>li{
    line-height: 42px;
    text-align: center;
    transition: all .3s;
}
.nav>ul ul>li>a{
    display: block;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}
.nav>ul>li.on>a{
    font-weight: 600;
}
.nav>ul ul>li:hover{
    background: #fff;
}
.nav>ul ul>li:hover>a{
    color: #a30a09;
}


.banner{
    overflow: hidden;
}
.banner img{
    display: block;
    width: 100%;
}
.banner>button{
    position: absolute;
    top: 50%;
    width: 32px;
    height: 60px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:transparent;
    z-index: 99;
    cursor: pointer;
}
.banner .slick-prev{
    left: 66px;
    background-image: url("/images/arrow-l.png");
}
.banner .slick-next{
    right: 83px;
    background-image: url("/images/arrow-r.png");
}
.banner>ul{
    max-width: 1406px;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.banner>ul>li{
    width: 24%;
    height: 5px;
    margin-left: 1.3%;
    background: rgba(255,255,255,.68);
}
.banner>ul>li:first-child{
    margin-left: 0;
}
.banner>ul>li.slick-active{
    background: #f53a39;
}

.wap{
    display: none;
}
.menuBtn{
    width: 30px;
height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{
    display:none;
    margin:0;
    position:absolute;
    left:0;top:50%;
    width:30px
}
.menuBtn.open b:first-child {
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
}
.menuBtn.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg)
}
body.open{
    overflow: hidden;
}







.footer{
    font-size: 0;
    padding-top: 35px;
    background: url("/images/footer.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.f-link{
    display: inline-block;
    width: 16%;
    vertical-align: middle;

}
.f-link>div{
    position: relative;
    width: 182px;
}
.f-link>div:first-child{
    margin-bottom: 10px;
}
.f-link>div>p{
    font-size: 14px;
    line-height: 35px;
    color: #6f6f6f;
    border: 1px solid rgba(187,187,187,.64);
    position: relative;
    padding-left: 10px;
    padding-right: 35px;
}
.f-link>div>p>img{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
}
.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width:182px ;
    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);
    z-index: 999;
}

.f-link>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.f-link>div ul li a:hover {
    background: #a30a09;
    color: #fff;
}

.f-link>div:hover ul {
    display: block;
}

.add{
    display: inline-block;
    width: 42%;
    vertical-align: middle;
    text-align: center;
}
.add>span{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 30px;
    margin-left: 40px;
    background: url("/images/add2.png") no-repeat left center;
}
.add>span:first-child{
    margin-left: 0;
    background: url("/images/add.png") no-repeat left center;
}
.qr-list{
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}
.qr-list>ul>li{
    float: left;
    width: 25%;
    position: relative;
}
.qr-list>ul>li>a{
    display: block;
    overflow: hidden;
}
.ft-icon>img{
    display: block;
    width: auto;
    margin: auto;
}
.qr{
    position: absolute;
    bottom: 100%;
    display: none;
}
.qr-list>ul>li:hover .qr {
    display: block;
}
.bq{
    margin-top: 38px;
    background: #750a0b;
}
.bq>p{
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}
.bq>p>a{
    display: inline-block;
    text-indent: 22px;
}

.bq img{
vertical-align: middle;}


@media screen and (max-width: 1400px){
    .px1300,.header{
        padding-left: 15px;
        padding-right: 15px;
    }
.m-nav{
overflow-y: scroll;
}
}
@media screen and (max-width: 1260px){
    .search-box>span{
        font-size: 13px;
    }
    .search input[type='text']{
        font-size: 13px;
    }
    .nav>ul>li>a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1070px){

.shadow {
        display: none;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .banner{
        margin-top: 80px;
    }
    .menuBtn {
        display: block;
    }
    .m-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 80px;
        background: #a30a09;
        z-index: 9999;

    }
    .m-logo>a{
        display: block;
        padding-left: 15px;
        padding-top: 7px;
    }
    .m-logo img{
        display: block;
        transform: scale(.8) ;
        transform-origin:left center ;
    }
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 80px;
        background: #a30a09;


    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-link a {
        display: inline-block;
        font-size: 14px;
        line-height: 15px;
        color: rgba(255,255,255,.5);
        border-left: 1px solid rgba(255,255,255,.5);
        margin-left: 18px;
        padding-left: 17px;
        vertical-align: middle;
    }
    .m-link a:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .m-search {
        position: relative;
        width: 80%;
        height: 36px;
        overflow: hidden;
        margin:15px auto ;
        font-size: 0;

    }
    .m-search input[type='text']{
        display: inline-block;
        width: 100%;
        line-height: 36px;
        padding:0 25px;
        color: #ff0000;
        vertical-align: middle;
    }
    .m-search input[type='image']{
       position: absolute;
        top: 0;
        right: 0;
        padding: 10px;

    }
    .m-nav>ul>li{
        position: relative;
        line-height: 36px;
        padding-left: 20px;
    }
    .m-nav>ul>li>a{
        font-size: 14px;
        color: #fff;
    }
    .m-nav>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url("/images/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
    }
    .m-nav>ul ul{
        display: none;
        overflow: hidden;
        padding-left: 20px;
    }
    .m-nav>ul ul>li{
        float: left;
        width: 33%;
    }
    .m-nav>ul ul>li>a{
        font-size: 12px;
        color: #fff;
    }
    .banner .slick-prev{
        left: 15px;
    }
    .banner .slick-next{
        right: 15px;
    }
    .banner>button{
        background-size: 20px 38px;
    }



    .ft-icon>img{
        width: 36px;
    }
    .bq>p, .add>span{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .banner>button{
        width: auto;
        height: auto;
        background-size: 10px auto;
    }
    .m-logo img {
        transform: scale(0.7);
        transform-origin:left center ;
    }

    .m-search,.m-search input[type='text']{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .m-search input[type='image']{
        padding: 7px;
    }
    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
    .footer{
        padding-top: 15px;
    }
    .add,.f-link{
        display: block;
        width: auto;
        text-align: center;
        margin-top: 25px;
    }
    .f-link>div{
        display: inline-block;

    }
    .qr-list{
        width: 50%;
        display: block;
        margin:25px auto 0;
    }
}
@media screen and (max-width: 500px){
    .m-header{
        height: 60px;
    }
    .m-logo img{
        transform-origin: left top;
    }
    .m-logo>a{
        height: 46px;
    }
    .banner{
        margin-top: 60px;
    }
    .banner .slick-prev{
        left: 0;
    }
    .banner .slick-next{
        right: 0;
    }
    .m-nav{
        top: 60px;
    }
    .f-link>div>p,.f-link>div ul li a{
        font-size: 12px;
    }
    .add>span{
        font-size: 12px;
    }
    .bq>p{
        font-size: 12px;
        line-height: 24px;
    }
    .ft-icon>img{
        width: 24px;
    }
    .add, .f-link{
        margin-top: 10px;
    }
    .bq{
        margin-top: 15px;
    }
}