.main_1f {
	width: 1200px;
	height: 530px;
	margin: 0 auto;
}
.cpnav {
	width: 300px;
	height: 530px;
	float: left;
}
.cpnav span {
	display: block;
	width: 300px;
	height: 105px;
	background: #1258c7;
	text-align: center;
}
.cpnav span h1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	line-height: 40px;
}
.cpnav span h2 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: normal;
}
.cpnav ul {
	width: 300px;
	height: 410px;
	background: #f1f1f1;
	padding-top: 15px;
}
.cpnav ul li {
	background: url(../images/cpnav.png) no-repeat top center;
	width: 252px;
	height: 52px;
	margin:0 auto 15px;
}
.cpnav ul li a {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	padding-left: 70px;
}
.cpnav ul li:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}
.m1right {
	width: 866px;
	height: 530px;
	float: right;
}
.lmname {
	height: 48px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.lmname h1 {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #0e54c5;
	padding-left: 60px;
	width: 300px;
	float: left;
	line-height: 40px;
}
.lmname a {
	display: block;
	float: right;
	font-family: "Arial";
	color: #333;
	font-size: 14px;
	line-height: 48px;
}
.lmname a:hover {
	color: #0e54c5;
}
.cplist {
	width: 866px;
	height: 445px;
}
.cplist ul li {
	width: 260px;
	height: 186px;
	padding: 8px;
	background: #e3e3e3;
	float: left;
	margin-left: 11px;
	margin-bottom: 18px;
}
.cplist li div {
	width: 260px;
	height: 156px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.cplist li div img {
	width:auto;
	height: 100%;
	max-width: 260px;
	max-height: 156px;
	display: inline;
}
.cplist li span {
	line-height: 20px;
	height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	display: block;
}
.cplist li:hover img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari 和 Chrome */
	-o-transform:scale(1.2,1.2); 
}
.main_2f {
	width: 100%;
	max-width: 1920px;
	height: 350px;
	margin: 50px auto 0;
	background: #f5f5f5;
	overflow:hidden; 
	position:relative;
}
.m2lm{
	height: 75px;
	width:850px;
	margin:0 auto 20px;
	background: url(../images/m2bg.png) no-repeat 0 45px;
	padding-top: 20px;
}
.m2lm h1 {
	font-family: "微软雅黑";
	color: #333;
	font-size: 28px;
	text-align: center;
	line-height: 50px;
}
.m2lm h2 {
	font-size: 18px;
	font-family: "微软雅黑";
	color:#666;
	font-weight: normal;
	text-align: center;
}
.main_2f .prev{ 
	display:block;  
	width:32px; 
	height:32px; 
	float:left; 
	margin-top:70px; 
	margin-right: 5px; 
	overflow:hidden;
	cursor:pointer;
	background:url("../images/left.jpg") no-repeat;
}
.main_2f .next{ 
	display:block;  
	width:32px; 
	height:32px; 
	float:right; 
	margin-top:70px; 
	margin-left: 5px; 
	overflow:hidden;
	cursor:pointer;
	background:url("../images/right.jpg") no-repeat;
}
.peijian {
	height: 235px;
}
.main_2f .pjlist{
 	height: 235px; 
 	overflow: hidden;
 	width: 1125px;
 	float: left;
}
.main_2f .pjlist ul{ 
	overflow:hidden; 
	zoom:1; 
}
.pjlist ul li {
	width: 263px;
	height: 235px;
	margin: 0 10px;
	overflow: hidden;
	float: left;
}
.pjlist li  div{
	float: left;
	width: 263px;
	height:185px;
	display: block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.pjlist li div img {
	height: 100%;
	width: auto;
	max-width: 263px;
	max-height: 185px;
	display: inline;
}
.pjlist li span {
	display: block;
	line-height:30px;
	height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
}
.pjlist li:hover img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari 和 Chrome */
	-o-transform:scale(1.2,1.2); 
}
.pjlist li:hover span {
	color: #0c53c4;
}
.main_3f {
	background: url(../images/m3bg.png) no-repeat top center;
	height:686px; 
	width: 100%;
	max-width: 1920px;
}
.main_3f a {
	display: block;
	width: 155px;
	height: 45px;
	padding-top: 598px;
	margin-left: 374px;
}
.main_4f {
	margin-top: 20px;
	height: 500px;
	margin-bottom: 50px;
}
.about {
	width: 683px;
	height: 500px;
	float: left;
}
.aboutcon {
	background: #0c53c4;
	width: 447px;
	height:353px;
	float: left;
	margin-top: 49px;
	padding: 30px 20px 67px 50px;
}
.aboutcon h1 {
	font-size: 30px;
	font-family: "Arial";
	color: #fefefe;
	line-height: 35px;
	font-weight: normal;
}
.aboutcon h2 {
	font-size: 30px;
	font-family: "微软雅黑";
	color: #fefefe;
	font-weight: normal;
	line-height: 50px;
}
.aboutcon hr {
	width: 167px;
	height: 5px;
	background: #fff;
	border: none;
	margin-bottom:25px; 
}
.aboutcon span {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fefefe;
	line-height: 30px;
	display: block;
	height: 180px;
	overflow: hidden;
	margin-bottom: 28px;
}
.aboutcon a {
	display: block;
	width: 90px;
	height: 30px;
	background: #e09900;
	line-height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fefefe;
	text-align: center;
}
.aboutcon a:hover {
	background: #c8921d;
}
.main_5f {
	height: 515PX;
	widows: 1200px;
	margin:0 auto;
}
.xwzx {
	width: 735px;
	height: 455px;
	float: left;
}
.honor {
	width: 430px;
	height: 455px;
	float: right;
}
.tj {
	width: 735px;
	height: 226px;
}
.tj img {
	display: block;
	width: 337px;
	height: 226px;
	float: left;
	margin-right: 15px;
}
.tj div {
	float: left;
	width: 373px;
	height: 226px;
}
.tj div h1 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 60px;
}
.tj div span {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 30px;
	display: block;
	height: 150px;
	overflow: hidden;
}
.tj a:hover h1 {
	color: #0c53c4;
}
.xwlist {
	height: 120px;
}
.xwlist  li {
	height: 30px;
	background: url(../images/circle.jpg) no-repeat 0;
	padding-left: 20px;
	line-height: 30px;
	float: left;
	width: 320px;
	margin-right: 20px;
	float: left;
}
.xwlist  li a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}
.xwlist  li:hover a{
	color: #0c53c4;
}
.hon {
	width: 380px;
	height: 355px;
	position: relative;
	overflow: hidden;
}
.honor .prev{ 
	display:block;  
	width:15px; 
	height:59px; 
	float:left; 
	margin-top:116px; 
	margin-right: 32px; 
	overflow:hidden;
	cursor:pointer;
	background:url("../images/lefta.png") no-repeat;
}
.honor .next{ 
	display:block;  
	width:15px; 
	height:59px; 
	float:right; 
	margin-top:116px; 
	margin-left: 32px; 
	overflow:hidden;
	cursor:pointer;
	background:url("../images/righta.png") no-repeat;
}
.honlist {
	width: 285px;
	height: 365px;
	float: left;
}
.honlist ul{ 
	overflow:hidden; 
	zoom:1; 
}
.honlist ul li {
	width: 285px;
	height: 365px;
	overflow: hidden;
	float: left;
}
.honlist li  div{
	float: left;
	width: 285px;
	height: 320px;
	display: block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.honlist li div img {
	height: 100%;
	width: auto;
	width: 285px;
	height: 320px;
	display: inline;
}
.honlist li span {
	display: block;
	line-height:30px;
	height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
}
.honlist li:hover span {
	color: #0c53c4;
}






