html {
	overflow-y: scroll;
	background: #f9f9f9;
}

.clear {
	clear: both;
}

.header {
	width: 100%;
	min-width: 1100px;
	height: 140px;
	position: relative;
	background: url(../images/top_bj.png);
}

.header .h_wrap {
	width: 1100px;
	height: 140px;
	margin: 0 auto;
}

.header .h_wrap .h_logo {
	float: left;
	margin-top: 20px;
}

.header .h_wrap .h_search {
	float: right;
	width: 200px;
	margin-right: 50px;
	margin-top: 60px;
}

.nav {
	width: 100%;
	min-width: 1100px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
        background: url(../images/4.jpg) repeat-x;
	
}

.nav .nav_box {
	width: 1100px;
	height: 45px;
	margin: 0 auto;
        background: url(../images/2.jpg) repeat-x;
}

.nav .nav_box ul li {
	float: left;
	height: 41px;
	width: 91.6px;
	position: relative;
	z-index: 10;
}

.nav .nav_box ul li a {
	color: #333;
	font: 13px "微软雅黑";
	line-height: 41px;
	text-align: center;
	display: block;
}

.nav .nav_box ul li .active1 {
	color: #fff !important;
	background: #0e92dd;
	font-size: 16px;
}

.nav .nav_box ul li ul {
	display: none;
}

.nav .nav_box ul li ul li {
	position: relative;
	height: 30px !important;
	border-bottom: 1px solid #fff;
}

.nav .nav_box ul li ul li a {
	color: #fff !important;
	font: 13px "微软雅黑";
	line-height: 30px;
	text-align: center;
	background: #0e92dd;
	display: block;
}

.nav .nav_box ul li ul li a:hover {
	background: #003399 !important;
}

.nav .nav_box ul li ul li ul {
	position: absolute;
	display: none;
	left: 91.6px;
	top: 0px;
}

.nav .nav_box ul li ul li ul li {
	display: block;
	width: 130px;
}

.nav .nav_box ul li ul li ul li a:hover {
	background: #003399 !important;
}

.active {
	background: #0e92dd !important;
	color: #fff !important;
}

.wrap_box {
	width: 100%;
	height: 210px;
	min-width: 1100px;
}

.wrap_box .w_main {
	width: 1100px;
	height: 210px;
	margin: 0 auto;
	background: url(../images/banner-ny.jpg) no-repeat;
	position: relative;
}

.wrap_box .w_main .lanmu {
	width: 235px;
	height: 52px;
	background: #0e92dd;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wrap_box .w_main .lanmu h2 {
	line-height: 52px;
	font-size: 20px;
	box-sizing: border-box;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
}

.c_content {
	width: 1100px;
	min-height: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

.c_content .con_left {
	width: 215px;
	padding: 0px 10px 10px 10px;
	float: left;
	background: #73C0EE;
	border-radius: 0 0 5px 5px;
}

.c_content .con_left .left_nav ul {
	background: #73C0EE;
}

.c_content .con_left .left_nav ul li a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	padding: 13px 0 13px 56px;
	letter-spacing: 3px;
	color: #FFFFFF;
	border-bottom: 1px solid #e3e3e3;
	background: url(../images/qd.jpg) no-repeat center left 30px;
}

.c_content .con_left .left_nav ul li a:hover {
	text-indent: 15px;
	font-size: 16px;
	color: #0E92DD;
	background: url(../images/qd.jpg) no-repeat center left 45px;
	transition: all 0.5s ease;
}

.c_content .con_right {
	width: 865px;
	float: right;
	min-height: 800px;
}

.c_content .con_right .location {
	width: 845px;
	margin-right: 10px;
	float: right;
	height: 45px;
	border-bottom: 2px solid #0E92DD;
}

.c_content .con_right .location .l_con {
	float: right;
	height: 45px;
	line-height: 45px;
	background: url(../images/location.png) center left no-repeat;
	text-indent: 20px;
	font-size: 11pt;
}

.c_content .con_right .right_con {
	float: right;
	width: 825px;
	margin-right: 20px;
	min-height: 730px;
	margin-top: 15px;
}

.c_content .con_right .right_con .newsdata1 {
	padding-left: 20px;
	width: 825px;
	min-height: 730px;
	background: #fff;
	position: relative;
}

.c_content .con_right .right_con ul {
	position: absolute;
	width: 825px;
}

.c_content .con_right .right_con ul li {
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding: 14px 0;
}

.c_content .con_right .right_con ul li .img {
	margin-left: 100px;
	
	width: 100px;
	height: 140px;
	overflow: hidden;
}

.c_content .con_right .right_con ul li .img img:hover {
	transform: scale(1.2);
	transition: all 1s ease;
}

.c_content .con_right .right_con ul li .newslist1 {
	position: absolute;
	width: 510px;
	right: 70px;
	top: 40px;
}

.c_content .con_right .right_con ul li .newslist1 a {
	font: bold 20px/30px Microsoft YaHei;
	color: #666;
	text-decoration: none;
}

.c_content .con_right .right_con ul li .newslist1 a:hover {
	color: #0E92DD;
}

.c_content .con_right .right_con ul li .newslist1 span {
	display: block;
	line-height: 20px;
	color: #999;
}

.c_content .con_right .right_con ul li .newslist1 p {
	display: inline-block;
	font-size: 12pt;
	line-height: 25px;
	color: #999;
}

.footer {
	width: 100%;
	height: 118px;
	min-width: 1100px;
	background: #e0e0e0;
}

.footer .f_con {
	width: 1100px;
	height: 118px;
	margin: 0 auto;
}

.footer .f_con p {
	float: left;
	margin-left: 20px;
	width: 600px;
	display: block;
	color: #000;
	font-size: 9pt;
	line-height: 21px;
	font-family: Arial;
	padding: 27px 0;
}

.footer .f_con span {
	display: inline-block;
	float: right;
	width: 201;
	height: 48px;
	margin-top: 35px;
	margin-right: 50px;
}