*{margin: 0;padding: 0;font-weight: normal;list-style:none;font-style:normal;text-decoration:none}
.container{width: 1200px;margin: 0 auto;}
/*产品展示*/
.pro-center{width: 100%;height: auto;overflow: hidden;padding: 35px 0 30px 0;background: #F6F6F6;}
.pro-center .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
.pro-center .sub-title{font-size: 20px;text-align: center;color: #333333;}
.pro-center .sub-title span{display: inline-block;height: 30px;line-height: 30px;width: auto;}
.pro-center .sub-title span.text{padding: 0 10px;}

/*产品展示右侧*/
.pro-right{display: none;}
.pro-right ul li{
	float: left;
	width: 300px;
	text-align:center;
	border: 1px solid #f7f7f7;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 35px;
transition: all .3s linear;	background: #FFF;
}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img{
	width:92%;
	height:205px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.pro-right ul li  .img img{width:100%;}
.pro-right ul li p{height: 50px;line-height: 50px;text-align: center;font-size: 14px;color: #333333;}
.pro-right.active{display: block;}
.pro-right ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}

/*产品展示左侧*/
.pro-left{
	float: left;
	width: 200px;
	box-sizing: border-box;
	box-shadow: 0px 10px 10px #f7f7f7;
	background-image: url(../image/bj01.jpg);
	background-repeat: repeat-y;
}
.pro-content{width: 100%;padding-top: 40px;}
.pro-right{float: right;width: 980px;}
.pro-left .left-title{
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #0E63B6;
}

.pro-left .left-category ul li{
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	font-size:14px;
	color: #999999;
	text-indent: 30px;
}
.pro-left .left-category ul li.on{background: #0E63B6;color: #FFFFFF;font-size:14px;}
.pro-left .left-category ul li:hover{background: #087fd2;color: #FFFFFF;font-size:14px;}
.pro-left .left-contact {margin-top: 17px;margin-bottom: 17px;text-indent: 30px;}
.pro-left .left-contact p{color: #FFFF00;font-size: 16px;}
.pro-left .left-contact p.tel{font-size: 15px;padding-top: 10px;}