@charset "utf-8";
/* CSS Document */
.tab_1{
	width:100%;
}
.tab_1 .show_tab{
	width:100%;
	overflow:hidden;
	position:relative;
}
.tab_1 .show_tab ul.roll_list{
	width:300%;
}
.tab_1 .show_tab ul.roll_list li{
	float:left;
	width:33.33%;
}
.tab_1 .show_tab ul.roll_list li img{
	width:100%;
}
.tab_1 .show_tab ul.dots{
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.tab_1 .show_tab ul.dots li{
	float:left;
	margin:0 8px;
	width:10px;
	height:10px;
	border-radius:50%;
	border:1px solid #777b7e;
	box-sizing:border-box;
}
.tab_1 .show_tab ul.dots li.active{
	background-color:#777b7e;
}


/*tab_2*/
.tab_2{
	width:100%;
}
.products_nav ul{
	 width:100%;
}
.products_nav ul li{
	float:left;
	width:20%;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
	background-color:#f99a3d;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	cursor:pointer;
}
.products_nav ul li.active{
	background-color:#5e5e5e;
}
.products_nav ul li:hover{
	background-color:#5e5e5e;
}


/*tab_3*/
.tab_3{
	width:100%;
}
.main_wrap{
	width:1520px;
	margin:0 auto;
}
.products{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.products ul li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;/**/
	width:370px;
	height:350px;/**/
	border:1px solid #f0f0f0;
	box-sizing:border-box;
	cursor:pointer;
}
.products ul li img{
	width:100%;
	height:300px;/**/
}
.products ul li p{
	width:100%;
	height:48px;
	line-height:48px;
	color:#fff;
	font-size:16px;
	text-align:center;
	background-color:#9a9a9a;
}
.products ul li:hover{
	border-color:#707070;
}
.products ul li:hover p{
	background-color:#5e5e5e;
}

.products_detail{
	width:100%;
	margin:80px 0;
	display:none;/*更改点*/
}

.products_img{
	width:592px;
	height:480px;
	border:1px solid #d6d6d6;
	box-sizing:border-box;
}
.products_img img{
	width:100%;
	height:100%;
}
.products_detail_info{
	width:920px;
	padding-left:100px;
	box-sizing:border-box;
	position: relative;
}
.products_detail_info h3{
	font-size:20px;
	line-height:32px;
	color:#343434;
}
.products_detail_info i{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#2d2d2d;
	margin:10px 0 20px;
}
.products_detail_info p{
	font-size:16px;
	line-height:32px;
	text-indent:2em;
	color:#343434;
}
table.parameter{
	margin-top:30px;
}
.products_detail_info table tr td{
	font-size:18px;
	line-height:32px;
	color:#2d2d2d;
}
.products_detail_info table td.title{
	width:110px;
	text-align: justify;
	text-justify: inter-ideograph; /*为了兼容IE*/
	text-align-last: justify;/* ie9*/
	-moz-text-align-last: justify;/*ff*/
	-webkit-text-align-last: justify;/*chrome 20+*/
}
.products_detail_info span.features{
	display:block;
	font-size:18px;
	line-height:32px;
	color:#2d2d2d;
	margin-top:15px;
}

/*产品页选项卡*/
.tabbar{
	position: absolute;
	top: -50px;
	right: 100px;
}
.tabbar li{
	float: left;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #777b7e;
	color: #fff;
	cursor: pointer;
}
.tabbar li.active_tab{
	background-color: #ff0000;
}
.products_detail_info .tabdiv{
	display: none;
}
.products_detail_info .tabdiv .smtit{
	margin: 20px 0 10px;
}
.docList{
	border-collapse: collapse;
	margin-top: 20px;
	width: 90%;
	border: 2px solid #999;
}
.docList tr th,
.docList tr td{
	border: 1px solid #999;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}
.docList tr th:first-child,
.docList tr td:first-child{
	text-align: left;
}
.docList tr td a:hover{
	text-decoration: underline;
}

@media only screen and (min-width:1280px) and (max-width:1600px){
	.main_wrap{
		width:1224px;
	}
	.products ul li{
		width:296px;
		height:282px;
	}
	.products ul li img{
		height:240px;
	}
	.products ul li p{
		height:40px;
		line-height:40px;
		font-size:15px;
	}
	
	.products_img{
		width:481px;
		height:390px;
	}
	.products_detail_info{
		width:736px;
		padding-left:80px;
	}
}
@media only screen and (max-width:1279px){
	.main_wrap{
		width:928px;
	}
	.products ul li{
		width:222px;
		height:212px;
	}
	.products ul li img{
		height:180px;
	}
	.products ul li p{
		height:30px;
		line-height:30px;
		font-size:14px;
	}
	
	.products_img{
		width:370px;
		height:300px;
	}
	.products_detail_info{
		width:558px;
		padding-left:60px;
	}
}






















