@font-face {
	font-family: fontDin1;
	src: url(../fonts/din-medium_woff.txt), url(../fonts/din-medium_eot.txt), url(../fonts/din-medium_woff2.txt), url(../fonts/din-medium_ttf.txt)
}

* {
	margin: 0px;
	padding: 0px;
	font-family: "Arial" !important;
}

body {
	font-size: 14px;
	color: #414755;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	min-width: 1400px;
	overflow-x: hidden;
}

img {
	margin: 0px;
	padding: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

dl,
dt,
dd,
ol,
ul,
li,
from,
input,
select,
span,
p,
div {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.clear {
	clear: both;
}

a {
	color: #414755;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #947f5e;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none;
	font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: normal;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1650 {
	width: 1640px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.title {
	text-align: center;
	font-size: 40px;
	color: #222222;
}

.title i {
	color: #947f5e;
}

.title span {
	display: block;
	font-size: 18px;
	margin: 5px 0 20px 0;
	color: #aaaaaa;
}

.title em {
	font-size: 0;
	display: inline-block;
	height: 8px;
}

.title em i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #504d4d;
	animation: bounce_fountainG 1.2s linear infinite;
}

.title em i+i {
	margin-left: 10px;
}

.title em i:nth-child(1) {
	animation-delay: .4s;
}

.title em i:nth-child(2) {
	background: #947f5e;
	animation-delay: .6s;
}

.title em i:nth-child(3) {
	animation-delay: .8s;
}

.title b {
	color: #947f5e;
}

.page {
	width: 1400px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

@keyframes bounce_fountainG {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(.5);
	}
}

.gd {
	animation: myfirst 2s infinite;
	display: inline-block;
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, -10px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes widthchange {
	0% {
		width: 20%
	}
	50% {
		width: 100%
	}
	100% {
		width: 20%
	}
}


}
.mainhovercolor a:hover {
	color: #947f5e;
}
div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}
.head_bg {
	height: 110px;
	width: 100%;
	background: #2d3327;
}
.head {
	width: 70%;
	margin: auto;
}
.head_l {
	width: 10%;
	margin-top: 22px;
}
.logo {}
.logo a img {
	width: 54px;
}
.head_bg .name {
	padding-top: 18px;
	line-height: 24px;
}
.head_bg .name p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1.3px;
}
.nav {
	width: 90%;
	height: 107px;
}
.NavCeshi {
	float: right;
	width: 70%;
}
@media screen and (max-width:1550px) {
	.NavCeshi {
		width: 65% !important;
	}
	
	.head_l {
		width: 17%;
	}
}
@media screen and (max-width:1650px) {
	.NavCeshi {
		width: 65% !important;
	}
	
	.head_l {
		width: 17%;
	}
}
@media screen and (max-width:1790px) {
	.NavCeshi {
		width: 70% !important;
	}
	
	.head_l {
		width: 10%;
	}
}
.NavCeshi>li {
	float: left;
	height: 105px;
	margin-left: 7%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	padding-right: 0px;
	position: relative;
}
.NavCeshi>li>a {
	display: block;
	text-align: center;
	font-size: 18px;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	position: relative;
	z-index: 1113;
	color: #999;
	line-height: 105px;
}
.NavCeshi>li.navcurrent>a:after,
.NavCeshi>li.navcurrent>a::after,
.NavCeshi>li:hover>a:after,
.NavCeshi>li:hover>a::after {
	width: 100%;
	color: #fff;
}
.NavCeshi>li>a>.en {
	display: block;
	font-size: 12px;
	font-weight: 100;
	color: #ccc;
	line-height: 35px;
	overflow: hidden;
	text-indent: 0;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	white-space: nowrap;
}
.NavCeshi>li:after {
	content: "";
	display: block;
	margin: 0 auto;
}
.NavCeshi>li.navcurrent:after,
.NavCeshi>li:hover::after {
	margin-top: -3.7vw;
	padding: 19px 16px;
	color: #f6ff00;
	border-radius: 7px;
}
.NavCeshi>li.navcurrent>a,
.NavCeshi>li:hover>a {
	margin: 0 auto;
	color: #947f5e;
}
.cont {
	width: 23px;
	height: 94px;
	cursor: pointer;
	background: url(../images/20210624204113_1062149637.png) no-repeat;
	margin-right: 1%;
	margin-top: 14px;
}
.cont:hover .slideDown {
	opacity: 1;
	height: 190px;
	visibility: inherit;
}
.cont .slideDown {
	text-align: center;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 89px;
	width: 100%;
	height: 0px;
	background: rgba(218, 37, 28, 0.7);
	z-index: 8;
	opacity: 0;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	visibility: hidden;
}
.cont .slideDown .searchBox {
	overflow: hidden;
	display: inline-block;
	width: 1028px;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 50px;
}
.cont .slideDown .searchBox {
	*display: inline
}
.cont .slideDown .searchHot {
	font-size: 14px;
	color: #fff;
	width: 1028px;
	margin: 0 auto;
}
.cont .slideDown .searchHot a {
	color: #fff;
	font-size: 16px;
	float: left;
}
.cont .slideDown .searchBox input[type='text'] {
	font-size: 14px;
	color: #666;
	float: left;
	width: 840px;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	line-height: 60px;
	margin-left: 25px;
	font-size: 14px;
	color: #666;
}
.cont .slideDown .searchBox button[type='submit'] {
	cursor: pointer;
	float: right;
	margin-right: 15px;
	width: 60px;
	height: 60px;
	border: none;
}
.search-bg {
	width: 956px;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	float: left;
}
.search-i {
	width: 32px;
	overflow: hidden;
	height: 32px;
	float: left;
	margin-top: 13px;
}
.dianhua {
	font-size: 28px;
	font-weight: normal;
	margin-top: 38px;
	color: #947f5e;
	float: right;
	padding-right: 3%;
	font-family: fontDin1;
}
.nav li .sedNav {
	width: 320px;
	padding: 30px;
	border: 3px #fff solid;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	top: 88px;
	z-index: 99999;
	display: none;
}
.nav li .sedNav p {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	padding-bottom: 8px;
}
.nav li .sedNav span {
	font-size: 14px !important;
}
.nav li .sedNav span:after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #947f5e;
	margin-top: 20px;
}
.nav li .sedNav a {
	display: block;
	border: 1px #ccc solid;
	margin-bottom: 14px;
	width: 190px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.nav li .sedNav a:hover {
	color: #fff;
	background-color: #947f5e;
}
.nav li .nav2 {
	width: 250%;
}
.nav li .nav2 a {
	width: 50%;
	float: left;
}
.focus {
	width: 100%;
	min-width: 1400px;
	height: 800px;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.focus ul {
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.focus ul li {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #000;
}
.focus ul li div {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.focus .btnBg {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background: #000;
	display: none;
}
.focus .btn {
	position: absolute;
	width: 952px;
	height: 23px;
	margin-left: -480px;
	left: 50%;
	bottom: 80px;
	text-align: center;
}
.focus .btn span {
	font-size: 0;
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 18px;
	height: 18px;
	text-align: center;
	_font-size: 0;
	margin-left: 16px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
.focus .btn span.on {
	background: #fff;
}
.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 420px;
	background: url(../images/20191111090254_298894076.png) no-repeat 0 0;
	cursor: pointer;
}
.focus .pre {
	left: 0;
}
.focus .next {
	right: 0;
	background-position: right top;
}
.speak {
	background: url(../images/20210622193623_1466412293.jpg) no-repeat center;
}
.speak .w1400 {
	height: 519px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding-top: 60px;
}
.spleft {
	margin-top: 20px;
	position: relative;
	width: 496px;
	height: 357px;
	background: url(../images/20210622194345_375486181.jpg) no-repeat center;
	border: 20px solid #fff;
	box-shadow: 0 0 15px #ccc;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 10px;
}
.spvidio {
	display: inline-block;
	width: 76px;
	height: 76px;
	position: relative;
}
.spvidio span {
	width: 76px;
	height: 76px;
	background: url(../images/20201130150645_1394690798.png) no-repeat center;
	display: block;
	z-index: 33;
	position: relative;
	cursor: pointer;
}
.video_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: 600ms ease;
}
.video_box.cur {
	opacity: 1;
	z-index: 999999;
	transition: 600ms ease;
}
.video {
	position: fixed;
	top: -100%;
	left: 47%;
	margin-top: -250px;
	margin-left: -500px;
	transition: 600ms ease;
}
.video_box.cur .video,
.video_box.cur .video_x {
	top: 42%;
	transition: 600ms ease;
}
.video_x {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	position: fixed;
	top: -100%;
	left: 44%;
	margin-left: 520px;
	margin-top: -250px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	font-weight: lighter;
	cursor: pointer;
	transition: 600ms ease;
}
.pulse2 {
	position: absolute;
	top: -25%;
	left: -25%;
	z-index: 1;
	width: 150%;
	height: 150%;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-o-animation: warn 2s linear infinite;
	-moz-animation: warn 2s linear infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: #fff;
	box-shadow: 1px 1px 30px #fff;
}
.pulse3 {
	position: absolute;
	top: -25%;
	left: -25%;
	z-index: 1;
	width: 150%;
	height: 150%;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: warn1 2s ease-out;
	animation: warn1 2s ease-out;
	-o-animation: warn1 2s linear infinite;
	-moz-animation: warn1 2s linear infinite;
	-webkit-animation-iteration-count: infinite;
	background: #fff;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px #fff;
}
@keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@-o-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@-moz-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}
@-webkit-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}
@-o-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}
@-moz-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}
	
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.4;
	}
	
	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.6;
	}
	
	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.65;
	}
	
	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}
.spright {
	width: 840px;
	padding: 0px 0 0 0px;
	position: relative;
}
.num li {
	margin-right: 48px;
	border-right: 1px solid #e4dddd;
	padding-right: 48px
}
.sp_t {
	font-size: 28px;
}
.sp_t em {
	display: block;
	text-transform: uppercase;
	font-size: 44px;
	color: #947f5e;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sp_c {
	font-size: 14px;
	color: #bcafaf;
	line-height: 30px;
	font-weight: lighter;
	margin: 35px 0 30px 0;
}
.num {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-align: center;
	font-size: 20px;
	color: #a79595;
	font-weight: normal;
}
.num em {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #a79595;
	margin-top: 10px;
}
.num p:nth-child(1) {
	font-size: 16px;
	color: #fff;
}
.num p span {
	font-size: 50px;
	color: #a79595 !important;
	font-family: fontDin1;
}
.num i {
	background: #a79595;
	width: 35px;
	height: 26px;
	display: inline-block;
	border-radius: 10px;
	float: right;
	padding-top: 2px;
	margin-top: 20px;
}
.adv {
	background: #f3f3f3 url(../images/20210710193940_2133511894.jpg) no-repeat center;
	padding: 65px 0 80px 0;
}
.advtab {
	margin: 35px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.advtab li {
	cursor: pointer;
	position: relative;
	width: 342px;
	height: 133px;
	background: #fff4ec;
	border: 1px solid #eaeaea;
	transition: all .3s ease;
	font-size: 45px;
	color: #351500;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
	font-family: DIN;
}
.advtab li em {
	display: block;
	font-size: 30px;
	color: #351500;
	font-weight: 500;
}
.advtab li:nth-child(2) .advicon {
	background-position-x: -79px;
}
.advtab li:nth-child(3) .advicon {
	background-position-x: -163px;
}
.advtab li:nth-child(4) .advicon {
	background-position-x: -255px;
}
.advtab li.on {
	background: #1d1815;
	color: #fff;
	border-color: #1d1815;
}
.advtab li.on em {
	color: #fff;
}
.advtab li.on .advicon {
	background-position-y: -67px;
}
.advtab li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #1d1815;
	opacity: 0;
	transition: all .3s ease;
}
.advtab li.on:after {
	opacity: 1;
	bottom: -15px;
}
.advcon {
	padding: 50px;
	background: #fff;
	height: 475px;
}
.advcon ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.advleft {
	width: 510px;
}
.advtab_t {
	margin-top: -10px;
	font-family: DIN;
}
.adv_t {
	font-size: 36px;
	color: #2c2520;
	white-space: nowrap;
}
.adv_t em {
	display: block;
	font-size: 16px;
	color: #b6a89e;
	text-transform: uppercase;
	margin: 15px 0 25px 0;
}
.adv_t:after {
	content: '';
	display: block;
	width: 37px;
	height: 4px;
	background: #b6a89e;
}
.adv_wa {
	margin: 30px 0 60px 0;
	font-size: 16px;
	color: #b6a89e;
	font-weight: lighter;
	line-height: 33px;
}
.adv_wa p {
	padding-left: 40px;
	background: url(../images/20210710202214_379074959.png) no-repeat left top;
}
.adv_wa p+p {
	margin-top: 30px;
}
.adv_tel {
	text-align: center;
	width: 450px;
	height: 90px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	font-size: 16px;
	font-weight: lighter;
	color: #222222;
	line-height: 90px;
}
.adv_tel em {
	display: inline-block;
	vertical-align: sub;
	font-size: 32px;
	font-family: DIN;
	font-weight: 500;
}
.adv_tel span {
	display: inline-block;
	padding-left: 50px;
	background: url(../images/20210710202214_344724654.png) no-repeat left center;
}
.advtitle {
	text-align: center;
}
.advtitle b {
	color: #fff;
	font-size: 40px;
	font-weight: lighter;
}
.advtitle b i {
	color: #fff;
	font-weight: bold;
}
.advtitle span {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	margin: 5px 0 10px 0;
}
.advtitle em {
	display: inline-block;
	height: 12px;
}
.advtitle em i {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	animation: bounce_fountainG 1.2s linear infinite;
}
.advtitle em i+i {
	margin-left: 10px;
}
.advtitle em i:nth-child(1) {
	animation-delay: .4s;
}
.advtitle em i:nth-child(2) {
	background: #fff;
	animation-delay: .6s;
}
.advtitle em i:nth-child(3) {
	animation-delay: .8s;
}
.news {
	padding: 60px 0px 80px 0px;
	width: 100%;
	background: #fff;
}
.news_row1 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.news_row1:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_row1 .news_tit {
	display: block;
	font-size: 33px;
	color: #484848;
	font-weight: lighter;
	line-height: 50px;
	float: left;
	height: 55px;
	padding-left: 10px;
}
.news_row1 .news_tit .en {
	display: inline-block;
	padding-left: 15px;
	text-transform: uppercase;
}
.news_row1 .news_list {
	float: right
}
.news_row1 .news_list ul li {
	float: left;
	padding: 0 0 0 50px;
}
.news_row1 .news_list ul li a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	position: relative;
	font-weight: lighter;
	color: #484848;
}
.news_row1 .news_list ul li a:after {
	position: absolute;
	content: '';
	width: 0;
	background: #947f5e;
	height: 1px;
	bottom: -25px;
	left: 0;
	display: block;
	transition: 0.3s all ease;
	z-index: 3333;
}
.news_row1 .news_list ul li.cur a:after,
.news_row1 .news_list ul li:hover a:after {
	width: 100%;
}
.news_row1 .news_list ul li.cur a,
.news_row1 .news_list ul li:hover a {
	color: #947f5e
}
.news_row2_l {
	width: 430px;
	height: 550px;
	background: #fff;
	float: left;
}
.news_row2_l .news_l_item,
.news_row2_l .news_div_item {
	position: relative;
	width: 330px;
	display: block;
	height: 450px;
	padding: 50px;
	background: #f5f5f5;
}
.news_row2_l .news_l_item img,
.news_row2_l .news_div_item .news_div_item_pic a,
.news_row2_l .news_div_item .news_div_item_pic img {
	width: 325px;
	display: block;
	height: 214px;
	padding-top: 20px;
}
.news_row2_l .news_l_item strong,
.news_row2_l .news_div_item .news_div_item_title a {
	font-size: 22px;
	font-weight: normal;
	display: block;
	color: #484848;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_row2_l .news_l_item p,
.news_row2_l .news_div_item .news_div_item_body {
	font-size: 12px;
	color: #aaa;
	line-height: 25px;
	padding: 5px 0 0;
	overflow: hidden;
	margin-bottom: 90px;
	font-weight: lighter;
}
.news_row2_l .news_l_item span,
.news_row2_l .news_div_item .news_div_item_date {
	position: absolute;
	font-family: arial;
	font-style: normal;
	color: #947f5e;
	font-size: 28px;
	line-height: 30px;
	top: 165px;
	left: 90px;
}
.news_row2_l .news_div_item .news_div_item_date .news_div_item_year {
	font-size: inherit;
	color: inherit;
	font-family: arial;
}
.news_row2_l .news_l_item span i,
.news_row2_l .news_div_item .news_div_item_date .news_div_item_month,
.news_row2_l .news_div_item .news_div_item_date .news_div_item_day {
	font-size: 16px;
	font-family: arial;
	font-style: normal;
	color: #947f5e;
	display: block;
	line-height: 20px;
}
.news_row2_l .news_div_item .news_div_item_date .news_div_item_month,
.news_row2_l .news_div_item .news_div_item_date .news_div_item_day {
	float: left;
}
.news_row2_l .news_l_item span:after,
.news_row2_l .news_div_item .news_div_item_date:after {
	content: '';
	display: block;
	width: 2px;
	height: 90px;
	position: absolute;
	left: -17px;
	top: 0;
	background: #947f5e
}
.news_row2_r {
	float: right;
	width: 917px;
}
.news_row2_r>.news_div>.news_div_item:first-child {
	display: none;
}
.news_row2_r .news_r_item,
.news_row2_r .news_div_item {
	height: 160px;
	display: block;
	position: relative;
	background: #f5f5f5;
}
.news_row2_r .news_div_item+.news_div_item {
	margin-top: 35px;
}
.news_row2_r .news_div_item:nth-child(2) {
	margin-top: 0px;
}
.news_row2_r .news_r_item *,
.news_row2_r .news_div_item * {
	transition: 0.3s all ease
}
.news_row2_r .news_r_item span,
.news_row2_r .news_div_item .news_div_item_date {
	position: relative;
	width: 90px;
	height: 100px;
	float: left;
	color: #fff;
	background: #494949;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	font-size: 18px;
	font-family: arial;
	text-align: center;
	padding: 30px;
}
.news_row2_r .news_div_item .news_div_item_month,
.news_row2_r .news_div_item .news_div_item_year {
	font-size: inherit;
	color: inherit;
	font-family: arial;
	display: inline-block;
	position: relative;
	top: 60px
}
.news_row2_r .news_r_item span i,
.news_row2_r .news_div_item .news_div_item_day {
	color: #fff;
	font-size: 52px;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 60px;
	font-family: arial;
}
.news_row2_r .news_div_item .news_div_item_day {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 30px;
}
.news_row2_r .news_r_item:hover span,
.news_row2_r .news_div_item:hover .news_div_item_date {
	background: #947f5e;
	color: #fff;
}
.news_row2_r .news_r_item:hover span i,
.news_row2_r .news_div_item:hover .news_div_item_day {
	color: #fff;
}
.news_row2_r .news_r_item strong,
.news_row2_r .news_div_item .news_div_item_title .news_div_item_a {
	font-size: 18px;
	font-weight: normal;
	color: #222;
	display: block;
	line-height: 45px;
	float: right;
	width: 650px;
	padding: 10px 90px 0px 0px;
}
.news_row2_r .news_r_item p,
.news_row2_r .news_div_item .news_div_item_body {
	font-size: 12px;
	color: #bbb;
	line-height: 25px;
	float: right;
	width: 650px;
	padding: 5px 0;
	padding-right: 90px;
	font-weight: lighter;
}
.news_row2_r .news_r_item:hover strong {
	color: #947f5e
}
.news_row2_r .news_r_item:hover p {
	color: #444444;
}
.news_row2_r .news_r_item em,
.news_row2_r .news_div_item .news_div_item_more {
	font-size: 12px;
	position: absolute;
	left: 177px;
	top: 120px;
	color: #888;
	height: 20px;
	padding: 0 0 0 0px;
	background: url(../images/20210619171744_581542988.png) no-repeat -20px center;
}
.news_row2_r .news_r_item em:after,
.news_row2_r .news_div_item .news_div_item_more:after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background: #947f5e;
	position: absolute;
	top: 10px;
	left: 0;
	transition: 0.3s all ease
}
.news_row2_r .news_r_item:hover em,
.news_row2_r .news_div_item:hover .news_div_item_more {
	background-position: 100px center;
	padding: 0 0 0 130px;
	color: #947f5e;
}
.news_row2_r .news_r_item:hover em:after,
.news_row2_r .news_div_item:hover .news_div_item_more:after {
	width: 110px
}
.about {
	height: 890px;
	background: url(../images/20220412183514_1850038439.jpg)center no-repeat;
}
.about_a {
	padding-top: 215px;
}
.about_l {
	width: 630px;
	margin-left: -8.3%;
}
.about_l dl {
	font-size: 16px;
	color: #c0c0c0;
	line-height: 45px;
	text-transform: uppercase;
}
.about_l p {
	display: block;
	float: left;
	color: #222;
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
}
.about_l i {
	display: block;
	font-style: normal;
	font-size: 22px;
	color: #947f5e;
	line-height: 20px;
	padding: 0px 0 20px 0;
	font-weight: normal;
}
.about_l i:after {
	display: block;
	content: "";
	width: 40px;
	background: #947f5e;
	height: 3px;
	margin: 40px 0 0px 0;
	font-weight: normal;
}
.about_l em {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #b6b2b2;
	line-height: 36px;
	font-weight: lighter;
	text-align: justify;
}
.about_l span {
	line-height: 60px;
	font-size: 16px;
	color: #c0c0c0;
	padding-left: 15px;
}
.about_l em a {
	color: #b6b2b2;
	font-size: 14px;
}
.about_l em a:hover {
	color: #947f5e;
}
@media (max-width:1600px) {
	.about_l {
		margin-left: -5.3%;
	}
}
@media (max-width:1500px) {
	.about_l {
		margin-left: 0%;
	}
}
.ab_aa {
	padding: 40px 25px 40px 32px;
}
.ab_a ul {
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
}
.ab_a ul a {
	width: 115px;
	height: 101px;
	background: #faf4f4;
	float: left;
	text-align: center;
	padding-top: 24px;
	display: block;
	transition: 0.3s ease all;
	margin-right: 10px;
	border-radius: 6px;
}
.ab_a ul a i {
	width: 100px;
	height: 40px;
}
.ab_a ul a p {
	font-size: 16px;
	color: #494949;
	margin-top: -15px;
	margin-left: 30px;
	font-weight: lighter;
}
.ab_a ul a p:before {
	content: "";
	display: block;
	width: 48px;
	height: 41px;
	margin: 15px auto 0px;
	background: url(../images/20210619201723_151528412.png)no-repeat;
	transition: all 0.3s;
}
.ab_a ul a:nth-child(2) p:before {
	background-position: -48px 0px;
}
.ab_a ul a:nth-child(3) p:before {
	background-position: -96px 0px;
}
.ab_a ul a:nth-child(4) p:before {
	background-position: -144px 0px;
}
.ab_a ul a:nth-child(5) p:before {
	background-position: -192px 0px;
}
.ab_a ul a.on:nth-child(1) p:before {
	background-position: 0px -41px;
}
.ab_a ul a.on:nth-child(2) p:before {
	background-position: -48px -41px;
}
.ab_a ul a.on:nth-child(3) p:before {
	background-position: -96px -41px;
}
.ab_a ul a.on:nth-child(4) p:before {
	background-position: -144px -41px;
}
.ab_a ul a.on:nth-child(5) p:before {
	background-position: -192px -41px;
}
.ab_a ul a d {
	font-size: 12px;
	color: #999999;
	line-height: 5px;
}
.ab_a ul a.on {
	background: #947f5e;
}
.ab_a ul a.on p {
	color: #fff;
}
.ab_a ul a.on d {
	color: #fff;
}
.crcona {
	background: #222;
}
.kslj {
	font-size: 0;
}
.kslj li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	padding-left: 50px;
}

.kslj li p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.kslj li p:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #554448;
	margin: 25px auto;
}
.kslj li a {
	display: block;
	font-size: 14px;
	color: #9a9090;
	line-height: 36px;
	text-align: center;
}
.kslj li a:hover,
.links p.fr a:hover,
.end a:hover {
	color: #fff;
}
.end {
	background: #947f5e;
}
.end .w1400 {
	height: 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.end,
.end a {
	font-size: 14px;
	color: #f8c3c1;
}
.end a:hover {
	color: #fff;
}
.linkTagcs li a {
	color: #9a9090 !important;
	font-size: 14px;
}
.linkTagcs li {
	line-height: 106px !important;
}
.kslj {
	margin-top: 60px;
	height: 335px;
}
.kslj li:nth-child(2) p:after {
	margin: 25px 40px;
}
.dibu {
	width: 760px;
}
.dibu p {
	line-height: 30px;
}
.dibutu img {
	float: left;
}
.dibutu {
	width: 360px;
}
.dibutu p {
	text-align: right;
	margin-top: 10px;
}
.dibutu strong {
	float: right;
	font-size: 22px;
	font-weight: normal;
	color: #999;
	font-family: fontDin1;
}
.links {
	height: 100px;
	line-height: 100px;
}
.links .w1400 {
	height: 100px;
	background: url(../images/20210622105048_1991942561.png) no-repeat right center;
}
.links p {
	float: left;
	font-size: 20px;
	color: #9a9090;
	text-transform: uppercase;
}
.links p:nth-child(2) {
	color: #9a9090;
	font-family: impact;
	margin: 1px 15px 0px 5px;
}
.linkTagcs a {
	font-size: 14px;
	line-height: 100px;
}
.product {
	padding: 60px 0;
}
.protitl em {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -2px;
	font-size: 65px;
	color: #f5f5f5;
	line-height: 60px;
	text-transform: uppercase;
	font-family: impact;
	z-index: -1;
}
.protitl i {
	color: #504d4d;
	font-weight: normal;
}
.protitl {
	text-align: center;
	font-size: 18px;
	color: #938b8b;
	font-weight: lighter;
	position: relative;
}
.protitl b {
	display: block;
	margin-bottom: 15px;
	font-size: 40px;
	color: #947f5e;
	transition: all .3s ease;
}
.protitl b span {
	color: #947f5e;
	transition: all .3s ease;
}
.protitl:after {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background: #947f5e;
	margin: 15px auto 0 auto;
}
.protab {
	font-size: 0;
	width: 85%;
	margin: 30px 0;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.protab li {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	box-sizing: border-box;
	transition: all .3s ease;
	border: 1px #ccc solid;
	padding: 12px 0px;
}
.protab li+li {
	margin-left: 20px;
}
.protab li.on .pro_t b {
	color: #fff;
}
.protab li.on .pro_t em {
	color: #fff;
}
.protab li.on table tr td a {
	color: #fff;
}
.protab li.on a.probtn {
	background: #fff;
	color: #947f5e;
}
.pro_t {
	font-size: 20px;
	color: #504d4d;
	font-weight: normal;
	text-align: center;
}
.pro_t b {
	font-weight: normal;
}
.pro_t em {
	display: block;
	font-size: 14px;
	color: #c4bdbd;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 3px;
	transition: all .3s ease;
}
.protab a.probtn {
	margin-right: 0px;
	width: 45px;
	line-height: 43px;
	background: #e0d5d5;
	font-size: 25px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	transition: all .3s ease;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.protab a.probtn:hover {
	background: #947f5e;
	color: #fff;
}
.pro_c {
	margin: 15px 0 30px 0;
	padding-left: 40px;
}
.protab li.on {
	background: #947f5e;
}
.pro_c table tr td a:before {
	content: '>';
	display: inline-block;
	font-size: 14px;
	padding-right: 7px;
}
.pro_c table tr td a {
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #afa6a6;
	font-weight: lighter;
	transition: all .3s ease;
}
.protab li.on .pro_c table tr td a:hover {
	color: #ff0;
}
.pro_c {
	height: 144px;
}
.procon td {
	display: inline-block;
	width: 30%;
	border: 1px solid #f5f5f5;
	padding: 19px 19px 0 6px !important;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.procon td>a {
	display: block;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.procon td br {
	display: none;
}
.procon td span {
	display: block;
	padding-top: 0px !important;
	line-height: 69px;
}
.procon td span a {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: lighter;
	color: #222222;
	line-height: 69px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.procon td {
	margin-left: 15px;
	margin-bottom: 15px;
}
.procon tr+tr {
	display: block;
	margin-top: 20px;
}
.procon td a,
.procon td img {
	position: relative;
	z-index: 33;
	transition: all 0.5s ease;
}
.procon td img {
	width: 99%;
	border: 1px solid #ebebeb;
}
.procon td:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: -120%;
	background: #947f5e;
	transition: all 0.5s ease;
	transform: rotate(90deg);
}
.procon td:hover:after {
	left: 0px;
	transfom: rotate(0deg);
}
.procon td:hover a {
	color: #fff;
}
.procon td:hover a:after {
	background: #fff;
	color: #947f5e;
}
.procon td:hover a:after {
	width: 80px;
}
.pro_c tr {
	display: block;
	float: left;
}
.pro_c tr:nth-child(2n) {
	float: right;
}
.pro_c tr {
	width: 143px;
}
.case {
	background: #f8f5f5;
	padding-top: 75px;
	padding-bottom: 80px;
}
.casetitle {
	text-align: center;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: lighter;
}
.casetitle span {
	display: block;
	font-size: 18px;
	margin: 5px 0;
}
.casetitle b {
	font-size: 36px;
	color: #2.casetab22222;
}
.casetitle b i {
	color: #947f5e;
}
.casecon {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding-top: 30px;
}
.caseleft li {
	display: inline-block;
	vertical-align: top;
	width: 187px;
	height: 91.6px;
	cursor: pointer;
	margin: 0 10px 10px 0;
	background: #504d4d;
	box-sizing: border-box;
	position: relative;
	padding: 30px 5px;
}
.caseleft li:nth-child(3n) {}
.caseleft {
	font-size: 0;
	width: 30%;
}
.caseicon {
	width: 55px;
	height: 55px;
	background: url(../images/20210622143546_573381270.png) no-repeat center;
	margin-bottom: 35px;
}
.caseicon.on {
	width: 55px;
	height: 55px;
	background: url(../images/20210619170143_267487682.png) no-repeat center;
	margin-bottom: 35px;
}
.caset {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	/* white-space:nowrap;*/
}
.caset em {
	display: block;
	font-size: 12px;
	color: #6e6e6e;
	font-weight: lighter;
	transition: all .3s ease;
	margin-bottom: 3px;
}
.caseleft li p {
	position: relative;
	z-index: 3;
	text-align: center;
}
.caseleft li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #947f5e;
	transition: all .3s ease;
	top: 0;
	left: 0;
	transform: scale(0);
}
.caseleft li.on:after {
	transform: scale(1);
}
.caseleft li.on .caset em {
	color: #fff;
}
.caseright {
	width: 70%;
}
.casecon .divdgweb_new_div .divdgweb_new_div_item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.casecon .news_div_item_pic img {
	width: 100%;
	height: 100%;
}
.casecon .divdgweb_new_div_item_content {
	box-sizing: border-box;
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	padding: 30px 40px;
	transition: all .3s ease;
}
.casecon .divdgweb_new_div_item_a {
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	display: block;
	margin-bottom: 10px;
}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 640px;
	vertical-align: middle;
}
.casecon .divdgweb_new_div_item .casemore {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	line-height: 19px;
	display: inline-block;
	vertical-align: middle;
}
.casecon .divdgweb_new_div_item:hover .casemore {
	color: #947f5e;
}
.qyxx {
	margin-top: 100px;
	margin-bottom: 120px;
}
.qyxx table,
.qyxx tbody,
.qyxx tr {
	display: block;
}
.qyxx .tempWrap {
	width: 644px !important;
}
.qyxx br {
	display: none;
}
.qyxx a {
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .3s ease;
}
.qyxx td,
.qyxx div {
	padding: 0 !important;
}
.qyxx td {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 5px;
	margin-top: 10px;
}
.qyxx td>a img {
	width: 100%;
	height: auto;
}
.qyxx td div a {
	display: none;
}
.y-kefu-box {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9999;
	font-size: 13px;
}
.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}
.y-kefu-box01 .icon {
	display: block;
	background: url(../images/20210623202553_2060568162.png) no-repeat;
	margin: 0 auto 6px;
}
.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}
.y-kefu-box01 .kf-close-btn {
	width: 28px;
	height: 28px;
	background-position: -4px -114px;
	position: relative;
	cursor: pointer;
}
.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background-color: #947f5e;
	position: absolute;
	bottom: -10px;
	left: 13px;
	z-index: 1;
}
.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}
.y-kefu-box01 .show-status {
	position: relative;
}
.y-kefu-box01 .show-status .kf-zixun {
	background-color: #947f5e;
	border-color: #947f5e;
	color: #fff;
	margin: 10px 0 7px;
}
.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}
.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}
.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}
.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}
.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}
.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}
.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}
.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}
.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}
.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}
.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .back-top {
	margin-top: 20px;
	border-radius: 2px;
	left: 55px;
}
.y-kefu-box01 .hver:hover {
	background-color: #947f5e;
	border-color: #947f5e;
}
.y-kefu-box01 .hver:hover>p {
	color: #fff;
}
.y-kefu-box01 .kf-zixun1 {
	border-radius: 2px;
	border-bottom: 1px #efefef solid;
}
.y-kefu-box01 .kf-zixun1 i {
	width: 21px;
	height: 22px;
	background-position: -5px -180px;
}
.y-kefu-box01 .kf-zixun1:hover>i {
	background-position: -30px -180px;
}
.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}
.y-kefu-box01 .mobile-infos {
	width: 260px;
	text-align: left;
	top: 0;
}
.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}
.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}
.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .mobile-infos span {
	color: #b9b9b9;
}
.y-kefu-box01 .mobile-infos p {
	color: #947f5e;
	font-size: 18px;
}
y-kefu-box .right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}
y-kefu-box .right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
	border-left: 6px white solid;
}

/**/
.y-kefu-box01 .y-ewm-box {
	width: 151px;
	height: 178px;
	top: -60px;
}
.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}
.y-kefu-box01 .y-ewm-box img {
	width: 115px;
	height: 114px;
	margin: 20px auto 10px;
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
	border-right: solid 1px #efefef;
}
.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #b9b9b9;
	text-align: left;
	bottom: 0;
	width: 170px;
}
.y-kefu-box01 .y-email-infos p {
	color: #947f5e;
	font-size: 16px;
}
.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}
.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}
.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #f2bc00;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}
.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}
.ny_prototal {
	width: 100%;
	overflow: hidden;
}
.ny_prolist {
	width: 23%;
	margin: 0 1%;
	float: left;
	margin-bottom: 2%;
	overflow: hidden;
}
.ny_propic {
	position: relative;
	overflow: hidden;
}
.ny_propic a {
	display: block;
}
.ny_propic a img {
	width: 100%;
}
.ny_propic a:before {
	content: '';
	width: 0%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 2;
	top: 0;
	display: block;
	transition: all 0.3s;
}
.ny_propic span {
	width: 60px;
	height: 60px;
	display: none;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -30px;
	top: 39%;
	border: solid 1px #fff;
	border-radius: 60px;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}
.ny_prolist:hover .ny_propic a:before {
	width: 100%;
	height: 100%;
}
.ny_prolist:hover .ny_propic span {
	display: block;
}
.ny_protil {
	width: 100%;
	background: #f5f5f5;
	margin-top: 0.8%;
	position: relative;
	overflow: hidden;
}
.ny_protil a {
	height: 45%;
	padding: 3% 4% 4% 5%;
	font-size: 18px;
	position: relative;
	z-index: 2;
	text-align: center;
	display: block;
}
.ny_protil span {
	display: block;
	width: 67px;
	height: 12px;
	background:url({dgyq:sitetplpath}
 /skin/images/20200522095054_1768699360.png);
	margin-top: 3%;
}
.ny_prolist:hover .ny_protil span {
	background-position: 0px -12px;
	transition: all 0.3s;
}
.ny_prolist:hover .ny_protil a {
	color: #fff;
}
.ny_protil:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f5811a;
	transition: all 0.3s;
}
.ny_prolist:hover .ny_protil:before {
	width: 100%;
}
.clear {
	clear: both;
}
.copyright {
	margin-top: 60px !important;
}
.proadv {
	margin-top: 80px;
}
.fangan {
	margin-top: 80px;
}
.w1402 {
	width: 1400px;
	margin: 50px auto;
}
.case_all {
	padding-bottom: 0px;
}
#left {
	display: none;
}
#bodycon {
	width: 80% !important;
	max-width: 1400px;
}
#bodycon #center {
	width: 100% !important;
}
.w1200 {
	width: 1400px;
	margin: 0 auto;
}
.mianbxContent {
	width: 1400px !important;
	margin: 0 auto;
}
#center {
	width: 100% !important;
	height: auto !important;
}
.left {
	position: relative;
	height: 580px;
	width: 530px;
	float: left;
}
.en {
	font-size: 30px;
	text-transform: capitalize;
	display: block;
	line-height: 40px;
	padding: 20px 0 20px;
}
.cn {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 30px;
	font-weight: normal;
	margin: auto;
}
.pic-plus {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.intro-num {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #01cd74;
	width: 390px;
	height: 142px;
}
.intro-num li {
	display: inline-block;
	text-align: left;
	width: 148px;
	float: left;
	margin-left: 38px;
	padding-top: 8px;
}
.intro-num li p {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 10px;
}
.intro-num li p i {
	display: inline-block;
	font-size: 34px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 5px;
	padding-right: 3px;
}
.jianjie_right {
	float: right;
	width: 748px;
	padding:60px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding-top: 60px;
	border: 1px solid #f3edf0;
}
.tit {
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 0px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f3edf0;
	margin-bottom: 20px;
	color: #947f5e;
}
.des {
	line-height: 38px;
	font-size: 16px;
	margin-top: 20px;
	overflow-x: auto;
}
.des p {
	text-indent: 2em;
}
.abt_img {
	width: 600px;
	height: 450px;
}
.abt {
	width: 560px;
	line-height: 34px;
	color: #333;
	font-size: 15px;
}
.abt p {
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}
.abt .font_en {
	font-size: 18px;
	color: #ccc;
	margin-bottom: 10px;
	display: block;
}
.strength_cc ul li:nth-child(1) {
	background: none;
}
.strength_cc ul li:nth-child(4) {
	width: 300px;
}
.strength_cc li:nth-child(3) b {
	left: 222px;
}
.strength_cc li:nth-child(4) b {
	left: 222px;
}
.strength_cc {
	background: #fff;
	width: 1200px;
	height: 193px;
	box-shadow: 0 0 25px #eee;
	margin: 85px 0px;
}
.counter {
	font-size: 60px;
	font-weight: bold;
	color: #01cd74 !important;
}
.ngrhjg {
	font-size: 18px;
	color: #01cd74 !important;
}
.counter {
	font-size: 60px;
	font-weight: bold;
	color: #222;
}
.jdygkdn {
	margin-top: 54px;
}
.jdygkdn p {
	color: #cecece;
	line-height: 36px;
}
.ngrhjgn {
	font-size: 18px;
	color: #666;
}
.bd {
	margin-top: 70px;
}
.jianjie3 td {
	padding-left: 0px !important;
	position: relative;
	float: left;
	margin-top: 30px;
	width: 380px;
	height: 285px;
	margin-right: 16px;
}
.jianjie3 td div {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0px;
	width: 380px;
	height: 40px;
	padding: 0 !important;
}
.jianjie3 td div a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.jianjie3 tr {
	display: block;
}
.jianjie3 tr:nth-child(2) {
	margin-top: 30px;
}
.jianjie3_botto img {
	display: block;
	margin: 0 auto;
	padding: 35px 0 60px 0;
}
.jianjie_bt_dz3 {
	padding: 70px 0 45px 0;
}
.jianjie_bt p {
	font-size: 36px !important;
	color: #000 !important;
	text-align: center;
	margin-bottom: 20px;
}
.jianjie_bt span {
	width: 44px;
	height: 5px;
	background: #01cd74;
	display: block;
	margin: 0 auto;
}
.jianjie_bt2 p {
	color: #fff !important;
	padding-top: 110px;
}
.jianjie_bt1 {
	padding-top: 96px;
}
.jianjie_bt3 {
	padding: 60px 0 40px 0;
}
.content {
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}
.profile_info {
	overflow: hidden;
	position: relative;
	float: right;
}
.mCSB_inside>.mCSB_container {
	margin-right: 15%;
}
.profile_des {
	width: 550px;
	line-height: 28px;
}
.profile_des p {
	padding-bottom: 20px;
}
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.jianjie4 td img {
	border: 1px solid #eee;
}
.jianjie4 td>div a {
	font-size: 16px;
}
.Introduction_Features {
	background: #947f5e;
	height: 130px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.Introduction_Features span {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 33px;
}
.des img {
	width: 220px;
	margin-right: 4px;
	border: 1px solid #eee;
	margin-top: 20px;
}