* {

	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none;
}
a:hover{
	color: #FF8901 !important;
}

	/*初始化样式*/
			* {
				margin: 0px;
				padding: 0px;
			}

			:focus {
				outline: none !important;
			}

			a:focus {
				outline: none;
			}

			.fl {
				float: left;
			}

			.fr {
				float: right;
			}

			.clearfix {
				zoom: 1;
			}

			.clearfix:after {
				content: '020';
				height: 0px;
				display: block;
				overflow: hidden;
				clear: both;

			}

			a {
				color: #333333;
			}

			ul li,
			ol li {
				list-style-type: none;
			}

			img,
			input,
			button {
				border: none;
				outline: none;
			}

			.w1200 {
				width: 1200px;
				margin: 0 auto;
			}


			body {
				font-size: 17px;
				font-family: 'microsoft Yahei';
			}

			.fl {
				float: left;
			}

			.fr {
				float: right;
			}

			.cf:after {
				display: block;
				content: '';
				height: 0;
				visibility: hidden;
				clear: both;
			}

			.cf {
				zoom: 1;
			}

			.hide {
				display: none;
			}

			/* 通用头部开始 */



			/* 顶部结束 */

			/* logo开始 */
			.logobg {
				background: url(banner.png) center top no-repeat;
				/* background-size: 100% 220px; */
				height: 650px;
				position: relative;
			}

			.logo {
				width: 1200px;
				margin: 0 auto;
				position: absolute;
				z-index: 999;
				left: 50%;
				margin-left: -600px;
			}
			.logo img {
				margin-top: 64px;
			}





.content {
	width: 100%;
	/* background-color: #f5f5f5; */
	padding: 5px 0 14px;
}

.content_box {
	width: 100%;
	background: url(lbtbg.png) center no-repeat;
	height: 521px;
	margin-top: -55px;
}

.content_top {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	
}
.top_content_box{
	margin-top: 110px;
	overflow: hidden;
}
.top_banner {
	width: 585px;
	height: 366px;
	float: left;
	position: relative;
}

.banner {
	width: 585px;
	height: 366px;
	float: left;
	background-color: #000;
}
.focusBox {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	background: #fff;
}

.focusBox .pic img {
	width: 585px;
	height: 366px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -40px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	right: 0px;
	height: 15px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	margin-right: 18px;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li {
	z-index: 1;
	color: #fff;
}

.focusBox .num ul {
	width: 100%;
	height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
	background-color: #FF8901;
}

.focusBox .pic {
	position: relative;
}


.top_left_list {
	width: 585px;
	height: 366px;
	margin-left: 30px;
	float: left;
}

.left_title_box {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #e5e5e5;
}

.left_title_list_box {
	width: 100%;
	float: left;
}

.left_title_list {
	width: 100%;
	overflow: hidden;
}

.left_title_list li {
	font-size: 21px;
	height: 48px;
	/* line-height: 47px; */
	color: #666;
	float: left;
}

.left_title_item,
.left_title_item1,
.left_title_item2,
.left_title_item3 {
	/* 	min-width: 112px; */
	padding: 0 15px;
}

.left_title_item:first-child,
.left_title_item1:first-child,
.left_title_item2:first-child,
.left_title_item3:first-child {
	margin-left: 0;
	padding-left: 0;
}

.left_title_item a,
.left_title_item1 a,
.left_title_item2 a,
.left_title_item3 a {
	display: block;
	height: 47px;
	color: #666;
}

.left_title_item span,
.left_title_item1 span,
.left_title_item2 span,
.left_title_item3 span {
	display: block;
	height: 47px;
	padding: 0 8px;
}

.hover span {
	color: #FF8902;
	font-weight: 700;
	border-bottom: 4px solid #3573b5;
}

.hover a {
	color: #FF8902;
	font-weight: 700;
	border-bottom: 2px solid #FF8902;
}

.left_title_more_box {
	width: 69px;
	height: 47px;
	line-height: 47px;
	float: right;
}

.title_more_list {
	width: 100%;
	overflow: hidden;
}

.title_more_item,
.title_more_item1 .title_more_item2 {
	width: 100%;
	height: 100%;
	font-size: 17px;
}

.title_more_item a,
.title_more_item1 a,
.title_more_item2 a {
	color: #999;
}

.left_content_box {
	width: 100%;
	height: 450px;
}

.left_content_list {
	width: 100%;
	/* height: 210px; */
	padding-top: 20px;
	overflow: hidden;
}

.left_content_item {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	background: url(dian.png) left center no-repeat;
	    border-bottom: 1px solid #e5e5e5;
}

.left_content_item a {
	float: left;
	color: #333;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 86%;
}

.left_content_item span {
	float: right;
	color: #999;
}
.more{
	float: right;
	margin-top: 5px;
}
.more a{
	font-weight: 400;
	font-size: 16px;
	color: #999;

}
.gzdt-tt a{
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 22px;
	color: #FF8901;
display: block;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 83%;
		margin: 0 auto;
		text-align: center;
}

/* content2 */
.content2{
	width: 100%;
	background-color: #fff;
	height: 466px;
	overflow: hidden;
}
.content-nr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.zwgk-left {
	float: left;
	width: 585px;
	margin-bottom: 20px;
}

.zwgk-left-bt {

	height: 48px;
	border-bottom: 1px solid #e5e5e5;
}

.zwgk-right {
	/* height: 48px;
	border-bottom: 1px solid #e5e5e5; */
	float: left;
	margin-left: 24px;
	margin-bottom: 20px;
	width: 585px;
}
.zwgk_title_item {
	float: left;
	margin-right: 30px;
	/* line-height: 48px; */
	height: 48px;
}

.zwgk_title_item a {
	height: 48px;
	display: block;
	font-size: 22px;
}


/* content3 */
.content3{
	width: 100%;
	overflow: hidden;
	height: 467px;
	background: #FFFBF9;
}

.content3-left{
	float: left;
	width: 100%;
}
.content3-tu{
	float: left;
}
.content3-tu{
	width: 380px;
	height: 296px;
	position: relative;
	float: left;
	overflow: hidden;
}
.content3-list{
	float: left;
	width: 790px;
	margin-left: 30px;
}
.list-tu{
	float: left;
	width: 380px;
	height: 296px;
	overflow: hidden;
	display: block;
}
.list-tu img{
	width: 380px;
	height: 296px;
}
.txt-bg2 {
	position: absolute;
	width: 380px;
	bottom: 0;
	z-index: 999;
	height: 48px;
	opacity: 0.8;
	overflow: hidden;
	background: #000000;
}
.txt-bg2 a{	
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	width: 380px;
	display: inline-block;
	line-height: 48px;
	z-index: 999;
}


/* content4 */
.content4{
	width: 100%;
	overflow: hidden;
	height: 411px;
	background: #ffffff;
}
.content4-list{
	float: left;
	width: 100%;
}
.gysy1 {
	float: left;
	width: 380px;
	height: 240px;
	margin-right: 30px;
}

.gysy1:last-child {
	margin-right: 0;
}

.gysy-list {
	position: relative;
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
}

.txt-bg1 {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
	height: 48px;
	opacity: 0.8;
	overflow: hidden;
	background: #000000;
}
.txt-bg1 a{	
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	width: 373px;
	display: inline-block;
	line-height: 48px;
	z-index: 999;
}

.gysy-list img{
	width: 380px;
	height: 240px;
}



/* content5 */
.content5{
	width: 100%;
	overflow: hidden;
	height: 467px;
	background: #FFFBF9;
}
.screen{
	background: #FF8901 !important;
}