@charset "UTF-8";
body ifrme{user-select: none;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Î¢ÈíÑÅºÚ";
}
image,
input,
button {
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.px1300 {
    max-width: 1300px;
    margin: auto;
}
.pic{
    padding-top: 75%; 
    position: relative;
    overflow: hidden;
}
.pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.top{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 95px;
    background: #bd3831;
    z-index: 9999;
padding: 15px 0;
}
.top>div{
    max-width: 1498px;
    margin: auto;
    overflow: hidden;
}
.t-left{
    float: left;
    font-size: 0;
}
.t-left a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
}
.t-link,.t-tag{
    display: inline-block;
    vertical-align: middle;
   color: #fff;
}
.t-link a{
    padding-left: 23px;
    margin-left: 15px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
}
.t-link a:first-child{
    margin-left: 0;
    background-image: url("/gw2021byswj/image/t-icon.png");
}
.t-link a:nth-child(2){
    background-image: url("/gw2021byswj/image/t-icon2.png");
}
.t-link a:nth-child(3){
    background-image: url("/gw2021byswj/image/t-icon3.png");
}
.t-tag i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
.t-tag{
  margin-left: 30px;
}
.t-right{
    float: right;
}
.search{
    position: relative;
    margin-top: 9px;
}
.search input[type='text']{
    width: 256px;
    line-height: 30px;
    font-size: 14px;
    color:#ffdee3;
    padding-right: 31px;
    border-bottom: 1px solid #fff;
}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 30px;
    padding: 7px 7px;
}
input::placeholder{
    color: #ffdee3;
}
input::-webkit-input-placeholder{
    color: #ffdee3;
}
input::-moz-placeholder{
    color: #ffdee3;
}
input::-ms-input-placeholder{
    color: #ffdee3;
}

.header{
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding-top: 10px;
    transition: all .3s;
background: #fff;
    padding-bottom: 10px;
}
.header.on{
    background: #fff;
    box-shadow: 0 1px  10px rgba(0,0,0,.4) ;
}
.header>div{
    max-width: 1498px;
    margin: auto;
}
.logo{
    float: left;
    width:354px;
margin-right: 20px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    font-size: 0;
    width: 100%;
}
.nav>ul>li{
    display: inline-block;
    width: 11.2%;
    position: relative;
}

.navbm>ul>li{
    display: inline-block;
    width: 9.2%;
    position: relative;
}


.nav>ul>li:first-child{
    width: 6%;
    margin-left: 4%;
}

.nav>ul>li>a{
    display: block;
    font-size: 20px;
    line-height: 45px;
    color: #333;
    text-align: center;
}
.header>div.navv .nav>ul>li>a{    font-size: 18px;}
.header>div.navv{margin-top:10px}
.nav>ul>li:after{
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #bd3831;
    transition: all .3s;
}
.nav>ul>li.on:after,.nav>ul>li.active:after{
    left: 10px;
    right: 10px;
}
.nav>ul>li.on>a,.nav>ul>li.active>a{
    color: #bd3831;
}
.header.on .nav>ul>li>a{
    color: #333333;
}
.nav>ul ul{
    position: absolute;
    left: -30%;
    right: 0;
    top: 100%;
width: 160%;
    padding: 10px 0;
    background: #bd3831;
    display: none;
    border-top: 2px solid rgba(0,0,0,0);
    background-clip: padding-box;
}
.nav>ul ul>li>a{
    
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.nav>ul ul>li:hover {
    background: #f6b22b;
}
.b-tag1{
    position: absolute;
    width: 183px;
    height: 183px;
    padding-top: 54px;
    background-image:url("/gw2021byswj/image/tag.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
}
.b-tag1 .pho{
    width: 51px;
    height: 39px;
    margin: auto;
    position: relative;
}
.b-tag1 .pho img{
    max-width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.b-tag1 p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.b-tag1 a{
    display: block;
}
.tag-t {
    right: 26px;
    bottom: 212px;
}
.tag-m{
    right: 125px;
    bottom: 118px;
}
.tag-b{
    right: 26px;
    bottom: 19px;
}
.b-tag1:hover {
    background-image: url("/gw2021byswj/image/tag-on.png");
}

.footer{
    padding-top: 48px;
   padding-bottom: 56px;
    background: #bd3831;
}
.f-link{
    font-size: 0;
    padding: 0 30px;
}
.f-link>div{
    display: inline-block;
    position: relative;
    width: 17.9%;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 2.625%;
}
.f-link>div:first-child{
    margin-left: 0;
}
.f-link>div>p{
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    position: relative;
    padding-left: 23px;
    padding-right: 45px;
}
.f-link>div>p>img{
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -2.5px;
}
.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    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;
    max-height: 280px;
    overflow-y: auto;
}

.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: #bd3831;
    color: #fff;
}

.f-link>div:hover ul {
    display: block;
}
.add{
    float: left;
    margin-left: 50px;
}
.add p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.add p:first-child{
    background-image: url("/gw2021byswj/image/add-1.png");
}
.add p:nth-child(2){
    background-image: url("/gw2021byswj/image/add-2.png");
}
.add p:nth-child(3){
    background-image: url("/gw2021byswj/image/add-3.png");
}
.add p:nth-child(4){
    background-image: url("/gw2021byswj/image/add-4.png");
}
.bq {
    float: right;
    font-size: 0;
    
}
.bq img{
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height: 21px;
}
.bq>div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.bq>div p{
   font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.bq>div p span{
    display: inline-block;
    margin-left: 15px;
}
.f-box{
    margin-top: 46px;
    overflow: hidden;
}
.wap{
    display: none;
}
.menuBtn{
    width: 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: #bd3831;
    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;
}
.tab{
    position: fixed;
    top: 50%;
    right: 0;
    width: 55px;
    padding: 10px 0;
    transform: translateY(-50%);
    background: #333333;
    display: none;
    z-index: 999;
}
.tab>div{
    padding:11px 0 15px;
    transition: all .3s;
    position: relative;
}
.tab>div p{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 0;
    font-size:0;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #bd3831;
    border-radius: 5px 0 0 5px;
    transition: width .3s;
    overflow: hidden;
}
.tab>div a{
    display: block;
}
.tab>div a img{
    display: block;
    width: 28px;
    margin: auto;
}
.tab>div:hover p{
    font-size: 16px;
    width: 142px;
}
.tab>div:hover{
    background: #bd3831;
}
@media screen and (max-width: 1378px){
    .top>div,.header>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li>a{

        font-size: 16px;
    }

    .b-tag1{
        width: 123px;
        height: 123px;
        padding-top: 25px;
        background-size: 123px auto;
    }
    .b-tag1 .pho img{
        max-width: 70%;
    }
    .b-tag1 p{
        font-size: 12px;
        margin-top: 10px;
    }
    .tag-b{
        right: 5px;
        bottom: 10px;
    }
    .tag-m {
        right: 70px;
        bottom: 75px;
    }
    .tag-t {
        right: 5px;
        bottom: 140px;
    }
.search input[type='text'] {width: 156px;}
.t-left a{ font-size: 13px;}
.t-tag i{margin-left: 10px;margin-right: 10px;}
.t-tag {margin-left: 20px;}

}

@media screen and (max-width: 1040px){
    .m-top{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        overflow: hidden;
        font-size: 0;
        background: #bd3831;
        height: 32px;
        padding: 0 10px;
        z-index: 999;
    }
    .mt-link a{
        display: inline-block;
        font-size: 12px;
        color: #fff;
        line-height: 32px;
        padding-left: 15px;
        margin-left: 10px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 10px auto;
    }
    .mt-link a:first-child{
        margin-left: 0;
        background-image: url("/gw2021byswj/image/t-icon.png");
    }
    .mt-link a:nth-child(2){
        background-image: url("/gw2021byswj/image/t-icon2.png");
    }
    .mt-link a:nth-child(3){
        background-image: url("/gw2021byswj/image/t-icon3.png");
    }
    .mt-tag a,.mt-tag i{
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 32px;
        color: #fff;
    }
    .mt-tag i {
        margin-left: 10px;
        margin-right: 10px;
    }
    .mt-tag {
        font-size: 0;
        text-align: left;
        height: 32px;
        padding-left: 15px;
        overflow: hidden;
    }
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .menuBtn {
        display: block;
    }
    .m-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 30px;
        width: auto;
        height: 60px;
        background: #fff;
        z-index: 9999;

    }
    .m-logo>a{
        display: block;
        padding-left: 15px;

    }
    .m-logo img{
        display: block;
        transform: scale(.8) ;
        transform-origin:left center ;
    }
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 90px;
        background: #a30a09;
        padding-top: 10px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-link a,.m-link2 a{
        display: inline-block;
        font-size: 14px;
        line-height: 15px;
        color: #fff;
        border-left: 1px solid rgba(255,255,255,.5);
        margin-left: 18px;
        padding-left: 17px;
        vertical-align: middle;
    }
    .m-link a:first-child ,.m-link2 a:first-child{
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .m-link2{
        margin-top: 10px;
    }
    .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: #333;
        background: #ffdee3;
        vertical-align: middle;
        border-radius: 5px;
    }
    .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("/gw2021byswj/image/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;
    }
    .bq,.add{
        float: none;
        width: auto;
        margin: 0;
    }
    .bq{
        margin-top: 20px;
    }
    .f-link{
        padding: 0 10px;
    }
    .f-box{
        padding: 0 10px;
        margin-top: 15px;
    }
    .m-tab{
        margin-top: 15px;
    }
    .m-tab>ul{
        display: flex;
        justify-content: space-evenly;
    }
    .m-tab>ul>li{
        flex-basis: 80px;
    }
    .m-tab>ul>li>a{
        display: block;
        font-size: 0;
    }
    .m-tab>ul>li .b-icon{
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        position: relative;
        margin-right: 10px;
    }
    .b-icon img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    .m-tab>ul>li p{
        display: inline-block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }
.t-left a{ font-size: 14px;}
.t-link a{margin-left: 12px;}

}
@media screen and (max-width: 860px){

    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
    .f-link>div{
        width: 31%;
        margin-bottom: 10px;
    }
    .f-link>div:nth-child(4){
        margin-left: 0;
    }
    .bq>div{
        margin-left: 15px;
    }
    .footer{
        padding: 20px 0;
    }
}

@media screen and (max-width: 640px){
    .tab{
        display: none;
    }
    .m-search{
        margin: 10px auto;
    }
    .f-link>div{
        float: none;
        width: 100%;
        margin-left: auto;
    }
    .f-link>div>p{
        font-size: 12px;
        line-height: 35px;
    }
    .add p{
        font-size: 12px;
        background-position: top 10px left;
    }
    .f-box,.f-link{
        padding: 0;
    }
    .bq>div p{
        font-size: 12px;
    }
    .bq img{
        width: 59px;
        height: 56px;
    }
}

@media screen and (max-width: 480px){
    .bq img{
        display: block;
        margin: auto;
    }
    .m-logo img{
        transform: scale(0.7);
    }
}
.back{position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 999;
display:none;}
.back a{display: block;
    width: 45px;
    height: 45px;}
.back img{display: block;
    width: 100%;}

@media screen and (max-width: 768px){
.back a{display: block;
    width: 20px;
    height: 20px;}
}