@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*/
.qyly {
	width:100%;
	margin: 0 auto;
	margin-top:80px;
	height: auto;
	margin-bottom:60px;
}
.qyly img.banner {
	width:100%;
}
.qyly .ly .bt {
	text-align:center;
	margin-top:20px;
}

.qyly .flbt {
	width:1100px;
	margin: 0 auto;
	margin-top:10px;
	text-align:center;
}
.qyly .flbt p{ text-align:right;}

.qyly .flbt p a:hover{ color:#cb9a49;}
.qyly .nr {
	width:1100px;
	margin: 0 auto;
	margin-top:13px;
}
.qyly .nr img{ margin-left:180px; margin-top:20px; margin-bottom:20px;}

.qyly .nr p{ font-size:14px; line-height:30px; text-indent:2em;}

.qyly .nr table{ margin-top:25px;}
.fd {
	clear:both;
}


/*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;
}
