.floor1{
	margin-top:50px;
	margin-bottom: 50px;
}
/*产品中心左侧样式*/

.floor1_l>div:first-child{
	background: #0974EC;
}
.floor1_l>div:first-child>div:first-child{
	width:40px;
	height:40px;
	float: left;
    margin: 13px 0 0 20px;
}
.floor1_l>div:first-child>div:nth-child(2){
	float:left;
    margin-left: 15px;
    color:#fff;
}
.floor1_l>div:first-child>div:nth-child(2) h4{
	margin-top: 15px;
    margin-bottom: 2px;
}

.floor1_l{
 	border:1px solid #D9D9D9;
 	border-top-left-radius:15px;
	border-top-right-radius:15px;
 	padding:0;
    overflow: hidden;
    box-sizing: border-box;
 }  
.floor1_l>div:first-child>div:first-child img{
	width:100%;
	height:100%;
}
.floor1_l a{
	color:#999;
}
.floor1_l ul{
	padding-left: 20px;
}
.floor1_l ul li{
	margin:10px 0;
}
.floor1_l a:hover{
	color:#0974EC;
}
.floor1_l1>li{
	color:#999;
	font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.floor1_l1>li>ul{
	display: none;
}
.floor1_l1>li.open>span:nth-child(3){
	transform: rotateZ(90deg);
}
.floor1_l1>li.open>ul{
	display: block;
}
.floor1_l1>li a{
	font-size: 15px;
}
.floor1_l1>li>ul a{
	color:#ADADAD;
	font-size: 14px;
}
.floor1_l1>li:hover{
	color:#0974EC
}
.floor1_l1>li>span:nth-child(3){
	float:right;
	margin-right: 15px;
	transition: all .3s;
}
.floor1_l1 li img{
	width:20px;
	height:20px;
}
.floor1_l1>li span:first-child{
	margin-right: 5px;
}
/*左侧栏目zhong*/


.pro_detail{
	box-sizing: border-box;
}
.pro_detail>div{
	float: left;
}
.pro_detail_l{
	width:50%;
	height: 326px;
    overflow: hidden;
    position: relative
}
.pro_detail_l ul{
	padding:0;
	position:relative;
}
.pro_detail_l ul li{
	height:326px;
	float: left;
}
.pro_detail_l ul::after{
	content:"";
	display: block;
	clear: both;
}
.pro_detail_l img{
	width:100%;
    height: 100%;
}

.pro_detail_l>div{
	position:absolute;
	bottom: 0;
	padding:15px 8px;
	background: rgba(0,0,0,.4);
	transition: all .3s;
}
.pro_detail_l>div:hover{
	background: rgba(0,0,0,.6);
}
.pro_detail_l>div>img{
	width:20px;
	height:20px;
}
.detail_left{
	left:0;
}
.detail_right{
	right:0;
}
.pro_detail_r{
	width:50%;
	box-sizing: border-box;
	padding-left: 40px;
}
.pro_detail_r h3{
	margin-top:6px;
	color:#333;
	font-size: 18px;
	font-weight: bold;
}
.pro_detail_r>p{
	color:#666;
	margin: 0 0 5px;
}
.hot_line{
	box-sizing: border-box;
	padding-left: 50px;
	color:#666;
	position: relative;
}
.hot_line p{
	margin-bottom: 5px;
}
.hot_line p:not(first-child){
	font-size: 18px;
	font-weight: bold;
}
.hot_line>a{
	color:#fff;
	position: absolute;
	padding:10px 25px;
	background: #60C702;
	border-radius: 2px;
    right: 10px;
    top: 20px;
}
.hot_line>img{
	width:36px;
	height:36px;
	position: absolute;
    left: 5px;
    top: 7px;
}
.detail_top{
	width:100%;
	border-bottom: 2px solid #E9E9E9;
    margin-top: 40px;
    margin-bottom: 40px;
}
.detail_top>span{
    display: inline-block;
    background: #0974EB;
    padding: 8px 25px;
    color:#fff;
}
.detail_txt{
	color:#666;
}
.detail_txt>p{
	margin-bottom: 30px;
}
.detail_txt>.detail_title{
	font-size: 16px;
	color:#0974EC;
	font-weight: bold;
}
.detail_img>img{
	width:45%;
	padding:0 2%;
}
.detail_circle_img>img{
	width:20%;
	margin:0 2.2%;
	border-radius: 50%;
}


@media screen and (min-width:992px ) and (max-width:1200px) {
	
}

@media screen and (min-width:769px ) and (max-width:991px){
	.floor1_l>div:first-child>div:first-child {
	    width: 30px;
	    height: 30px;
	    margin: 13px 0 0 10px;
	}
	.floor1_l>div:first-child>div:nth-child(2) h4 {
	    font-weight: 16px;
	}
	.floor1_l1>li a {
	    font-size: 12px;
	}
	.floor1_l1>li>ul a {
	    font-size: 12px;
	}
	.pro_detail_r{
		padding-left: 20px;
	}
	
	.hot_line p:nth-child(2) {
	    font-size: 16px;
	}
	.hot_line>a {
	    padding: 5px 15px;
	    top: 10px;
	}
}


@media only screen and (max-width:768px ) {
	.floor1_l{
		width:90%;
		margin:0 auto 20px;
	}
	.pro_detail_l{
		width:100%;
	}
	.pro_detail_r {
	    width: 100%;
	    padding-left: 0px;
	}
}