﻿
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Microsoft YaHei";
	overflow-x: hidden;
	background-color:#fff7f4;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

img {
	border: 0;
}

	.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0px;
}

.clearfix {
	zoom: 1;
}


/*nav*/
.baoming{
	position:absolute;
	z-index:9999;
	left:300px;
	top:120px;
	}.baoming img{
		width:150px;
		}
.nav_bg{
	width: 100%;
	height: 40px;
	
}
.nav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background-color:#0078e8 ;
}

.showul {
	position: absolute;
	z-index: 99;
	top: 40px;
	width: 100px;
	display: none;
	left:20px;
	height: 80px;
	background-color:#0078e8;
}
.showul1{
	position: absolute;
	z-index: 99;
	top: 40px;
	width: 100px;
	display: none;
	left:20px;
	height: 120px;
	background-color:#0078e8;
	
	}
.a1 a{
	width: 100px!important;
	
}
.a2 a{
	width: 100px!important;
}
.a3 a{
	width: 200px!important;
}
.a4 a{
	width: 450px!important;
}
.showul li a,.showul1 a{
font-size: 14px!important;	font-weight: normal!important;
	padding: 10px 0;

}

.showul li a,.showul1 a {
	line-height: 20px!important;
}
.yuan_icon{
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	background: url(../images/iconfont-yuan.png) no-repeat;
	margin: 7px 0 0 10px;
}
.nav_ul ul li {
	float: left;
	position: relative;
	margin-right:32px;
}

.nav_ul ul li a {
	color: #fff;
	font-size: 16px;
	font-family:"Microsoft YaHei";
	line-height: 40px;
	float: left;
	text-align: center;
	width: 140px;
	float: left;
}

.nav_ul ul li a:hover {
	color: #fff;
	background-color: #105da3;
}
.big_tu{
	width: 100%;
	overflow: hidden;
	position: relative;
	
}
.logo {
	width: 1166px;
	height: 100px;
	float: left;
	position: absolute;
	z-index: 998;
	left:190px;
	top:0;
	margin:0 auto;
}
.some_text{
	position: absolute;
	z-index: 999;
	left: 230px;
	top:100px;
	}
.erweima{
		position: absolute;
	z-index: 999;
	right:100px;
	top:160px;
	font-size:14px;
	}
/*.slide img {
	height: auto;
	width: auto\9;
	width: 100%;
}*/

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

.slide-main {
	height: 226px;
	position: relative;
	width: 1000px;
	margin:0 auto;
}

.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 195px;
	left: 0;
	text-align: center;
}

.bgstylec {
	overflow: hidden;
}

.bgstylec img {
	position: absolute;
}

.item a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 11px;
	background:url(../images/iconfont-icoyuan1.png) no-repeat;
	overflow: hidden;
}

.item a.cur {
	background:url(../images/iconfont-icoyuan.png) no-repeat;
}

.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 226px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	height: 226px;
	position: relative;
	position: absolute;
	z-index: 8;
}

.slide a {
	display: block;
	width: 100%;
	height: 226px;
	cursor: pointer;
}

.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
	from {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes saAni {
	from {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}
	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@keyframes saAni {
	from {
		opacity: 0;
		transform: scale(0, 0);
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
	}
}

.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
	from {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

@-moz-keyframes scode {
	from {
		opacity: 0;
		-moz-transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
		transform-origin: bottom bottom;
	}
}

@keyframes scode {
	from {
		opacity: 0;
		transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

.banAnimate .obj-c,
.banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-d,
.banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
/*news*/
.news{
	width:1000px;
	height:395px;
	margin:10px auto 0;
	overflow: hidden;
	}
.news_left,.news_right{
	width:490px;
	height:330px;
	background:url(../images/dwnews_right.jpg) no-repeat;
	float:left;
	
	
	}
.news_left{
	margin-right:20px
	}
.news_right_header,.news_left_header{
	width:460px;
	height:60px;
	margin:0 auto;
	border-bottom:3px solid #0078e8;
	}
.news_left_content,.news_right_content{
	margin:10px 20px 0;
	}
.right_header_h2,.left_header_h2{
	width:112px;
	height:39px;
	background:url(../images/h2_bg.jpg) no-repeat;
	float:left;
	margin-top:10px;
	
	}
.right_header_h2 h2,.left_header_h2 h2{
	font-size:18px;
	text-align:center;
	line-height:36px;
	color:#0078e8;
	font-weight:normal;
	}
.more{
	float:right;
	margin:15px 20px;
	}
.styletd{
	width:460px;
	border-bottom:1px dashed #ccc;
	padding:0 10px;
	}
.styletd a,.styletd div{
	font-size:14px;
	font-family:"simsun";
	color:#535353;
	line-height:28px;
	}
.styletd a:hover{
	color:#0078e8;
	}
.zfx {
	width: 5px;
	border-bottom: 1px dashed #ccc;
	padding-left:5px;
}.link4{
		width: 100%;
		height: 54px;
		float: left;
		margin-top: 10px;
	}.link4 div{
		width: 190px;
		float: left;
		height: 54px;
	}.link4 div img{
width:185px;
}.link4 div.link1{
		}
		.link4 div.link2{
		margin-left:12px}
		.link4 div.link3{
		margin: 0 12px}
		.link4 div.link5{
		}.link4 div.link6{
margin-right:13px;
}
/*link*/
.link{
	width:1000px;
	height:46px;
	background:url(../images/link_bg.jpg) no-repeat;
	margin:0 auto;
	overflow:hidden;
	}
	.link_content{
		margin-left:100px;
			color:#2d6dab;
		}
.link_content a{
	font-size:14px;
	font-family:"Microsoft YaHei";
	line-height:46px;
	color:#2d6dab;
	padding:0 40px;
	}
/*footer*/
.footer_bg{
	width:100%;
	height:38px;
	float:left;
	margin-top:10px;
	}

.footer{
	width:1000px;
	margin:0 auto;
	text-align:center;
	line-height:38px;
	color:#9ed0f5;
	font-size:14px;
	background:url(../images/footer_bg.jpg) repeat-x;
	}
.footer a{
	color:#9ed0f5;
	}
.dscj_list td{
	padding: 7px 0;
	text-align: left!important;
}
.dscj_list a,.dscj_list td div{
	font-size: 14px;
	font-family:"simsun";
	color:#696969;
}
.dscj_list a:hover{
	color: #e03a12;
}
.list_content td{
	padding:7px 10px;
}
.list_content td div{
	width: 100px;
	height: 24px;
	background:#e8f2f4;
	line-height:24px;
	text-align:center;
	color:#3655a7;
	
}
.list_content a{
	color: #555555;
	font-family:"simsun";
}
.list_content a:hover{
	text-decoration: underline;
	color: #2c3a54;
}


/*listcolumn/displayinfo*/
.big_tu1{
	width:100%;
	position:relative;
	overflow:hidden;
	height:284px;
	background:url(../images/banner.jpg) no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
	}
.logo1{
	width:1600px;
	margin:0 auto;
	height:284px;
	overflow:hidden;
	position: absolute;
	z-index: 998;
	left:190px;
	top:0;
	margin:0 auto;
	}
#table_p img{
	padding: 0 5px;
}#table_p a,.postTime{
font-size:14px!important;
}
.list_item {
	width: 223px;
	float: left;
	height: 400px;
	overflow: hidden;
	background:url(../images/list_item.png) no-repeat;
}
#right_list {
	float: left;
	width: 760px;
	margin-right: 10px;
}
.list_right_bg {
	width: 770px;
	height: 36px;
	background:url(../images/list_right_bg.png) no-repeat;
}
.columnStyle a:hover {
	color: #03a5ee;
}
.columnStyle a, #right_list a,#right_list td div {
	font-size: 12px;
	color: #535353;
	font-family:"simsun";
	line-height: 26px;
}
.columnStyle a:hover, #right_list a:hover {
	color: #03a5ee;
}
#list_left a {
	color: #535353;
	font-size: 14px;
	color: #0051A2;
}
#list_left a:hover {
	color: #03a5ee;
}
.postTime {
	color: #535353;
	font-size: 12px;
}
.pictureTitle13 a:hover{
	color: #03a5ee;
	}

.content_position {
	float: left;
	width: 100%;
	margin:10px 0;
}
.local_place a, .local_place span {
	color: #000;
	font-size: 14px;
}
.content_text {
	width: 1000px;
	margin-left: 6px;
	height: auto;
	padding-bottom: 20px;
	height: auto!important;
	height: 500px;
	margin: 0 auto;
	margin-top: 20px;
}
.commonsa,.commonsa a{ {
	font-size: 13px;
	color: #535353;
	font-family:"simsun";
}
.commonsa a:hover{
	color: #03a5ee;
}

