@charset "utf-8";

html {
	min-width: 1200px;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}

input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}

body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}

ul, ol, li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img, iframe {
	border: 0px;
	display: block;
}

em, i {
	font-style: normal;
}

button, input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.red {
	color: #ba292e;
}

.fl, .left {
	float: left;
}

.fr, .right {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #0059AB;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaa;
}

body{
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}


/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1400{
	width: 1400px;
	margin:0 auto;
}


/*头部*/
header {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: 0.5s;background-color:#fff;
}

header.cur,header.cur1 {
	background: #fff;
}

header .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	position: relative;
}

header .logo {
}

header .logo img {
}

header .fr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	height: 100%;
}

header .fr .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 72%;
	height: 100%;
}

header .fr .nav li {
/* padding: 0 2%; */
	width: 90px;
/* line-height: 84px; */
	position: relative;
}

header .fr .nav li:last-child {
	width: 115px;
}

header .fr .nav li.cur {
}

header .fr .nav li a {
	line-height: 84px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

header .fr .nav li a .tit01 {
	font-size: 16px;
	color: #5E4637;
	text-transform: uppercase;
	line-height: 84px;
}

header .fr .nav li a .tit02 {
	display: none;
	line-height: 84px;
	font-size: 16px;
	font-weight: bold;
	color: #5E4637;
}

header .fr .nav li.cur a .tit01,header .fr .nav li.active a .tit01,header .fr .nav li:hover a .tit01 {
	display: none;
}

header .fr .nav li.cur a .tit02,header .fr .nav li.active a .tit02,header .fr .nav li:hover a .tit02 {
	display: block;
}

header .fr .nav li  i {
	display: none;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: all ease 300ms;
}

header.cur .fr .nav li  i {
	background: rgba(94, 70, 55, 1);
}

header .fr .nav li.cur  i,header .fr .nav li:hover  i {
	/*display: block;*/
	width: 100%;
}

header .fr .nav li .drop {
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 84px;
}

header .fr .nav li .drop a {
	line-height: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

header .fr .nav li .drop a:hover {
	background: rgba(94, 70, 55, .9);
	color: #fff;
}

header .fr .nav li .drop a:hover {
}

header .fr .shopping {
	display: flex;
	position: relative;
	height: 100%;
	cursor: pointer;
}

header .fr .shopping .tit {
	display: flex;
	align-items: center;
}

header .fr .shopping .tit img {
	margin-right: 5px;
}

header .fr .shopping .tit p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

header .fr .shopping ul {
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 84px;
}

header .fr .shopping ul li a {
	line-height: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

header .fr .shopping ul li:hover a {
	background: rgba(94, 70, 55, .9);
	color: #fff;
}

header .fr .search_icon {
}

header .fr .search_icon img {
}

.search {
	background: #ffffff;
	z-index: 9999;
	margin-top: 2px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width: 250px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 90px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	color: #333;
}

.zzc {
	display: none;
	width: 100%;
	height: 100%;
/*     background: #fff; */
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}

.search.cur {
	opacity: 1;
	visibility: visible;
}

.search .kw {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	width: 190px;
	margin: 0px 0 0 12px;
	font-size: 15px;
	border: none;
	background: none;
	outline: medium;
}

.search .ok {
	outline: medium;
	float: right;
	width: 42px;
	height: 100%;
	cursor: pointer;
	font-family: icon;
	font-size: 20px;
	border: none;
	background: url(../images/search.png) center center no-repeat;
	background-size: 18px auto;
}

/*footer*/
footer {
	width: 100%;
}

footer .db01 {
	width: 100%;
	background: #333333;
}

footer .db01 .db_list {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 82px;
}

footer .db01 .db_list li {
}

footer .db01 .db_list li a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 24px;
}

footer .db01 .db_list li:hover a {
	font-weight: bold;
}

footer .db01 .db_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 41px;
}

footer .db01 .db_con .box01 {
	width: 247px;
}

footer .db01 .db_con .box01 .p1 {
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}

footer .db01 .db_con .box01 .p2 {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.3;
	text-transform: uppercase;
}

footer .db01 .db_con .box01 .line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	display: block;
	margin: 11px 0;
}

footer .db01 .db_con .box01 .p3 {
	font-size: 14px;
	font-weight: 400;
	color: #EEEEEE;
	line-height: 26px;
}

footer .db01 .db_con .box01 .p4 {
	font-size: 14px;
	font-weight: 400;
	color: #EEEEEE;
	line-height: 26px;
}

footer .db01 .db_con .box02 {
	width: 220px;
}

footer .db01 .db_con .box02 .dblogo {
}

footer .db01 .db_con .box02 .dblogo img {
	display: block;
	margin: 0 auto;
}

footer .db01 .db_con .box02 .line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	display: block;
	margin: 18px 0 11px;
}

footer .db01 .db_con .box02 p {
	font-size: 18px;
	font-weight: 400;
	color: #EEEEEE;
	text-align: center;
}

footer .db01 .db_con .box03 {
	width: 262px;
}

footer .db01 .db_con .box03 ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	height: 60px;
	align-items: center;
	margin-bottom: 11px;
}

footer .db01 .db_con .box03 ul li {
}

footer .db01 .db_con .box03 ul li a {
}

footer .db01 .db_con .box03 ul li a img {
}

footer .db01 .db_con .box03 p,footer .db01 .db_con .box03 a {
	font-size: 14px;
	font-weight: 400;
	color: #EEEEEE;
}

footer .links {
	width: 100%;
	line-height: 44px;
	background: #F2F1F0;
}

footer .links .w1200 {
	display: flex;
	align-items: center;
}

footer .links .w1200 li {
	margin-right: 10px;
}

footer .links .w1200 li a {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

footer .links .w1200 li a:hover {
}

.toolbar {
	width: 60px;
	height: 144px;
	background: #6C5749;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.24);
	position: fixed;
	right: 0;
	z-index: 999;
	top: 45%;
}

.toolbar dd {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toolbar dd i {
}

.toolbar dd i img {
	margin: 0 auto;
}

.toolbar dd i p {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop {
	position: absolute;
	right: 60px;
	top: -46px;
	background: #5E4637;
	display: none;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}


.db_ewm{
	transition: 1s;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom:0;
	z-index: 99999;
	background: rgba(0,0,0,.7);
	display: none;
}
.db_ewm ul{
    display: grid;
    justify-content: space-around;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 21%);
    height: 100%;
    align-items: center;
}
.db_ewm ul li{
width: 100%;

}
.db_ewm ul li img{width: 100%;display: block;border-radius: 8px;background: #FFFFFF;box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);}
.db_ewm ul li p{font-size: 18px;text-align: center;line-height: 68px;color: #fff;letter-spacing: 1px;}

