.column-side {
	background: #fff;
	position: relative;
	z-index: 3;
	line-height: 40px;
}
.column-nav {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.column-side ol {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.column-side ol:after {
	display: block;
	clear: both;
	content: '';
}
.column-side ol li {
	float: left;
	margin: 0;
	display: block;
	padding: 0;
	list-style: none;
	position: relative;
}
.column-side ol li:hover {
	background:#373f6d;
}
.column-side ol li a {
	padding: 0px 5px;
	font-size: 14px;
	display: block;
	color: #333;
	cursor: pointer;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
}
.column-side ol li a:hover {
	color:#fff;
}
.column-side ol li.active a {
	color:#fff;
}
.column-hover {
	position: relative;
}
.column-hover ol {
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	top: 0;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 8px rgba(0,0,0,.05);
	background: #fff;
	visibolity: hidden;
	opacity: 0;
	position: absolute;
	display: none;
}
.column-hover ol:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #e4eaec;
	border-right: 0;
	border-bottom: 0;
	background: #fff;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: none;
}
.column-hover ol.active {
	visibolity: visible;
	opacity: 1;
}
.column-hover ol.has, .column-hover ol.has:after {
	display: block;
}
.column-hover ol li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-hover ol li a {
	display: block;
	padding: 0 20px;
	line-height: 35px;
}
.column-hover ol li a:hover {
	background: #f32196;
	color: #fff;
}
.met-show {
	padding: 30px 0px;
	background: #f5f5f5;
	word-break: break-all;
}
.main-head{
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	line-height: 40px;
}
.main-headinner span{
	color: #999;
	font-size: 14px;
}
.main-headinner>.span1{
	color: #000;
}
.main-title{
	overflow: hidden;
}
.main-title ol{
	text-align:center;
	width: 540px; 
	margin: 0 auto;
}
.main-title li{
	float: left;
	font-size: 14px;
	color: #656565;
	width: 96px;
	line-height: 35px;
	margin: 40px 15px 40px 15px;
}
.main-title li:hover{
	background-color: #081b6a;
	border-radius: 2px;
	color: #fff;
}
.main-title span{
	margin-left: 15px;
	float: left;
	font-size: 14px;
	color: #656565;
	line-height: 35px;
	margin: 40px 0px 40px 0px;
}
.main-body p{
	text-indent: 2em;
	line-height: 28px;
	font-size: 14px;
	color: #8f9092;
}
.main-body h2{
	color: #061b6a;
	font-weight: 700px;
	font-famoly: "黑体";
	margin: 35px 0px 20px 0px;
	font-size: 18px;
}
.main-body h3{

}
.main-body li{
	float: left;
	width: 33.33%;
	height: 220px;
}
.tupian li{
	width: 32.3%;
	height: 240px;
	float: left;
	background-color: #f5f6fb;
	margin: 0 0.5%;
}
.main-fk li{
	width: 340px;
	height: 350px;
	float: left;
	padding: 10px 30px;
}
.main-fk p{
	padding-left:8px;
	line-height: 28px;
	font-size: 16px;
	color: #656c98;
}
.product1{
	overflow: hidden;
}
.product1 li{
	width: 280px;
	height: 296px;
	float: left;
}
.product1 img{
	width: 100%;
	height: auto;	
}
.product1 a{
	display: block;
	overflow: hidden;
	text-decoration:none;
/*	box-shadow: 0 2px 2px rgba(10,16,20,.24),0 0 2px rgba(10,16,20,.12);
    box-sizing: border-box;
    transition: box-shadow .5s;*/
}
.product1 p{
	width: 100%;
	height: 60px;	
	border-bottom: 3px solid #dae0f0;
	text-align: center;
	line-height: 60px;
	color: #17212d;
	font-size: 14px;

}
.product1 p:hover{
	border-bottom: 3px solid #fc5f00;
	color: #fc5f00;

}

.product1 li{
	margin-right:26px;
}
.tuijiang{
	position: relative;
}
.tuijiang hr{
	border: 1px solid #eee;
	margin-top: 140px;
	margin-bottom: 40px;
}
.tuijiang img{
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -62px;
}
.news{
	height: 226px;
	border-bottom: 3px solid #d9e0f0;
	background-color: #fff;
	margin-bottom: 30px;
}
.news img{
	width: 255px;
	height: 155px;
	background-color: pink;
	margin: 35px;
}
.news li{
	float: left;
}
.news-r{
	width: 830px;
	height: 155px;
	margin: 35px 35px 35px 0px;
}
.news-r h3{
	line-height: 40px;
}
.news-r p{
	color: #c9c9c9;
	font-size: 14px;
}
.news-r hr{
	border:1px dashed #d8ddf0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.news-r span img{
	width: 20px;
	height: 20px;
	margin: 20px 5px 20px 20px;
}
.news li{
	line-height: 20px;
}
.main-rongyu li{
	width:377px;
	height: 290px;
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;

}
.news-out{
	border-bottom: 3px solid #d9e0f2;
}
.main-rongyu img{
	width: 92%;
	height: 89%;
	box-sizing: border-box;
	margin:15px 0px 0px 15px;
}
.news-zhaopin{
	padding: 50px 35px 0px 35px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.news-zhaopin li{
	float: left;
	width: 50%;
	height: 226px;
	background-color: #fff;
	box-sizing: border-box;
}
.zhaopin-r{
	padding-left:25px;
	border-left: 1px solid #eee;
}
.zhaopin-r h3{
	font-size: 30px;
	color: #fd5e00;
	line-height: 55px;
}
.zhaopin-r h4{
	color: #8c99bc;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}
.zhaopin-r hr{
	border: 1px solid #d9e0f0;
	margin-bottom: 20px;
}
.zhaopin-r p{
	font-size: 14px;
	color: #a9a9a9;
	line-height: 30px;
}
.zpzw{
	background-color: #fff;
	border-bottom: 3px solid #d9e0f0;
	width: 100%;
	height: auto;
	padding: 50px;
	margin:  auto 0;
	overflow: hidden;
}
.zpzw h2{
	font-size: 30px;
	color:#081b6a;
	text-align: center;
	font-weight:bold;
}
h4{
	color: #8c99bc;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f5f6fb;
	margin: 20px 0 35px 0;
}
.zpzw p{
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.zpzw a{
	display: block;
	height: 36px;
	width: 240px;
	background-color: #a4a5c1;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
.zpzw hr{
	border: 1px solid #d9e0f0;
	margin: 55px 0 30px 0;
}
.w{
	margin: 0 auto ;
	width: 1200px;
}
.tupian ol{
	max-width:1200px;
}
.bigmain{
	background-color: #f5f6fb;
	overflow: hidden;
}
.met-editor {
	padding: 30px;
	background: #ffffff;
	width: 1200px;
	font-weight: 300;
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
}
.column-li{line-height:50px;padding: 15px;}