@charset "utf-8";
.hui_bg_detail{ background:#333333; color:#fff;}


.global_pro_title{ text-align:center; padding-top:60px; padding-bottom:10px;}
.global_pro_title .gh1{ font-size:30px; text-transform:uppercase; border-bottom:1px solid #3d3d3d; padding-bottom:20px; margin-bottom:20px;}
.iproducts_con{ padding-bottom:40px;}


.pro_banner{ height:524px;}
.pro_detail_title{ font-size:34px; padding:40px 0;}

.fr_detail{ width:570px; float:right;}
.detail_left_li{ width:570px; float:left;}
.detail_left_li li{ width:33%; float:left; margin-left:-1px; margin-top:-1px;}
.detail_img{ padding:3px; border:1px solid #000; box-sizing:border-box; overflow:hidden;}
.detail_img:hover img{ transform:scale(1.05);}
.detail_img img{ width:100%;}

.pro_img_more{ padding-bottom:70px;}

.fr_detail_box{ background:#f8f8f8; padding:17px 30px; border:1px solid #c1bfbf; border-radius:3px; overflow:hidden; margin-top:35px;}
.fr_detail_box span{ font-size:20px; font-style:italic; font-weight:bold; line-height:40px;}
.fr_detail_box a{ width:130px; height:40px; background:#000; color:#fff; line-height:40px; border-radius:4px; display:block; float:right; text-align:center; overflow:hidden; font-size:14px;}
.fr_detail_box a:hover{ opacity:0.8;}
.fr_detail_box a i{ margin-left:3px;}
@media (max-width: 1000px){
}

@media (max-width: 640px){
	.pro_banner{ height:200px;}
	.pro_detail_title{ padding:25px 0; font-size:24px;}
	.detail_left_li li{ width:33%;}
	.detail_left_li{ width:100%; padding-bottom:30px;}
	.fr_detail{ width:100%;}
	.fr_detail_box span{ font-size:16px;}
	.fr_detail_box{ padding:15px 15px;}
	.fr_detail_box a{ float:right; width:100px;}
	.fr_detail_box a i{ display:none;}
	.pro_img_more{ padding-bottom:30px;}
	.global_pro_title .gh1{ font-size:24px;}
	.global_pro_title{ padding-top:25px;}
	
}