/*新的首页样式区域是响应式的*/
.float-right{
    float: right;
}
.domebox{
    margin-top: 70px;
}
.rowoverflot{
    display: block;
    overflow: hidden;
}
div.bigimgscale{
    overflow: hidden;
}
div.bigimgscale img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
div.bigimgscale img:hover{
    transform:scale(1.13);
}
div.bigimgrlose{
    overflow: hidden;
}
div.bigimgrlose img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
div.bigimgrlose img:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
}



.hometitle{
    text-align: center;
}
.hometitle h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.hometitle h3 img{
    width: 60px;
    display: inline-block;
    vertical-align: inherit;
    margin: 0 7px;
}
.hometitle h3 p{
    font-size: 38px;
    color: #333333;
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0;
}
.hometitle h3 i{
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #333333;
    margin: 6px 9px;
    vertical-align: text-top;
}

.hometitle p.hometitlep{
    text-align: center;
    font-size: 22px;
    color: #666666;
    line-height: 28px;
    margin:6px 0 0 0;
    position: relative;
}
.hometitle p.hometitlep:after{
    width: 100%;
    height:1px;
    content: ' ';
    display: inline-block;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
}
.hometitle p.hometitlep span{
    padding: 0 14px;
    display: inline-block;
    background: #ffffff;
    position: relative;
    z-index: 10;
}

.hometitlertwo{
    text-align: center;
    font-size: 22px;
    color: #ff6799;
    line-height: 28px;
    margin: 16px 0;
    position: relative;
}
.hometitlertwo span{
    background: #ff6799;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 2px #ffc5d8 solid;
    margin: 0 4px;
    transition: all 0.3s;
}
.hometitlertwo:hover span {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
}




/*pc轮播图区域*/
.swiperBox{
    padding: 0;
}
.swiperBox .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.15);
    background-size: 14px;
    width: 45px;
    height: 77px;
    border-radius: 4px;
    top: 43%;
}
.swiperBox .swiper-button-white:hover{
    background-color: rgba(0, 0, 0, 0.3);
}



/*手机轮播图区域*/
#mobileSwiper{
    padding: 0;
    margin:0px 0 0 0;
}
#mobileSwiper .swiper-slide img{
    width: 100%;
}

#mobileSwiper .homeNav{
    background-color: rgb(216, 216, 216);
    padding: 6px 4px;
    overflow: hidden;
}
#mobileSwiper .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.15);
    background-size: 14px;
    width: 24px;
    height: 40px;
    border-radius: 4px;
    top: 48%;
    background-size: 10px;
}
#mobileSwiper .swiper-button-white:hover{
    background-color: rgba(0, 0, 0, 0.3);
}



#mobileSwiper .homeNav a{
    background-size: 100%;
    border-top: 1px solid #f8f8f8;
    position: relative;
    float: left;
    height: 40px;
    padding: 15px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.756rem;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -webkit-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -o-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
}
#mobileSwiper  .swiper-pagination-bullet-active{
    background: #e60012;
}





/*第一区域*/
.homeonetitle{
    margin: 20px 0 10px 0;
}
#homeone .fureimg{
    margin: 40px 0 40px 0;
}
#homeone .fureimg li a{
    display: block;
    position: relative;
    font-size: 0;
}
#homeone .fureimg li a .bigimgrlose{
    width: 100%;
    max-width: 250px;
    display: inline-block;
    border-radius: 50%;
}
#homeone .fureimg li a p{
    display: inline-block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    content: ' ';
    background: url(/public/static/home/defaults/style/images/newindex/indeximgbg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 17px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
}
#homeone .fureimg li a p i{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/public/static/home/defaults/style/images/newindex/homebtnicon.png) no-repeat center;
    background-size: 20px;
    vertical-align: text-top;
    margin: 2px 0 0 0;
}




#homeone .botimgbox .botimg{
    display: inline-block;
    margin: 0 18px 0 0;
    vertical-align: text-top;
}
#homeone .botimgbox .botimg p{
    display:block;
    width: 100%;
    line-height: 60px;
    background: url(/public/static/home/defaults/style/images/newindex/indeximgbgtwo.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#homeone .botimgbox .botimg p:before,
#homeone .botimgbox .botimg p:after{
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #ffffff;
    vertical-align: middle;
    content: ' ';
    border-radius: 50%;
    margin: 0 8px;
}
#homeone .botimgbox .botimg:nth-child(3) a{
    display: block;
    position: relative;
}
#homeone .botimgbox .botimg:nth-child(3) a p{
    position: absolute;
    bottom: 4%;
    left: 10%;
    width: 80%;
    line-height: 50px;
    font-size: 22px;
    border-radius: 40px 0 ;
}

#homeone .botimgbox .botimg:nth-child(1){
    width: 400px;
    border-radius: 40px 0 0 0;
    overflow: hidden;
}
#homeone .botimgbox .botimg:nth-child(2){
    width: 312px;
}
#homeone .botimgbox .botimg:nth-child(3){
    width: 280px;
}
#homeone .botimgbox .rightimg{
    display: inline-block;
    float: right;
    width: 143px;
    height: 100%;
}




/*视屏区域*/
.videobox{
    display: block;
    position: relative;
    background: url("/public/static/home/defaults/style/images/newindex/indeximg6.png") no-repeat center;
    background-size: 100% 100%;
    padding: 60px  0 ;
}
/*.videobox video,*/
.videobox #moivenew{
  width: 938px;
    height: 540px;
    display: block;
    margin: 0 auto;
    position: relative;

        border: 8px #ff5d90 solid;
    z-index: 1000;
    font-size: 0;
    border-radius: 4px;
}



/*形象店面区域*/
#certify {
    position: relative;
    margin: 40px auto;
    overflow: hidden;
    max-width: 1000px;
}
#certify .renLun{
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}


#certify  .swiper-slide {
    width: 700px;
    height: auto;
    background: #fff;
    border: 4px white solid;
    box-shadow: 0 1px 5px #afafafcf;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#certify .swiper-slide:after{
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0 ;
    left: 0;
    display: inline-block;
    background: rgba(0,0,0,0.2);
}
#certify .swiper-slide.swiper-slide-active:after{
    background: none;
}



#certify  .swiper-slide img{
    display:block;
    width: 100%;
}
#certify  .swiper-slide p {
    line-height: 50px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-container{
    padding: 0 0 70px 0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #ff6799;
    border-radius: 50%;
}




/*开店指导区域*/
#homefure{
    display: block;
    padding: 0;
    margin-top: 40px;
}
#homefure .homefureleftbox{
    margin-top: 40px;
    padding: 50px 0;
    background: url("/public/static/home/defaults/style/images/newindex/indeximg8.png") no-repeat center;
    background-size: 100% 100%;
}
#homefure .homefureleftbox .homefurebox{
    max-width: 750px;
    display: inline-block;
    float: right;
    background: #FFFFFF;
    padding: 26px 20px;
    box-shadow: 2px 4px 8px #bf6767;
}

#homefure .homefureleftbox .homefurebox li{
    border-bottom: 1px #bbbbbb dotted;
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
}
#homefure .homefureleftbox .homefurebox li h3{
    margin: 0 ;
    background: #ff6799;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bolder;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 40px;
}
#homefure .homefureleftbox .homefurebox li h3 span{
    border-radius: 50%;
    background: #FFFFFF;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #ff6799;
    text-align: center;
    line-height: 28px;
    transition: all 0.8s;
}
#homefure .homefureleftbox .homefurebox li:hover h3 span{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
}
#homefure .homefureleftbox .homefurebox li  p{
    font-size: 15px;
    color: #666666;
    line-height: 18px;
    margin: 10px 0 0 0 ;
    position: relative;
}
#homefure .homefureleftbox .homefurebox li:nth-child(2) h3 {  background: #4acdd5;  }
#homefure .homefureleftbox .homefurebox li:nth-child(2) h3 span{  color: #4acdd5;  }
#homefure .homefureleftbox .homefurebox li:nth-child(3) h3 {  background: #fdce01;  }
#homefure .homefureleftbox .homefurebox li:nth-child(3) h3 span{  color: #fdce01;  }
#homefure .homefureleftbox .homefurebox li:nth-child(4) h3 {  background: #f79ae4;  }
#homefure .homefureleftbox .homefurebox li:nth-child(4) h3 span{  color: #f79ae4;  }





/*加入相助*/
#homefive .homefiveli{
    padding: 10px 0;
}
#homefive .homefiveli li{
    margin-bottom: 30px;
}
#homefive .homefiveli li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #dbdbdb;
    padding: 20px;
    border-radius: 10px;
}
#homefive .homefiveli li a .text{
    display: block;
}
#homefive .homefiveli li a .text h3{
    text-align: center;
    font-size: 22px;
    color: #ff6799;
    line-height: 24px;
    margin: 10px 0 6px 0;
    position: relative;
}

#homefive .homefiveli li a .text p{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    position: relative;
    letter-spacing: 0;
}
#homefive .homefiveli li a .text  span{
    width: 70%;
    line-height: 44px;
    font-size: 22px;
    border-radius: 50px 30px 30px 0;
    display: block;
    background: #ff6799;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}
#homefive .homefiveli li.active a{
    background: url("/public/static/home/defaults/style/images/newindex/indeximgbgtwo.png") no-repeat;
    background-size: 100% 100%;
}
#homefive .homefiveli li.active .text h3{
    color: #FFFFFF;
}
#homefive .homefiveli li.active .text p{
    color: #FFFFFF;
}
#homefive .homefiveli li.active .text  span {
    background: #FFFFFF;
    color: #ff6799;
}




/*加盟支持*/
.homesixbg{
    margin-top: 20px;
    padding: 50px 0;
    background: url("/public/static/home/defaults/style/images/newindex/indeximg11.png") no-repeat center;
    background-size: 100% 100%;
}
.homesixbg ul{
    display: block;
    margin: 0 -15px;
    overflow: hidden;
}
.homesixbg ul li {
    width: 20%;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 40px;
}
.homesixbg ul li .bigimgrlose{
    background: #FFFFFF;
    text-align: center;
    /*display: inline-block;*/
    padding: 14px 24px;
}


.homesixbg ul li .bigimgrlose p{
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    margin: 4px 0;
    position: relative;
}
.homesixbg ul li img{
    width:80px;
    margin: 0 auto;
    display: block;
}
.homesixbg ul li:nth-child(2n) .bigimgrlose{
    background: #ff6798;
}
.homesixbg ul li:nth-child(2n) p{
    color: #FFFFFF;
}


/*企业实力*/
#homeeight{
    margin-top: 40px;
}
#homeeight .homesevenbg{
    max-width: 1480px;
    display: block;
    margin: 0 auto;
}
.picMarquee-left{ width:100%;  overflow:hidden; position:relative;    }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
    display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{
    margin:0 8px;
    float:left; display:inline; overflow:hidden; text-align:center;border: 1px #999999 solid;
    max-width: 260px;
    width: 260px;
}
.picMarquee-left .bd ul li .pic{ text-align:center;position: relative }
.picMarquee-left .bd ul li .pic img{
    width: 100%;
    max-width: 260px;
}

.picMarquee-left .bd {
    bottom: 110px;
    right: 0%;
    position: absolute;
    width: 86%;
}
.tempWrap{
    margin: 0 auto;
}




/*新闻区域*/
#homeseven{
    margin-top: 50px;
    padding: 60px 0;
    background: #f3f4f8;
}
#homeseven .hometitle p.hometitlep span {
    background: #f3f4f8;
}
.newbox{
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}
.newbox .swiper-container{
    padding-bottom: 40px;
}
.newbox .swiper-slide a{
    display: block;
    font-size: 0;
    background: #FFFFFF;
    border: 1px #e9e9e9 solid;
}
.newbox .swiper-slide a .textbox{
    padding: 18px 16px;
    position: relative;
    display: none;
}
.newbox .swiper-slide:nth-child(2n+1) a .toptextbox{
    display: block;
}
.newbox .swiper-slide:nth-child(2n) a .bottomtextbox{
    display: block;
}
.newbox .swiper-slide a .bigimgscale{
    max-height: 240px;
}


.newbox .swiper-slide a .bottomtextbox i{
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #ff6799 transparent ;
    position: absolute;
    top: -10px;
    left: 50%;
    content: ' ';
    opacity: 0;
    transform: translate(-50%,-50%);
}
.newbox .swiper-slide  a .toptextbox i{
    width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    left: 50%;
    content: ' ';
    opacity: 0;
    transform: translate(-50%,-50%);
    bottom: -30px;
    border-color:#ff6799 transparent transparent  transparent ;
}

.newbox .swiper-slide a .textbox h3{
    margin: 0  0 6px 0 ;
    font-size: 15px;
    color: #ff6799;
    line-height: 18px;
    position: relative;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.newbox .swiper-slide a .textbox span{
    margin: 0 ;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.newbox .swiper-slide a .textbox p{
    margin: 8px 0 0 0 ;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    max-height: 55px;
    overflow: hidden;
}



.newbox .swiper-slide a:hover{
    background: #ff6799;
}
.newbox .swiper-slide:hover  a .bottomtextbox i{
    opacity: 1;
}
.newbox .swiper-slide:hover  a .toptextbox i{
    opacity: 1;
    z-index: 100;
}

.newbox .swiper-slide a:hover .textbox h3,
.newbox .swiper-slide a:hover .textbox span,
.newbox .swiper-slide a:hover .textbox p{
    color: #FFFFFF;
}


.newbox  .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 8px;
    width: 33px;
    height: 20px;
    border-radius: 4px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 10px;
}
.newbox  .swiper-button-white.swiper-button-prev{
    right: 50px;
}

.newbox  .swiper-button-white:hover{
    background-color: #ff6799;
}






/*关于AG九游会的区域*/
#homenine .abouttext{
    margin-top: 40px;
}
#homenine .abouttext .left{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin: 0px 0 0 0;
    position: relative;
    text-align: justify;
}

.aboutmorebox{
    margin: 20px 0;
}


#homenine  .aboutmorebtn{
   display: inline-block;
    background: #ff6799;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 34px;
    padding: 0 0 0 10px;
    border:1px #ff6799 solid;
}
#homenine  .aboutmorebtn em{
    font-style: normal;
    margin: 0 0 0 0;
}
#homenine  .aboutmorebtn i{
    display: inline-block;
    background: #FFFFFF;
    padding: 0 4px 0 7px;
    margin: 0 0 0 14px;
    position: relative;
}
#homenine  .aboutmorebtn i:after{
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-right: 13px solid #ffffff;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 16px;
    left: -6px;
    content: ' ';
    transform: translate(-50%,-50%);
}
#homenine  .aboutmorebtn i img{
    width: 18px;
}
.gunmun{
    padding: 35px 0;
    background: url("/public/static/home/defaults/style/images/newindex/indeximg18.png") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.gunmun li{
    padding: 0 60px;
    display: inline-block;
    vertical-align: top;
    background: url('/public/static/home/defaults/style/images/newindex/indeximg18border.png') no-repeat right center;
}
.gunmun li p{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin: 0px 0 0 0;
    position: relative;
}
.gunmun li h2{
    display: block;
    position: relative;
    margin: 20px 0 0 0;
}
.gunmun li h2 span{
    font-size: 50px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}
.gunmun li h2 em{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin: 0px 0 0 0;
    position: absolute;
    top: 0;
    right: -14px;
    font-style: normal;
}





/*联系AG九游会区域*/
#hometen{
    margin-top: 50px;
    padding: 60px 0;
    background: #f3f4f8;
}
#hometen .hometitle p.hometitlep span {
    background: #f3f4f8;
}
#hometen .containersay{
    max-width: 1450px;
    background: #FFFFFF;
    padding: 4%;
    margin: 40px auto 0 auto;
}
#hometen .titlesay{
    font-size: 22px;
    color: #333333;
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0;
}

#hometen .titlesay span{
    font-size: 13px;
    margin: 0 0 0 7px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
#hometen .titlesayborder{
    width: 20px;
    height: 3px;
    display: block;
    background: #b91b23;
    margin: 20px 0 34px 0;
}
#hometen .say{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 0px 0 0 0;
    position: relative;
}
#hometen .tellbox{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 80px 0 0 0;
    position: relative;
}
#hometen .tellbox p.tell{
    margin: 0;
    letter-spacing: -1px;
}
#hometen .tellbox p.tell span{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 4px 0;
    letter-spacing: -1px;
}
#hometen .right form{
    margin-top: 20px;
}
#hometen .right textarea,
#hometen .right input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
    border: none;
    background: #f3f4f8;
    outline: none;
    padding: 0 10px 0 12px;
    box-sizing: border-box;
    margin: 3px 0 10px 0;
}
#hometen .right textarea{
    height: 140px;
    outline: none;
    resize: none;
}
#hometen .right .submitBTN{
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 0px 32px;
    display: block;
    margin: 32px 0 0 0;
    position: relative;
    left: 0;
    transition: all 0.1s;
    outline: none;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    height: 50px;
    border: 1px solid #ff6799;
    background: #ff6799;
}

















/*手机端样式区域*/
@media screen and (max-width:1500px) {

    #homeeight .homesevenbg{
        max-width: 90%;
    }
    #hometen .containersay{
        max-width: 90%;
    }

    .domebox {
        margin-top: 60px;
    }


}

@media screen and (max-width:1440px) {
    .newbox{
       max-width: 1200px;
    }

}

@media screen and (max-width:1400px) {

    #homeeight .homesevenbg{
        max-width: 1200px;
    }

    #homeone{
        padding: 0 15px;
    }
    #homeone .botimgbox{
        text-align: center;
    }
    #homeone .botimgbox .rightimg {
         float: none;
        vertical-align: text-top;
    }
    #homeone .botimgbox .botimg p {
        line-height: 52px;
        font-size: 20px;
    }
    #homeone .botimgbox .botimg:nth-child(3) a p{
        font-size: 20px;
    }




    .hometitle h3 p {
        font-size: 30px;
    }
    .hometitle h3 i {
        height: 22px;
        margin: 5px 9px;
    }
    .hometitle p.hometitlep {
        font-size: 16px;
        line-height: 24px;
        margin: 5px auto 0 auto;
        font-weight: bold;
        max-width: 90%;
    }
    .hometitle h3 img {
        width: 46px;
        margin: 0 4px;
    }
    #homeone .fureimg {
        margin: 20px  0;
        padding: 0 15px;
    }
    #homeone .fureimg li{
        padding: 0 20px;
    }
    #homeone .fureimg li a p {
        width: 190px;
        height: 36px;
        line-height: 36px;
        left: 14%;
        font-size: 16px;
        margin: 0;
    }
    #homeone .fureimg li a p i {
        width: 17px;
        height: 17px;
        background-size: 14px;
        margin: 1px 0 0 0;
    }

    #homefure .homefureleftbox .homefurebox li h3 {
        font-size: 20px;
        padding: 8px 12px;
        border-radius: 40px;
    }
    #homefive .homefiveli li a .text h3 {
        font-size: 18px;
        line-height: 19px;
        margin:  10px 0 8px 0;
    }
    #homefive .homefiveli li a .text p {
        font-size: 15px;
        line-height: 18px;
    }
    #homefive .homefiveli li a .text span {
        width: 70%;
        line-height: 38px;
        font-size: 17px;
    }

    .homesixbg {
        margin-top: 10px;
        padding: 40px 0;
    }
    .homesixbg ul{
        padding: 0 30px;
    }
    .homesixbg ul li {
        padding: 0 8px;
        margin-bottom: 20px;
    }
    .homesixbg ul li img {
        width: 50px;
    }
    .homesixbg ul li .bigimgrlose p {
        font-size: 18px;
        line-height: 22px;
    }


    .picMarquee-left .bd ul li {
        width: 200px !important;
        margin: 0 10px !important;
    }
    .picMarquee-left .bd{
        bottom: 22%;
        width: 80%;
    }



    #homenine .abouttext {
        padding: 0 30px;
    }
    #homenine .abouttext .left {
        font-size: 15px;
        line-height: 28px;
    }
    .gunmun li h2 span {
        font-size: 40px;
        margin: 0 0 10px 0;
    }


    .newbox {
        margin-top: 30px;
        padding: 0 30px;
    }


}

@media screen and (max-width:1240px) {
    #homeone .botimgbox .rightimg {
         display: none;
    }
}


@media screen and (max-width:1200px) {

    #homeeight .homesevenbg{
        max-width:100%;
    }


}
@media screen and (max-width:1080px) {

#homeone .botimgbox .botimg:nth-child(1) {
    width: 38.5%;
    border-radius: 10px 0 0 0;
    margin: 0 10px 0 0;
}
#homeone .botimgbox .botimg:nth-child(2) {
    width: 30%;
    margin: 0 10px 0 0;
}
#homeone .botimgbox .botimg p {
    line-height: 46px;
    font-size: 19px;
    margin: 0;
}
    #homeone .botimgbox .botimg:nth-child(3) {
        width: 26.7%;
        margin: 0;
    }
    #homeone .botimgbox .botimg:nth-child(3) a p {
        font-size: 19px;
    }
}





@media screen and (max-width:1000px) {
    ul{
        margin-bottom: 0;
    }
    div.bigimgrlose img:hover{
        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 */
    }
    .domebox {
        margin-top: 30px;
    }
    #homeone {
        padding: 0 12px;
    }
    .hometitle h3 p {
        font-size: 17px;
    }
    .hometitle h3 i {
        height: 15px;
        margin: 2px 5px;
        width: 2px;
    }
    .hometitle h3 img {
        width: 38px;
        margin: 0;
        vertical-align: middle;
    }
    .hometitle p.hometitlep {
        font-size: 12px;
        line-height: 17px;
        width: 84%;
        margin: 4px auto 0 auto;
    }
    .hometitle p.hometitlep span {
        padding: 0 4px;
    }
    #homeone .fureimg {
        margin: 20px 0 10px 0;
    }
    #homeone .fureimg li {
        margin: 0 0 10px 0;
        padding: 0 5px;
    }
    #homeone .fureimg li a .bigimgrlose {
        border-radius: 0%;
        max-width: none;
        border: 1px #f9c3b3 solid;
    }
    #homeone .fureimg li a p {
        width: 100%;
        height: 32px;
        line-height: 32px;
        left: 0;
        font-size: 14px;
        margin: 0;
        background: url("/public/static/home/defaults/style/images/newindex/indeximgbgtwo.png") no-repeat center;
        background-size: 100% 100%;
    }
    #homeone .fureimg li a p i {
        width: 16px;
        height: 16px;
        background-size: 13px;
        margin: 1px 0 0 0;
    }
    #homeone .botimgbox{
        font-size: 0;
    }
    #homeone .botimgbox .botimg:nth-child(1) {
        width: 38%;
        width: 39%;
        border-radius: 10px 0 0 0;
        margin: 0 4px 0 0;
    }
    #homeone .botimgbox .botimg:nth-child(2) {
        width: 29.5%;
        width: 30.3%;
        margin: 0 4px 0 0;
    }
    #homeone .botimgbox .botimg p {
        line-height: 22px;
        font-size: 12px;
        margin: 0;
    }

    #homeone .botimgbox .botimg:nth-child(3) {
        width: 27.2%;
        width: 26.1%;
        margin: 0;
    }
    #homeone .botimgbox .botimg:nth-child(3) a p {
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        border-radius: 4px 0;
    }
    #hometwo .videobox {
        padding: 26px 0;
    }
    
    /*#hometwo .videobox video,*/
    #hometwo .videobox #moivenew{
        width: 90%;
        height: auto;
        min-height: 240px;
        border: 2px #f4bed6 solid;
    }
     #hometwo .videobox #moivenew iframe{
         height: 240px !important;
     }

    #hometwo .homeonetitle {
        margin: 0px 0 20px 0;
    }
    #hometwo .hometitle h3 p{
        color: #FFFFFF;
    }
    #hometwo p.hometitlep span {
        color: #FFFFFF;
        background: none;
    }
    #hometwo .hometitle h3 i {
        background: #FFFFFF;
    }
    #hometwo .hometitle p.hometitlep:after{
        display: none;
    }


    #homethree{
        padding: 0 10px;
    }
    #certify .swiper-container {
        padding: 0 0 32px 0;
    }
    #certify {
        margin:20px auto 30px auto;
    }
    #certify .swiper-pagination {
        bottom: 0px;
    }
    #certify .swiper-slide {
        width: 84%;
    }


    #homefure{
        margin: 0 ;
        padding: 28px 10px;
        background: url(/public/static/home/defaults/style/images/newindex/indeximg8m.png) no-repeat center;
        background-size: 100% 100%;
    }

    #homefure .hometitle h3 p{
        color: #FFFFFF;
    }
    #homefure p.hometitlep span {
        color: #FFFFFF;
        background: none;
    }
    #homefure .hometitle h3 i {
        background: #FFFFFF;
    }
    #homefure .hometitle p.hometitlep:after{
        display: none;
    }
    #homefure .homefureleftbox {
        margin-top: 10px;
        padding: 10px 0;
        background: none;
    }

    #homefure .homefureleftbox .homefurebox {
        padding: 15px  8px;
        box-shadow: 2px 4px 8px #bf6767;
    }
    #homefure .homefureleftbox .homefurebox .right,
    #homefure .homefureleftbox .homefurebox .left{
        padding: 0 6px;
    }
    #homefure .homefureleftbox .homefurebox .left {
       margin-top: 10px;
    }
    #homefure .homefureleftbox .homefurebox li {
        padding: 0 0 10px 0;
        margin: 0 0 16px 0;
    }
    #homefure .homefureleftbox .homefurebox li h3 {
        margin: 0;
        font-size: 16px;
        padding: 8px 20px;
        border-radius: 20px;
    }
    #homefure .homefureleftbox .homefurebox li h3 span {
        width: 18px;
        height: 18px;
        line-height: 18px;
        padding: 0 0 0 2px;
    }
    #homefure .homefureleftbox .homefurebox li p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 19px;
        margin: 8px 0 0 0;
    }

    #homefive{
        padding: 0 10px;
    }
    .hometitlertwo {
        font-size: 14px;
        line-height: 16px;
        margin: 6px 0;
    }
    .hometitlertwo span {
        width: 22px;
        height: 22px;
        font-size: 12px;
        margin: 0 2px;
        line-height: 19px;
    }
    #homefive .homefiveli li {
        padding: 0 6px;
        margin-bottom: 14px;
    }
    #homefive .homefiveli li a {
        padding: 10px;
        border-radius: 8px;
    }
    #homefive .homefiveli li a .text h3 {
        font-size: 12px;
        line-height: 14px;
        margin: 8px 0 2px 0;
    }
    #homefive .homefiveli li a .text p {
        font-size: 12px;
        line-height: 14px;
    }
    #homefive .homefiveli li a .text span {
        width: 90%;
        line-height: 24px;
        font-size: 12px;
    }


     #homesix{
         padding: 28px 0 0px 0;
         background: url(/public/static/home/defaults/style/images/newindex/indeximg11m.png) no-repeat center;
         background-size: 100% 100%;
     }
    .homesixbg {
        margin-top: 0px;
        padding: 10px 0 10px 0;
        background: none;
    }

    .homesixbg ul {
        margin: 0;
        padding: 0 1%;
    }
    .homesixbg ul li {
        width: 20%;
        padding: 0 3px;
        margin-bottom: 8px;
    }
    .homesixbg ul li .bigimgrlose {
        padding: 10px 4px;
    }
    .homesixbg ul li img {
        width: 32px;
    }
    .homesixbg ul li .bigimgrlose p {
        font-size: 12px;
        line-height: 28px;
        margin: 0px 0;
        letter-spacing: 0;
    }


    #homeeight {
        margin-top: 30px;
    }
    .picMarquee-left .bd ul li {
        width: 150px !important;
        margin: 0 10px !important;
    }
    .picMarquee-left .bd{
        bottom: 22%;
        width: 78%;
    }

    #homeseven {
        margin-top: 10px;
        padding: 20px 0 20px 10px;
    }

    .newbox {
        margin-top: 20px;
        padding: 0 0px;
    }
    .newbox .swiper-slide  a .toptextbox{
        display: none !important;
    }
    .newbox .swiper-slide a .bottomtextbox{
        display: block  !important;
    }
    .newbox .swiper-slide a .textbox {
        padding: 10px;
    }
    .newbox .swiper-slide a .textbox h3 {
        margin: 0 0 4px 0;
        font-size: 13px;
        line-height: 14px;
    }
    .newbox .swiper-slide a {
        border: 1px #cbcbcb solid;
    }
    .newbox .swiper-slide a .textbox p {
        margin: 6px 0 0 0;
    }
    .newbox .swiper-container {
        padding-bottom: 0px;
    }


    #homenine{
        padding: 0 10px;
    }
    #homenine .abouttext {
        padding: 0 5px;
        margin-top: 14px;
    }
    #homenine .abouttext .right{
        float: none;
    }
    #homenine .abouttext .right div.bigimgscale{
        border: 3px #e5e5e5 solid;
    }
    #homenine .abouttext .left,
    #homenine .abouttext .right{
        width: 100%;
    }
    #homenine .abouttext .left {
        font-size: 13px;
        color: #666666;
        line-height: 24px;
        margin: 10px 0 0 0;
        display: block;
        float: none;
    }
    .aboutmorebox {
        margin: 10px 0 20px 0;
    }

    .gunmun {
        margin: 0 -10px;
        padding: 16px 0;
    }
    .gunmun li {
        padding: 0 10px;
        width: 25%;
        float: left;
        background-size: 1px 100%;
    }
    .gunmun li:last-child{
        background: none;
    }
    .gunmun li h2 span {
        font-size: 18px;
        margin: 0 0 4px 0;
        letter-spacing: -1px;
    }
    .gunmun li h2 {
        margin: 6px 0 6px 0;
        font-size: 0;
    }
    .gunmun li h2 em {
        font-size: 12px;
        line-height: 14px;
        margin: 0px 0 0 0;
        right: 0;
        position: static;
        font-weight: 900;
    }
    .gunmun li p {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
        letter-spacing: 0;
        text-align: center;
    }

    #hometen {
        margin-top: 0px;
        padding: 32px 10px;
    }
    #hometen .containersay {
        max-width: 100%;
        width: 100%;
        padding:20px  10px;
        margin: 20px auto 0 auto;
    }
    #hometen .titlesay {
        font-size: 17px;
    }
    #hometen .titlesayborder {
        margin: 10px 0 14px 0;
    }
    #hometen .say {
        font-size: 12px;
        line-height: 22px;
    }
    #hometen .tellbox {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 0 0;
    }
    #hometen .tellbox p.tell span {
        font-size: 20px;
        line-height: 25px;
        margin: 0;
    }
    #hometen .containersay .right{
        margin-top: 20px;
    }
    #hometen .right form {
        margin-top: 5px;
        margin-top: 3%;
    }
    #hometen .right textarea, #hometen .right input {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 0 10px 0 10px;
        margin: 2px 0 5px 0;
    }
    #hometen .right textarea{
        height: 120px;
    }
    #hometen .right .submitBTN {
        font-size: 13px;
        margin: 0px 0 0 0;
        line-height: 32px;
        height: 32px;
    }

}



@media screen and (max-width:768px) {
    #homefure .homefureleftbox .homefurebox li {
        padding: 0 0 6px 0;
        margin: 0 0 8px 0;
    }

    #homefure .homefureleftbox .homefurebox li h3 {
        margin: 0;
        font-size: 14px;
        padding: 2px 13px;
        border-radius: 20px;
    }
    #homefure .homefureleftbox .homefurebox li h3 span {
        width: 18px;
        height: 18px;
        line-height: 15px;
    }
    #homefure .homefureleftbox .homefurebox li p {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 18px;
        margin: 6px 0 0 0;
    }



    #homefive .homefiveli li:nth-child(5),
    #homefive .homefiveli li:nth-child(6),
    #homefive .homefiveli li:nth-child(7),
    #homefive .homefiveli li:nth-child(8){
         display: none;
    }

    .newbox .swiper-button-white{
        display: none;
    }


    #hometen .say br{
        display: none;
    }

    #homeone .botimgbox .botimg:nth-child(3) {
        width: 26.5%;
    }


    .picMarquee-left .bd ul li {
        width: 120px !important;
        margin: 0 4px !important;
    }
    .picMarquee-left .bd{
        bottom: 22%;
        width: 76%;
    }



#homefure .homefureleftbox .homefurebox li h3 {
  
    line-height: 22px;
}
#homefure .homefureleftbox .homefurebox li h3 span{
     margin-top: -3px;
    vertical-align: middle;
}
#homenine .abouttext .left {
 
    text-align: unset;
    text-align: unset;
    font-weight: 400;
    line-height: 21px;

}


}


@media screen and (max-width:550px) {

    .picMarquee-left .bd ul li {
        width: 90px !important;
        margin: 0 4px !important;
    }

    #homefure .homefureleftbox .homefurebox .left {
        margin-top: 14px;
    }

    #homeone .botimgbox .botimg:nth-child(1) {
        width: 38%;
    }
    #homeone .botimgbox .botimg:nth-child(2) {
        width: 29.5%;
    }
    #homeone .botimgbox .botimg:nth-child(3) {
        width: 27.8%;
    }
}