@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
body {
	font-family:微软雅黑;
	font-size:14px;/*background:url(../images/53b76d391ccca.jpg);*/
	/*overflow:hidden;*/
}
a img {
	border:none;
}
.header {
	height: 85px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
	background-color:#fff;
	box-shadow: 1px 1px 5px #888888;
}
.header .head {
	height: 85px;
	margin: 0 auto;
	width: 1100px;
}
.header .head .logo {
	display: inline;
	margin-left: 12px;
}
.header .head .fl {
	float: left;
	margin-top:10px;
}
.header .head .nav {
	float:right;
	width:718px;
}
.header .head .nav .languageBox {
	background-color:#000;
	border-radius: 50px;
	margin-top: 10px;
	width:107px;
	height:20px;
	opacity:0.5;
	float:right;
	margin-right:10px;
}
.header .head .nav .languageBox a:first-child {
	border-right: 1px solid #a39c9c;
}
.header .head .nav .languageBox a {
	color: #666;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	transition: color 1s ease 0s;
}
.header .head .nav .languageBox a:hover {
	color:#fff;
}
.header .head .nav ul {
	margin-left:62px;
	margin-top:19px;
}
.header .head .nav ul li {
	float:left;
	margin-left:13px;
	margin-right:13px;
}
.header .head .nav ul li a {
	color:#CCC;
	transition: color 1s ease 0s;
}
.header .head .nav ul li.on a {
	color:#000;
}
.header .head .nav ul li a:hover {
	color:#000;
}
/*qyjj*/
.qyxw {
	width:100%;
	margin: 0 auto;
	margin-top:80px;
	height: auto;
	margin-bottom:80px;
}
.qyxw img.banner {
	width:100%;
}
.qyxw .flbt {
	width:1100px;
	margin: 0 auto;
	margin-top:20px;
	text-align:center;
}
.qyxw .flbt ul {
	padding-left:400px;
	height:54px;
	/*background:url(../images/menu_bg.png) no-repeat scroll center 0;*/
}
.qyxw .flbt ul li {
	float:left;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin-left:30px;
	margin-right:30px;
	padding-left:10px;
	padding-right:10px;
}
.qyxw .flbt ul li a {
	color:#000;
	transition: color 1s ease 0s;
}
.qyxw .flbt ul li a:hover {
	color:#cb9a49;
}
.qyxw .flbt ul li a.on {
	color:#cb9a49;
}
.qyxw .xw .bt {
	text-align:center;
	margin-top:20px;
}
.qyxw .nr {
	width:1100px;
	margin: 0 auto;
	
}





.qyxw .nr ul li {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	padding: 20px 0;
}
.qyxw .nr img{ width:350px; float:left; margin-left:10px; margin-right:10px; margin-top:20px;/* height:160px;*/}

.qyxw .nr ul li .you{ margin-top:30px; float:right; width:712px; /*height:200px;*/margin-right:10px;}
/*.qyxw .nr ul li .date:hover {
	background: #cb9a49 none repeat scroll 0 0;
	color:#fff;
}
.qyxw .nr ul li .date span {
	color: #cb9a49;
	display: inline-block;
	font-size: 34px;
	margin-bottom: 0px;
}
.qyxw .nr ul li .date:hover span {
	color:#fff;
}*/
.qyxw .nr ul li .xwbt a {
	font-size:16px;
	line-height:35px;
	color:#333;
	font-weight:bolder;
}
.qyxw .nr ul li .xwbt a:hover{ color:#cb9a49;}
.qyxw .nr ul li .xwnr {
	color: #666;
	font-size: 13px;
	/*height: 100px;*/
	line-height: 30px;
	overflow: hidden;
}
.qyxw .nr ul li a.ck{ float:right; width:90px; height:30px; line-height:30px; text-align:center; border:1px solid #cb9a49; margin-top:173px; color:#cb9a49; }
.qyxw .nr ul li a.ck:hover{color:#fff;
	background:#cb9a49;}
.qyxw .nr .pages {
	border: medium none;
	clear: both;
	font-size: 12px;
	height: 28px;
	margin: 40px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.qyxw .nr .pages a {
	background: #ececec none repeat scroll 0 0;
	border-radius: 3px;
	color: #696969;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 15px;
	text-align: center;
}
.qyxw .nr .pages a:hover {
	color:#fff;
	background:#cb9a49;
}



/*footer*/
.footer {
	width: 100%;
	background: #080808;
	height: 40px;
	line-height: 40px;
	position:fixed;
	bottom:0;
	left:0;
	z-index: 1;
}
.footer p {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
img.dw {
	position:fixed;
	bottom:40px;
	right:0;
	z-index:10;
}
