.floor1{
	margin-top: 60px;
	margin-bottom: 80px;
}

.floor1_l{
	width:260px;
	float: left;
}
.floor1_l_title{
	text-align: center;
	color: #fff;
	padding: 20px 0;
	background: #00A2E9;
	margin-bottom: 8px;
}
.floor1_l_title>h3{
	font-size: 34px;
	font-weight:bold;
	margin: 0 0 15px 0;
}
.floor1_l_title>h5{
	font-size: 18px;
	margin: 0;
}

.floor1_ul>li{
	margin-bottom: 2px;
}

.floor1_ul>li a{
	display: block;
	width:100%;
	height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: #00A2E9;
	transition: all .3s;
}
.floor1_ul .floor1_active a{
	background: #FFA200;
}
.floor1_ul>li a:hover{
	background: #FFA200;
}


.floor1_r{
	width:calc(100% - 260px);
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
}

.floor1_r_ul{
	width:100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.floor1_r_ul>li{
	width:290px;
	height: 290px;
	margin-right: 20px;
	box-sizing: border-box;
	border:1px solid #E2E2E2;
	position: relative;
	bottom:0;
	transition: all .3s;
	margin-bottom: 25px;
}
.floor1_r_ul>li:nth-child(3n){
	margin-right: 0;
}
.floor1_r_ul>li>a>div{
	width:100%;
	height: 240px;
}
.floor1_r_ul>li>a>div img{
	width:100%;
	height: 100%;
}
.floor1_r_ul>li p{
	text-align: center;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	padding: 14px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	transition: all .3s;
}
.floor1_r_ul>li:hover{
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
	bottom:2px;
}
.floor1_r_ul>li:hover p{
	color: #00A2E9;
}


.detail_l .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}
.detail_l .swiper-slide img{
	width:100%;
}
.detail_r{
	padding-left: 60px;
}
.detail_r>h5{
	color: #00A2E9;
	font-size: 18px;
	margin: 18px 0 30px 0;
}
.detail_r>p{
	color: #303030;
	font-size: 16px;
}
.detail_r>.hot_line span{
	color: #00A2E9;
	font-size: 24px;
	margin-left: 5px;
}
.detail_r>.hot_line{
	margin: 25px 0;
}
.detail_r>a{
	display: block;
	width:160px;
	height: 50px;
	background: #FFA200;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
}


.detail_container{
	margin-top: 70px;
}
.detail_container img{
	max-width: 100%;
	height: auto!important;
}

.detail_caption{
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.detail_caption span{
	color: #00A2E9;
	font-size: 18px;	
}
.detail_caption>div{
	width:60px;
	height: 2px;
	background: #00A2E9;
	position: absolute;
	top:48%;
}
.detail_caption>div:nth-child(2){
	left: 480px;
}
.detail_caption>div:nth-child(3){
	left: 660px;
}


.detail_txt{
	color: #666;
}
.pro_classify{
	display: none;
}


@media screen and (min-width: 992px) and (max-width:1200px) {
	.floor1_r_ul>li:nth-child(3n){
		margin-right: 20px;
	}
	.detail_caption>div:nth-child(2) {
	    left: 380px;
	}
	.detail_caption>div:nth-child(3) {
	    left: 560px;
	}
}

@media screen and (min-width: 769px) and (max-width:991px) {
	.floor1_r_ul>li:nth-child(3n){
		margin-right: 20px;
	}
	.floor1_r_ul>li{
		width:225px
	}
	.floor1_r_ul>li>a>div{
		height: 185px;
	}
	.floor1_r_ul>li{
		height: 233px;
	}
	.detail_caption>div:nth-child(2) {
	    left: 270px;
	}
	.detail_caption>div:nth-child(3) {
	    left: 450px;
	}
}
@media screen and (max-width:768px) {
	.floor1_l{
		width:100%;
		box-sizing: border-box;
		padding: 0 15px;
		margin-bottom: 25px;
		display: none;
	}
	.pro_classify{
		display: block;
	    position: fixed;
	    left: -120px;
	    top: 0;
	    height: 100vh;
	    background: rgba(0,0,0,0.7);
	    width: 120px;
	    transition: all .3s;
	    z-index: 20;
	}
	.left_0{
		left:0;
	}
	.pro_classify::after{
		content: "";
		display: block;
		clear: both;
	}
	.pro_ul{
	    float: left;
	    position: relative;
	    top: 50%;
	    width: 100%;
	    transform: translateY(-50%);
	}
	
	.pro_ul li{
		padding: 5px 0;
		text-align: center;	
	}
	.pro_ul li a{
		display: block;
		width: 100%;
		color: #fff;
		height: 100%;
	}
	.classify_btn{
		width: 20px;
		background: #00A2E9;
		position: absolute;
		right:-30px;
	    top: 50%;
	    transform: translateY(-50%);
	    text-align: center;
    	color: #fff;
    	padding: 5px;
	    border-radius: 4px;
	}
	.floor1_r{
		width:100%;
		padding: 0 15px;
	}
	.floor1_r_ul>li{
		width:100%;
		height: auto;
	}
	.floor1_r_ul>li>a>div{
		height: auto;
	}
	.detail_l{
		padding: 0 15px;
	}
	.detail_r{
		padding: 0 15px;
	}
	.detail_caption>div{
		display: none;
	}
	.detail_container{
		padding:  0 15px;
	}
}