@charset "utf-8";
.hot_product li{
	float: left;
	width: 7.375rem;
}
.hot_product li:nth-child(odd){
	margin-right: 0.25rem;
	margin-bottom: 1em;
}
.hot_product li img{
	width: 100%;
}
.hot_product li section{
	height: 3.0rem;
	padding-top: 1.0rem;
	background: #f7f8f8;
	color: #333;
}
.hot_product li h2{
	font-size: 0.7rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.3rem;
}
.hot_product li span{
	display: block;
	width: 3.75rem;
	height: 0.9rem;
	box-sizing: border-box;
	border: 1px solid #666;
	border-radius: 0.1rem;
	font-size: 0.55rem;
	line-height: 0.9rem;
	text-align: center;
	margin-left: 50%;
	-webkit-transform:translateX(-50%);
	transform: translateX(-50%);
}

/* 产品详情页样式 */
.product_banner{
	position: relative;
	overflow: hidden;
	width: 100%;
	/* height: 9.15rem; */
	background: #e5e5e5;
}

.product_banner img{
	width: 100%;
}
.product_banner .swiper-pagination-bullet{
	width: 0.25rem;
	height:0.25rem;
	background: #fff;
	opacity: 1;
}
.product_banner .swiper-pagination-bullet-active{
	background:#ea665d;
}
.product_introduce{
	padding:0.65rem 0.5rem;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.product_introduce h1{
	font-size: 0.75rem;
	font-weight: bold;
	color:#333;
	padding-bottom: .5rem;
}
.product_introduce p{
	font-size: 0.6rem;
	color:#666;
	line-height: 1rem;
}
.product_introduce > p + div a{
	display: block;
	width: 6.4rem;
	height: 1.125rem;
	font-size: 0.6rem;
	color:#fff;
	line-height: 1.125rem;
	text-align: center;
	border-radius: 0.1rem;
	float: left;
	margin-top: 0.5rem;
}
.product_introduce .enquiry{
	background: #ee6158;
	margin-right: 0.5rem;
}
.product_introduce .consult_online{
	background: #424355;
}

.product_moreInfo{
	margin-top: 0.35rem;
}
.product_moreInfo ul li{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	margin-bottom: 0.25rem;
}
.product_moreInfo .btn_display{
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	color:#333;
	line-height: 2;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0.5rem;
}
.product_moreInfo .btn_display span{
	float: right;
	width: 0.4rem;
	height: 0.25rem;
	background: url(../images/Icondisplay.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top:0.625rem;
	-webkit-transform:rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transition-duration:.5s;
	transition-duration: .5s;
}
.product_moreInfo .btn_display span.select{
	-webkit-transform:rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition-duration:.5s;
	transition-duration: .5s;
}
 
.product_moreInfo .intro_content{
	padding:0.5rem;
	display: none;
}
.product_moreInfo li:last-child .intro_content{
	overflow: hidden; 
	padding: .75rem 0;
}
.product_moreInfo .intro_content p{
	font-size: 0.6rem;
	color:#666;
	line-height: 2;
	text-align: justify;
	margin-bottom: 0.3rem;
}
.product_moreInfo .intro_content p span{
	display: block;
	font-weight: bold;
}

.intro_content .swiper-slide{
	-webkit-transition:-webkit-transform 600ms ease-out;
	transition: transform 600ms ease-out;
	-webkit-transform:scale(0.8);
	transform: scale(0.8);
}
.intro_content .swiper-slide-active{
	-webkit-transform:scale(1);
	transform: scale(1);
}
.intro_content .swiper-slide h3{
	font-size: 0.6rem;
	text-align: center;
	color: #333;
}
.intro_content .swiper-slide img{
	width: 100%;
	margin-bottom: 0.4rem;
}

.other_model{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	padding: 0.5rem;
	margin-top: 0.34rem;
}
.other_model h2{
	font-weight: bold;
	font-size: 0.65rem;
	color:#333;
	padding-left: 0.4rem;
	position: relative;
	margin: 0.5rem 0;
}

.other_model h2:before{
	content: "";
	display: block;
	width: 0.2rem;
	height: 0.6rem;
	background:#e8645a;
	position: absolute;
	top:0;
	left:0;
}
.other_model ul{
	margin-top: 0.75rem;
	overflow: hidden;
}
.other_model ul li:nth-child(odd){
	float: left;
}
.other_model ul li:nth-child(even){
	float: right;
}
.other_model ul li img{width: 7.375rem;}
.other_model ul li span{
	display: block;
	font-size: 0.6rem;
	line-height: 1;
	text-align: center;
	padding: 0.5rem 0;
	color: #333;
}




/*  */
.list li{
	overflow: hidden;
	margin-bottom: 0.85rem;
}
.list li img{
	float: left;
	width: 6.75rem;
}
.list li section{
	float: right;
	width: 7.5rem;
	height: 4.7rem;
	/* -webkit-box-sizing:border-box; */
	/* box-sizing: border-box; */
	border-bottom: 1px solid #bbb;
}
.list section h3{
	font-size: 0.65rem;
	color:#333;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
.list section p{
	font-size: 0.6rem;
	line-height: 0.7rem;
	color:#666;
	margin-bottom: .2rem;
}
.list section span{
	display: block;
	width: 3.5rem;
	height: 1rem;
	text-align: center;
	font-size: .55rem;
	background: #424355;
	line-height: 1rem;
	color:#fff;
	margin-top: .4rem;
}
