.navBox{
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.49rem;
    background: url("../img/navNo.png") no-repeat;
    background-size: cover;
}

.navLog{
        width: 0.64rem;
        height: 0.37rem;
        margin-left: 0.22rem;
        margin-top: 0.06rem;
        float: left;
}

.navLog>img{
    /*/width: 100%;*/
    height: 100%;
    display: block;
}

#smBox{
    z-index: 600;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.smBox-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform:translate(-50%,-50%) ;
    -moz-transform:translate(-50%,-50%) ;
    -webkit-transform: translate(-50%,-50%);
    width: 3.5rem;
    height: auto;
}

#smClosed{
    z-index: 400;
    position: absolute;
    right: 0.27rem;
    top: 0.14rem;
    width:0.17rem;
    height: auto;
}

.smBox-content>img,#smClosed>img{
    width: 100%;
    height: auto;
    display: block;
}

.navBtnBox{
    float: right;
    margin-right: 0.18rem;
    margin-top: 0.13rem;
    width:0.25rem;
    height: auto;
}

.navBtnBox>img{
    width: 100%;
    height: 100%;
    display: block;
}
.VideoBox{
    margin-top: 0.49rem;
    width: 100%;
    height: auto;
}

.VideoBox>img{
    width: 100%;
    height: auto;
    display: block;
}



.mainBox{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.on-line{
    width: 100%;
    height: 4.35rem;
}

.exposure{
    width: 100%;
    height: 1.63rem;
    overflow: hidden;
    margin: 0.41rem auto 0;
}

.exposure-top{
    width: 3.30rem;
    height:0.19rem;
    margin:0 auto 0.03rem;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    /*-webkit-transform: translateX(0.5rem);*/
    /*-moz-transform: translateX(0.5rem);*/
    /*-ms-transform: translateX(0.5rem);*/
    /*-o-transform: translateX(0.5rem);*/
    /*transform: translateX(0.5rem);*/
    opacity: 1;
}

.exposure-top-title{
    float: left;
    font-size: 0.12rem;
    font-family: SYSTCN;
    letter-spacing: 0.05rem;
    color: #163271;
}


.exposure-top-title-img{
    float: right;
    
    height: 0.19rem;
}

.exposure-top-title-img>img{
    width: 100%;
    height: 100%;
    display: block;
}

.exposure-box{
    width: 3.4rem;
    height: 1.42rem;
    margin: auto ;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    /*-webkit-transform: translateX(0.5rem);*/
    /*-moz-transform: translateX(0.5rem);*/
    /*-ms-transform: translateX(0.5rem);*/
    /*-o-transform: translateX(0.5rem);*/
    /*transform: translateX(0.5rem);*/
    opacity: 1;
}

.exposure-box-img{
    width: 3.4rem;
    height: 1.4rem;
}

.exposure-box-img>img{
    width: 100%;
    height: 100%;
    display: block;
}



.exposure-carousel{
    width: 100%;
    height:2.53rem;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    /*-webkit-transform: translateX(0.5rem);*/
    /*-moz-transform: translateX(0.5rem);*/
    /*-ms-transform: translateX(0.5rem);*/
    /*-o-transform: translateX(0.5rem);*/
    /*transform: translateX(0.5rem);*/
    opacity: 1;
}

.exposure-carousel-box{
    width:  3.5rem;
    height: 100%;
    margin: auto;
    background: url("../img/xsllw_r.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.exposure-img-box{
    margin-top: 0.38rem;
    margin-left: 0.08rem;
    width: 3.2rem;
    height: 1.8rem;
}

.exposure-img{
    width:2.3rem;
    height: 100%;
    float: left;
}

#exposure_img_content{
    width: 100%;
    height: 100%;
}

#exposure_img_content>img{
    width: 100%;
    height: auto;
}

.exposure-number{
    width: .5rem;
    height: 100%;
    float: left;
}

.exposure-number-box{
    width: 0.5rem;
    height: 0.54rem;
    margin-bottom: 0.07rem;
}

.exposure-number-radius{
    width: 0.4rem;
    height: 0.4rem;
    background: #163271;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exposure-number-con{
    display: block;
}

.exposure-number-con>img{
    width: 100%;
    height: 100%;
    display: block;
}
.exposure-btn{
    width: 0.4rem;
    height: 100%;
    float: left;
    position:relative;
}

.exposure-btn-img{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:0.3rem;
    height: 0.49rem;
    -webkit-animation: exposureBtn 1.6s linear infinite;
    -o-animation: exposureBtn 1.6s linear infinite;
    animation: exposureBtn 1.6s linear infinite;
    -webkit-animation-direction:alternate;
    -o-animation-direction:alternate;
    animation-direction:alternate;
}


@-webkit-keyframes  exposureBtn{
    0%{
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    100%{
        -webkit-transform: translate(-0.1rem,-50%);
        -moz-transform: translate(-0.1rem,-50%);
        -ms-transform: translate(-0.1rem,-50%);
        -o-transform: translate(-0.1rem,-50%);
        transform: translate(-0.1rem,-50%);
    }
}

@-o-keyframes exposureBtn {
    0%{
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    100%{
        -webkit-transform: translate(-0.1rem,-50%);
        -moz-transform: translate(-0.1rem,-50%);
        -ms-transform: translate(-0.1rem,-50%);
        -o-transform: translate(-0.1rem,-50%);
        transform: translate(-0.1rem,-50%);
    }
}

@-ms-keyframes exposureBtn {
    0%{
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    100%{
        -webkit-transform: translate(-0.1rem,-50%);
        -moz-transform: translate(-0.1rem,-50%);
        -ms-transform: translate(-0.1rem,-50%);
        -o-transform: translate(-0.1rem,-50%);
        transform: translate(-0.1rem,-50%);
    }
}

@-moz-keyframes  exposureBtn{
    0%{
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    100%{
        -webkit-transform: translate(-0.1rem,-50%);
        -moz-transform: translate(-0.1rem,-50%);
        -ms-transform: translate(-0.1rem,-50%);
        -o-transform: translate(-0.1rem,-50%);
        transform: translate(-0.1rem,-50%);
    }
}

@keyframes exposureBtn {

    0%{
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    100%{
        -webkit-transform: translate(-0.1rem,-50%);
        -moz-transform: translate(-0.1rem,-50%);
        -ms-transform: translate(-0.1rem,-50%);
        -o-transform: translate(-0.1rem,-50%);
        transform: translate(-0.1rem,-50%);
    }
}

.exposure-btn-img>img{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

.exposure-more-box{
    margin-top: 0.03rem;
    margin-left: 0.2rem;
    width: 3rem;
    height: 0.24rem;
}

a.exposure-more{
    display: block;
    font-size: 0.14rem;
    color: #bd1914;
    float: right;
}


.exposure-number-w{
    font-size: 0.12rem;
    text-align: center;
    color: #163271;
    padding-top: 0.02rem;
    text-align: center;
}

/*线下*/
.offline{
    width: 100%;
    /*height: 6.32rem;*/
    overflow: hidden;
}

.offlineTop{
    width:  100%;
    height: 400px;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    margin:0.39rem auto 0;
    position: relative;
    opacity: 0;
}

.offlineBottom{
    width:  3.5rem;
    height: 2.8rem;
    margin:0.08rem auto 0;
    overflow: hidden;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
}

.offlineBottom-box{
    width:  3.5rem;
    height: auto;
    margin: auto;
    position: relative;
}

.offlineBottom-remendiyi{
    position: absolute;
    top:2.46rem;
    left:0.38rem;
    width: 1.01rem;
    height: auto;
}

.offlineBottom-more{
    position: absolute;
    top: 2.27rem;
    right: 0.22rem;
    width: 0.62rem;
    height: auto;
}

.offlineBottom-ng{
    z-index: 100;
    position: absolute;
    top: 2.4rem;
    left: 0.28rem;
    width: 1.56rem;
    height: auto;
}

.offlineBottom-remendiyi>img,.offlineBottom-more>img,.offlineBottom-ng>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineBottom-kg-box{
    z-index: 200;
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.15rem;
    height:2.36rem;
}


.offlineBottom-img-box{
    z-index: 1;
    position: absolute;
    top:50%;
    left: 0.26rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.68rem;
    height: 1.54rem;
}
.offlineBottom-img-list{
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.offlineBottom-img-list>img{
    width: 100%;
    height: 100%;
    display: block;
}

.offlineBottom-kg-box>img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 200;
}


.offlineBottom-box>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineTop-img-bg{
    width: 100%;
    height: 350px;
    background: url("../img/LEFTPD.png") no-repeat;
    background-size: 100% 100%;
    margin: auto;
}

.offlineTop-img-box{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.offline-king{
    position: absolute;
    top: 1.09rem;
    left: 0.38rem;
    width: 2.07rem;
    height: auto;
    display: block;
}

.offline-king>img{
    width:100%;
    height: auto;
    display: block;
}

.offline-XSASKC{
    position: absolute;
    top: 1.44rem;
    left: 0.36rem;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(-0.8rem);
    -moz-transform: translateX(-0.8rem);
    -ms-transform: translateX(-0.8rem);
    -o-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
    opacity: 0;
    width:2.11rem;
    height:0.57rem;
}

.hot-one{
    position: absolute;
    top: 1.52rem;
    left: 0.38rem;
    width:1.8rem;
    height: auto;
    display: block;
}

.hot-one>img{
    width: 100%;
    height: auto;
    display: block;
}

.offline-XSASKC>img{
    width: 100%;
    height: 100%;
    display: block;
}

.offlineTop-img-box-con{
    /*width: 5.94rem;*/
    height: 100%;
}

.offline-right-btn{
    position: absolute;
    top: 50%;
    right:10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.28rem;
    height: 0.46rem;

}

.offline-right-btn>img{
    width: 100%;
    height: 100%;
    display: block;
}

.offlineTop-img{
    width: 80%;
    height: 300px;
	margin-left:10%;
	margin-top:50px;
    float: left;
	text-align:center
}


.offlineTop-img>img{
	width:100%;
    max-height:220px;
	border-radius:5px
}

.offline-more{
    position: absolute;
    bottom: 60px;
    right: 0.18rem;
    display: block;
    font-size: 0.14rem;
    color: #bd1914;
}

.storefront-more{
    position: absolute;
    bottom: 0.08rem;
    left: 0.09rem;
    display: block;
    font-size: 0.14rem;
    color: #bd1914;
}

/*近期战报*/
.battle-report-box{
    width:100%;
    height: 3.4rem;
    overflow: hidden;
    position: relative;
}

.battle-report-bj{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.4rem;
    height: 2.63rem;
}

.battle-report-zxj{
    position: absolute;
    bottom: 0.33rem;
    right:0.22rem;
    width:0.53rem;
    height: auto;
}
.battle-report-dy{
    position: absolute;
    bottom: 0.26rem;
    left:0.33rem;
    width:1.72rem;
    height: auto;
}



.battle-report-zxj>img,.battle-report-dy>img{
    width: 100%;
    height: auto;
    display: block;
}

.battle-report-bj-box{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2.92rem;
    height:auto;
}

.battle-report-content-box{
    position: absolute;
    top:1.06rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:2.37rem;
    height:1.2rem;
}

.battle-report-200{
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0.92rem;
}

.battle-report-200>img{
    width: 100%;
    height: auto;
    display: block;
}

.battle-report-content-list{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
}

.battle-report-list{
    width:0.74rem;
    height:0.57rem;
    box-sizing: border-box;
    border: 0.01rem solid #efe3c7;
}

.battle-report-list>img{
    width: 100%;
    height: 100%;
    display: block;
}



.battle-report-bj>img,.battle-report-bj-box>img{
    width: 100%;
    height: 100%;
    display: block;
}


/*品牌介绍*/
.brand-Introduction{
    width:100%;
    height: 5.3rem;
    overflow: hidden;
}

.brand-Introduction-box{
    width: 2.78rem;
    height: 5rem;
    margin:0.3rem auto 0;
}

.brand-Introduction-img{
    width: 100%;
    height:2.05rem;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
    background: url("../img/about_img.jpg") no-repeat;
    background-size: 100% 100%;
}

.brand-Introduction-title{
    z-index: 103;
    margin-top: 0.1rem;
    margin-left: 0.12rem;
    width:100%;
    height:0.58rem;
	color:#90060D;
	font-family:"楷体";
	font-size:50px;

}

.brand-Introduction-titleBox{
    position: relative;
    width: 100%;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
    height:0.58rem;
}

.brand-Introduction-NG{
    z-index: 99;
    position: absolute;
    top: 0.53rem;
    left: 0.12rem;
    font-size: 0.15rem;
    color: #90060D;
    letter-spacing: 0.033rem;
}

.brand-Introduction-content{
    margin-top: 0.22rem;
    width: 2.7rem;
    height: 2.03rem;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
    margin-left:0.08rem;
}

.brand-Introduction-about{
    font-size: 0.14rem;
    font-family: SYSTCN;
    letter-spacing: 0.01rem;
    text-align: justify;
    line-height: 0.22rem;
}

/*产品*/
.product{
    margin-top: 0.32rem;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
    width: 100%;
    height: 3.3rem;
    position: relative;
}

.product-top{
    width: 100%;
    height: 1.8rem;
    background: #f2f2f2;
    position: relative;
}
.productDisplayVideoTitle{
	font-family:"楷体";
	font-size:40px;
	text-align:center;
	letter-spacing:5px;
	margin-top:20px;
	width:100%;
	float:left;
	color:#90060d;
}
.productDisplayVideoTitleNG{
    font-size:14px;
	text-align:center;
	width:100%;
	float:left;
	color:#90060d;
	letter-spacing:5px;
}
.product-bottom{
    position: absolute;
    top: 1.09rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:  3.5rem;
    height: 2.13rem;
}

.product-bottom-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.product-top-title{
    position: absolute;
    top: 0.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:1.44rem ;
    height: 0.58rem;
}

.product-top-title>img{
    width: 100%;
    height: 100%;
    display: block;
}

.product-img-box{
    width: 2.96rem;
    height: 1.95rem;
    display: flex;
    margin: auto;
}

.product-img-box-left,.product-img-box-right{
    width:1.48rem;
    height:100%;
    box-sizing: border-box;
    border: 0.03rem solid #e84b2a;
    display: block;
}

.product-img-box-left>img,.product-img-box-right>img{
    width: 100%;
    height: 100%;
    display: block;
}

.product-img-box-left{
    margin-right: 0.08rem;
}

.product-pre,.product-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:0.23rem;
    height:0.36rem;
    display: block;
}

.product-pre{
    left: 0;
}

.product-next{
    right: 0;
}

.product-pre>img,.product-next>img{
    width: 100%;
    height: 100%;
    display: block;
}

.product-bottom-rice{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:0.8rem;
    height: 0.1rem;
}

.product-bottom-riceUL{
    width: 100%;
    height: 100%;
}

.product-bottom-riceUL>li{
    width:0.1rem;
    height:0.1rem;
    float:left;
    border-radius: 50%;
    background:#90060d;
    margin-right: 0.04rem;
}

.product-bottom-riceUL>li:last-child{
    margin-right:0;
}

.product-bottom-riceUL>li.acitve{
    width:0.2rem;
    height:0.1rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    border: 0.01rem solid #90060d;
    background: #fff;
}

/*店面风采*/
.storefront{
    width: 100%;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    opacity: 0;
    height: 3.98rem;
    margin-top: 0.3rem;
}

.storefront-box{
    width:3.35rem;
    height: 3.98rem;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.storefront-BG{
    width:2.74rem;
    height:100%;
    background: #f2f2f2;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.storefront-title{
    width: 100%;
    height: 0.58rem;
    margin:0.2rem auto 0;
}

.storefront-title>img{
    width: 100%;
    height: 100%;
    display: block;
}


.storefront-NG{
    position: absolute;
    top: 0.88rem;
    left: 0.08rem;
    width: 1.78rem;
    height: 0.71rem;
}

.storefront-NG>img{
    width: 100%;
    height: 100%;
    display: block;
}

.storefront-carousel-box{
    position: absolute;
    top: 1.55rem;
    left: 0;
    width:3.17rem;
    height:1.97rem;
}

.storefront-carousel-img{
    width: 2.79rem;
    height: 100%;
    background: chocolate;
    float: left;
}

.storefront-carousel-next{
    float: left;
    width: 0.35rem;
    height: 100%;
    position: relative;
}

.storefront-carousel-nextBtn{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
    width:0.23rem;
    height:0.36rem;
}

.storefront-carousel-nextBtn>img,.storefront-carousel-img>img,.town>img{
    width: 100%;
    height: 100%;
    display: block;
}
.town{
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    width:0.52rem;
    height:0.62rem;
}


.storefront-itemBox{
    position: absolute;
    bottom: 0.29rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:1.30rem;
    height: 0.1rem;
}

.storefront-ul{
    width: 100%;
    height: 100%;
}

.storefront-ul>li{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    float: left;
    background: #90060d;
    margin-right: 0.08rem;
}
.storefront-ul>li:last-child{
    margin-right: 0;
}


.storefront-ul>li.acitveLi{
    width: 0.2rem;
    height: 0.1rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    border: 0.01rem solid #90060d;
    background: #f2f2f2;
}

.footer{
    width: 100%;
    height: 5rem;
    margin-top: 0.46rem;
    position: relative;
}

.message-board{
    z-index: 105;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:2.7rem;
    height: 3.21rem;
    background: #fff;
	border:5px solid #90060d
}

.message-board-box{
    width:2.46rem;
    height:3.06rem;
    margin: auto;
    overflow: hidden;
}

.footer-box{
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background: url("../img/footer_bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.footer-content-box{
    width: 3.5rem;
    height: 1.22rem;
    margin: 0.92rem auto 0;
}

.footer-content-bottom{
    width: 3.5rem;
    height: 0.5rem;
    margin: 0.18rem auto 0;
    display: flex;
}

.footer-content-bottom-box{
    margin-top: 0.1rem;
    float: left;
    flex: 1;
}

.footer-content-bottom-box>p{
    font-size: 0.12rem;
    text-align: center;
    font-family: SYSTCN;
    color: #fff;
}

.footer-content-top{
    width: 3.3rem;
    height:0.7rem;
    margin: auto;
}

.footer-content-top-rw{
    width: 0.7rem;
    height: 0.7rem;
    float: left;
}
.footer-content-top-wz{
    width: 2.50rem;
    height: 0.7rem;
    margin-left: 0.06rem;
    float: left;
}

.footer-content-title,.footer-content-dz,.footer-content-ICP{
    color: #fff;
    font-family: SYSTCN;
    font-size: 0.12rem;
}

.footer-content-phone{
    color: #fff;
    font-family: SYSTCN;
    font-size: 0.15rem;
}

.footer-content-top-rw>img{
    width: 100%;
    height: 100%;
    display: block;
}

.message-content{
    width: 100%;
    height: 2.28rem;
    margin-top: 0.09rem;
}

.message-title-box{
    width: 100%;
    height: 0.28rem;
	margin-top:10px;
}

.message-title{
    font-family: SYSTCN;
    font-size: 0.16rem;
    height: 0.28rem;
    line-height: 0.28rem;
    float: left;
}

.message-text{
    width: 100%;
    height: 0.72rem;
    background: #ededed;
    display: block;
    overflow: hidden;
}

.message-text>#message-textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: #ededed;
    box-sizing: border-box;
    padding: 0.05rem;
    resize: none;
    font-family: SYSTCN;
}

.message-line{
    width: 0.01rem;
    height: 0.20rem;
    background: #000;
    float: left;
     margin-top: 0.04rem;
    margin-right:0.07rem;
    margin-left: 0.05rem;
}

.message-tel{
    font-size: 0.18rem;
    font-family: SYSTCN;
    height: 0.28rem;
    line-height: 0.28rem;
    float: left;
}

.message-input{
    width: 100%;
    height: 0.27rem;
    line-height: 0.27rem;
    background: #ededed;
    outline: none;
    border: none;
    display: block;
    box-sizing: border-box;
    padding: 0.05rem;
    font-family: SYSTCN;
}

.message-inputBox{
    width: 100%;
    height: 0.27rem;
    background: #ededed;
    margin-bottom: 0.08rem;
    position: relative;
}

.button-box{
    width: 100%;
    height: 0.5rem;
}

.btnUp{
    font-family: SYSTCN;
    text-align: center;
    letter-spacing:0.04rem;
    text-indent: 0.04rem;
    width: 100%;
    height: 0.36rem;
    background:#615d5e ;
    display: block;
    color: #fff;
    font-size: 0.17rem;
    margin-top: 0.1rem;
    -webkit-appearance:none;
    border-radius: 0;
}

.zb-left{
	position: absolute;
	left:-0.07rem;
	top: 50%;
	-webkit-transform:translateY(-50%) ;
	-ms-transform:translateY(-50%) ;
	transform: translateY(-50%);
	width:0.07rem;
	height: auto;
	display: block;
}

.zb-right{
	position: absolute;
	right:-0.07rem;
	top: 50%;
	-webkit-transform:translateY(-50%) ;
	-ms-transform:translateY(-50%) ;
	transform: translateY(-50%);
	width:0.07rem;
	height: auto;
	display: block;
}

.zb-right>img,.zb-left>img{
	width:100%;
	height: auto;
	display: block;
}

.barSwitch-content-list{ font-size:18px;}

.barSwitch-content-list .ha{ width:150px; height:50px; background:url(../img/nav_bg.png) no-repeat; background-size:100% 100%; display:block;line-height:50px; text-align:center;color:#fff;}

.yzm{
	position:relative;
	margin-top:10px;
	overflow:hidden
}
.yzm a{
	position:absolute;
	right:3.5px;
	top:3.5px;
}

.yzm a img{
	position:absolute;
	right:0px;
	top:0px;
}

#feedback_form span{ display:none}