
.floor1{
	margin-top: 50px;
	margin-bottom: 20px;
}

.floor1_caption{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.floor1_caption span{
	font-size: 24px;
	color: #333;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.floor1_caption .line{
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top:18px;
	z-index: -1;
}
.floor1_caption h5{
	font-size: 12px;
	color: #333;
	margin: 10px 0 0 0;
}
.caption{
	color: #DA2826;
	font-size: 20px;
	margin-top: 0;
	
	padding-left: 10px;
	border-left: 4px solid #DA2826;
}

.floor2{
	background: #F2F2F2;
	padding-top: 27px;
}

.floor2_l{
}
.floor2_l .caption{
	margin-bottom: 75px;
}
.floor2_l p{
	color: #333;
	margin-bottom: 20px;
	line-height: 26px;
}
.floor2_r{
	padding-left: 50px;
	margin-top: 97px;
}
.floor2_r img{
	width: 100%;
}

.floor3{
	margin-top: 27px;
	margin-bottom: 86px;
}
.floor3 .caption{
	margin-bottom: 47px;
}
.floor3 ul{
	margin-bottom: 0;
}
.floor3 ul li{
	width: 300px;
	height: 300px;
	background: #EEEEEE;	
	text-align: center;
	overflow: hidden;
}
.floor3_row1 li:nth-child(odd){
	padding: 40px;
}
.floor3 ul li div {
	margin-top: 30px;
}
.floor3 ul li div span{
	display: inline-block;
	font-size: 24px;
	color: #DA2826;
	border:1px solid rgba(255,0,0,1);
	padding: 5px 10px;
}
.floor3 ul li h5{
	font-size: 18px;
	color: #666;
	margin:28px 0 17px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.floor3 ul li p{
	text-align: left;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.floor3 ul li img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.floor3 ul li:hover img{
	transform: scale(1.02);
}
.floor3_row2 li:nth-child(even){
	padding: 40px;
}


.floor4{
	padding-top: 30px;
	padding-bottom: 100px;
	background: #EEEEEE;
	position: relative;
}


.floor4 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.floor4 .swiper-slide img{
	max-width: 100%;
}
.floor4 .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.floor4_banner{
	margin-top: 80px;
} 

.floor4 .floor4-prev{
	width: 62px;
	height: 53px;
	background-size:62px 53px;
	left: 140px;
	margin-top: -37px;
	background-image:url("../img/l_off.png");
	outline: none;
}
.floor4 .floor4-prev:hover{
	background-image:url("../img/l_on.png");
}
.floor4 .floor4-next{
	width: 62px;
	height: 53px;
	background-size:62px 53px;
	right: 140px;
	margin-top: -37px;
	background-image:url("../img/r_off.png");
	outline: none;
}
.floor4 .floor4-next:hover{
	background-image:url("../img/r_on.png");
}



.floor5{
	margin-top: 50px;
	margin-bottom: 60px;
}
.floor5 .caption{
	margin-bottom: 40px;
}

.floor5_ul li{
	width: 430px;
	margin-right: 28px;
	margin-bottom: 30px;
}
.floor5_ul li .floor5_cover{
	width:100%;
	height: 563px;
	line-height: 563px;
	background: url("../img/47.png") no-repeat;
	background-position:center ;
	background-size: contain;
	margin-bottom: 10px; 
	text-align: center;
	
	
}
.floor5_ul li:nth-child(3n){
	margin-right: 0;
}
.floor5_ul li img{
	width: 324px;
	margin: 0 14px 16px 0;
}
.floor5_ul li  p{
	color: #666;
	font-size: 16px;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.floor5_ul li:hover p{
	color: #DA2826;
}

.caption{
	text-align: center;
}
.caption h3{
	font-size: 36px;
	margin: 0 0 30px 0;
}
.caption p{
	width: 280px;
	margin: 0 auto;
	font-size: 30px;
	background: url("../img/6.png") no-repeat;
    background-position: center;
	font-weight: bold;
}
.floor6{
	height: 800px;
	padding-top: 50px;
	background: url("../img/17.png") no-repeat;
	background-position: center;
	position: relative;
}
.floor6_icon{
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom:80px;
}


.floor6 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap:wrap;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  
}
.floor6 .swiper-slide img{
	max-width: 100%;
  border:1px solid transparent;
	
}
.floor6 .swiper-slide p{
	width: 100%;
	margin-top: 35px;
	font-size: 24px;
	color: #666;
	display: none;
}

.floor6 .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);

}
.floor6 .swiper-slide-active img,.swiper-slide-duplicate-active img{
	border:1px solid #df0000;
}

.floor6 .swiper-slide-active p,.swiper-slide-duplicate-active p{
	display: block;
	position: relative;
}


.floor6_banner{
	margin-top: 80px;
} 

.floor6 .floor6-prev{
	width: 62px;
	height: 53px;
	background-size:62px 53px;
	left: 140px;
	margin-top: 10px;
	background-image:url("../img/l_off.png");
	outline: none;
}
.floor6 .floor6-prev:hover{
	background-image:url("../img/l_on.png");
	
}
.floor6 .floor6-next{
	width: 62px;
	height: 53px;
	background-size:62px 53px;
	right: 140px;
	margin-top: 10px;
	background-image:url("../img/r_off.png");
	outline: none;
}
.floor6 .floor6-next:hover{
	background-image:url("../img/r_on.png");
	
}

@media (min-width: 768px){
	.floor5 {
	    min-width: 1346px !important;
	}
}


@media screen and (max-width:1300px ) {
	.floor4 .floor4-prev{
		left: 30px;
	}
	.floor4 .floor4-next{
		right: 30px;
	}
}


@media screen and (max-width: 768px){
	.floor1 {
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.floor2{
		padding-left:15px;
		padding-right: 15px;
	}
	.floor2_l{
		width: 100%;
	}
	.floor3{
		padding: 0 35px;
	}
	.floor3 ul li{
		float: none;
		margin: 0 auto 20px;
	}
	.floor4{
		display: none;
	}
	.floor5{
		display: none;
	}
	
	.container , body {
	    min-width: 100% !important;
	}
	.floor2_r{
		padding: 0;
		margin-top: 0;
	}
	
	.floor6{
	    height: 580px;
    	padding-top: 30px;
    	
	}
	.floor6 .swiper-slide p{
		font-size: 16px
	}
	.floor6 .floor6-next, .floor6 .floor6-prev{
		display: none;
	}
	.floor6_icon{
		display: none;
	}
	
}
