@charset "gb18030";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered -----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	border: 1;
	font-size: 14px;
	font: inherit;
	font-family: "Microsoft YaHei", "宋体", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #C00;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.w100 {
	width: 100%;
}
.w1190 {
	width: 1190px;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.top {
	height: 110px;
	background-color: #222;
}
.top .left1 {
	padding-top: 29px;
	width: 150px;
}
.top .left2 {
	width: 684px;
	margin-left: 100px;
}
.top .left2 .nav {
	height: 110px;
	line-height: 110px;
	position: relative;
	z-index: 99;
}
.top .left2 .nav a {
	color: #fff;
}
.top .left2 .nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.top .left2 .nav .nLi h3 {
	float: left;
}
.top .left2 .nav .nLi h3 a {
	display: block;
	width: 114px;
	text-align: center;
	font-size: 18px;
	color: #d3ab71;
}
.top .left2 .nav .sub {
	display: none;
	width: 114px;
	left: 0;
	top: 110px;
	position: absolute;
	background: #121212;
	line-height: 60px;
}
.top .left2 .nav .sub li {
	zoom: 1;
}
.top .left2 .nav .sub a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #d3ab71;
}
.top .left2 .nav .sub a:hover {
	background: #121212;
	color: #b32633;
}
.top .left2 .nav .on h3 a {
	background: #121212;
	color: #b32633;
}
.top .right {
	width: 252px;
}
.top .right h3 {
	background: url(../img/icon.png) left center no-repeat;
	font-size: 18px;
	color: #d3ab71;
	height: 35px;
	line-height: 35px;
	display:block;
	padding-left: 25px;
}
.inbanner {
	height: 420px;
	background: center no-repeat;
}
.footer {
	height: 180px;
	padding: 220px 0px;
	background: url(../img/footer.jpg) center no-repeat;
	margin-top: 100px;
	overflow:hidden;
}
.footer h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer h3 {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
.copyright {
	background: #b32633;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.copyright img {
	display: block;
	float: left;
	/*margin-top: 43.5px;*/
	margin-left: 80px;
}
.copyright p {
	display: block;
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 18px;
}
.feedback {
	position: fixed;
	width: 70px;
	height: 160px;
	background: url(../img/feedback.png) center no-repeat;
	cursor: pointer;
	right: 30px;
	bottom: 50px;
}
/*弹出层开始*/
#mask_shadow {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}
#popup {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0px;
	width: 440px;
	height: 428px;
	padding: 30px;
	overflow: hidden;
	background: url(../img/bf_fade.png) center no-repeat;
}
#popup .title {
	position: relative;
	width: 100%;
	height: 22px;
	cursor: move;
}
#popup .title p {
	display: block;
	float: left;
}
#popup .title span {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: url(../img/icon1.png) center no-repeat;
	cursor: pointer;
}
#popup .title span:hover {
	opacity: .8;
}
#popup .cont {
	width: 400px;
	height: 406px;
	padding: 0px 20px;
}
#popup .cont h2 {
	font-size: 22px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
/*弹出层结束*
/*弹出的留言框的样式*/
.formstyle {
}
.formstyle input {
	display: block;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	width: 378px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.formstyle textarea {
	display: block;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	width: 358px;
	padding: 10px 20px;
	height: 55px;
	margin-bottom: 10px;
}
.formstyle input::-webkit-input-placeholder {
color:#d1d1d1;
}
.formstyle textarea::-webkit-input-placeholder {
color:#d1d1d1;
font-size:14px;
}
.formstyle span {
	display: block;
	float: left;
	width: auto;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.formstyle input.click {
	display: block;
	float: left;
	width: 60px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding-left: 5px;
}
.formstyle img {
	display: block;
	float: left;
	margin-left: 10px;
	height: 35px;
	line-height: 35px;
}
.formstyle a {
	display: block;
	float: left;
	margin-left: 10px;
	height: 35px;
	line-height: 35px;
}
.formstyle input.submits {
	display: block;
	float: right;
	width: 94px;
	padding: 0px;
	height: 35px;
	border: 0px;
	cursor: pointer;
}