@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;list-style: none;}
body{font: 14px/1.5 tahoma, arial, Microsoft Yahei, sans-serif;}
img{height:auto;border:0;-ms-interpolation-mode:bicubic; /* Internet Explorer 7.0+ 画面失真呈锯齿状 */ image-rendering:optimizeQuality;/* Firefox 3.6+ */vertical-align: middle;}
/*link*/
a{text-decoration:nonecursor:pointer}
a:focus{outline:0;}
a:hover,a:active{outline:0;}
a:hover{text-decoration:none;}
a,button,select{
    cursor:pointer;
}
body{width: 100%;min-width: 1244px;overflow-x: hidden;}
table{border-collapse:collapse;border-spacing:0;}
th {text-align: inherit;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {font: 14px/1.5 "微软雅黑","tahoma, arial, Microsoft Yahei, sans-serif;"}
/*去掉A标签点击之后虚线边框*/
body a {outline: none;blr:expression(this.onFocus=this.blur())\9;text-decoration: none;}
input, select, textarea {font-size: 100%;}
textarea {resize: none;outline: none;}
/* 去除默认边框 */
fieldset, img {
	border: 0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}
.border-5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/* 清理浮动 */
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fn-clear {
	zoom: 1; /* for IE6 IE7 */
}
/* 隐藏, 通常用来与 JS 配合 */
.fn-hide {
	display: none;
}
.fn-show {
	display: block;
}

.wrapper{
	width: 1244px;
	margin: 0 auto;
	position: relative;
	
}
.link-block{
	display: block;
}
/*header*/
.header{
	height: 150px;
	background: #101122;
	position: relative;
	z-index: 2;
}
.header .main-logo{
	margin: 30px 0 0 0;
}
.header-top{
	height: 30px;
	line-height: 30px;
	background: #272942;
	color: #b78854;
	position: relative;
}
.header-login{
	display: inline-block;
	position: absolute;
	height: 40px;
	top: 0;
	right: 120px;
}
.header-top-link{
	color: #b78854;
}
.header-help{
	position: absolute;
	right: 0;
}
.main-nav{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.nav-item{
	display: inline-block;
	font-size: 14px;
	float: left;
	padding-top: 10px;
	height: 110px;
	/*font-family: "新细明体";*/
	font-weight: bold;
}
.nav-item-title{
	display: inline-block;
	width: 58px;
	height: 104px;
	background: url(../../img/Home/nav_bg.png) no-repeat;
	margin-left: 40px;
	float: left;
	position: relative;
}
.item-title-active{
	background: url(../../img/Home/nav_active.png) no-repeat;
}
.nav-text{
	display: inline-block;
	width: 14px;
	color: #ddad66;
	line-height: 15px;
}
.item-title-active .nav-text{
	color: #f1b05c;
}
.nav-item-title .nav-text{
	margin: 15px 22px 0;
}
.nav-second{
	display: inline-block;
	display: none;
}
 .nav-sec-link{
	display: inline-block;
	height: 104px;
	width: 14px;
	line-height: 14px;
	color: #ddad66;
	vertical-align: top;
	margin: 15px 0 0 15px;
}
.nav-sec-link:hover{
	transform:translateY(-5px); 
	transition:500ms;
}
.nav-item-title .nav-item-icon{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../../img/Home/nav_icon.png) no-repeat;
	position: absolute;
	left: 25px;
	bottom: -12px;
}
.nav-item-title .nav-item-icon-02{
	background-position: 0 -50px;
}
.nav-item-title .nav-item-icon-03{
	background-position: 0 -100px;
}
.nav-item-title .nav-item-icon-04{
	background-position: 0 -150px;
}
.nav-item-title .nav-item-icon-05{
	background-position: 0 -200px;
}
.item-title-active .nav-item-icon{
	background-position: -50px 0;
}
.item-title-active .nav-item-icon-02{
	background-position: -50px -50px;
}
.item-title-active .nav-item-icon-03{
	background-position: -50px -100px;
}
.item-title-active .nav-item-icon-04{
	background-position: -50px -150px;
}
.item-title-active .nav-item-icon-05{
	background-position: -50px -200px;
}
/*--------footer---*/
.footer{
	
}
.footer-main{
	padding: 40px 0 70px 0;
	position: relative;
	border-top: 1px dashed #bab5ae;
}
.footer-left{
	display: inline-block;
	width: 900px;
	color: #595854;
	line-height: 30px;
	padding-top: 10px;
}
.footer-right{
	right: 0;
	top: 40px;
	height: 80px;
	position: absolute;
}
.footer-honor{
	display: inline-block;
	width: 133px;
	height: 63px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: 0 -90px;
	position: absolute;
	right: 190px;
	top: 16px;
}
.footer-ewm{
	position: absolute;
	top: 0;
	right: 0;
}
.footer-copyright{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #101122;
	font-size: 12px;
	color: #70707a;
	color: rgba(255,255,255,0.4);
	text-align: center;
}
