@charset "utf-8";
/* CSS Document */
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;
}
body, button, input, select, textarea {
	font: 12px Arial, Tahoma, '微软雅黑';
	color: #454545;
}
button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h2, h3 {
	font-size: 14px;
}
button, input, select, textarea, label {
	vertical-align: middle;
	outline: none;
	border: 0;
}
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #454545;
	vertical-align: baseline;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	word-wrap: break-word;
	word-break: break-all;
} 
.g-cf:after {
	content: "";
	clear: both;
	display: table;
}
.g-cf {
	zoom: 1;
}  
.g-f-l {
	float: left;
	_display: inline;
}
.g-f-r {
	float: right;
	_display: inline;
}
.wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	width: 166px;
	height: 396px;
	text-align: center;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.logo img {
	display: inline-block;
	margin-top: 44px;
}
.lb {
	margin-top: 146px;
}
.lb img {
	cursor: pointer;
}
.lb .closeimg {
	margin-top: 0;
	display: none;
}
.lb b {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/skin/images/close_03.jpg) no-repeat;
	cursor: pointer;
}
.lb b:hover {
	background: url(/skin/images/close2_03.jpg) no-repeat;
}
.lb-list {
	margin-top: 45px;
	display: none;
}
.lb-list ul li {
	width: 100%;
	text-align: center;
	height: 98px;
	border-bottom: 1px solid #2e2e30;
	font-size: 18px;
	transition: all linear .2s;
}
.lb-list ul li a {
	color: #fff;
	display: block;
	padding-top: 22px;
}
.lb-list ul li span {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 8px;
	transition: all linear .2s;
}
.lb-list ul li:hover {
	background-color: #d6ab77;
	border-bottom: 1px solid #d6ab77;
}
.lb-list ul li:hover span {
	color: #fff;
}
.nav {
	width: 100%;
	height: 100px;
	background-color: #000;
	box-shadow: 0 5px 5px rgba(0,0,0,.12);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	display: none;
}
.nav ul li {
	float: left;
	height: 100px;
	/*padding: 0 50px;*/
	padding: 0 70px;
	font-size: 15px;
	text-align: center;
	font-size: 18px;
	color: #121212;
	border-right: 1px solid #d6ab77;
	transition: all linear .2s;
}
.nav ul li span {
	display: block;
	font-size: 14px;
	color: #d6ab77;
	margin-top: 12px;
	transition: all linear .2s;
}
.nav ul li a {
	padding-top: 20px;
	color: #d6ab77;
	display: block;
	transition: all linear .2s;
}
.nav ul li a:hover {
	text-decoration: none;
}
.nav ul li:hover {
	background-color: #d6ab77;
}
.nav ul li:hover span {
	color: #fff;
}
.nav ul li:hover a {
	color: #fff;
}
.nav-l {
	background-color: #000;
}
.nav-r {
	height: 30px;
	margin-top: 35px;
}
.zhuce {
	width: 90px;
	height: 23px;
	background-color: #d6ab77;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	border-radius: 2px;
	margin-right: 14px;
	float: left;
	margin-top: 3px;
}
.zhuce a {
	color: #fff;
}
.zhuce-divov {
	overflow: hidden;
	float: left;
}
.zhuce-div {
	display: none;
}
a.login {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
	transition: all linear .1s;
}
a.login:hover {
	color: #d6ab77;
	text-decoration: underline;
}
.tel {
	height: 30px;
	float: left; /* margin-left: 24px; */
	padding-left: 24px;
	margin-right: 48px;
	font-size: 22px;
	color: #666;
	line-height: 30px;
}
.ny-nav {
	width: 100%;
	height: 100px;
	background-color: #000;
	box-shadow: 0 5px 5px rgba(0,0,0,.12);
}
.ny-nav ul li {
	float: left;
	height: 100px;
	/*padding: 0 50px;*/
	padding: 0 70px;
	font-size: 15px;
	text-align: center;
	font-size: 18px;
	color: #d6ab77;
	border-right: 1px solid #d6ab77;
	transition: all linear .2s;
}
.ny-nav ul li span {
	display: block;
	font-size: 12px;
	color: #d6ab77;
	margin-top: 12px;
	transition: all linear .2s;
}
.ny-nav ul li a {
	padding-top: 20px;
	color: #d6ab77;
	display: block;
	transition: all linear .2s;
}
.ny-nav ul li a:hover {
	text-decoration: none;
}
.ny-nav ul li:hover {
	background-color: #d6ab77;
}
.ny-nav ul li:hover span {
	color: #fff;
}
.ny-nav ul li:hover a {
	color: #fff;
}
.section {
	position: relative;
}
/* 内页头部 */
.naver-wrap {
	border-bottom: none;
}
.naver {
	margin-top: 50px;
	position: relative;
}
.naver-tit {
	position: absolute;
	left: -52px;
	top: 0;
	z-index: 11;
}
.naver ul {
	margin-left: 215px;
	float: left;
}
.naver ul li {
	padding: 0 30px;
	background: url(/skin/images/xian_03.jpg) no-repeat right 58px;
	text-align: center;
	font-size: 18px;
	float: left;
}
.naver ul li a {
	display: block;
	padding: 55px 0 40px 0;
	color: #fff;
}
.naver ul li a:hover {
	text-decoration: none;
}
.naver ul li span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	margin-top: 3px;
}
.naver ul li.active {
	color: #d6ab77;
}
.naver ul li.active a {
	background: url(/skin/images/act_03.png) no-repeat center top;
	color: #d6ab77;
}
.naver ul li.active span {
	color: #d6ab77;
}
.naver ul li:last-child {
	background: none;
}
.crumbs {
	color: #fff;
	float: right;
	line-height: 50px;
	padding-left: 24px;
	margin-top: 40px;
	background: url(/skin/images/crumbs_03.png) no-repeat left center;
}
.crumbs a {
	color: #fff;
}
.crumbs a:hover {
	color: #d6ab77;
}
.borderbottom {
	border-bottom: 0;
}
.ny-banner {
	height: 480px;
}


/* 去除浏览器读取历史记录默认黄色背景*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay:99999s;
-webkit-transition:color 99999s ease-out, background-color 99999s ease-out;
}
.clearfix {
	zoom: 1;
}
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
::-webkit-scrollbar {
width:5px;
height:5px;
}
::-webkit-scrollbar-thumb {
background-color:#999;
-webkit-border-radius:5px;
border-radius:5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#666;
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:#333;
}
::-webkit-scrollbar-button {
display:none;
}
::-webkit-scrollbar-track {
background-color:#f1f1f1;
}
.footer {
	background-color: #252525;
}
.footer-1 {
	padding-top: 34px;
}
.footer-form {
	width: 40%;
}
.footer-form input {
	width: 100%;
	margin-bottom: 12px;
	height: 44px;
	background-color: #474747;
	display: block;
	font-size: 14px;
	color: #b0b0b0;
	text-indent: 24px;
	font-family: "微软雅黑";
}
.footer-form button {
	display: block;
	width: 100%;
	height: 44px;
	background-color: #d6ab77;
	font-size: 16px;
	color: #252525;
	cursor: pointer;
	transition: all linear .2s;
}
.footer-form button:hover {
	opacity: .8;
}
.footer-list {
	margin-top: 30px;
}
.footer-list ul li {
	float: left;
	text-align: center;
	padding-top: 26px;
	background: url(/skin/images/footbg_03.jpg) no-repeat center top;
	margin-right: 46px;
	transition: all linear .2s;
}
.footer-list ul li:last-child {
	margin-right: 0;
}
.footer-list ul li strong {
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 52px;
	transition: all linear .2s;
}
.footer-list ul li span {
	display: block;
	font-size: 13px;
	line-height: 40px;
}
.footer-list ul li span a {
	color: #a0a0a0;
}
.footer-list ul li:hover {
	background: url(/skin/images/footbg2_03.jpg) no-repeat center top;
}
.footer-list ul li:hover strong {
	color: #d6ab77;
}
.footer-2 {
	margin-top: 48px;
	border-top: 1px solid #454545;
	height: 66px;
	line-height: 66px;
	color: #a0a0a0;
	text-align: center;
}
.footer-2 a {
	color: #a0a0a0;
}
.shj-footer {
	display: block;
	margin-top: 0px;
	background: url(/skin/images/footbg.jpg);
}
.shj-footer .shj-footer-top {
	display: block;
	border-bottom: 2px solid #d6ab77;
	padding-top: 40px;
}
.shj-footer .shj-footer-top .shj-footer-top-center {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-top-center-intro {
	display: block;
	width: 100%;
	height: auto;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link {
	display: inline-block;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-help-link-modal {
	display: inline-block;
	width: 60px;
	vertical-align: top;
	margin-right: 35px;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-help-link-modal a {
	display: block;
	text-align: left;
	font-size: 14px;
	color: white;
	line-height: 35px;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-help-link-modal a:hover {
	text-decoration: none;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-top-center-erweima {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 0 30px;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-top-center-arrow-l {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-left: 130px;
    position: relative;
    top: -25px;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-top-center-arrow-r {
	display: inline-block;
	vertical-align: top;
	width: 150px;
    position: relative;
    top: -25px;
}
.shj-footer .shj-footer-top .shj-footer-top-center .shj-footer-help-link .shj-footer-top-center-tel {
	display: inline-block;
	vertical-align: top;
	width: 265px;
	margin-left: 90px;
}
.shj-footer .shj-footer-bottom {
	display: block;
	background-color: #000;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding-top: 20px;
	padding-bottom: 20px;
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center .shj-footer-bottom-title {
	color: #FFFFFF;
	font-size: 14px;
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center .shj-footer-bottom-link {
	display: block;
	margin-bottom: 50px;
	margin-top: 5px;
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center .shj-footer-bottom-link a {
	display: inline-block;
	color: #cfcfcf;
	font-size: 12px;
	margin-right: 5px;
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center .shj-footer-bottom-link a:hover {
	text-decoration: underline;
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center .shj-footer-bottom-info p {
	color: #cfcfcf;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center
}
.shj-footer .shj-footer-bottom .shj-footer-bottom-center .shj-footer-bottom-info img {
	display: block;
	width: 255px;
	height: auto;
}