/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a:hover { }
a { color:#000; text-decoration:none; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:""; }

/* css base */
body { font-family:"微软雅黑"; font-size:12px; color:#000; text-align:center; line-height:1.8;}
.wrap{ width:1200px; margin:0 auto; text-align:left; }
.left{ float:left;}
.right{ float:right;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	margin: 0;
	padding: 0;
}
/* 焦点图效果 */
	.picBtnTop{ width:645px; height:377px; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   margin-top: 31px;}
	.picBtnTop .hd{ width:98px;  height:377px; position:absolute; left:5px; overflow:hidden; }
	.picBtnTop .hd ul li{ width:80px;height: 80px; text-align:center; margin-bottom: 14px;  }
	.picBtnTop .hd ul li img{ width:78px; height:78px; border:1px solid #c1c1c1; cursor:pointer; vertical-align:bottom;box-sizing: border-box;padding-bottom: 1px; padding-top: 1px;}
	.picBtnTop .hd ul li.on{ background:url("images/icoleft.gif") no-repeat 0 28px; }
	.picBtnTop .hd ul li.on img{ border-color:#005fc4;  }
	.picBtnTop .bd{ width:520px;  height:377px; position:relative; float: right; }
	.picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle;}
	.picBtnTop .bd li .pic{ position:relative; z-index:0;  }
	.picBtnTop .bd li .pic img{ width:100%; height:377px; vertical-align:bottom; }
	
	.picBtnTop .bd li .title{ width:400px; height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2;  }
	.picBtnTop .bd li .title a{ color:#fff; padding-left:15px;  }
	
	
.pro_de{
	margin-top: 20px;
}
.pro_de_le{
	float: left;
	width: 645px;
}
.pro_de_ri{
	width: 536px;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
    margin: 6px;
}
.pro_tilte{
	font-size: 18px;
	color: #000000;
}
.pro_tilte h4{
	font-weight: bolder;
	position: relative;
}
.pro_tilte h4:before{
	display: block;
	content: "";
	width: 4px;
	height: 20px;
	background: #005FC4;
	position: absolute;
	left: -15px;
	top: 7px;
	z-index: 20;
}
.pro_link{margin-top: 16px;}
.pro_link_de{
	float: left;
	margin-right: 8px;
	position: relative;
}
.pro_link_de:hover em{
	display: block;
}
.pro_link_de em{
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: #005FC4;
	color: #FFFFFF;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -40px;
	z-index: 20;
	text-align: center;
	display: none;
}
.pro_link_de em:after{
	display: block;
	content: "";
	width:0;
    height:0;
    border-width:5px 5px 5px;
    border-style:solid;
    border-color:#005fc4 transparent transparent ;/*透明 透明  灰*/
    position:absolute;
    left: 50%;
    margin-left: -5px;
}
.pro_word{
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: 14px;
}
.pro_tell{
	background: url(../img/t_4.jpg) no-repeat left center;
	padding-left: 60px;
	margin-top: 10px;
 
 }
 .pro_tell dl {
 	float: left;
 }
.pro_tell dl dt{
	font-size: 14px;
	color: #434343;
}
.pro_tell dl dd{
	font-size: 38px;
	line-height: 36px;
	color: #005fc4;
}
.pro_tell a{
	display: block;
	width: 97px;
	line-height: 33px;
	height: 33px;	
	float: left;
	background: #005FC4;
	color: #FFFFFF;
	text-align: center;
	border-radius: 6px;
	margin-top: 23px;
	margin-left: 34px;
}
.pro_bz{margin-top: 30px;}
.pro_bz ul{
	width: 954px;
	margin: 0 auto;
}
.pro_bz ul li{
	float: left;
	font-size: 14px;
	margin: 0 38px;
	line-height: 22px;
	height: 22px;
}
.pro_bz ul li i{
	display: inline-block;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.num_box{
	margin-top: 35px;
}
/* 参数 css */
		.slideTxtBox{ width:100%;  text-align:left;  }
		.slideTxtBox .hd{ height:45px; line-height:45px; background:#005fc4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; margin-bottom: 35px;}
		.slideTxtBox .hd ul{   top:-1px; height:45px; text-align: center;  color: #FFFFFF;}
		.slideTxtBox .hd ul li{ float:left;cursor:pointer; width: 25%; }
		.slideTxtBox .hd ul li.on{
			position: relative;
			text-decoration: underline;
		}
		.slideTxtBox .hd ul li.on:before{   display: block;
	                   background: url(../img/p_1.png) no-repeat center center; 
	                   content: "";
	                   width: 20px;
	                   height: 20px;
	                   display: block;
	                   position: absolute;
	                   bottom: -13px;
	                   left: 50%;
	                   margin-left: -10px;
	                   z-index: 20;
	                   }
		.slideTxtBox .bd ul{   zoom:1;  }
		.slideTxtBox .bd li{ height:24px; line-height:24px;   }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }
		.num_de{
			width: 580px;
			float: left;
			border-top: 1px solid #bdbdbd;
			margin: 0 10px;
		}
		.num_de{
			
		}
		.num_list {
			text-align: center;
			height: 45px;
			line-height: 45px;
			border-bottom: 1px solid #bdbdbd;
		}
		.num_list span{
			display: block;
			width: 50%;
			float: left;
			color: #7f7f7f;
		}
		.num_list span:first-child{
			background: #eeeeee;
		}
		.sta_box{
			margin-top: 60px;
		}
		.sta_box ul li{
			margin-bottom: 20px;
			padding-left: 42px;
			line-height: 35px;
		}
		.sta_box ul li.li_1{
			background: url(../img/t_9.jpg) no-repeat left top;
		}
		.sta_box ul li.li_2{
			background: url(../img/t_10.jpg) no-repeat left top;
		}
		.sta_box ul li.li_3{
			background: url(../img/t_11.jpg) no-repeat left top;
		}
		.sta_box ul li h4{
			font-size: 16px;
			color: #005FC4;
			font-weight: bold;
		}
		.sta_box ul li p{
			color: #737373;
			font-size: 14px;
		}
		.pro_list{
			margin-top: 60px;
		}
		.pro_list_title{
			margin-bottom: 30px;
		}
		.pro_list dl{
			text-align: center;
			width: 218px;
			float: left;
			margin-right: 25px;
		}
		.pro_list dl:last-child{
			margin-right: 0px;
		}
		.pro_list dl dt{
			display: block;
			width: 215px;
			height: 144px;
		}
		.pro_list dl dt img{
			border: 1px solid #e1e1e1;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
		}
		.pro_list dl dd{
			color: #919191;
		}
		
		
		
