/*动画*/
#Load{
    z-index: 2000;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../images/loadImg.jpg") no-repeat;
    background-size: 100% 100%;
    -webkit-animation:load 2s linear;
    -o-animation:load 2s linear;
    animation:load 2s linear;
    -webkit-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:1.5s;
    -webkit-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    overflow: hidden;
}

@-khtml-keyframes load {
    0%{
        display: block;
    }
    100%{
        display: none;
        margin-top: -100vh;
    }
}

@-moz-keyframes load {
    0%{
        display: block;
    }
    100%{
        display: none;
        margin-top: -100vh;
    }
}

@-ms-keyframes  load{
    0%{
        display: block;
    }
    100%{
        display: none;
        margin-top: -100vh;
    }
}

@-o-keyframes load {
    0%{
        display: block;
    }
    100%{
        display: none;
        margin-top: -100vh;
    }
}

@-webkit-keyframes load {
    0%{
        display: block;
    }
    100%{
        display: none;
        margin-top: -100vh;
    }
}


@keyframes load {
    0%{
        display: block;
    }
    100%{
        display: none;
        margin-top: -100vh;
    }
}

.videoBox{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 400;
}

#video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
    padding-top: 92px;
}

#navTop{
	z-index: 800;
    width: 100%;
    height: 9.2rem;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/index_header.png") no-repeat;
    background-size: 100% 100%;
    
}

.navTelephone{
    width:22rem;
    height:3.7rem;
    box-sizing: border-box;
    border-radius:1.8rem;
    border: .2rem solid #fff;
    margin-left: 8.8rem;
    margin-top: 2.8rem;
    line-height:3.7rem ;
}

.navTelephoneTit,.navTelephone-number{
    float: left;
    height: 3.3rem;
    line-height:3.3rem ;
    box-sizing: border-box;
    color: #fff;
}

.navTelephoneTit{
    padding-left: 1.1rem;
    padding-right: .5rem;
    font-size: 1.2rem;
    font-family: SYSTCN;
    font-weight: bold;
    letter-spacing: .1rem;
}

.navTelephone-number{
    font-size: 2.1rem;
}

.navBtn{
    position: absolute;
    top:3.1rem;
    right: 8.1rem;
    cursor: pointer;
}

.navBtn>img{
    width: 100%;
    height: auto;
    display: block;
}


#leftNav{
    width:32.3rem;
    height:79.3rem;
    background: rgba(0,0,0,.51);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 50%;
    left: -9rem;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.leftNavTitle{
    width:14.5rem;
    height:4.1rem;
    background: url("../images/hywn.png") no-repeat;
    background-size: 100% 100%;
}

.leftNavTitle-con{

}

.leftNavBox{
    position: absolute;
    width: 17.8rem;
    height: 54.3rem;
    left: 50%;
    top: 16.1rem;
    transform: translateX(-50%);
}

.leftNavListBox{
    width: 17.8rem;
    height: 12.3rem;
    display: none;
}

.leftNavListBox1{
    width: 17.8rem;
    height: 7.3rem;
    display: none;
}

.leftNavListMinTit{
    color: #fff;
    font-family: SYSTCN;
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.3rem;
    padding-top: 1.4rem;
    text-align: center;
}

.leftNavList{
    margin-bottom: 2.4rem;
}

.leftNavListTitle{
    width: 17.8rem;
    font-size: 2.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    color: #fff;
    letter-spacing: .1rem;
    font-family: SYSTCN;
    background: url("../images/luk.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.leftNavListTitle-href{
    display: block;
    height: 4.6rem;
    line-height: 4.3rem;
    width: 17.8rem;
    font-size: 2.6rem;
    color: #fff;
    letter-spacing: .1rem;
    font-family: SYSTCN;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.leftNavListTitle-href:hover{
    color:#ee3500;
}

.leftNavListTitle:hover{
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.leftNavListMinTit:hover{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: .9;
    color:#ee3500;
}



.loginIndex{
    width: auto;
    height: 6.2rem;
    display: block;
    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%);
}
.navSlog{
    width: 27rem;
    font-size: 1.7rem;
    color: #fff;
   position: absolute;
    font-family: SYSTCN;
    letter-spacing: 1.2rem;
   top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7;
}

.navSlogLeft{
    left:11.1rem;
    text-align: right;
}
.navSlogRight{
    right:11.1rem;
    text-align: left;
}

#downward{
    width:11.6rem;
    height:14.5rem;
    background: url("../images/xiala.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 13.9rem;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: downWard 1.4s linear infinite;
    -o-animation: downWard 1.4s linear infinite;
    animation: downWard 1.4s linear infinite;
    -webkit-animation-direction:alternate;
    -o-animation-direction:alternate;
    animation-direction:alternate;
}
.downward{
    display: block;
    width: 100%;
    height: 100%;
}
@-khtml-keyframes downWard {
    0%{
        bottom: 13.9rem;
    }
    100%{
        bottom: 12.7rem;
    }
}

@-o-keyframes downWard {
    0%{
        bottom: 13.9rem;
    }
    100%{
        bottom: 12.7rem;
    }
}

@-ms-keyframes downWard {
    0%{
        bottom: 13.9rem;
    }
    100%{
        bottom: 12.7rem;
    }
}

@-moz-keyframes  downWard{
    0%{
        bottom: 13.9rem;
    }
    100%{
        bottom: 12.7rem;
    }
}

@-webkit-keyframes  downWard{
    0%{
        bottom: 13.9rem;
    }
    100%{
        bottom: 12.7rem;
    }
}


@keyframes downWard {
    0%{
        bottom: 13.9rem;
    }
    100%{
        bottom: 12.7rem;
    }
}

/*盒子容器*/
#mainBox{
	position: relative;
	z-index: 300;
    width: 100%;
    height: auto;
    display: block;
}

/*曝光*/
.TrillExposure{
    width: 100%;
    height: 105.1rem;
    background: #fff;
    overflow:hidden;
    position: relative;
}

.TrillExposureBox{
    width:131.8rem;
    height: 88.4rem;
    margin: 16.7rem auto 0;
}

.TrillExposure-leftBox{
    width:22.1rem;
    height:64.9rem;
    background: url("../images/llw.png") no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 2.4rem;
    margin-right: 2.1rem;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(-54rem);
    -moz-transform: translateX(-54rem);
    -ms-transform: translateX(-54rem);
    -o-transform: translateX(-54rem);
    transform: translateX(-54rem);
    opacity: 1;
  transform: translateX(0px);
}

.TrillExposure-rightBox{
    width:107.6rem;
    height:67.2rem;
    background: url("../images/huaban.png") no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    -webkit-transform: translateX(64rem);
    -moz-transform: translateX(64rem);
    -ms-transform: translateX(64rem);
    -o-transform: translateX(64rem);
    transform: translateX(64rem);
    opacity: 1;
  transform: translateX(0px);
}

/*曝光量*/
.exposureIndex{
    width:39.4rem;
    height:18.8rem;
    background: url("../images/dybg.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -8.7rem;
    right: 17rem;
    z-index: 1000;
    -webkit-transform: translate(20rem,-9rem);
    -moz-transform: translate(20rem,-9rem);
    -ms-transform: translate(20rem,-9rem);
    -o-transform: translate(20rem,-9rem);
    transform: translate(20rem,-9rem);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
    opacity: 1;
  transform: translateX(0px);
}

.TrillCarouselBox{
    width:90.3rem;
    height:47.1rem;
    position: absolute;
    top: 11.2rem;
    left: 3.3rem;
}

.TrillCarouselBoxImg{
    height: 47.1rem;
    width: 71.2rem;
    float: left;
}

.TrillCarouselBoxImg>img{
    width: 100%;
    height: 100%;
}

.TrillCarouselInformation{
    width:19.1rem;
    height:47.1rem;
    float: left;
}

.TrillCarouselInformationBox{
    width:13.1rem;
    height:43.5rem;
    margin-left: 1.4rem;
}

.TrillCarouselInformationCon{
    width: 100%;
    height: 12.9rem;
    margin-bottom: 2.7rem;
}

.TrillCarouselInformationCon:last-child{
    margin-bottom: 0;
}
.TrillImg{
    width:9.3rem;
    height:9rem;
    margin-left: 2.4rem;
}
.TrillImg>img{
    width: 100%;
    height: 100%;
}

.TrillNumber{
    color: #173271;
    font-size: 2.2rem;
    font-family:SYSTCN;
    font-weight: bold;
    text-align: center;
    padding-top: .7rem;
}

.moreBox{
    width:4rem;
    height:6.5rem;
    position: absolute;
    top: 30.7rem;
    right: 10rem;
    cursor: pointer;
    -webkit-animation: moreBoxBtn 1s linear infinite;
    -o-animation: moreBoxBtn 1s linear infinite;
    animation: moreBoxBtn 1s linear infinite;
    -webkit-animation-direction:alternate;
    -o-animation-direction:alternate;
    animation-direction:alternate;
}


@-khtml-keyframes moreBoxBtn {
    0%{
        right: 10rem;

    }
    100%{
        right: 8rem;
    }
}

@-o-keyframes moreBoxBtn {
    0%{
        right: 10rem;

    }
    100%{
        right: 8rem;
    }
}

@-ms-keyframes moreBoxBtn {
    0%{
        right: 10rem;

    }
    100%{
        right: 8rem;
    }
}

@-moz-keyframes  moreBoxBtn{
    0%{
        right: 10rem;

    }
    100%{
        right: 8rem;
    }
}

@-webkit-keyframes  moreBoxBtn{
    0%{
        right: 10rem;

    }
    100%{
        right: 8rem;
    }
}


@keyframes moreBoxBtn {
    0%{
        right: 10rem;

    }
    100%{
        right: 8rem;
    }
}

.moreBox>img{
    width: 100%;
    height: 100%;
}

.xsllw{
    width:62.2rem;
    height:12.6rem;
    position: absolute;
    bottom:-12.5rem;
    left: 11.4rem;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    -webkit-transform: translate(-10rem,3rem);
    -moz-transform: translate(-10rem,3rem);
    -ms-transform: translate(-10rem,3rem);
    -o-transform: translate(-10rem,3rem);
    transform: translate(-10rem,3rem);
    z-index: 90;
    opacity: 0;
}

.Trillmore{
    position: absolute;
    bottom: 8.2rem;
    right:9.2rem;
    display: block;
    width:10.4rem;
    height:2.5rem;
}




.offlineQueueTopImg-box{
    width: 26.68rem;
    height: 36.2rem;
    float: left;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right: 1.1rem;
}

.offlineQueueTopImg-box:hover{
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
}
.offlineQueueTopImg-box:last-child{
    margin-right:0;
}

.offlineQueueTopImg-box>img{
    width: 100%;
    height: 100%;
    display: block;
}

#exposureNumber{
    color: #cc4931;
    position: absolute;
    top: 10.5rem;
    left: 3.2rem;
    font-size: 4.4rem;
    -moz-transform:rotate(4deg);
    -ms-transform:rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);

}


/*线下排队王*/
.offlineQueueBox{
    width: 100%;
    height:auto;
    position: relative;
    overflow: hidden;
}
.offlineQueue{
    width:157.8rem;
    height:70.4rem;
    margin: auto;
    position: relative;
}

.offlineQueue-leftImg{
    width:66rem;
    height:70.3rem;
    float: left;
    margin-left: 6.2rem;
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    transform: translateX(-70rem);
    opacity: 1;
  transform: translateX(0rem);
}

.offlineQueue-leftImg>img{
    width: 100%;
    height: auto;
    display: block;
}
.offlineQueue-RightImg{
    width:89.6rem;
    height:56.4rem;
    position: absolute;
    top:3.5rem;
    right: 2.8rem;
    z-index: 90;
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform:translateX(96rem) ;
    -moz-transform:translateX(96rem) ;
    -ms-transform:translateX(96rem) ;
    -o-transform:translateX(96rem) ;
    transform:translateX(96rem) ;
    opacity: 1;
  transform: translateX(0rem);
}

.offlineQueue-RightImg>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineQueueTopImg{
    width:137.8rem;
    height:36.4rem;
    position: absolute;
    top:15rem;
    left:4.6rem;
    overflow: hidden;
    z-index: 95;
    opacity: 0;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    opacity: 1;
  transform: translateX(0rem);
}

.offlineQueueWenLeftImg{
    width:16rem;
    height:59.4rem;
    position: absolute;
    right:-30rem;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    top: 2.2rem;
    z-index: 94;
    opacity: 0;
    opacity: 1;
  transform: translateX(0rem);
}


.offlineQueueWenRightImg{
    width: 59.4rem;
    height: 16rem;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 37.9rem;
    left: -50rem;
    opacity: 0;
    opacity: 1;
  transform: translateX(0rem);
}

.offlineQueueWenRightImg>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineQueueWenLeftImg>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineQueue-king{
    color: #e44d2d;
    font-size: 9rem;
    font-family: SYSTCN;
    position: absolute;
    top: 26.8rem;
    left:1.5rem;
    letter-spacing: 3.5rem;
    z-index: 90;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    opacity: 0;
}

.offlineQueue-first{
    color: #173271;
    font-size: 3.3rem;
    font-family: SYSTCN;
    position: absolute;
    top:40.2rem;
    left:1.5rem;
    letter-spacing: 3.2rem;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    z-index: 90;
}

.hotImg{
    width:36.7rem;
    height:24rem;
    position: absolute;
    top:30rem;

    left: -56.6rem;
    z-index: 94;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    /*transform:scale(.1);*/
    /*-webkit-transform:scale(.1);*/
    /*-moz-transform:scale(.1);*/
    /*-o-transform:scale(.1);*/
    /*-ms-transform:scale(.1);*/
    opacity: 0;

}
.hotImg>img{
    width: 100%;
    height: auto;
    display: block;
}

.dadp{
    width:47.8rem;
    height:21.6rem;
    position: absolute;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    /*transform:scale(.1);*/
    /*-webkit-transform:scale(.1);*/
    /*-moz-transform:scale(.1);*/
    /*-o-transform:scale(.1);*/
    /*-ms-transform:scale(.1);*/
    top:32rem;
    right: -69.3rem;
    z-index: 94;
    opacity: 0;
}

.dadp>img,.offlineQueue-influencer>img,.offlineQueue-line>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineQueue-line{
    width:25rem;
    height:6.4rem;
    position: absolute;
    top:38rem;
    right:22rem;
    z-index: 94;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
}

.offlineQueue-influencer{
    width:42.3rem;
    height:6rem;
    position: absolute;
    bottom: -12rem;
    right: 14.9rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 94;
    opacity: 0;
}

.offlineMore{
    display: block;
    position: absolute;
    bottom: 12rem;
    left: 1.5rem;
}

.offlineQueueBackgroundLeft>img,.offlineQueueBackgroundRight>img{
    width: 100%;
    height: auto;
    display: block;
}
.offlineQueueBackgroundLeft{
    width:37.1rem;
    height:79.8rem;
    position:absolute;
    bottom:10.9rem;
    left:0;
}

.offlineQueueBackgroundRight{
    width:57rem;
    height:74.1rem;
    position:absolute;
    bottom:12rem;
    right:0;
}

.brand-Introduction{
    width:117.5rem;
    height: 39rem;
    margin:17.1rem auto 10rem;
}

.brand-Introduction-left{
    width:52.5rem;
    height:38.3rem;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    opacity: 1;
    float: left;
}

.brand-Introduction-left>img{
    width: 100%;
    height: auto;
    display: block;
}

.brand-Introduction-line{
 height: 30.3rem;
 width: .2rem;
 float:left;
    margin:2.9rem  3.9rem 0 3.2rem;
    background: #d84c31;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    /*transform: translateY(46rem);*/
    opacity:1;
}

#leftNav:hover{
    background: rgba(0,0,0,.8);
}

.shuerlangImgBoxConLeft>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.brand-Introduction-right{
    width: 57.7rem;
    height: 30.3rem;
    float: left;
    position: relative;
    z-index: 95;
    margin-top: 4.4rem;
}

.brand-Introduction-right-title{
    width:39.7rem;
    height:13.5rem;
    opacity: 1;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
    position: relative;
    z-index: 40;
}

.brand-Introduction-right-title>img{
    width: 100%;
    height: auto;
    display: block;
}

.brand-Introduction-right-titleEG{
    color: #e44d2d;
    font-size: 2.7rem;
    top: 11.8rem;
    left: 80rem;
    letter-spacing: 1.8rem;
    z-index: 30;
    width: 70rem;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    opacity: 0;
    position: absolute;
}

.brand-Introduction-right-ConBox{
    width:58rem;
    height:13.2rem;
    margin-top: 2.1rem;
}

.brand-Introduction-right-Conect{
    color: #231815;
    font-size: 1.8rem;
    font-family: SYSTCN;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

/*产品展示*/
.productDisplay{
    width: 100%;
    height: 106.8rem;
    position: relative;
}

.productDisplayBox{
    width: 100%;
    height: 90.9rem;
    background:#e6e6e6;
}

.productDisplayVideoBox{
    width: 100%;
    height: 88.9rem;
    position: relative;
}

#videoProduct{
    width: 100%;
    height:100%;
    object-fit: fill;
}

.productDisplayVideoTitle{
    width:40.8rem;
    height:14.6rem;
    position: absolute;
    left:50%;
    top: 10.8rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.productDisplayVideoTitleNG{
    position: absolute;
    top: 40.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.8rem;
    font-family: SYSTCN;
    letter-spacing: 1.3rem;
}
.productDisplayVideoTitle>img{
    width: 100%;
    height: 100%;
}

.productLeftBtn,.productRightBtn{
    width:5.7rem;
    height:9.7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 92;
}
.productLeftBtn>img,.productRightBtn>img{
    width:100%;
    height:100%;
}

.productLeftBtn{
    left:3.2rem;
}

.productRightBtn{
    right:3.2rem ;
}

.productCarousel{
    width:128.7rem;
    height:39rem;
    position: absolute;
    top:35rem;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 1;
}
.productCarousel1{
    width:128.7rem;
    height:39rem;
    position: absolute;
    top:70rem;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 1;
}
.battle-report-content-Img-top{
	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:43rem;
	height: 10.9rem;
}

.battle-report-content-Img-top>img{
	width:100%;
	height: auto;
	display: block;
}

.productCarouselBox{
    width: 128.7rem;
    height: 35.2rem;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.productCarouselBoxBtn{
    width: 5.6rem;
    height: 1.1rem;
    margin:2.8rem auto 0;
}




.productCarouselBoxBtn>div{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #133075;
    float: left;
    margin-right: .5rem;
}

.productCarouselBoxBtn>div:last-child{
    margin-right: 0;
}
div.shuerlangBtnActive{
    width: 2.3rem;
    height: 1.1rem;
    box-sizing: border-box;
    background: #fff;
    border-radius:1.5rem;
    border: .1rem solid #133075;
}

.productCarouselItem{
    flex: 1;
    height: 30.2rem;
    box-sizing: border-box;
    /*border: .9rem solid #e84b2a;*/
    border: .9rem solid rgb(194, 42, 67);
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);     /* IE 9 */
    -moz-transform:rotate(0deg);    /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);  /* Opera */
}

.mr2{margin-right: 2.1rem}
.productCarouselItem:hover{
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.productRotate{
    -webkit-animation:productCode .3s;
    -o-animation:productCode .3s;
    animation:productCode .3s;
}
@keyframes productCode {
        0%{
            transform:rotateY(0deg);
            -ms-transform:rotateY(0deg);     /* IE 9 */
            -moz-transform:rotateY(0deg);    /* Firefox */
            -webkit-transform:rotateY(0deg); /* Safari 和 Chrome */
            -o-transform:rotateY(0deg);  /* Opera */
        }
    100%{
        transform:rotateY(360deg);
        -ms-transform:rotateY(360deg);     /* IE 9 */
        -moz-transform:rotateY(360deg);    /* Firefox */
        -webkit-transform:rotateY(360deg); /* Safari 和 Chrome */
        -o-transform:rotateY(360deg);  /* Opera */
    }
}

.productCarouselItemImg{
    width: 100%;
    height: 100%;
}

.productCarouselItemImg>img{
    width: 100%;
    height: 100%;
}

.productCarouselItem:last-child{
    margin-right:0;
}


/*门店风采*/
.shuerlang{
    width:100%;
    height:103.5rem;
    overflow: hidden;
}

.shuerlangBox{
    width:100%;
    height:75.2rem;
    margin:11.5rem auto 0;
    position: relative;
}

.shuerlangCont-Box{
    width:100%;
    height:75.2rem;
    margin: auto;
    background: #f2f2f2;
    overflow: hidden;
}

.shuerlangCont-BoxTit{
    width:38.5rem;
    height:15.2rem;
    margin:6.7rem auto 0;
}

.shuerlangCont-BoxTit>img{
    width:100%;
    height:100%;
}

.shuerlangImgBox{
    width:107.5rem;
    height:37.9rem;
    margin: 5.2rem auto 0;
    position: relative;
    z-index: 90;
    overflow: hidden;
}

.shuerlangImgBoxCon{
    width: 100%;
    height: 100%;
    display: flex;
}

.shuerlangImgBoxConLeft{
    flex: 1;
    height:37.9rem;
    margin-right: 1.4rem;
    overflow: hidden;

}

.shuerlangImgBoxConLeft>img,.shuerlangImgBoxConRight>img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.shuerlangImgBoxConRight>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shuerlangImgBoxConRight{
    flex: 1;
    height:37.9rem;
    overflow: hidden;
}


.shuerlangLeftEG{
    width:33.5rem;
    height: 14.8rem;
    position: absolute;
    top: 14.8rem;
    left: -35rem;
    -webkit-transition: all 2.3s;
    -moz-transition: all 2.3s;
    -ms-transition: all 2.3s;
    -o-transition: all 2.3s;
    transition: all 2.3s;
    opacity: 0;
}
.leftNavTitle:hover{
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.shuerlangRightEG{
    width:56.1rem;
    height:14.8rem;
    position: absolute;
    top: 14.8rem;
    right: -35rem;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    opacity: 0;
}

.shuerlangLeftEG>img,.shuerlangRightEG>img{
    width: 100%;
    height: 100%;
}

.shuerlangGX,.shuerlangSJ{
    width:13.8rem;
    height:16.6rem;
    position: absolute;

}

.shuerlangGX{
    right: 0;
    top: 47rem;
}



.shuerlangSJ{
    top: 47rem;
    left: 0;
}



.shuerlangGX>img,.shuerlangSJ>img{
    width:100%;
    height:100%;
}

.shuerlangBtnBox{
    width: 5.6rem;
    height: 1.3rem;
    margin:3.7rem auto 0;
}

.shuerlangBtnBox>div{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #133075;
    float: left;
    margin-right: .5rem;
}

.shuerlangBtnBox>div:last-child{
    margin-right: 0;
}

div.shuerlangBtnBoxActive{
    width: 2.3rem;
    height: 1.1rem;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius:1.5rem;
    border: .1rem solid #133075;
}

.footer{
    width: 100%;
    height: 68.4rem;
    overflow: hidden;
    position: relative;
}

.messageBoardBox{
    width:78.1rem;
    height:29.7rem;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
}

.messageBoard-conBox{
    width:70rem;
    height:18.9rem;
    margin:2rem auto 0;
    z-index: 90;
}

.BtnUp{
    width: 100%;
    background:#605d5d;
    height:6.2rem;
    color: #fff;
    letter-spacing: .5rem;
    text-indent: .5rem;
    line-height: 6.2rem;
    text-align: center;
    outline: none;
    border: none;
    font-size: 2rem;
    font-family: SYSTCN;
    cursor: pointer;
}

.messageBoardTit-Box{
    width: 100%;
    box-sizing: border-box;
    height: 5.4rem;
}

.messageBoardTit-ZS{
    color: #000000;
    font-family: SYSTCN;
    font-size: 2.7rem;
    font-weight: bold;
    padding-left: 4.4rem;
    padding-right: 1.1rem;
    float: left;
    height: 5.4rem;
    line-height: 5.4rem;
}

.hotlineTit{
    color: #000000;
    font-weight: bold;
    font-family: SYSTCN;
    font-size: 1.4rem;
    width: 4.8rem;
    text-align: center;
    float: left;
    height: 5.4rem;
    padding-right: 1.3rem;
    padding-top: .8rem;
    box-sizing: border-box;
}

.hotlineNumber{
    color: #000000;
    font-weight: bold;
    font-family: SYSTCN;
    font-size: 4.2rem;
    height: 5.4rem;
    line-height: 5.4rem;
}

.messageLine{
    width: .1rem;
    height:3.5rem;
    background: #000;
    margin-top: 1.1rem;
    margin-right: 1.2rem;
    float: left;
}

.messageBoard-conBoxLeft{
    width:34.4rem;
    height:100%;
    float: left;
    margin-right: 1.2rem;
}

.messageBoard-conBoxRight{
    width:34.4rem ;
    height:100%;
    float: left;
}

.messageInput{
    width: 100%;
    height:3.4rem;
    border: 0;
    box-sizing: border-box;
    background: #ededed;
    outline: none;
    margin-bottom: .8rem;
    color: #808080;
    font-family: SYSTCN;
    font-size: 1.9rem;
    padding: .7rem 2rem;
}

.messageContentBox{
    width: 100%;
    height: 10.4rem;
    background: #ededed;
    box-sizing: border-box;
}

#messageContent{
    width: 100%;
    height: 100%;
    resize:none;
    border: 0;
    outline: none;
    box-sizing: border-box;
    background: #ededed;
    font-size: 1.9rem;
    padding: .7rem 2rem;
    color: #808080;
    font-family: SYSTCN;
}

#messageContent::-webkit-input-placeholder {
    color: #808080;
    font-family: SYSTCN;
    font-size: 1.9rem;
}
#messageContent:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
    font-family: SYSTCN;
    font-size: 1.9rem;
}
#messageContent::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
    font-family: SYSTCN;
    font-size: 1.9rem;
}
#messageContent:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #808080;
    font-family: SYSTCN;
    font-size: 1.9rem;
}

.shuerlangLeftBtn,.shuerlangRightBtn{
    width: 5.7rem;
    height: 9.7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;

}
.shuerlangLeftBtn{
    left: 4.5rem;
}

.shuerlangRightBtn>img,.shuerlangLeftBtn>img{
    width: 100%;
    height: 100%;
}
.shuerlangRightBtn{
    right: 4.5rem;
}

.moreMD{
    position: absolute;
    bottom: 4rem;
    right:11.3rem;
    display: block;
    width:10.4rem;
    height:2.5rem;
}

.moreMD>img{
    width: 100%;
    height: 100%;
}



.footerBox{
    width: 100%;
    height: 51.8rem;
    background: rgb(194, 42, 67);
    background: url("../images/footerImg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 16.7rem;
    position:absolute;
}

.QRCode{
    width: 12.3rem;
    height: 12.3rem;
    position: absolute;
    top:16.2rem;
    left:23.7rem;
    z-index: 90;
}

.workingPhone{
    color: #fff;
    font-size: 4.5rem;
    font-family: SYSTCN;
    position: absolute;
    top:31.7rem;
    left:23.7rem;
}

.footerAddress{
    color: #fff;
    font-size: 2.2rem;
    font-family: SYSTCN;
    position: absolute;
    top:38.1rem;
    left:23.7rem;
    letter-spacing: .1rem;
}

.footerICP{
    color: #fff;
    font-size: 1.8rem;
    font-family: SYSTCN;
    position: absolute;
    top: 42rem;
    left:23.7rem;
    letter-spacing: .1rem;
}

.footerICP{
    color: #fff;
    font-size: 1.8rem;
    font-family: SYSTCN;
    position: absolute;
    top: 46rem;
    left:23.7rem;
    letter-spacing: .1rem;
}


.QRCode>img{
    width:100%;
    height:100%;
}

.footerBoxRight{
    width: 28.1rem;
    height: 16.7rem;
    position: absolute;
    top: 15.6rem;
    right: 10.4rem;
}

.pB10{
    padding-bottom: 1rem;
}

.pB25{
    padding-bottom: 2.5rem;
}

.footerBoxRight>p{
    color: #fff;
    font-size: 1.5rem;
    font-family: SYSTCN;
    text-align: center;
}

#toTop{
    position: fixed;
    right: 2rem;
    bottom: 10rem;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;

}

/*导航模块*/
#navMenuBox{
    width: 92%;
    height: 90vh;
    background: url("../images/DSC05127.jpg") no-repeat;
    background-size: 100% 100%;
    opacity:0;
    position: absolute;
    top: 5%;
    left:4%;
    z-index:-9999;
    -webkit-transform: translateX(-260rem);
    -moz-transform: translateX(-260rem);
    -ms-transform: translateX(-260rem);
    -o-transform: translateX(-260rem);
    transform: translateX(-260rem);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

#navMenuBox-con{
    width: 81rem;
    height: 60%;
    margin: 12% auto 0;
    border-bottom: .2rem solid #fff;
}

.navMenuListBox>p{
    float: left;
    padding-right: 4rem;
    width: 23rem;
}

.navMenuListBox>a{
    float: left;
    color: #fff;
    padding: 0 4rem;
    font-size: 1.8rem;
    line-height: 4rem;
    width: 10rem;
    font-family: SYSTCN;
}

.navMenuListBox>a:hover{
    color: #EE3500;
}
.homePage{
    color: #fff;
    font-size: 2.6rem;
    font-family: SYSTCN;
}

.homePage:hover{
    color: #EE3500;
}

.navMenuBoxBlue{
	z-index: 400;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,48,117,.8);
}


.navMenuList{
    color: #fff;
    font-size: 2.4rem;
    width: 10rem;
    font-family: SYSTCN;
}
.navMenuListBg{
    display: block;
    width: 14rem;
    height: 5rem;
    line-height: 5rem;
    background: url(../images/luk.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.navMenuListBox{
    padding-top:2rem;
    width: 100%;
    height: 4.8rem;
}


/*声明*/
#declaration{
    z-index: 1000;
    position:fixed;
    top: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

#smClosed{
    z-index: 200;
    position: absolute;
    top: 2.1rem;
    right: 3.2rem;
    width: 5rem;
    height: auto;
    cursor: pointer;
}

.declaration-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 98rem;
    height: auto;
}

.declaration-box>img{
    width: 100%;
    height: auto;
    display: block;
}

.offlineQueue-md{
	z-index: 200;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: black;
}

.offlineQueue-md>img{
	width: 100%;
	height: auto;
	display: block;
}

.host-one{
	width: 100%;
	height: 134.3rem;
	position: relative;
	margin-top: 18.3rem;
}

.host-one-img-box{
	z-index: 50;
	position: absolute;
	top: 11.1rem;
	left:50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 154.6rem;
	height: 104rem;
}

.host-one-img-box>img{
	width: 100%;
	height: auto;
	display:block;
}

.host-one-topTitle{
	position: absolute;
	top: -11.1rem;
	left:50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:86.7rem;
}

.host-one-topTitle>img{
	width: 100%;
	height: auto;
	display:block;
}

.host-one-img-content{
	z-index: -1;
	position: absolute;
	top:8.7rem;
	left:51%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 131.9rem;
	height:76rem;
	overflow: hidden;
	
}

.host-one-img-content-box{
	width: 100%;
	height: 50%;
	overflow: hidden;
}

.battle-report{
	width: 100%;
	height: 163.7rem;
	position: relative;
}


.more-img-box{
	position: absolute;
	bottom:17.4rem;
	right: 19.1rem;
	width:30.5rem;
	height: auto;
}


.host-one-img-content-box>img{
	width: 100%;
	height: auto;
	display: block;
}


.battle-report-box{
	z-index: -1;
	position: absolute;
	left:50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 165rem;
	height: auto;
}

.battle-report-img-box{
	position: absolute;
	top: 0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:137.3rem;
	height:auto;
}

.battle-report-content-box{
	position: absolute;
	top: 49.4rem;
	left:50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:112rem;
	height:56.6rem;
}

.battle-report-content-img{
	width: 100%;
	height:27.3rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between
}
.mb21{
	margin-bottom: 2.1rem;
}

.battle-report-content-list{
	width:35.4rem;
	height: auto;
	display: block;
	
}

.battle-report-img-box>img,.battle-report-img-box>img,.battle-report-box>img,.battle-report-content-list>img{
	width: 100%;
	height: auto;
	display: block;
}


.battle-report-left-btn{
	position: absolute;
	top: 50%;
	left: -3rem;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width:2.9rem;
	height: auto;
	display: block;
}

.battle-report-right-btn{
	position: absolute;
	top: 50%;
	right: -3rem;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width:2.9rem;
	height: auto;
	display: block;
}


.offlineQueueTitleImg{
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 53rem;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:75.3rem;
	height: auto;
	display: block;
}

.offlineQueueMoreImg{
	z-index: 100;
	position: absolute;
	top: 57rem;
	right: 19.2rem;
	width:18rem;
	height:auto;
	display: block;
}

.offlineQueueTitleImg>img,.offlineQueueMoreImg>img,.offlineQueueMoreImg>img{
	width: 100%;
	height: auto;
	display: block;
}




.declaration-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 98rem;
    height: auto;
}

@media screen and (min-width:600px) and (max-width:1780px) {
	.declaration-box{
		width:50rem;
	}
	
}
@media screen and (max-width:900px){
    .messageBoardBox{display:none;}
    .footer, .TrillExposure, .offlineQueueBox, .shuerlangGX, .shuerlangSJ{
	   display:none;
	}
	.productDisplay{
	    margin-top:30px;
	    height: 225rem;
	}
	.productDisplayBox{
	    height: 27.9rem;
	}
	.productDisplayVideoTitle{
	    top:5.8rem;
	}
	.productDisplayVideoBox{
	    height: 25.9rem;
	    background: #333;
	}
	.productDisplayVideoTitle img{
	    width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;}
  .productDisplayVideoTitleNG{
      top: 16.1rem;
  }
  .productCarousel{
      width: 100%;
      left:0;
      top:35rem;
      -webkit-transform: inherit;
  }
  .productCarousel1 {
    width: 100%;
    left: 0;
    top: 132rem;
    -webkit-transform: inherit;
  }
  .productCarouselBox{
      width:95%;
      display: block;
      margin:0 auto;
  }
  .mr2{margin-bottom:5%; margin-right:0;}
  .shuerlang, .shuerlangBox, .shuerlangCont-Box{ height:auto;}
  .shuerlangCont-BoxTit{
      width:60%;
      margin:30px auto 0;
      height: auto;
  }
  .shuerlangImgBox{ width:100%;height: auto;}
  .shuerlangImgBoxCon{ display:block;}
  .shuerlangImgBoxConLeft, .shuerlangImgBoxConRight{ width:95%; height:auto; margin:20px auto;}
}
