.index-swiper-container{
	position: relative;
	width: 100%;
	overflow: hidden;
}


.index_banner_item{
  position: relative;
}

.index_banner_item img{
	width: 100%;
}


.swiper-pagination-bullet{
	background: rgba(250,250,250,.6);
}

.swiper-pagination-bullet-active{
	background: rgba(250,250,250,1);
}

.index_banner_item_content{
	position: absolute;
	top: 40%;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translate(-50%,-50%);

}

.index_banner_item .content img{
	width: 38%;
}

.index_banner_item_content .title h4{
  font-size: 20px;
  color: #cc8a6a;
}


.index_banner_item_content h3{
	font-size: 40px;
	margin: 2% 0 4%;
	color: #fff;
	line-height: 1.4;
	display: inline-block;
}

.bottom_button_wrap .primary_button{
	width: 160px;
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    border:1px solid #fff;
    overflow: hidden;
    vertical-align: middle;
	background-color: transparent;
}

.bottom_button_wrap .common_button{
	width: 160px;
	border-radius: 25px;
	overflow: hidden;
    vertical-align: middle;
	position: relative;
	display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border: 1px solid #fff;
}

.index-demand-container .bottom_button_wrap.center .common_button{
	line-height: 52px;
	background-color: #fff;
	color: #000;
}



.index_notice_link{
	text-align: center;
	padding-bottom:1%;
	padding-top: 2%;
}

.index_notice_link a{
	display: inline-block;
	margin:0 20px;
	border-radius: 25px;
	width: 220px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	border: 1px solid #fff;
	transition: all .3s;
	font-size: 16px;
	position: relative;
}


.index_notice_link a img:nth-child(2){
	display: none;
}

.index_notice_link a img{
	margin-right: 20px;
	position: relative;
		z-index: 1
}


.bottom_button_wrap .primary_button i,
.bottom_button_wrap .common_button i,
.index_notice_link a i {
	position: absolute;
	background: #fff;
    color: #DEB66E;
	transition: all 0.5s;
	height: 100%;
	top: 0;
	width: 0;
	left: -28%;
	transform: skewX(-40deg);
}

.bottom_button_wrap .primary_button:hover span{
	color: #000; 
}
.bottom_button_wrap .primary_button:hover i,

.bottom_button_wrap .common_button:hover i{
	width: 160%;
	background-color: #fff;
}

.bottom_button_wrap.center .common_button:hover{
	border:1px solid #000; 
}
.bottom_button_wrap .common_button:hover span{
    color: #000; 
}

.bottom_button_wrap .primary_button span,
.bottom_button_wrap .common_button span{
   position: relative;
   z-index: 1
}



.index_w{
	width: 1200px;
	margin: 0 auto;
}

.title-h6{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.about-index-contianer{
	padding-bottom: 50px;
}

.about-index-contianer .bottom_button_wrap{
	margin-top: 30px;
}
.about-index-wrap{
	max-width: 1200px;
	margin: 0 auto;
}

.about-index-wrap .advantage{
	display: flex;
	padding: 0 30px;
    justify-content: space-between;
}

.about-index-wrap .advantage .item{
    line-height: 2;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.about-index-wrap .advantage .item p:first-of-type {
    font-size: 30px;
    color: #c98c64;
}

.begin-live-container{
	padding-bottom:50px;
}

.sm-title{
	font-size: 20px;
	margin-top: 10px;
	color: #999999;
	letter-spacing:3px;
	text-align: center;
}


.begin-live-title{
	line-height: 1.6;
	border-bottom: 1px solid #efefef;
	padding: 70px 0 30px;
	text-align: center;
}


.bl-top{
	display: flex;
	padding: 24px 0;
	justify-content: center;
}
.bl-item{
	width: 230px;
	position: relative;
	font-size: 22px;
	color: #333333;
	cursor: pointer;
	text-align: center;
}

.bl-item:before{
	content: "";
	display: block;
	height: 40px;
	width: 1px;
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -20px;
	background-color: #efefef;
}

.bl-item:nth-child(1):before{
	display: none;
}

.bl-item >div{
	margin-bottom: 15px;
}

.bl-item.on{
	color:#000;
	font-weight: bold;
}

.bl-content img{
	width: 100%;
}

.bl-content{
	position: relative;
}
.bl-content .wrap{
	position: relative;
}

.bl-content .maskk{
	display: block;
	height: 100%;
	padding-top: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-image:linear-gradient(rgba(250,250,250,0),rgba(0,0,0,.6));
}

/*.bl-content:before{
	
}*/


.elevator {
  display: none;
  position: fixed;
  right: 0;
  top: 34%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.elevator .elevator_list {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 2px;
  line-height: 60px;
  background-color: rgba(0,0,0,.8);
  text-align: center;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  cursor: pointer;
}

.elevator .elevator_list:last-child {
  border: none;
}

.elevator .elevator_list a {
  color: #fff;
}

.elevator .consult {
  height: auto;
  padding: 20px 0;
  line-height: 1.5;
}

.elevator .consult p {
  margin-top: 8px;
}

.elevator .phone {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #0da1f9;
  color: #fff;
  overflow: hidden;
}

.elevator .phone span {
  font-size: 16px;
}

.elevator .phone em {
  font-size: 18px;
}

.elevator .erweima {
  display: none;
  position: absolute;
  right: 100%;
  bottom: 0;
}

.elevator .erweima img {
  max-width: initial;
}

.elevator .erweima {
  padding: 8px;
  background: rgba(0,0,0,.8);
  border-radius: 4px;
  right: calc(100% + 20px);
  bottom: auto;
  top: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.kefu-im-container{
	width: 300px;
    position: fixed;
    bottom: 6px;
    z-index: 99;
    right: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 500px;
}


.kefu-im-container .title{
	line-height: 2;
    position: absolute;
    top: 0;
    padding-top: 14px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    padding-right: 24px;
}
.kefu-im-container .title i{
	color: #fff;
}

.elevator .erweima p {
  height: 35px;
  line-height: 35px;
}

.elevator .erweima::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 100%;
  top: 15px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid  rgba(0,0,0,.8);;
}

.photo {
  position: relative;
}

.photo > img {
  width: 100%;
}

.photo .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.photo .w1200 {
  position: relative;
  height: 100%;
}

.photo .content {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.photo .content .top-title {
  font-size: 50px;
  font-weight: bold;
}

.photo .content .tips {
  margin-top: 25px;
  font-size: 18px;
}


.bl-content a{
	display: none;
	padding-top: 45%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.second-nav-list{
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid rgba(250,250,250,.4);
}



.bl-content .s-item i{
    width: 72px;
    display:inline-block;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-plane{
	background-image: url(../img/x3.png);
}

.icon-renovation{
	background-image: url(../img/x1.png);
}

.icon-lock{
	background-image: url(../img/x2.png);
}

.icon-box{
	background-image: url(../img/x5.png);
}

.icon-hob{
	background-image: url(../img/x4.png);
}

.black-icon{
	display: none;
}

.second-nav-item{
	display: flex;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	padding: 0 80px;
    padding-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}

.second-nav-item{
	display: none;
}



.s-item:after{
	content: "";
	width: 12px;
	height: 12px;
    bottom:-26px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	background-color: #c98c64;
}


/*------------*/
.index-protect-container{
	padding: 0;
	height: 840px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	background-size: cover;
	background-image:url(../img/8.jpg);
}

.index-protect-container .bottom_button_wrap{
/*	margin-bottom: 100px;*/
	margin-top: 80px;
}


.index-protect-container .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0,0,0,.6);
}

.index-protect-title{
	text-align: center;
}

.index-protect-container .begin-live-title{
	border:none;
	margin-top: 50px;
	margin-bottom: 80px;
}

.index-protect-container .begin-live-title h6{
	color: #fff;
}


.index-protect-container .sm-title{
	color: rgba(250,250,250,.6);

}

.protect-wrap{
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.protect-wrap .line{
	width: 30px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: rgba(250,250,250,.2);
}

.protect-wrap .p-item{
	width: 315px;
	color: #fff;
	transition: all .6s;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 60px;
	font-size:16px;
	color: rgba(250,250,250,.6);
	line-height: 1.6;
	text-align: center;
}

.pw{
	min-width: 315px;
}

.protect-wrap .p-item h6{
	font-size: 22px;
	margin:  20px 0;
	color: #fff;
	font-weight: bold;
}

.protect-wrap .p-item h6 br{
	display: none;
}

.protect-wrap .p-item.small{
   width: 120px;
   height: 840px;
   text-align: center;
}
.protect-wrap .p-item.big{
	flex: 1;
	display: flex;
	justify-content: center;
	height: 840px;
	flex-direction: column;
	text-align: left;
	border-right: 1px solid rgba(250,250,250,.2);
}

.protect-wrap .big .line{
	margin: 0;
	margin-bottom: 20px;
}

.protect-wrap .p-item.small{
	border-right: 1px solid rgba(250,250,250,.2);
	text-align: center;
	padding: 0;
	justify-content: center;
	display: flex;
	align-items: center;
}

.protect-wrap .p-item.small h6{
	margin: 0;
	font-weight: normal;
}



.protect-wrap .p-item.small h6 br{
	display: block;
}

.protect-wrap .p-item .viewmore{
    display: none;
}
.protect-wrap .p-item.big .viewmore{
	margin-top: 40px;
	display: block;
}

.protect-wrap .p-item.big{
	padding-left: 150px;
}


.protect-wrap .p-item.small .icon,
.protect-wrap .p-item.small .line,
.protect-wrap .p-item.small .des{
	display: none;

}


.center{
	text-align: center;
}

.s-item{
	cursor: pointer;
	text-align: center;
	position: relative;
}


.bottom_button_wrap.center .common_button{
   width: 160px;
}

.index-about-container{
	padding: 60px 0;
}

.title-line{
	width: 80px;
	height: 3px;
	background-color: #cc8a6a;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}


.index-about-container .item h6{
    line-height: 2;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

.index-about-container .item .dest,
.index-about-container .item .des
{ 
	display:flex;
	align-items: center;
	
}

.index-about-container .item .dest span{
	margin-right: 10px;
}

.index-about-container .item .iconfont-address{
    margin-right: 5px;
}

.index-about-container .item{
	font-size: 16px;
	line-height: 1.6;
	color: #999999;
}

.index-about-container .item .img{
	width: 100%;
	border-radius:10px;
    transform-style: preserve-3d;
	overflow: hidden;
	position: relative;
	transition: all 1s;
}

.index-about-container .item img{
	width: 100%;
}

.index-about-container .item  .shopimg{
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	transition: all 1s;
	transform:rotateY(0deg);
	backface-visibility: hidden;
}

.index-about-container .item .map{
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}


/*.index-about-container .item .img:hover{
	 transform:rotateY(-180deg);
}*/

@media screen and (min-width: 678px){

	.index-about-container .item .img:hover .map{
		 transform:rotateY(0deg);
	}

	.index-about-container .item .img:hover .shopimg{
		transform:rotateY(-180deg);
	}

}


/*.index-about-container .item .img:hover .map{
	 transition: all .3s;
	 backface-visibility: visible;
}*/



.about-swiper-container{
	margin-bottom: 80px;
}

.about-swiper-container{
	position: relative;
	overflow: hidden;
}

.about-swiper-w,.warehouse-swiper-w{
	position: relative;
    width: 1350px;
    margin: 0 auto;
}




.about-swiper-container,.warehouse-swiper-container{
	overflow: hidden;
	width: 1200px;
    margin: 0 auto 30px;
   
}


.index-swiper-container .swiper-button-prev{
	background-size: 44px 44px;
	width: 44px;
	opacity: .8;
	background-image: url(../img/zuojiantou.png);
}


.index-swiper-container .swiper-button-next{
	background-size: 44px 44px;
	width: 44px;
	opacity: .8;
	background-image: url(../img/youjiantou.png);
}


.idnex-warehouse-container .swiper-button-prev,
.index-about-container .swiper-button-prev{
	left: -40px;
	background-image: url(../img/lf.png);
}



.idnex-warehouse-container .swiper-button-next,
.index-about-container .swiper-button-next{
	right: -40px;background-image: url(../img/rt.png);
}



.index-about-container .swiper-button-next, 
.idnex-warehouse-container  .swiper-button-next, 
.index-about-container .swiper-button-prev,
.idnex-warehouse-container .swiper-button-prev
{
	width: 60px;
	height: 60px;
	top: 32%;
	background-size: 60px 60px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	border-radius: 50%;
}

.swiper-button-next:focus, .swiper-button-prev:focus{
	 outline: none;
}

.warehouse-swiper-w{
	margin:  20px auto 30px;
}

.warehouse-swiper-container .item {
	text-align: center;
	font-size: 20px;
	color: #666;
}

.warehouse-swiper-container .item h6{
	font-size: 20px;
	color: #bb825d;
	font-weight: bold;
	line-height: 2;
	margin-top:20px;
}

.warehouse-swiper-container .item .des{
	font-size: 16px;
	color: #666666;
}

.warehouse-swiper-container .item h5{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
}

.idnex-warehouse-container{
	padding: 60px 0;
	background-color: #f8f8f8;
}





/*=-*/

.index-partner-container{
    
	padding: 60px 0 60px;
}


.index-partner-container .content{
	margin: 80px 0;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.index-partner-container .content li img{
	width: 100%;
}

.index-partner-container .item {
	width: 20%;
	padding: 5px;
	box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
	text-align: center;
}

.index-partner-container .item img{
	width: 100%;
}


.index-demand-container {
	padding: 100px 0 100px;
	background-image: url(../img/33准备下单.jpg);
	background-size: cover;
	position: relative;
}

.index-demand-container .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0,0,0,.5);
}


.index-demand-container .begin-live-title h6
{
	color: #fff;
}



.index-demand-container .begin-live-title{
	border-bottom:none;
	padding-top: 0;
	padding-bottom: 50px;

}


.index-demand-container .sm-title{
	color: rgba(250,250,250,.6);
}

.index-demand-container  .phone{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 40px;
}

.index-protect-container  .phone{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 40px;
}


.demand-step{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	color: #fff;
	margin-top: 120px;
	padding: 0  60px;
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(250,250,250,.4);
}

.demand-step img{
	margin-left: 12px;
}

.demand-step .item{
	position: relative;
	line-height: 1;
}

.demand-step .item:after{
	content: "";
	display: inline-block;
	width: 66px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	background-color:#cc8a6a;
}

.index-share-container{
	padding: 60px 0;
	background-color: #f8f8f8;
}


.index-share-container .share-nav {
	text-align: center;
	padding: 50px 0;
}
.index-share-container .item{
	width: 160px;
	cursor: pointer;
	line-height: 50px;
	border-radius: 25px;
	display: inline-block;
	margin:0 20px;
	vertical-align: middle;
	border:1px solid #dedfdf;
	color:#666666;
	font-size: 16px;
}

.tr_button{
    font-size: 16px;
    color:#fff;
}
.tr_button:hover{
	color: #fff;
}

.news-content{
	overflow: hidden;
}
.news-content .news-item{
   display: none;
}

.index-share-container .item.on{
	border:1px solid #000;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

.index-share-container .news-item .lf{
	width: 38%;float: left;
}

.index-share-container .news-item .rt{
	width: 62%;
	float: left;
}

.index-share-container .news-list-item{
    display: flex;
    line-height: 1.6;
    margin-bottom: 50px;
}

.index-share-container .news-list-item .date{
   flex: 0 0 170px;
   width: 170px;
   box-sizing: border-box;
   padding-right: 40px;
   text-align: right;
}

.date .year{
	font-size: 16px;
	color: #999999;
}
.date .month{
	font-size: 24px;
	font-weight: bold;
}

.index-share-container .lf .img{
	overflow: hidden;
	display: block;
}
.index-share-container .lf .img:hover img{
	transform: scale(1.1);
}

.index-share-container .lf img{
	width: 100%;
	transition: all .3s;
}

.index-share-container .lf h6{
	font-size: 16px;
	line-height: 2;
	margin-top: 27px;
	color: #999999;
}

.index-share-container .des:hover{
	color: #cc8a6a;
}

.index-share-container .des{
	 font-size: 20px;
	 color: #333;
	 display: block;
	 line-height: 1.6;
}

.index-contact-container{
/*	background-color: #cc8a6a;*/
	padding: 20px 0;
	color: #fff;
	background-size: cover;
	background-image: url(../img/bgg.jpg);
	font-size: 26px;
	line-height: 3;
}

.index-contact-container p{
	letter-spacing: 3px;
}


.appointment-container{
	position: fixed;
	top: 0;
	display: none;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:12999;
	background-color: rgba(0,0,0,.5);
}



.appointment-wrap{
	position: absolute;
	width: 950px;
	top: 50%;
	border-radius: 10px;
	overflow: hidden;
	left: 50%;
	display: flex;
	background-color: #ffffff;
	transform: translate(-50%,-50%);
}

.appointment-wrap .form{
	padding: 30px 70px;
	flex: 1;
}

.appointment-wrap .form h6{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
}
.appointment-wrap .form .close-box i{
	font-size: 18px;
}
.appointment-wrap .form .close-box{
	text-align: right;
	
	transform: translateX(20px);
}

.input-item{
	border:1px solid #dcdddd;
	font-size: 16px;
	margin-top: 24px;
	border-radius: 4px;
	position: relative;
}

.input-item input{
	line-height: 45px;
	display: block;
	width: 100%;
	border: none;
	outline: none;
}


.input-item.require:before{
	content:"*";
	position: absolute;
	font-size: 14px;
	top: 50%;
	color: #e92121;
    line-height: 1.2;
    left: -14px;
    transform: translateY(-50%);
}

.input-item label{
	width: 100px;
	float:left;
	line-height: 45px;
	padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
	text-align: justify;
    text-align-last: justify;
}


.input-item  div{
	border-radius: 4px;
	margin-left: 120px;
	overflow: hidden;
}

.form .submit-button{
	line-height: 50px;
	background-color: #c98c64;
	color: #fff;
	border-radius: 25px;
	font-size: 18px;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
}

.form  .date-icon {
	position: relative;
}

.form  .date-icon img{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.appointment-contact{
	margin-top: 30px;
	text-align: right;
	transform: translate(20px,20px);
}

.appointment-contact button{
	margin-left: 10px;
}


@media screen and (max-width: 1600px){

}


@media screen and (max-width: 1480px){
   .header_nav a{
    padding: 0 30px;
   }
   .about-swiper-w, .warehouse-swiper-w{
    width: 1200px;
   }

    .about-swiper-w .swiper-button-next{
    display: none;
   }

   .about-swiper-w .swiper-button-prev{
    display: none;
   }
}


@media screen and (max-width: 768px){

	.index_banner_item_content{
		width: 84%;
		line-height: 2;
	}
	.index_banner_item .bottom_button_wrap{
		margin-top: 0.2rem;
	}

	.second-nav-item .s-item:last-of-type{
		display: none;
	}

	.index_banner_item_content h3{
		font-size: 0.32rem;
		font-weight: bold;
	}

	.bottom_button_wrap .primary_button{
		width: 1.6rem;
		font-size: 0.18rem;
		margin-right: 0.2rem;
		line-height: 0.5rem;
	}

	.about-swiper-container .swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.about-swiper-container .swiper-slide{
		width: 48%;
		margin-bottom: 0.4rem;
	}

	.about-swiper-container{
		margin-bottom: 0;
	}

	.about-swiper-container .swiper-slide:nth-child(n+5){
		display: none;
	}
    .index-about-container .item{
    	font-size: 0.24rem;
    }
	.index-about-container .item .img{
		border-radius: 5px;
	}

	.index-about-container .item h6{
		line-height: 1.6;
		font-size: 0.28rem;
	}

	.bottom_button_wrap .common_button{
		line-height: 0.5rem;
		width: 1.6rem;
		font-size: 0.18rem;
	}

	.bl-content a{
		padding-top: 60%;
	}

	.bl-item >div{
		margin-bottom: 0.1rem;
	}

    .index_banner_item_content .title h4{
    	font-size: 0.18rem;
    }

	.begin-live-title{
		padding: 0.5rem 0.3rem;
		border:none;
	}
	.title-h6{
		font-size: 0.34rem;
	}
	.sm-title{
       font-size: 0.24rem;
	}
	.index_w{
		width: 100%;
	}
	.bl-item{
		flex: 1;
		font-size: 0.28rem;
	}
	.bl-item img{
		width: 0.6rem;
	}
	.second-nav-list{
		bottom: 0.4rem;
	}
	.second-nav-item{
		padding: 12px 8%;
		font-size: 0.23rem;
	}
	.index-share-container .share-nav{
		padding: 0.5rem 0;
	}
	.bl-item:before{
		display: none;
	}
    .bl-content .s-item i{
    	width: 0.72rem;
    	background-size: 70%;
    	height: 0.72rem;
    }
    .begin-live-container{
    	padding-bottom: 0rem;
    	width: 100%;
    	overflow: hidden;
    }
    .begin-live-container .begin-live-title{
    	padding-bottom: 0;
    }

    .index-share-container{
    	padding: 0.6rem 0;
    }
    .index-share-container .item{
    	width: 1.6rem;
    	margin: 0 0.2rem;
    	line-height: 0.5rem;
    	font-size: 0.16rem;
    }
    .index-share-container .des{
    	font-size: 0.20rem;
    }
    .bl-top{
    	padding: 20px 0 14px;
    }
    .s-item:after{
    	width: 6px;
    	height: 6px; bottom: -16px;
    }

    .bl-content .second-nav{
    	height: 20px;
    	display: none;
    	bottom: -10px;
    	width: 88%;
    }

    .protect-wrap .line{
    	display: none;
    }

    .protect-wrap{
    	flex-wrap: wrap;
    	min-width: 100%;
    }

    .pw{
    	min-width: auto;
    }
    
    .protect-wrap .p-item{
    	width: 50%;
    	padding: 0;
    	margin-bottom: 0.6rem;
    	font-size:0.22rem;
    }

    .index-protect-container .begin-live-title{
    	margin: 0;
    }

    .protect-wrap .p-item h6{
    	font-size: 0.32rem;
    	margin:  0.1rem 0;
    }

    .protect-wrap .p-item .icon img{
    	width: 0.65rem;
    }

    .protect-wrap .p-item .des p:nth-child(n+3){
    	display: none;
    }

    .index-protect-container .bottom_button_wrap{
    	display: none;
    }
    .index-protect-container{
    	height: auto;
		    background-position: center;
    	background-image: url(../img/bg22.jpg);
    }

    .index-about-container{
    	padding: 0.5rem 0;

    }
    .title-line{
    	display: none;
    }

    .about-swiper-w, .warehouse-swiper-w{
    	width: 92%;
    	margin: 0 auto;
    	margin-top: 0.4rem;
    }

    .about-swiper-container{
    	width: 100%;
    }

    .warehouse-swiper-container{
    	margin: 0 auto;
    	width: 90%;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    	right: -10px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    	left: -10px;
    }

    .idnex-warehouse-container{
    	padding: 0.5rem 0;
    }

    .warehouse-swiper-container .item h5{
    	display: none;
    }

    .bottom_button_wrap.center .common_button{
    	width: 2.4rem;
    	font-size: 0.26rem;
    	line-height: 0.6rem;
    }

    .tr_button{
    	font-size: 0.26rem;
    	margin-left:0.5rem; 
    }

    .warehouse-swiper-container .item h6{
    	font-size: 0.28rem;
    }
    .warehouse-swiper-container .item h4{
    	font-size: 0.222rem;
    	text-align: left;
    	margin-top: 0.2rem;
    	line-height: 2;
    }
    .warehouse-swiper-container .item .des{
    	font-size: 0.28rem;
    	margin-bottom: 0.4rem;
    }
    .warehouse-swiper-container .item .WAPdes{
    	color: #333;
    	text-align: left;
    	font-size: 0.3rem;
    }

    .warehouse-swiper-container{
    	margin-bottom: 0;
    }

    .swiper-button-next, .swiper-button-prev{
    	width: 30px;
    	height: 30px;
    	background-size: 30px 30px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    	width: 
    }

    .index-demand-container{
       padding: 0.9rem 0;
       padding-bottom: 0.6rem;

    }

    .swiper-button-next, .swiper-button-prev{
    	margin-top:-1px;
    }

    .index-partner-container{
    	padding: 0.5rem 0 0;
    }

    .index-partner-container .content{
    	margin: 0.6rem;
    }

    .index-partner-container .content .item:nth-child(n+10){
    	display: none;
    }

    .index-partner-container .item{
    	width: 33.33%;
    }
    
    .about-index-contianer{
    	padding: 0.4rem 0;
    }

    .about-index-wrap{
    	margin:0 6%;
    }

     .about-index-contianer .c{
     	margin-top: 0.5rem;
     	font-size: 0.24rem;
     	line-height: 2;
     }
    
     .about-index-contianer .c img{
     	width: 3rem;
     	float: left;
     	border-radius: 5px;
     	display: inline-block;
     	padding: 0 0.3rem 0rem 0;
     }

     .about-index-wrap .advantage{
         display:flex;
         justify-content: space-between;
         margin-top: 0rem;
         padding: 0 ;
     }

     .about-index-wrap .advantage .item p:first-of-type{
     	font-size: 0.34rem;
     	 color: #c98c64; 

     }

	 .about-index-wrap .advantage .item{
	     line-height: 1.8;
	     padding: 0;
	     text-align: center;
	     font-size: 0.23rem;
	     color: #000; 
	 }
	 .about-index-contianer .bottom_button_wrap{
	 	margin-top: 0.4rem;
	 }



	 .demand-step{
	 	width: 100%;
	 	margin-top: 0.8rem;
	 	padding: 0 6%;
	 	padding-bottom: 15px;
	 }

	 .index-demand-container .begin-live-title{
	 	padding-bottom: 0.5rem;
	 }

	 .index-demand-container .bottom_button_wrap.center .common_button{
	 	width: 2.4rem;
	 	line-height: 0.6rem;
	 }

	 .demand-step img{
	 	margin-left: 4px;
	 	width: 3px;
	 }

	 .demand-step{
	 	font-size: 0.26rem;
	 }
     
	 .demand-step .item:after{
	 	width: 0.6rem;
	 	bottom: -16px;
	 }

	 .index-demand-container{
	 	background-position: center;
	 	background-image: url(../img/bg222.jpg);
	 }

	 .web-warehouse-nav{
	 	border-bottom: 1px solid #dcdddd;
	 	line-height: 2;
	 	overflow: hidden;
	 	padding-left: 6%;
	 	margin-top: 0.2rem;
	 	margin-bottom: 0.2rem;
	 }

	.web-warehouse-nav .swiper-slide > div{
		white-space: nowrap;
		font-size: 0.22rem;
		display: inline-block;
		padding-bottom: 0.1rem;
	}

	 .web-warehouse-nav .swiper-slide.on > div{
         border-bottom: 1px solid #bd835e;
         font-size: 0.3rem;
         font-weight: bold;
	 }

}