@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*/
.qyjj{ width:100%; margin: 0 auto;margin-top:80px; height: auto; margin-bottom:70px;}
.qyjj img.banner{ width:100%;}
.qyjj .flbt{width:1100px;margin: 0 auto; margin-top:20px;}
.qyjj .flbt ul{ margin-left:260px; height:40px; }
.qyjj .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;}
.qyjj .flbt ul li a{ color:#000;transition: color 1s ease 0s;}
.qyjj .flbt ul li a:hover{ color:#cb9a49;}
.qyjj .flbt ul li a.on{ color:#cb9a49;}
.qyjj .jj .bt{ text-align:center; margin-top:20px;}
.qyjj .nr{width:1100px;margin: 0 auto; margin-top:30px;}
.qyjj .nr img{ float:left; width:412px; margin-right:25px; margin-bottom:15px; margin-top:10px;}
.qyjj .nr p{ font-size:14px; line-height:30px; text-indent:2em; margin-bottom:5px;}
.qyjj .nr p.dsz{ text-indent:0; text-align:center;}
.qyjj .nr p.dsz img{ float:none; width:1042px;}

/*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;}




















