
body{
	background: #ececec;
}
/*banner图*/
.topad{
	height: 400px;
	width: 100%;
}
/*栏目内容框架*/
.content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content a:hover{
	color: #f07f1b;
	text-decoration: none;
}
.content .left{
	width: 300px;
	float: left;
}
.page{
	text-align: center;
	margin: 10px 0;
	margin-top: 10px;
}
.page a{
	display: inline-block;
	border: 1px solid #0065ad;
	padding: 5px;
	margin: 0 5px;
	color: #0065ad;
}
.page .page-num {
	width: 40px;height: 40px;
	box-sizing: border-box;
	color: #0065ad;
}
.left h2{
	width: 100%;
	background: #0065ad;
	text-align: center;
	color: #fff;
	padding:10px 0;

}
.left h2 a{
	color: #fff;
	text-decoration: none;
}
.left_bg{
	background-color: #fff;
	margin-bottom: 20px;
}
.left .column{
	text-align: center;
}
.left .column ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
.left .column ul li{
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.left .column ul li a:hover{
	color: #1a56c2;
}
.left .ny_phone{
	background:url(../images/phone1.png) no-repeat 10px center;
	background-color: #333;
	height: 80px;
	padding-top: 20px;
}
.left .ny_phone p{
	width: 200px;
	margin-left: 90px;
	color: #fff;
	border-left: 1px dotted #fff;
	text-align: left;
	padding-left: 15px;
	font-size: 20px;
}
.left .case ul,.left .zixun ul{
	padding: 10px 5px
}
.left .case ul li,.left .zixun ul li{
	line-height: 30px;
	border-bottom: 1px dotted #333;
}
.left .case ul li{
	margin-bottom: 10px;
}
.left .case ul li img{
	width: 100px;
	height: 80px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
.left .case ul li h3{
	font-size: 16px;
}
.content .right{
	width: 860px;
	
	min-height: 200px;
	float: right;
	padding:10px 8px;
	box-sizing: content-box;
}
.content .right .main,.content .right .shebei {
	background: #fff;
	padding-top: 20px;
}
.content .right .main h2,.content .right .shebei h2{
	margin:0 20px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 24px;
	color:#0065ad;
	border-left: 10px solid #0065ad;
	border-bottom: 1px solid #eee;
}
.content .right .main .neirong{
	margin:20px 0;
	line-height: 26px;
	font-size: 14px;
	padding: 5px 30px 30px 30px;
	text-align: justify;
}
.content .right .shebei{
	margin-top: 20px;
	padding-bottom: 20px
}
.content .right .shebei h2 span{
	font-size: 14px;
	display: inline-block;
	float: right;
	color: #333;
}
.content .shebei ul{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
.content .shebei ul li{
	width: 195px;
	display: inline-block;
	float: left;
	margin: 5px;
	text-align: center;

}
.content .shebei ul li img{
	width: 195px;
	height: 190px;
	border: 2px solid #eee;
}
.content .shebei ul li a:hover img{
	border:2px solid #f07f1b;
}
/*新闻列表*/
.newslist ul li{
	line-height: 50px;
	border-bottom: 1px dashed #0065ad;

}

.newslist ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 5px;
	background-color: #0065ad
}
.newslist ul li span{
	float: right;
}
/*产品列表*/
.prolist ul li{
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}
.prolist .pro_ico{
	width: 250px;
	height: 250px;
	overflow: hidden;
	border:3px solid #eee;margin: 0 5px;
}
.prolist .pro_ico img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.prolist ul li a:hover .pro_ico {
	border-color: #f07f1b;

}
.prolist ul li a:hover .pro_ico img{
	transform: scale(1.2);
}
.content .partner ul li img{
	height: 100px;
}
/*产品详情*/
.pro_detail .position{
	margin: 0 20px;
	border-bottom:1px solid #eee;
	line-height: 30px;
}
.pro_detail .deta_ico{
	margin: 0 auto;
	text-align: center;
}
.pro_detail .deta_ico img{
	max-width: 400px;
	border:2px solid #eee;
}
.pro_detail h1{
	font-size: 18px;
	text-align: center;
	line-height: 60px;
}
.pro_detail .pre{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.pro_detail .deta_txt{
	font-size: 14px;
}
.pro_detail .case_ico{
	margin-bottom: 20px;
}