@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
html {
	overflow: hidden;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
body {
	font-family:微软雅黑;
	font-size:14px;
}
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*/
.cpzx {
	width:100%;
	margin: 0 auto;
	padding-top:90px;
	height: auto;
	padding-bottom:150px;
}
.cpzx .flbt {
	width:1100px;
	margin: 0 auto;
	margin-top:35px;
	text-align:center;
}
.cpzx .flbt ul {
	padding-left:290px;
	height:54px;
	background:url(../images/menu_bg.png) no-repeat scroll center 0;
}
.cpzx .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;
}
.cpzx .flbt ul li a {
	color:#000;
	transition: color 1s ease 0s;
}
.cpzx .flbt ul li a:hover {
	color:#cb9a49;
}
.cpzx .flbt ul li a.on {
	color:#cb9a49;
}
.cpzx .cp .bt {
	text-align:center;
	margin-top:20px;
}
.cpzx .nr {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#imageFlow {
	position: absolute;
	width: 100%;
	height: 80%;
	left: 10%;
	top: 17%;
	margin-right:10%;
}
 @media (max-width:1366px) {
 #imageFlow {
top: 21%;
}
.cpzx .flbt{margin-top:20px;}
}
#imageFlow .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .bank {
	visibility: hidden;
}
#imageFlow .top {
	position: absolute;
	width: 100%;
	height: 40%;
	background: #181818;
}
#imageFlow .text {
	position: absolute;
	left:-10%;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #222;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
}
#imageFlow .title {
	font-size: 1em;
	font-weight: bold;
	color:#d4020a;
}
#imageFlow .legend {
	/*	display:block;*/
		font-size: 0.9em;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 0%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#imageFlow .arrow-left {
	position: absolute;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
}
/*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;
}
