:root {
	--main-color: #492613;
	--sub-color: #935629;
}
@font-face {
	font-family: "fonteditor";
	src: url("../font/fonteditor.eot");
	src: url("../font/fonteditor.woff"),
	url("../font/fonteditor.ttf"),
	url("../font/fonteditor.svg");
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html ,body {
	width: 100%;
	color: #393939;
	background: #ffffff;
}
body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center,
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 {
	font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
ul {
	margin-left: 0;
}
p {
	margin-bottom: 0;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%
}
.square_item {
	display: inline-block;
	border: 1px solid #eeeeee;
	width: 100%
}
.square_item .img {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: #f5f5f5;
	position: relative;
	overflow: hidden
}
.square_item .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-width: 100%;
	max-height: 100%;
	z-index: 2
}
.square_item .text {
	display: block;
	width: 100%;
	padding: 5px 10px 15px;
	color: #333333;
	text-align: left;
	font-size: 14px;
	background: #ffffff
}
/*4:3????*/
.square_item .img.four {
	padding-top: 75%;
}
/*-------this-a-list---------*/
a, time {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #393939;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}
a:active, a:hover {
	text-decoration: none
}
a, area, a:active {
	blr: expression(this.onFocus=this.blur());
}
:focus {
	-moz-outline-style: none;
}
/*------- the html5 display-role reset for older browsers---------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
/*------- input--outline--middle---------*/
/*input, button, select, textarea{ outline:none}*/
input, select, textarea, button {
	vertical-align: middle
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/*----- display-----*/
.clear {
	clear: both;
}
.pcdis {
	display: block;
}
.wapdis {
	display: none;
}
.distb {
	display: table;
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: rgba(73, 38, 19, .4);
	box-sizing: border-box;
	padding: 15px 50px;
	/*line-height: 70px;*/
	transition: 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header.active3 {
	position: fixed;
	padding: 5px 50px;
	background: var(--main-color);
}
ul{
	margin-bottom: 0;
}
header.sb .nav > ul > li > a,
header.sb .sousuo, header.sb .lisnj {
	transform: translateY(0);
	opacity: 1;
}
.logo {
	transform: translateX(0px);
	opacity: 1;
	transition: 0.8s ease-out .3s;
	display: inline-block;
}
.logo img {
	width: 280px;
}
.mobile {
	display: none;
	float: right;
	margin-top: 20px;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 3px;
	box-sizing: border-box;
	padding-top: 2px;
	transition: 0.4s ease-in-out;
}
.mobile i {
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 3px;
	background: #ffffff;
	margin-top: 5px;
	border-radius: 5px;
}
.mobile i:nth-child(1) {
	transition: 0.4s ease-in-out 0.3s;
	margin-top: 16px
}
.mobile i:nth-child(2) {
	transition: 0.4s ease-in-out;
}
.mobile i:nth-child(3) {
	transition: 0.4s ease-in-out 0.3s;
}
.mobile.on i:nth-child(1) {
	transform: rotate(45deg) translateY(6px) translateX(5px);
}
.mobile.on i:nth-child(2) {
	transform: translateX(40px);
	opacity: 0;
}
.mobile.on i:nth-child(3) {
	transform: rotate(-45deg) translateY(-6px) translateX(5px);
}
.nav {
	display: inline-block;
	float: right;
}
.nav {
	transition: all .5s cubic-bezier(.35, .75, .55, 1);
	-webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1);
	-moz-transition: all .5s cubic-bezier(.35, .75, .55, 1);
	display: flex;
	align-items: center;
}
.nav ul {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 1vw;
}
.nav ul li a:hover {
	color: #ffffff;
}
.nav ul > li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: auto;
	padding: 0;
	margin-right: 35px;
}
.nav ul > li > a {
	display: inline-block;;
	line-height: 1;
	width: auto;
	padding-bottom: 12px;
	position: relative;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	color: white;
}
.nav ul > li:last-child a {
	border: none;
}
.nav ul > li > a:after {
	content: "";
	display: block;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 2px;
	background: white;
	bottom: -6px;
	transform: scaleX(0);
	transition: 0.5s ease-in-out;
}
.nav ul > li:hover > a:after, .nav ul > li.active > a:after {
	opacity: 1;
	transform: scaleX(1);
}
.nav ul > li:last-child:before {
	display: none
}
.sousuo input::-webkit-input-placeholder {
	color: #ffffff !important;
}
.sousuo input::-moz-placeholder {
	color: #ffffff !important;
}
.sousuo input::-moz-placeholder {
	color: #ffffff !important;
}
.sousuo input::-ms-input-placeholder {
	color: #ffffff !important;
}
.sousuo input[type=text] {
	transition: all .5s cubic-bezier(.35, .75, .55, 1);
	-webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1);
	-moz-transition: all .5s cubic-bezier(.35, .75, .55, 1);
}
.sousuo input[type=text] {
	width: 9vw;
	height: 2.1vw;
	border: 1px solid rgba(250, 250, 250, .8);
	background: transparent;
	box-sizing: border-box;
	padding: 0 15px;
	color: white;
	font-size: 15px;
	outline: none;
}
.sousuo input[type=text]:focus {
	border-color: #b3916c;
}
.sousuo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: 0.8s ease-out 1.1s;
}
.sousuo button {
	display: block;
	position: absolute;
	right: 10px;
	font-size: 25px;
	color: white;
	top: 23px;
	cursor: pointer;
}
.sousuo span {
	vertical-align: middle;
	margin-right: 10px
}
.sousuo span img {
	height: 30px;
	transform: translateY(-4px)
}
.sousuo a {
	font-size: 24px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 1px;
}
.bav_list {
	font-size: 0;
	background: white;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	line-height: 35px;
	transform: translateY(50px);
	opacity: 0;
	z-index: -1;
	height: 0;
	overflow: hidden;
	transition: 0.4s ease-in;
}
.nav ul > li:hover .bav_list {
	transform: translateY(0);
	opacity: 1;
	z-index: 1;
	height: 245px;
}
.nav > ul > li:nth-child(1) > a {
	transition: 0.8s ease-out .3s;
}
.nav > ul > li:nth-child(2) > a {
	transition: 0.8s ease-out .4s;
}
.nav > ul > li:nth-child(3) > a {
	transition: 0.8s ease-out .5s;
}
.nav > ul > li:nth-child(4) > a {
	transition: 0.8s ease-out .6s;
}
.nav > ul > li:nth-child(5) > a {
	transition: 0.8s ease-out .7s;
}
.nav > ul > li:nth-child(6) > a {
	transition: 0.8s ease-out .8s;
}
.nav > ul > li:nth-child(7) > a {
	transition: 0.8s ease-out .9s;
}
.nav > ul > li:nth-child(8) > a {
	transition: 0.8s ease-out 1s;
}
.bav_list ol {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 30px;
	box-sizing: border-box;
	background: #f8f8f8;
	height: auto;
	position: relative;
	z-index: 2;
}
.bav_list ol li {
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.bav_list ol li:last-child {
	border: none;
}
.bav_list ol li a {
	font-size: 14px;
	color: gray;
}
.bav_list ol li:hover a {
	color: #000000;
}
.bav_list ol li i {
	display: inline-block;
	position: absolute;
	font-size: 13px;
	left: 9px;
	color: transparent;
	transition: 0.3s ease-in-out;
}
.bav_list ol li:hover i {
	color: gray;
}
.bav_list:after {
	content: "";
	display: block;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f8f8f8;
}
.bav_list dl {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
	text-align: center;
	width: 70%;
}
.bav_list dl span {
	display: block;
}
.bav_list dl span img {
	max-width: 55%;
}
.bav_list dl dd {
	display: none;
}
.bav_list dl dd p {
	font-size: 14px;
	color: #666666;
}
.bav_list dl dd p font {
	font-size: 12px;
	color: gray;
}
/*--pc header end--*/
/*--pc footer--*/
.divBox {
	width: 75%;
	margin: 0 auto;
}
/*.container {*/
/*	max-width: 1200px !important;*/
/*	padding: 0;*/
/*}*/
footer {
	background: #ffffff;
	padding-top: 55px;
	position: relative;
	z-index: 9;
	color: #ffffff;
	padding-bottom: 55px
}
footer a {
	color: inherit;
}
footer .footer-logo {
	padding-right: 45px;
	padding-left: 15px
}
footer .footer-logo img {
	width: 230px
}
footer .footer-contact,
footer .footer-nav {
	width: 50%
}
footer .footer-ew {
	padding-left: 50px;
	padding-right: 15px
}
footer .footer-ew .info {
	display: inline-block;
	text-align: center;
	color: #333333;
	line-height: 32px;
	margin-top: 25px
}
footer .footer-contact h5 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px
}
footer .footer-contact h5:nth-of-type(2) {
	margin-bottom: 50px
}
footer .footer-contact h2 {
	border-left: 2px solid #ffffff;
	padding-left: 5px;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px
}
footer .footer-contact p {
	font-size: 15px;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	color: #afb0b0
}
footer .footer-contact p i {
	font-style: normal
}
footer .footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-left: 1px solid rgba(255, 255, 255, .7);
	padding-left: 5%;
}
footer .footer-nav ul li {
	width: 25%;
	padding-left: 20px;
}
footer .footer-nav ul li:nth-child(n+5) {
	margin-top: 28px
}
footer .footer-nav ul a {
	font-size: 15px;
	line-height: 1;
	opacity: .7
}
footer .footer-nav ul a:hover {
	opacity: 1
}
.foot {
	font-size: 14px;
	padding: 20px 0px;
	width: 100%;
	color: #ffffff
}
.member {
	color: transparent !important;
}
.member:hover {
	color: inherit !important;
}
/*--pc footer end--*/
/*-----kefu-------*/
.cbl {
	width: 72px;
	position: fixed;
	right: 4px;
	bottom: 14%;
	z-index: 3333;
}
.cbl li {
	margin-top: 0;
	transition: 0.4s ease-in-out;
	height: 73px;
	margin-bottom: 4px;
	background: #ffffff;
}
.cbl span {
	transition: 0.4s ease-in-out;
	display: inline-block;
	width: 72px;
	height: 73px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	color: #666666;
	line-height: 72px;
	border: 1px solid var(--main-color);
	padding-top: 20px;
}
.cbl li span {
	background: url(../img/xf-h4.png) no-repeat center 10px;
	background-size: 34px auto;
}
.cbl li.fd span {
	background-image: url(../img/xf-h5.png);
}
.cbl li:hover {
	background: var(--main-color);
}
.cbl span:hover {
	color: #ffffff;
}
.cbl li:hover span {
	background-image: url(../img/xf-b4.png);
}
.cbl li.fd:hover span {
	background-image: url(../img/xf-b5.png);
}
/*-- pc kefu end --*/
@media only screen and (max-width: 1550px) {
	.divBox {
		width: 95%;
	}
	.container {
		max-width: 95% !important;
	}
}
@media (min-width: 1400px) and (max-width: 1550px) {
	.nav ul li {
		margin-right: 20px;
	}
}
@media (min-width: 1280px) and (max-width: 1399px) {
	.nav ul li {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1279px ) {
	/*--mobile header--*/
	header {
		line-height: 58px;
		height: 60px;
		position: fixed;
		padding: 0 10px;
		z-index: 222;
		background: var(--main-color)
	}
	header.on .nav {
		transform: translateX(0);
		opacity: 1;
		left: 0
	}
	header.active1 .mobile, header.active1 .logo {
		transform: translateX(0);
		opacity: 1;
	}
	.index_con1, .ej_banner {
		margin-top: 60px
	}
	.logo {
		margin-top: -4px;
		vertical-align: middle;
	}
	.logo img {
		width: 200px;
	}
	.mobile {
		display: block;
		width: 49px;
		height: 45px;
		margin-top: 8px;
	}
	.mobile i:nth-child(1) {
		margin-top: 11px;
	}
	.nav {
		position: fixed;
		top: 60px;
		left: 0%;
		margin: 0;
		z-index: 3333;
		height: auto;
		background: rgba(50, 59, 68, 0.8);
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		line-height: 35px;
		text-align: center;
		transform: translateX(-100%);
		transition: 0.5s ease-in-out;
	}
	.nav ul {
		width: 100%;
	}
	.nav ul > li {
		width: 100%;
		border-bottom: 1px solid rgba(250, 250, 250, .5);
		box-sizing: border-box;
		margin-right: 0;
		transform: translateX(-200px);
		opacity: 0;
	}
	.nav ul > li > a {
		width: 100%;
		border: none;
		height: 100%;
		line-height: 35px;
		vertical-align: top;
		font-size: 14px;
		padding: 0;
	}
	.nav ul > li ol {
		display: none;
	}
	.nav ul > li.active > a, .nav ul > li:hover > a {
		border: none;
	}
	.nav .divBox {
		width: 95%;
	}
	.nav ul > li:nth-child(1) {
		transition: 0.4s ease-in-out 0.4s;
	}
	.nav ul > li:nth-child(2) {
		transition: 0.4s ease-in-out 0.5s;
	}
	.nav ul > li:nth-child(3) {
		transition: 0.4s ease-in-out 0.6s;
	}
	.nav ul > li:nth-child(4) {
		transition: 0.4s ease-in-out 0.7s;
	}
	.nav ul > li:nth-child(5) {
		transition: 0.4s ease-in-out 0.8s;
	}
	.nav ul > li:nth-child(6) {
		transition: 0.4s ease-in-out 0.9s;
	}
	.nav ul > li:nth-child(7) {
		transition: 0.4s ease-in-out 1s;
	}
	.nav ul > li:nth-child(8) {
		transition: 0.4s ease-in-out 1.1s;
	}
	.nav.on ul > li {
		transform: translateX(0);
		opacity: 1;
	}
	.bav_list, .nav ul > li > a:after {
		display: none;
	}
	.lisnj {
		display: block;
		margin-left: 0;
		padding: 10px 0;
	}
	.sousuo span {
		display: block;
		text-align: center;
		padding: 10px 0;
		margin-right: 0
	}
	/*-- end mobile header--*/
}
@media only screen and (max-width: 800px ) {
	.pcdis {
		display: none;
	}
	.wapdis {
		display: block;
	}
	.container {
		max-width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	/*--mobile footer--*/
	footer {
		padding-top: 25px;
	}
	footer .footer-logo {
		text-align: center;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	footer .footer-nav,
	footer .footer-ew {
		display: none
	}
	footer .footer-contact {
		width: 100%;
		padding: 0 15px;
		text-align: center;
	}
	footer .footer-contact h2 {
		display: none
	}
	footer .footer-contact p {
		font-size: 12px;
		line-height: 2;
		text-align: center;
	}
	footer .footer-contact p i {
		font-style: normal
	}
	footer .foot {
		font-size: 12px;
		padding: 20px 0;
		margin: 20px 15px 0;
		line-height: 2;
		width: auto;
		text-align: center;
	}
	footer .foot span {
		display: block
	}
	.member {
		display: none;
	}
	.cbl {
		display: none
	}
	/*-- end mobile footer--*/
}


