.moveY {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 0.58s;
	-o-transition: 0.58s;
	-moz-transition: 0.58s;
	transition: 0.58s;
	opacity: 0;
}

.moveX {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 1s;
	transition: -webkit-clip-path 1s;
	-o-transition: clip-path 1s;
	-moz-transition: clip-path 1s;
	transition: clip-path 1s;
	transition: clip-path 1s, -webkit-clip-path 1s;
}

.swiper_one .swiper-slide-active .moveX {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.swiper_one .swiper-slide-active .moveY {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.xmain {
	background: #FAFAFA;
}

.xtop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.xtop.active {
	background-color: #272727;
	/*backdrop-filter: blur(5px);*/
	/*-webkit-backdrop-filter: blur(5px);*/
}

.xtop>div {
	height: 80px;
}

.xtop_w {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo a img {
	height: 20px;
}

.logo a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

.xnav li {
	text-align: center;
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	margin-left: 60px;
	position: relative;
}

.xnav li:first-child {
	margin-left: 0;
}

.xnav li.active {
	font-weight: bold;
	font-size: 14px;
	color: #A87B4E;
}

.xnav li.active::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 4px;
	background: #A87B4E;
}

.xnav li a {
	color: #FFFFFF;
}

.xnav li.active a {
	color: #A87B4E;
}

.xbanner {
	position: relative;
	z-index: 3;
	overflow: hidden;
}


.xbanner1 {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;

}

.xbanner1_w {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.xbanner1_w div {
	font-weight: 500;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 88px;
}


.xbanner1_w p {
	font-weight: 400;
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 55px;
	margin-bottom: 90px;
}

.xbanner1_w p::after {
	content: '';
	display: block;
	margin-top: 50px;
	width: 60px;
	height: 4px;
	background: #A87B4E;
	border-radius: 0px 0px 0px 0px;
}

.xmore1 {
	flex: none;
	width: 160px;
	height: 51px;
	line-height: 51px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;

	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 40px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.xmore1 img {
	margin-left: 30px;
	width: 10px;
	height: 10px;
}

.xmore1:hover {
	background: #A87B4E;
	border: 1px solid #A87B4E;
	color: #fff;
}
.xmore1:hover img{
	content: url(../images/jt2.svg);
}
.xmore2 {
	border: 1px solid rgba(102, 102, 102, 0.2);
	color: #333;
	margin: 0 auto;
	margin-top: 40px;
}


.X_video {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
}

.X_video_c {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border: none;
	outline: none;
	flex: none
}

.X_video_b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center
}

.abt2 {
	margin-top: 19px;
	width: 800px;
	height: 464px;
	background: linear-gradient(180deg, #2E8B57 0%, rgba(46, 139, 87, 0) 100%);
	border-radius: 10px;
	padding: 11px 10px;
	box-sizing: border-box;
	flex: none;
}

.abt {
	width: 100%;
	box-sizing: border-box;
	padding: 150px 0 127px;
	background-image: url(../images/abtbg1.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.abt_w {
	display: flex;
	justify-content: space-between;
}

.x_tit2 {
	line-height: 58px;
	font-weight: bold;
	font-size: 42px;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 1;
}

.x_tit2::before {
	content: '';
	width: 895px;
	height: 50px;
	background-image: url(../images/tit3.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.x_tit {
	line-height: 58px;
	font-weight: bold;
	font-size: 42px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.x_tit::after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background: #A87B4E;
	margin-top: 30px;
}

.x_tit::before {
	content: '';
	width: 339px;
	height: 51px;
	background-image: url(../images/tit1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -28px;
	left: 35px;
	z-index: -1;
}

.x_tit_center {
	text-align: center;
}

.x_tit_center::after {
	margin: 0 auto;
	margin-top: 30px;
}

.x_tit_center::before {
	width: 579px;
	height: 51px;
	background-image: url(../images/tit2.png);
	left: 50%;
	transform: translateX(-50%);
}

.abt1 {
	width: 540px;
}

.abt1_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}

.abt1_1 p {
	margin-top: 20px;

	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 20px;
}

.xys {
	width: 100%;
	height: 846px;
	box-sizing: border-box;
	padding: 150px 0 0;
	background-image: url(../images/ysbg.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.xys1 {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

.xys1_1 {
	margin-right: 60px;
	width: 370px;
	height: 411px;
	background: linear-gradient(0deg, #19472D 0%, #2C794E 50%, #5AA871 100%), linear-gradient(180deg, #19472D 0%, #2C794E 50%, #5AA871 100%);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.04s;
}
.xys1_1:hover{
    margin-top: -9px;
}
.xys1_1 img {
	width: 120px;
	height: 120px;
	display: block;
}

.xys1_1 div {
	line-height: 33px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	margin: 40px 0 20px 0;
}

.xys1_1 p {
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.xys1_1:nth-child(2) {
	background: linear-gradient(0deg, #675039 0%, #A37C55 50%, #C9A27B 100%);
}

.xys1_1:nth-child(3) {
	background: linear-gradient(0deg, #302F2F 0%, #575757 50%, #777777 100%);
}

.xys1_1:last-child {
	margin-right: 0;
}

.xtec {
	width: 100%;
	height: 910px;
	box-sizing: border-box;
	padding: 130px 0 0;
	background-image: url(../images/tecbg.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.xtec_top {
	display: flex;
	margin-top: 60px;
	border-top: 4px solid rgba(217, 217, 217, 0.5);
}

.xtec_top li {
	width: 25%;
	text-align: center;
	padding-top: 20px;
	line-height: 41px;

	font-weight: 400;
	font-size: 18px;
	color: #333333;

	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;
}

.xtec_top li span {
	display: block;
	margin-right: 20px;
	width: 45px;
	height: 41px;
	font-weight: 500;
	font-size: 30px;
	color: #999999;
}

.xtec_top li.on {
	font-weight: 500;
	color: #A87B4E;
	position: relative;
}

.xtec_top li.on::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #A87B4E;
	position: absolute;
	top: -4px;
	left: 0;
}

.xtec_top li.on span {
	font-weight: 500;
	color: #A87B4E;
}

.xtec_bot {
	margin-top: 40px;
}

.xtec1 {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}

.xtec1_1 {
	width: 50%;
	flex: none;
	height: 460px;
	overflow: hidden;
}

.xtec1_1 img {
	width: 720px;
	height: 460px;
}

.xtec1_2 {
	width: 50%;
	flex: none;
	height: 460px;
	background-image: url(../images/tecbg2.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 87px 60px 0;
}

.xtec1_2 img {
	display: block;
	width: 24px;
	height: 24px;
}

.xtec1_2 div {
	line-height: 38px;
	font-weight: 500;
	font-size: 28px;
	color: #FFFFFF;
	margin: 100px 0 30px 0;
}

.xtec1_2 p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
}

.xpro .x_tit::before {
	width: 587px;
	height: 50px;
	left: 0;
	top: -16px;
	background-image: url(../images/tit4.png);
}

.xpro .x_tit::after {
	margin: 0;
	display: none;
}

.xpro .x_tit {
	margin-top: 9px;
}

.xpro {
	width: 100%;
	height: 850px;
	box-sizing: border-box;
	padding: 112px 0 0;
	background-image: url(../images/xprobg.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.xpro_t {
	display: flex;
	justify-content: space-between;
}

.xpro1 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.xpro1_1 {
	width: 500px;
	flex: none;
}

.xpro1_1>div {
	width: 500px;
	height: 320px;
	background-image: url(../images/xprobg2.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 54px;
	box-sizing: border-box;
	padding: 50px 70px 0 50px;
}

.xpro1_1>div p {
	line-height: 33px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 53px;
}

.xpro1_1>div div {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.xpro1_1>div div span {
	display: block;
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 10px;
}

.xpro1_2 {
	width: 890px;
	height: 360px;
	flex: none;
	overflow: hidden;
	border-radius: 10px;
}

.xpro1_2 img {
	width: 890px;
	height: 360px;
}

.xpro_w {
	position: relative;
	padding-bottom: 78px;
}

.xpro2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 890px;
	display: flex;
	padding-bottom: 34px;
}

.xpro2 li {
	flex: none;
	width: 170px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}

.xpro2 li div {
	width: 170px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
}

.xpro2 li img {
	width: 170px;
	height: 100px;
}

.xpro2::after {
	content: '';
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.xpro2 li:first-child {
	margin-left: 0;
}

.xpro2 li.on::after {
	content: '';
	width: 100px;
	height: 4px;
	background: #A87B4E;
	position: absolute;
	bottom: -34px;
	left: 50%;
	transform: translateX(-50%);
}

.xcase .x_tit {
	color: #333333;
}

.xcase .x_tit::before {
	width: 668px;
	height: 51px;
	left: 0;
	top: -24px;
	background-image: url(../images/tit5.png);
}

.xcase .x_tit::after {
	margin: 0;
	display: none;
}

.xcase .x_tit {
	margin-top: 16px;
}

.xcase_t {
	display: flex;
	justify-content: space-between;
}

.xcase {
	background: linear-gradient(0deg, #FFF 0%, #ECEEEC 98.75%);
	box-sizing: border-box;
	width: 100%;
	padding: 114px 0 100px 0;
}

.xcase_t2 {
	display: flex;
}

.xcase_prev {
	width: 60px;
	height: 60px;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid rgba(168, 123, 78, 0.2);
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.xcase_prev div {
	width: 12px;
	height: 12px;
	transform: rotate(180deg);
	background:url(/skin/newres/images/jt1.svg) center;
	background-size:100% 100%;
}
.xcase_prev:hover{
    background-color: #A87B4E;
}
.xcase_prev:hover div{
    background:url(/skin/newres/images/jt1-1.svg) center;
}

.xcase_next {
	width: 60px;
	height: 60px;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid rgba(168, 123, 78, 0.2);
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	cursor: pointer;
}

.xcase_next div {
	width: 12px;
	height: 12px;
	background:url(/skin/newres/images/jt1.svg) center;
	background-size:100% 100%;
}

.xcase_next:hover{
    background-color: #A87B4E;
}
.xcase_next:hover div{
    background:url(/skin/newres/images/jt1-1.svg) center;
}

.xcase1 {
	display: grid;
	grid-template-columns: repeat(3, 2fr);
	gap: 20px;
	margin-top: 60px;
}

.xcase1_1 {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 366px;
	height: 220px;
}

.xcase1_1 img {
	width: 366px;
	height: 220px;
	display: block;
	transition: transform 0.5s ease;
}

.xcase1_1:nth-child(1) {
	grid-row: span 2;
	width: 668px;
	height: 460px;
}

.xcase1_1:nth-child(1) img {
	width: 668px;
	height: 460px;
}

.xcase1>div:hover img {
	transform: scale(1.05);
}

.xcase1_1 p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(38, 38, 43, 0) 0%, rgba(38, 38, 43, 0.3) 75%, #26262B 100%);
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	box-sizing: border-box;

	display: flex;
	align-items: flex-end;
	padding: 0 0 20px 20px;
}

.xnew {
	width: 100%;
	box-sizing: border-box;
	padding: 130px 0 101px 0;
	background-image: url(../images/newsbg.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.xnew_t {
	display: flex;
	justify-content: space-between;
}

.xnew .x_tit {
	color: #333333;
}

.xnew .x_tit::before {
	width: 188px;
	height: 51px;
	top: -24px;
	background-image: url(../images/tit6.png);
}

.xnew_t2 {
	display: flex;
}

.xnew_t2 li {
	width: 123px;
	height: 54px;
	border-radius: 50px;
	border: 1px solid transparent;
	box-sizing: border-box;

	line-height: 22px;
	font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #333333;

	cursor: pointer;

	display: flex;
	justify-content: center;
	align-items: center;
}

.xnew_t2 li.on {
	border: 1px solid rgba(168, 123, 78, 0.3);
	font-weight: 500;
	font-size: 16px;
	color: #A87B4E;
}

.xnew1 {
	margin-top: 61px;
	display: flex;
	justify-content: space-between;
}

.xnew1_1 {
	width: 900px;
	height: 428px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.xnew1_1 img {
	width: 900px;
	height: 428px;
	display: block;
	transition: transform 0.5s ease;
}

.xnew1_1:hover img {
	transform: scale(1.05);
}

.xnew1_1 p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background: rgba(51, 51, 51, 0.6);
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 62px;
	box-sizing: border-box;
	padding-left: 20px;
	display: flex;
	align-items: flex-end;
}

.xnew1_2 {
	width: 520px;
	height: 204px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 30px 0;
}

.xnew1_2:first-child {
	margin-bottom: 20px;
}
.xnew1_2:hover p{
	color: #A87B4E;
}
.xnew1_2:hover a{
	border: 1px solid rgba(168,123,78,0.4);
	color: #A87B4E;
}
.xnew1_2 p {
	line-height: 25px;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.xnew1_2 span {
	display: block;
	margin-top: 10px;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;

	border-bottom: 1px solid #EDEDED;
	padding-bottom: 20px;
}

.xnew1_2 div {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xnew1_2 i {
	font-style: normal;
	display: block;
	line-height: 16px;
	font-weight: 400;
	font-size: 12px;
	color: #868899;
}

.xnew1_2 a {
	width: 126px;
	height: 39px;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;

	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.xnew1_2 a img {
	width: 10px;
	height: 10px;
	margin-left: 20px;
}

.xnew2 {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.xnew1_3 {
	width: 710px;
	height: 132px;
	background: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 20px 0;
}

.xnew1_3 p {
	line-height: 25px;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	margin-top: 4px;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 14px;
}

.xnew1_3 span {
	display: block;
	margin-top: 14px;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;


}

.xnew1_3 i {
	font-style: normal;
	display: block;
	line-height: 16px;
	font-weight: 400;
	font-size: 12px;
	color: #868899;
}


.xct {
	width: 100%;
	height: 780px;
	box-sizing: border-box;
	padding: 140px 0 0;
	background-image: url(../images/xct1.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.xct_w {
	display: flex;
	justify-content: space-between;
}

.xct .x_tit::before {
	width: 408px;
	height: 51px;
	top: -24px;
	left: 0;
	background-image: url(../images/tit7.png);

}

.xct1 {
	width: 700px;
	flex: none;
}

.xct2 {
	width: 660px;
	flex: none;
}

.xct1_1 {
	margin-top: 42px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 20px;
}

.xct1_2 {
	margin-top: 60px;
	width: 700px;
	height: 300px;
	overflow: hidden;
}

.xct1_2 img {
	width: 700px;
	height: 300px;
}

.xct2 form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}

.xct2_1 {
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
}

.xct2_2 {
	width: calc(50% - 10px);
	height: 59px;
	background: rgba(49, 40, 32, 0.6);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	outline: none;
	text-indent: 20px;

	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.xct2_2::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.xct2_3 {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	height: 340px;
	background: rgba(49, 40, 32, 0.6);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	outline: none;
	resize: none;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px;
}

.xct2_3::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.xct2_4 {
	position: relative;
	margin-top: 30px;
}

.xct2_4 input {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	resize: none;
	opacity: 0;
}

.xct2_4:hover a{
	color: #A87B4E;
	border: 1px solid #A87B4E;
	color: #fff;
	background-color: #A87B4E;
}

.xct2_4:hover a img{
	content: url(../images/jt2.svg);
}

.xft {
	width: 100%;
	background: #272727;
	box-sizing: border-box;
	padding: 80px 0 15px 0;
}

.xft_w {
	display: flex;
	justify-content: space-between;
	padding-bottom: 128px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.xft1 {
	margin-right: 16px;
}

.xft1 a {
	font-weight: 500;
	font-size: 24px;
	color: #A87B4E;
	line-height: 34px;
}

.xft1 a img {
	display: block;
	width: 109px;
}

.xft1_1 {
	margin-top: 50px;
}


.xft1_1c {
	margin-top: 10px;
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
}

.xft1_1c span {
	display: block;
	color: rgba(255, 255, 255, 0.7);
}

.xft2 {
	display: flex;

}

.xft2 ul {
	margin-left: 60px;
}

.xft2 ul:first-child {
	margin-left: 0;
}

.xft2 li {
	line-height: 16px;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 14px;
}

.xft2 li:nth-child(1) {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.xft2 li a {
	color: rgba(255, 255, 255, 0.7);
}

.xft2 li:nth-child(1) a {
	color: rgba(255, 255, 255, 1);
}

.xft2 li a:hover {
	text-decoration: underline;
	color: rgba(255, 255, 255, 1);
}

.xft4 {
	text-align: center;
	line-height: 22px;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 20px;
}

.xft3 p {
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.xft3>span {
	display: block;
	line-height: 39px;
	font-family: 'DIN';
	font-weight: 400;
	font-size: 32px;
	color: #A87B4E;
	margin-top: 6px;
}

.xft3>div {
}

.xft3>div div {
	width: 90px;
	height: 90px;
	background: #A87B4E;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-left: 5px;
}

.xft3>div img {
	width: 80px;
	height: 80px;
}

.xft3>div span {
	display: block;
	margin-top: 14px;
	line-height: 16px;
	font-weight: 500;
	font-size: 12px;
	color: #A87B4E;
}