@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}

body {
	font: normal normal 0.32rem/1 sans-serif;
	color: #000;
	background: #fff;
}

textarea,
input {
	font: normal normal 0.28rem/1.5 sans-serif;
}

img {
	display: block;
	border: none;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

body,
p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal normal 0.28rem/1.5 sans-serif;
}

button {
	font: normal normal 0.28rem/1.5 sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.i100 {
	overflow: hidden;
}

.i100>img {
	width: 100%;
}

.i200 {
	overflow: hidden;
}

.i200>img {
	height: 100%;
}

.i300 {
	overflow: hidden;
}

.i300>img {
	width: 100%;
	height: 100%;
}

a>img {
	width: 100%;
}

.to1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.a1 {
	position: relative;
}

.a1>a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

input {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

select {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

button {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

textarea {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
	resize: none;
}

.to2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to8 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to9 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.to10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.swiper-button-prev,
.swiper-button-next {
	outline: none;
}

body::-webkit-scrollbar {
	width: 0;
	height: 0;
}

body::-webkit-scrollbar-track {
	background: none;
}

body::-webkit-scrollbar-thumb {
	background: none;
}





/* 联系我们 */
/*导航*/
@media only screen and (min-width: 1800px) {
	.hd1-a0 {
		width: 100%;
		height: 110px;
		position: relative;
	}

	.hd1-a1 {
		width: 100%;
		height: 110px;
		background: #fff;
		box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 calc(100/1920*100%);
		display: flex;
		justify-content: space-between;
	}

	.hd1-a2 {
		width: calc(1720/1920*100%);
		height: 0;
		background: rgba(255, 255, 255, 0.1);
		position: absolute;
		top: 100%;
		left: calc(100/1920*100%);
		transition: 0.5s all;
	}

	.hd1-a3 {
		height: 48px;
		position: relative;
		top: calc(50% - 48px/2);
	}

	.hd1-a4 {
		height: 100%;
	}

	.hd1-a5 {
		height: 24px;
		float: right;
		position: relative;
		top: calc(110px/2 - 24px/2);
		margin: 0 0 0 45px;
		cursor: pointer;
	}

	.hd1-a6 {
		height: 28px;
		float: right;
		position: relative;
		top: calc(110px/2 - 28px/2);
		margin: 0 0 0 45px;
		cursor: pointer;
	}

	.hd1-a7 {
		width: 1px;
		height: 20px;
		float: right;
		position: relative;
		top: calc(110px/2 - 20px/2);
	}

	.hd1-a8 {
		height: 110px;
		position: relative;
	}

	.hd1-a9 {
		height: 100%;
		position: relative;
		float: left;
		margin: 0 50px;
	}

	.hd1-a10 {
		font-size: 16px;
		line-height: 110px;
		color: #333333;
		float: left;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a9.on1 .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a11 {
		width: 0;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: calc(100% - 3px);
		left: 50%;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a9.on1 .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a12 {
		height: 22px;
		position: relative;
		top: calc(110px/2 - 22px/2);
		float: left;
		margin: 0 12px 0 0;
	}

	.hd1-a1 img {
		transition: 0.5s;
	}

	.hd1-a1 img:nth-child(1) {
		opacity: 0;
		position: relative;
	}

	.hd1-a1 img:nth-child(2) {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hd1-a1.on1 img:nth-child(1) {
		opacity: 1;
	}

	.hd1-a1.on1 img:nth-child(2) {
		opacity: 0;
	}

	.hd1-a1.on1 {
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 rgba(200, 200, 200, 0);
	}

	.hd1-a1.on1 .hd1-a2 {
		height: 1px;
	}

	.hd1-a1.on1 .hd1-a10 {
		color: #fff;
	}

	.hd1-a1.on1 .hd1-a11 {
		background: #fff;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.hd1-a0 {
		width: 100%;
		height: 110px;
		position: relative;
	}

	.hd1-a1 {
		width: 100%;
		height: 110px;
		background: #fff;
		box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 calc(100/1920*100%);
		display: flex;
		justify-content: space-between;
	}

	.hd1-a2 {
		width: calc(1720/1920*100%);
		height: 0;
		background: rgba(255, 255, 255, 0.1);
		position: absolute;
		top: 100%;
		left: calc(100/1920*100%);
		transition: 0.5s all;
	}

	.hd1-a3 {
		height: 48px;
		position: relative;
		top: calc(50% - 48px/2);
	}

	.hd1-a4 {
		height: 100%;
	}

	.hd1-a5 {
		height: 24px;
		float: right;
		position: relative;
		top: calc(110px/2 - 24px/2);
		margin: 0 0 0 45px;
		cursor: pointer;
	}

	.hd1-a6 {
		height: 28px;
		float: right;
		position: relative;
		top: calc(110px/2 - 28px/2);
		margin: 0 0 0 45px;
		cursor: pointer;
	}

	.hd1-a7 {
		width: 1px;
		height: 20px;
		float: right;
		position: relative;
		top: calc(110px/2 - 20px/2);
	}

	.hd1-a8 {
		height: 110px;
		position: relative;
	}

	.hd1-a9 {
		height: 100%;
		position: relative;
		float: left;
		margin: 0 40px;
	}

	.hd1-a10 {
		font-size: 16px;
		line-height: 110px;
		color: #333333;
		float: left;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a9.on1 .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a11 {
		width: 0;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: calc(100% - 3px);
		left: 50%;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a9.on1 .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a12 {
		height: 22px;
		position: relative;
		top: calc(110px/2 - 22px/2);
		float: left;
		margin: 0 12px 0 0;
	}

	.hd1-a1 img {
		transition: 0.5s;
	}

	.hd1-a1 img:nth-child(1) {
		opacity: 0;
		position: relative;
	}

	.hd1-a1 img:nth-child(2) {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hd1-a1.on1 img:nth-child(1) {
		opacity: 1;
	}

	.hd1-a1.on1 img:nth-child(2) {
		opacity: 0;
	}

	.hd1-a1.on1 {
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 rgba(200, 200, 200, 0);
	}

	.hd1-a1.on1 .hd1-a2 {
		height: 1px;
	}

	.hd1-a1.on1 .hd1-a10 {
		color: #fff;
	}

	.hd1-a1.on1 .hd1-a11 {
		background: #fff;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.hd1-a0 {
		width: 100%;
		height: 110px;
		position: relative;
	}

	.hd1-a1 {
		width: 100%;
		height: 110px;
		background: #fff;
		box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 calc(100/1920*100%);
		display: flex;
		justify-content: space-between;
	}

	.hd1-a2 {
		width: calc(1720/1920*100%);
		height: 0;
		background: rgba(255, 255, 255, 0.1);
		position: absolute;
		top: 100%;
		left: calc(100/1920*100%);
		transition: 0.5s all;
	}

	.hd1-a3 {
		height: 48px;
		position: relative;
		top: calc(50% - 48px/2);
	}

	.hd1-a4 {
		height: 100%;
	}

	.hd1-a5 {
		height: 24px;
		float: right;
		position: relative;
		top: calc(110px/2 - 24px/2);
		margin: 0 0 0 45px;
		cursor: pointer;
	}

	.hd1-a6 {
		height: 28px;
		float: right;
		position: relative;
		top: calc(110px/2 - 28px/2);
		margin: 0 0 0 45px;
		cursor: pointer;
	}

	.hd1-a7 {
		width: 1px;
		height: 20px;
		float: right;
		position: relative;
		top: calc(110px/2 - 20px/2);
	}

	.hd1-a8 {
		height: 110px;
		position: relative;
	}

	.hd1-a9 {
		height: 100%;
		position: relative;
		float: left;
		margin: 0 30px;
	}

	.hd1-a10 {
		font-size: 16px;
		line-height: 110px;
		color: #333333;
		float: left;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a9.on1 .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a11 {
		width: 0;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: calc(100% - 3px);
		left: 50%;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a9.on1 .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a12 {
		height: 22px;
		position: relative;
		top: calc(110px/2 - 22px/2);
		float: left;
		margin: 0 12px 0 0;
	}

	.hd1-a1 img {
		transition: 0.5s;
	}

	.hd1-a1 img:nth-child(1) {
		opacity: 0;
		position: relative;
	}

	.hd1-a1 img:nth-child(2) {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hd1-a1.on1 img:nth-child(1) {
		opacity: 1;
	}

	.hd1-a1.on1 img:nth-child(2) {
		opacity: 0;
	}

	.hd1-a1.on1 {
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 rgba(200, 200, 200, 0);
	}

	.hd1-a1.on1 .hd1-a2 {
		height: 1px;
	}

	.hd1-a1.on1 .hd1-a10 {
		color: #fff;
	}

	.hd1-a1.on1 .hd1-a11 {
		background: #fff;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.hd1-a0 {
		width: 100%;
		height: 90px;
		position: relative;
	}

	.hd1-a1 {
		width: 100%;
		height: 90px;
		background: #fff;
		box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 calc(100/1920*100%);
		display: flex;
		justify-content: space-between;
	}

	.hd1-a2 {
		width: calc(1720/1920*100%);
		height: 0;
		background: rgba(255, 255, 255, 0.1);
		position: absolute;
		top: 100%;
		left: calc(100/1920*100%);
		transition: 0.5s all;
	}

	.hd1-a3 {
		height: 40px;
		position: relative;
		top: calc(50% - 40px/2);
	}

	.hd1-a4 {
		height: 100%;
	}

	.hd1-a5 {
		height: 20px;
		float: right;
		position: relative;
		top: calc(90px/2 - 20px/2);
		margin: 0 0 0 30px;
		cursor: pointer;
	}

	.hd1-a6 {
		height: 24px;
		float: right;
		position: relative;
		top: calc(90px/2 - 24px/2);
		margin: 0 0 0 30px;
		cursor: pointer;
	}

	.hd1-a7 {
		width: 1px;
		height: 20px;
		float: right;
		position: relative;
		top: calc(90px/2 - 20px/2);
	}

	.hd1-a8 {
		height: 90px;
		position: relative;
	}

	.hd1-a9 {
		height: 100%;
		position: relative;
		float: left;
		margin: 0 20px;
	}

	.hd1-a10 {
		font-size: 14px;
		line-height: 90px;
		color: #333333;
		float: left;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a9.on1 .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a11 {
		width: 0;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: calc(100% - 3px);
		left: 50%;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a9.on1 .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a12 {
		height: 20px;
		position: relative;
		top: calc(90px/2 - 20px/2);
		float: left;
		margin: 0 10px 0 0;
	}

	.hd1-a1 img {
		transition: 0.5s;
	}

	.hd1-a1 img:nth-child(1) {
		opacity: 0;
		position: relative;
	}

	.hd1-a1 img:nth-child(2) {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hd1-a1.on1 img:nth-child(1) {
		opacity: 1;
	}

	.hd1-a1.on1 img:nth-child(2) {
		opacity: 0;
	}

	.hd1-a1.on1 {
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 rgba(200, 200, 200, 0);
	}

	.hd1-a1.on1 .hd1-a2 {
		height: 1px;
	}

	.hd1-a1.on1 .hd1-a10 {
		color: #fff;
	}

	.hd1-a1.on1 .hd1-a11 {
		background: #fff;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.hd1-a0 {
		width: 100%;
		height: 90px;
		position: relative;
	}

	.hd1-a1 {
		width: 100%;
		height: 90px;
		background: #fff;
		box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 calc(60/1920*100%);
		display: flex;
		justify-content: space-between;
	}

	.hd1-a2 {
		width: calc(1800/1920*100%);
		height: 0;
		background: rgba(255, 255, 255, 0.1);
		position: absolute;
		top: 100%;
		left: calc(60/1920*100%);
		transition: 0.5s all;
	}

	.hd1-a3 {
		height: 40px;
		position: relative;
		top: calc(50% - 40px/2);
	}

	.hd1-a4 {
		height: 100%;
	}

	.hd1-a5 {
		height: 20px;
		float: right;
		position: relative;
		top: calc(90px/2 - 20px/2);
		margin: 0 0 0 30px;
		cursor: pointer;
	}

	.hd1-a6 {
		height: 24px;
		float: right;
		position: relative;
		top: calc(90px/2 - 24px/2);
		margin: 0 0 0 30px;
		cursor: pointer;
	}

	.hd1-a7 {
		width: 1px;
		height: 20px;
		float: right;
		position: relative;
		top: calc(90px/2 - 20px/2);
	}

	.hd1-a8 {
		height: 90px;
		position: relative;
	}

	.hd1-a9 {
		height: 100%;
		position: relative;
		float: left;
		margin: 0 10px;
	}

	.hd1-a10 {
		font-size: 14px;
		line-height: 90px;
		color: #333333;
		float: left;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a9.on1 .hd1-a10 {
		font-weight: bold;
	}

	.hd1-a11 {
		width: 0;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: calc(100% - 3px);
		left: 50%;
		transition: 0.5s all;
	}

	.hd1-a9:hover .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a9.on1 .hd1-a11 {
		width: 100%;
		left: 0;
	}

	.hd1-a12 {
		height: 20px;
		position: relative;
		top: calc(90px/2 - 20px/2);
		float: left;
		margin: 0 10px 0 0;
	}

	.hd1-a1 img {
		transition: 0.5s;
	}

	.hd1-a1 img:nth-child(1) {
		opacity: 0;
		position: relative;
	}

	.hd1-a1 img:nth-child(2) {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hd1-a1.on1 img:nth-child(1) {
		opacity: 1;
	}

	.hd1-a1.on1 img:nth-child(2) {
		opacity: 0;
	}

	.hd1-a1.on1 {
		background: rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 rgba(200, 200, 200, 0);
	}

	.hd1-a1.on1 .hd1-a2 {
		height: 1px;
	}

	.hd1-a1.on1 .hd1-a10 {
		color: #fff;
	}

	.hd1-a1.on1 .hd1-a11 {
		background: #fff;
	}
}

@media only screen and (max-width: 1023px) {
	.hd1-a0 {
		width: 100%;
		height: 1.1rem;
		position: relative;
	}

	.hd1-a1 {
		width: 100%;
		height: 1.1rem;
		background: #fff;
		box-shadow: 0 0 0.2rem rgba(200, 200, 200, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 0.3rem;
		display: flex;
		justify-content: space-between;
	}

	.hd1-a2 {
		display: none;
	}

	.hd1-a3 {
		width: 100%;
		height: 0.5rem;
		position: relative;
		top: calc(50% - 0.5rem/2);
	}

	.hd1_a3_3 {
		position: absolute;
		top: calc(50% - 0.5rem/2);
		right: 0;
		z-index: 2;
	}

	.hd1-a4 {
		height: 100%;
	}

	.hd1-a5 {
		height: 0.4rem;
		float: right;
		position: relative;
		top: calc(1.1rem/2 - 0.4rem/2);
		margin: 0 0 0 30px;
		cursor: pointer;
	}

	.hd1-a6 {
		height: 0.4rem;
		float: right;
		position: relative;
		top: calc(1.1rem/2 - 0.4rem/2);
		margin: 0 0 0 30px;
		cursor: pointer;
	}

	.hd1-a9 {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		box-sizing: border-box;
	}

	.hd1-a12 {
		display: none;
	}

	.hd1-a8 {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		display: flex;
		flex-direction: column;
		/* padding-left: 0; */
		/* margin-bottom: 0; */
		list-style: none;
		position: absolute;
		width: 100%;
		background: #F18700;
		top: 1.1rem;
		left: 0;
		display: none;
	}

	.hd1-a10 {
		width: 100%;
		height: 1rem;
		padding: 0 5%;
		box-sizing: border-box;
		font-size: 0.25rem;
		line-height: 1rem;
		color: #fff;
	}

	.hd1-a1 img {
		transition: 0.5s;
	}

	.hd1-a1 img:nth-child(1) {
		opacity: 0;
		position: relative;
	}

	.hd1-a1 img:nth-child(2) {
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* 导航下方图片广告 */

@media only screen and (min-width: 1800px) {
	.z-ban {
		width: 100%;
		position: relative;
	}

	.z_ban {
		width: 100%;
	}

	.z-ban-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.z-width {
		width: 85%;
		margin: 0 auto;
	}

	.z-ban-box1 {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.z-ban-text1 {
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		-webkit-text-stroke-color: rgba(255, 255, 255, .28);
		font-size: 125px;
		line-height: 125px;
		-webkit-text-stroke-width: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.z-ban-text2 {
		font-size: 38px;
		color: #ffffff;
		font-weight: bold;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.z-ban-text3 {
		width: 34px;
		height: 4px;
		background: #F18700;
	}

	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	.z-product-bg {
		width: 100%;
		background-image: linear-gradient(#eff6fd, #fdfdff);
		padding-top: 95px;
		padding-bottom: 100px;
	}

	.z-product-a2 {
		margin-bottom: 190px;
	}

	.z-product-a2-d1 {
		width: 100%;
		height: 173px;
		background: #fff;
		margin-bottom: 30px;
	}

	.z-product-a2-d1-fl {
		width: 286px;
		height: 100%;
		background: #F18700;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.z-product-a2-d1-fl-img {
		margin-right: 20px;
	}

	.z-product-a2-d1-fl-text {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

	.z-product-a2-d1-fr {
		width: calc(100% - 286px);
		padding: 30px 50px;
		height: 100%;
		border: 1px solid #eeeeee;
		border-left: none;
	}

	.z-product-a2-d1-fr-list {
		width: calc(100% / 3);
		color: #454545;
		font-size: 17px;
		margin-bottom: 23px;
	}



	.z-product-tit {
		text-align: center;
	}

	.z-product-tit1 {
		font-size: 36px;
		font-weight: bold;
		color: #F18700;
		margin-bottom: 25px;
		line-height: 36px;
	}

	.z-product-tit1 span {
		color: #454545;
	}

	.z-product-tit2 {
		width: 30px;
		height: 6px;
		background: #F18700;
		border-radius: 3px;
		margin: 0 auto;
	}



	.z-product-a4 {
		width: 100%;
	}

	.z-product-a4-box {
		width: 100%;
		height: 849px;
		margin-top: 70px;
	}

	.z-product-a4-box>.fL {
		width: 50%;
		height: 100%;
	}

	.z-product-a4-fr {
		background: #f8f8f8;
		display: flex;
		align-items: center;
		padding: 0 85px;
	}

	.z-product-a4-fr-ti1 {
		color: #454545;
		font-size: 26px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.z-product-a4-fr-ti2 {
		color: #454545;
		font-size: 20px;
		margin-bottom: 40px;
	}

	.z-product-a4-fr-ti3 {
		font-size: 16px;
		color: #454545;
		line-height: 36px;
		margin-bottom: 25px;
	}

	.z-product-a4-fr-ti4 {
		width: 512px;
	}

	.z-product-a5 {
		padding-top: 80px;
		margin-bottom: 200px;
	}

	.z-product-a5-box {
		padding-top: 50px;
	}

	.z-product-a5-list {
		width: 347px;
		height: 515px;
		overflow: hidden;
		position: relative;
		margin-right: 3px;
	}

	.z-product-a5-list:last-child {
		margin-right: 0;
	}

	.z-product-a5-list .i300 {
		width: 100%;
		height: 100%;
	}

	.z-product-a5-list>a {
		z-index: 2;
	}

	.z-product-a5-d1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
	}

	.z-product-a5-d2 {
		font-size: 36px;
		color: #fff;
		font-family: "Gilroy";
		margin-bottom: 10px;
	}

	.z-product-a5-d5 {
		position: absolute;
		bottom: 50px;
		left: 0;
		width: 100%;
		padding: 0 30px;
		transition: .5s;
	}

	.z-product-a5-d3 {
		width: 15px;
		height: 2px;
		background: #fff;
		margin-bottom: 30px;
	}

	.z-product-a5-d4 {
		font-size: 20px;
		color: #fff;
	}

	.z-product-a5-list:hover .i300 img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a5-list .i300 img {
		transition: .5s;
	}

	.z-product-a5-list:hover .z-product-a5-d5 {
		bottom: 100px;
		transition: .5s;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.z-ban {
		width: 100%;
		position: relative;
	}

	.z_ban {
		width: 100%;
	}

	.z-ban-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.z-width {
		width: 1400px;
		margin: 0 auto;
	}

	.z-ban-box1 {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.z-ban-text1 {
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		-webkit-text-stroke-color: rgba(255, 255, 255, .28);
		font-size: 125px;
		line-height: 125px;
		-webkit-text-stroke-width: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.z-ban-text2 {
		font-size: 38px;
		color: #ffffff;
		font-weight: bold;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.z-ban-text3 {
		width: 34px;
		height: 4px;
		background: #F18700;
	}

}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.z-ban {
		width: 100%;
		position: relative;
	}

	.z_ban {
		width: 100%;
	}

	.z-ban-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.z-width {
		width: 1400px;
		margin: 0 auto;
	}

	.z-ban-box1 {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.z-ban-text1 {
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		-webkit-text-stroke-color: rgba(255, 255, 255, .28);
		font-size: 125px;
		line-height: 125px;
		-webkit-text-stroke-width: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.z-ban-text2 {
		font-size: 38px;
		color: #ffffff;
		font-weight: bold;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.z-ban-text3 {
		width: 34px;
		height: 4px;
		background: #F18700;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.z-ban {
		width: 100%;
		position: relative;
	}

	.z_ban {
		width: 100%;
	}

	.z-ban-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.z-width {
		width: 85%;
		margin: 0 auto;
	}

	.z-ban-box1 {
		display: flex;
		height: 100%;
		align-items: center;
	}

	.z-ban-text1 {
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		-webkit-text-stroke-color: rgba(255, 255, 255, .28);
		font-size: calc(1400px*125/1599);
		line-height: calc(1400px*125/1599);
		-webkit-text-stroke-width: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.z-ban-text2 {
		font-size: calc(1400px*38/1599);
		color: #ffffff;
		font-weight: bold;
		line-height: calc(1400px*38/1599);
		margin-bottom: 20px;
	}

	.z-ban-text3 {
		width: 34px;
		height: 4px;
		background: #F18700;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {

	.z-ban {
		width: 100%;
		position: relative;
	}

	.z_ban {
		width: 100%;
	}

	.z-ban-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.z-width {
		width: 960px;
		margin: 0 auto;
	}

	.z-ban-box1 {
		display: flex;
		height: 100%;
		align-items: center;
	}

	.z-ban-text1 {
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		-webkit-text-stroke-color: rgba(255, 255, 255, .28);
		font-size: 90px;
		line-height: 90px;
		-webkit-text-stroke-width: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.z-ban-text2 {
		font-size: 34px;
		color: #ffffff;
		font-weight: bold;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.z-ban-text3 {
		width: 34px;
		height: 4px;
		background: #F18700;
	}

}

@media only screen and (max-width: 1023px) {
	.z-ban {
		width: 100%;
		position: relative;
	}

	.z_ban {
		width: 100%;
	}

	.z-ban-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.z-width {
		width: 100%;
	}

	.z-ban-box1 {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 .3rem;
	}

	.z-ban-text1 {
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		-webkit-text-stroke-color: rgba(255, 255, 255, .28);
		font-size: .6rem;
		line-height: .6rem;
		-webkit-text-stroke-width: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.z-ban-text2 {
		font-size: .18rem;
		color: #ffffff;
		font-weight: bold;
		line-height: .2rem;
		margin-bottom: 0.05rem;
	}

	.z-ban-text3 {
		width: .4rem;
		height: .04rem;
		background: #F18700;
		margin-bottom: .2rem;
	}
}

/* 图片下方文字 */
@media only screen and (min-width: 1800px) {
	.wz-a1 {
		width: 100%;
		padding: 80px 0 0;
		background: #fdfdff;
		overflow: hidden;
		position: relative;

	}

	.wz-a2 {
		width: 1600px;
		position: relative;
		margin: 0 auto 80px;
	}

	.wz-a4 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin: 0 0 30px;
	}

	.wz-a3 {
		font-size: 36px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		margin: 0 0 30px;
	}

}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.wz-a1 {
		width: 100%;
		padding: 80px 0 0;
		background: #fdfdff;
		overflow: hidden;
		position: relative;
	}

	.wz-a2 {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	.wz-a4 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin: 0 0 30px;
	}

	.wz-a3 {
		font-size: 36px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		margin: 0 0 30px;
	}

}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.wz-a1 {
		width: 100%;
		padding: 80px 0 0;
		background: #fdfdff;
		overflow: hidden;
		position: relative;
	}

	.wz-a2 {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	.wz-a4 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin: 0 0 30px;
	}

	.wz-a3 {
		font-size: 36px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		margin: 0 0 30px;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.wz-a1 {
		width: 100%;
		padding: 80px 0 0;
		background: #fdfdff;
		overflow: hidden;
		position: relative;
	}

	.wz-a2 {
		width: 1120px;
		position: relative;
		margin: 0 auto 80px;
	}

	.wz-a4 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin: 0 0 30px;
	}

	.wz-a3 {
		font-size: 36px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		margin: 0 0 30px;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {

	.wz-a1 {
		width: 100%;
		padding: 80px 0 0px;
		background: #fdfdff;
		overflow: hidden;
		position: relative;
	}

	.wz-a2 {
		width: 960px;
		position: relative;
		margin: 0 auto 80px;
	}

	.wz-a4 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin: 0 0 30px;
	}

	.wz-a3 {
		font-size: 36px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		margin: 0 0 30px;
	}

}

@media only screen and (max-width: 1023px) {
	.wz-a1 {
		width: 100%;
		padding: 9% 0 0;
		background: #fdfdff;
		overflow: hidden;
		position: relative;
	}

	.wz-a2 {
		width: 85%;
		margin: 0 auto 0.6rem;
		text-align: center;
	}

	.wz-a3 {
		font-size: 0.6rem;
		line-height: 0.8rem;
		color: #F18700;
		font-weight: bold;
		margin: 0 0 0.6rem;
	}

	.wz-a4 {
		font-size: 0.4rem;
		line-height: 0.6rem;
		color: #454545;
		font-weight: bold;
	}
}

/* 左右图片 */

@media only screen and (min-width: 1800px) {
	.wz_p {
		display: flex;
		background-color: #F8F8F8;
		width: 100%;
	}

	.wz_p_fl {
		width: 50%;
		margin: 47px auto;
		text-align: center;
	}

	.wz_p_div {
		width: 50%;
		margin: auto;
		text-align: left;
	}

	.wz_p_1 {
		font-size: 17px;
		color: #5A5A5A;
	}

	.wz_p_2 {
		font-weight: 600;
		color: #555555;
	}

	.wz_p_img {
		display: flex;
		margin: 33px 0px;
	}

	.wz_p_img img {
		margin-right: 50px;
	}

	.wz_p_dz {
		margin-bottom: 40px;
	}

	.wz_p_dz p {
		font-size: 17px;
		line-height: 34px;
		color: #5A5A5A;
	}

	.wz_p_erma {
		display: flex;
	}

	.wz_p_erma div {
		text-align: center;
		margin-right: 50px;
	}

	.wz_p_erma div p {
		font-size: 17px;
		color: #5A5A5A;
		margin-top: 20px;
	}

	.wz_p_rimg {
		width: 50%;
	}

	.wz_p_rimg img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.wz_p {
		display: flex;
		background-color: #F8F8F8;
		width: 100%;
	}

	.wz_p_fl {
		width: 50%;
		margin: 47px auto;
		text-align: center;
	}

	.wz_p_div {
		width: 50%;
		margin: auto;
		text-align: left;
	}

	.wz_p_1 {
		font-size: 17px;
		color: #5A5A5A;
	}

	.wz_p_2 {
		font-weight: 600;
		color: #555555;
	}

	.wz_p_img {
		display: flex;
		margin: 33px 0px;
	}

	.wz_p_img img {
		margin-right: 50px;
	}

	.wz_p_dz {
		margin-bottom: 40px;
	}

	.wz_p_dz p {
		font-size: 17px;
		line-height: 34px;
		color: #5A5A5A;
	}

	.wz_p_erma {
		display: flex;
	}

	.wz_p_erma div {
		text-align: center;
		margin-right: 50px;
	}

	.wz_p_erma div p {
		font-size: 17px;
		color: #5A5A5A;
		margin-top: 20px;
	}

	.wz_p_rimg {
		width: 50%;
	}

	.wz_p_rimg img {
		width: 100%;
		height: 100%;
	}

}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.wz_p {
		display: flex;
		background-color: #F8F8F8;
		width: 100%;
	}

	.wz_p_fl {
		width: 50%;
		margin: 47px auto;
		text-align: center;
	}

	.wz_p_div {
		width: 50%;
		margin: auto;
		text-align: left;
	}

	.wz_p_1 {
		font-size: 17px;
		color: #5A5A5A;
	}

	.wz_p_2 {
		font-weight: 600;
		color: #555555;
	}

	.wz_p_img {
		display: flex;
		margin: 33px 0px;
	}

	.wz_p_img img {
		margin-right: 50px;
	}

	.wz_p_dz {
		margin-bottom: 40px;
	}

	.wz_p_dz p {
		font-size: 17px;
		line-height: 34px;
		color: #5A5A5A;
	}

	.wz_p_erma {
		display: flex;
	}

	.wz_p_erma div {
		text-align: center;
		margin-right: 50px;
	}

	.wz_p_erma div p {
		font-size: 17px;
		color: #5A5A5A;
		margin-top: 20px;
	}

	.wz_p_rimg {
		width: 50%;
	}

	.wz_p_rimg img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.wz_p {
		display: flex;
		background-color: #F8F8F8;
		width: 100%;
	}

	.wz_p_fl {
		width: 50%;
		margin: 47px auto;
		text-align: center;
	}

	.wz_p_div {
		width: 80%;
		margin: auto;
		text-align: left;
	}

	.wz_p_1 {
		font-size: 17px;
		color: #5A5A5A;
	}

	.wz_p_2 {
		font-weight: 600;
		color: #555555;
	}

	.wz_p_img {
		display: flex;
		margin: 33px 0px;
	}

	.wz_p_img img {
		margin-right: 50px;
	}

	.wz_p_dz {
		margin-bottom: 40px;
	}

	.wz_p_dz p {
		font-size: 17px;
		line-height: 34px;
		color: #5A5A5A;
	}

	.wz_p_erma {
		display: flex;
	}

	.wz_p_erma div {
		text-align: center;
		margin-right: 50px;
	}

	.wz_p_erma div p {
		font-size: 17px;
		color: #5A5A5A;
		margin-top: 20px;
	}

	.wz_p_rimg {
		width: 50%;
	}

	.wz_p_rimg img {
		width: 100%;
		height: 100%;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.wz_p {
		display: flex;
		background-color: #F8F8F8;
		width: 100%;
	}

	.wz_p_fl {
		width: 50%;
		margin: 47px auto;
		text-align: center;
	}

	.wz_p_div {
		width: 50%;
		margin: auto;
		text-align: left;
	}

	.wz_p_1 {
		font-size: 17px;
		color: #5A5A5A;
	}

	.wz_p_2 {
		font-weight: 600;
		color: #555555;
	}

	.wz_p_img {
		display: flex;
		margin: 33px 0px;
	}

	.wz_p_img img {
		margin-right: 50px;
	}

	.wz_p_dz {
		margin-bottom: 40px;
	}

	.wz_p_dz p {
		font-size: 17px;
		line-height: 34px;
		color: #5A5A5A;
	}

	.wz_p_erma {
		display: flex;
	}

	.wz_p_erma div {
		text-align: center;
		margin-right: 50px;
	}

	.wz_p_erma div p {
		font-size: 17px;
		color: #5A5A5A;
		margin-top: 20px;
	}

	.wz_p_rimg {
		width: 50%;
	}

	.wz_p_rimg img {
		width: 100%;
		height: 100%;
	}

}

@media only screen and (max-width: 1023px) {
	.wz_p {
		display: grid;
		background-color: #F8F8F8;
		width: 100%;
	}

	.wz_p_fl {
		width: 100%;
		margin: 47px auto;
		text-align: center;
	}

	.wz_p_div {
		width: 80%;
		margin: auto;
		text-align: left;
	}

	.wz_p_1 {
		font-size: 0.2rem;
		color: #5A5A5A;
	}

	.wz_p_2 {
		font-weight: 600;
		color: #555555;
	}

	.wz_p_img {
		display: flex;
		margin: 0.4rem 0px;
	}

	.wz_p_img img {
		margin-right: 0.4rem;
	}

	.wz_p_dz {
		margin-bottom: 0.3rem;
	}

	.wz_p_dz p {
		font-size: 0.2rem;
		line-height: 0.4rem;
		color: #5A5A5A;
	}

	.wz_p_erma {
		display: flex;
	}

	.wz_p_erma div {
		text-align: center;
		margin-right: 0.4rem;
	}

	.wz_p_erma div p {
		font-size: 0.2rem;
		color: #5A5A5A;
		margin-top: 0.2rem;
	}

	.wz_p_rimg {
		width: 100%;
	}

	.wz_p_rimg img {
		width: 100%;
		height: 100%;
	}
}

/* 表单上方文字 */
@media only screen and (min-width: 1640px) {
	.t2-a1 {
		width: 100%;
		padding: 120px 0 90px;
	}

	.t2-a2 {
		font-size: 36px;
		line-height: 36px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin: 0 0 20px;
	}

	.t2-a3 {
		width: 30px;
		height: 6px;
		background: #F18700;
		border-radius: 3px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.t2-a1 {
		width: 100%;
		padding: 120px 0 90px;
	}

	.t2-a2 {
		font-size: 36px;
		line-height: 36px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin: 0 0 20px;
	}

	.t2-a3 {
		width: 30px;
		height: 6px;
		background: #F18700;
		border-radius: 3px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.t2-a1 {
		width: 100%;
		padding: 120px 0 90px;
	}

	.t2-a2 {
		font-size: 36px;
		line-height: 36px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin: 0 0 20px;
	}

	.t2-a3 {
		width: 30px;
		height: 6px;
		background: #F18700;
		border-radius: 3px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.t2-a1 {
		width: 100%;
		padding: 80px 0 60px;
	}

	.t2-a2 {
		font-size: 30px;
		line-height: 30px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin: 0 0 16px;
	}

	.t2-a3 {
		width: 24px;
		height: 4px;
		background: #F18700;
		border-radius: 2px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1023px) {
	.t2-a1 {
		width: 100%;
		padding: 0.6rem 0;
	}

	.t2-a2 {
		font-size: 0.36rem;
		line-height: 0.36rem;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin: 0 0 0.2rem;
	}

	.t2-a3 {
		width: 0.4rem;
		height: 0.06rem;
		background: #F18700;
		border-radius: 0.03rem;
		margin: 0 auto;
	}
}

/* 表单 */
@media only screen and (min-width: 1800px) {
	.bd_form {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	#ajax-contact-form .form-group {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}

	#ajax-contact-form .form-group label {
		color: #4D4D4D;
		font-weight: 400;
		font-size: 21px;
	}

	#ajax-contact-form .form-group label span {
		color: #fcb100;
	}

	#ajax-contact-form .form-control {
		text-indent: 24px;
		margin-top: 12px;
		width: 75%;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-bottom: 26px;
	}

	#ajax-contact-form .form-control:focus {
		border-color: #fcb100;
		background: #fff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		color: #000;
	}

	#ajax-contact-form textarea.form-control {
		height: 126px;
	}

	#ajax-contact-form .form-group.capthca {
		float: left;
		margin-right: 20px;
	}

	#ajax-contact-form .form-group.capthca input {
		width: 170px;
	}

	#ajax-contact-form .form-group.img {
		float: left;
	}

	#ajax-contact-form .form-group.img img {
		width: 170px;
		height: 38px;
	}

	#ajax-contact-form .col-md-6 {
		width: 50%;
	}

	#ajax-contact-form .row {
		display: flex;
		flex-wrap: wrap;
	}

	.form-group img {
		position: absolute;
		top: 54px;
		left: 12px;
		width: 15px;
	}

	.xl_content {
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xl_content div {
		width: 50%;
	}

	.xl_content img {
		max-width: 100%;
	}

	.xl_content p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.bd_form {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	#ajax-contact-form .form-group {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}

	#ajax-contact-form .form-group label {
		color: #4D4D4D;
		font-weight: 400;
		font-size: 21px;
	}

	#ajax-contact-form .form-group label span {
		color: #fcb100;
	}

	#ajax-contact-form .form-control {
		text-indent: 24px;
		margin-top: 12px;
		width: 75%;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-bottom: 26px;
	}

	#ajax-contact-form .form-control:focus {
		border-color: #fcb100;
		background: #fff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		color: #000;
	}

	#ajax-contact-form textarea.form-control {
		height: 126px;
	}

	#ajax-contact-form .form-group.capthca {
		float: left;
		margin-right: 20px;
	}

	#ajax-contact-form .form-group.capthca input {
		width: 170px;
	}

	#ajax-contact-form .form-group.img {
		float: left;
	}

	#ajax-contact-form .form-group.img img {
		width: 170px;
		height: 38px;
	}

	#ajax-contact-form .col-md-6 {
		width: 50%;
	}

	#ajax-contact-form .row {
		display: flex;
		flex-wrap: wrap;
	}

	.form-group img {
		position: absolute;
		top: 54px;
		left: 12px;
		width: 15px;
	}

	.xl_content {
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xl_content div {
		width: 50%;
	}

	.xl_content img {
		max-width: 100%;
	}

	.xl_content p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.bd_form {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	#ajax-contact-form .form-group {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}

	#ajax-contact-form .form-group label {
		color: #4D4D4D;
		font-weight: 400;
		font-size: 21px;
	}

	#ajax-contact-form .form-group label span {
		color: #fcb100;
	}

	#ajax-contact-form .form-control {
		text-indent: 24px;
		margin-top: 12px;
		width: 75%;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-bottom: 26px;
	}

	#ajax-contact-form .form-control:focus {
		border-color: #fcb100;
		background: #fff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		color: #000;
	}

	#ajax-contact-form textarea.form-control {
		height: 126px;
	}

	#ajax-contact-form .form-group.capthca {
		float: left;
		margin-right: 20px;
	}

	#ajax-contact-form .form-group.capthca input {
		width: 170px;
	}

	#ajax-contact-form .form-group.img {
		float: left;
	}

	#ajax-contact-form .form-group.img img {
		width: 170px;
		height: 38px;
	}

	#ajax-contact-form .col-md-6 {
		width: 50%;
	}

	#ajax-contact-form .row {
		display: flex;
		flex-wrap: wrap;
	}

	.form-group img {
		position: absolute;
		top: 54px;
		left: 12px;
		width: 15px;
	}

	.xl_content {
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xl_content div {
		width: 50%;
	}

	.xl_content img {
		max-width: 100%;
	}

	.xl_content p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.bd_form {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	#ajax-contact-form .form-group {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}

	#ajax-contact-form .form-group label {
		color: #4D4D4D;
		font-weight: 400;
		font-size: 21px;
	}

	#ajax-contact-form .form-group label span {
		color: #fcb100;
	}

	#ajax-contact-form .form-control {
		text-indent: 24px;
		margin-top: 12px;
		width: 75%;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-bottom: 26px;
	}

	#ajax-contact-form .form-control:focus {
		border-color: #fcb100;
		background: #fff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		color: #000;
	}

	#ajax-contact-form textarea.form-control {
		height: 126px;
	}

	#ajax-contact-form .form-group.capthca {
		float: left;
		margin-right: 20px;
	}

	#ajax-contact-form .form-group.capthca input {
		width: 170px;
	}

	#ajax-contact-form .form-group.img {
		float: left;
	}

	#ajax-contact-form .form-group.img img {
		width: 170px;
		height: 38px;
	}

	#ajax-contact-form .col-md-6 {
		width: 50%;
	}

	#ajax-contact-form .row {
		display: flex;
		flex-wrap: wrap;
	}

	.form-group img {
		position: absolute;
		top: 54px;
		left: 12px;
		width: 15px;
	}

	.xl_content {
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xl_content div {
		width: 50%;
	}

	.xl_content img {
		max-width: 100%;
	}

	.xl_content p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.bd_form {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	#ajax-contact-form .form-group {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}

	#ajax-contact-form .form-group label {
		color: #4D4D4D;
		font-weight: 400;
		font-size: 21px;
	}

	#ajax-contact-form .form-group label span {
		color: #fcb100;
	}

	#ajax-contact-form .form-control {
		text-indent: 24px;
		margin-top: 12px;
		width: 75%;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-bottom: 26px;
	}

	#ajax-contact-form .form-control:focus {
		border-color: #fcb100;
		background: #fff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		color: #000;
	}

	#ajax-contact-form textarea.form-control {
		height: 126px;
	}

	#ajax-contact-form .form-group.capthca {
		float: left;
		margin-right: 20px;
	}

	#ajax-contact-form .form-group.capthca input {
		width: 170px;
	}

	#ajax-contact-form .form-group.img {
		float: left;
	}

	#ajax-contact-form .form-group.img img {
		width: 170px;
		height: 38px;
	}

	#ajax-contact-form .col-md-6 {
		width: 50%;
	}

	#ajax-contact-form .row {
		display: flex;
		flex-wrap: wrap;
	}

	.form-group img {
		position: absolute;
		top: 54px;
		left: 12px;
		width: 15px;
	}

	.xl_content {
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xl_content div {
		width: 50%;
	}

	.xl_content img {
		max-width: 100%;
	}

	.xl_content p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}

}

@media only screen and (max-width: 1023px) {
	.bd_form {
		width: 85%;
		position: relative;
		margin: 0 auto 80px;
	}

	#ajax-contact-form .form-group {
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}

	#ajax-contact-form .form-group label {
		color: #4D4D4D;
		font-weight: 400;
		font-size: 21px;
	}

	#ajax-contact-form .form-group label span {
		color: #fcb100;
	}

	#ajax-contact-form .form-control {
		text-indent: 24px;
		margin-top: 12px;
		width: 100%;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		background: #fff;
		border: 1px solid #ebebeb;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-bottom: 26px;
	}

	#ajax-contact-form .form-control:focus {
		border-color: #fcb100;
		background: #fff;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 99, 1, 0);
		color: #000;
	}

	#ajax-contact-form textarea.form-control {
		height: 126px;
	}

	#ajax-contact-form .form-group.capthca {
		float: left;
		margin-right: 20px;
	}

	#ajax-contact-form .form-group.capthca input {
		width: 170px;
	}

	#ajax-contact-form .form-group.img {
		float: left;
	}

	#ajax-contact-form .form-group.img img {
		width: 170px;
		height: 38px;
	}

	#ajax-contact-form .col-md-6 {
		width: 100%;
	}

	#ajax-contact-form .row {
		display: flex;
		flex-wrap: wrap;
	}

	.form-group img {
		position: absolute;
		top: 54px;
		left: 12px;
		width: 15px;
	}

	.xl_content {
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xl_content div {
		width: 50%;
	}

	.xl_content img {
		max-width: 100%;
	}

	.xl_content p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

/* 底部信息 */

@media only screen and (min-width: 1640px) {
	.ft1-a3-label {
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
	}

	.ft2-a1 {
		padding: 0;
		background-color: #F2F2F2;
		text-align: -webkit-center;
	}

	.ft2-a2 {
		margin: 0;
		padding: 30px 0;
		line-height: 46px;
		font-size: 20px;
		font-weight: bold;
		color: #484848;
		width: 85%;
	}

	.ft2-a2 div {
		width: fit-content;
		float: left;
	}

	.ft2-a2 div b {
		color: #F18700;
	}

	.ft2-a2 img {
		float: right;
	}

	.ft1-a1 {
		width: 100%;
		padding: 50px 0 0;
		background-color: #2E2E2E;
	}


	.ft1-a2 {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-a2 .icon {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-a3 {
		width: 440px;
		float: right;
	}

	.ft1-a4 {
		float: left;
	}

	.ft1-b1 {
		width: 100%;
	}

	.ft1-b2 {
		width: 100%;
		margin: 0 0 55px;
	}

	.ft1-b3 {
		width: 100%;
	}

	.ft1-b4 {
		width: 106px;
	}

	.ft1-b4:nth-child(1) {
		float: left;
	}

	.ft1-b4:nth-child(2) {
		float: right;
	}

	.ft1-b4 img {
		margin: 0 0 20px;
	}

	.ft1-b4 div {
		font-size: 15px;
		line-height: 15px;
		color: #959595;
		text-align: center;
	}

	.ft1-c1 {
		float: left;
		margin-right: 120px;
	}

	.ft1-c1:last-child {
		margin-right: 0;
	}

	.ft1-c1 div {
		font-size: 16px;
		line-height: 46px;
		color: #757575;
	}

	.ft1-c1 div:first-child {
		font-size: 18px;
		line-height: 18px;
		color: #A3A3A3;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ft1-d1 {
		width: 100%;
		height: 60px;
		background: #2E2E2E;
		border-top: 1px solid #3C3C3C;
	}

	.ft1-d2 {
		width: 85%;
		margin: 0 auto;
	}

	.ft1-d3 {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
		float: left;
	}

	.ft1-d3 p {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
	}

	.ft1-d4 {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
		float: right;
	}

	.ft1-a3-input {
		height: 49px;
		background: #414141;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #686868;
		word-break: keep-all;
	}

	.ft1-a3-btn {
		background-color: #F18700;
		height: 49px;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #fff;
		min-width: 6em;
		text-align: center;
	}

	.xl_content2 {
		text-align: left;
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xc2_1 {
		padding: 42px 0 0 57px;
	}

	.xc2_2 {
		color: #000;
		font-weight: 700;
		font-size: 25px;
	}

	.xc2_3 {
		font-size: 16px;
	}

	.xc2_4 {
		margin-top: 50px;
	}

	.xc2_5 {
		font-weight: bold;
		color: #F18700;
	}

	.xl_content2 div {
		width: 50%;
	}

	.xl_content2 img {
		max-width: 100%;
	}

	.xl_content2 p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.ft1-a3-label {
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
	}

	.ft2-a1 {
		padding: 0;
		background-color: #F2F2F2;
		text-align: -webkit-center;
	}

	.ft2-a2 {
		margin: 0;
		padding: 30px 0;
		line-height: 46px;
		font-size: 20px;
		font-weight: bold;
		color: #484848;
		width: 85%;
	}

	.ft2-a2 div {
		width: fit-content;
		float: left;
	}

	.ft2-a2 div b {
		color: #F18700;
	}

	.ft2-a2 img {
		float: right;
	}

	.ft1-a1 {
		width: 100%;
		padding: 176px 0 0;
		background: #2E2E2E;
	}

	.ft1-a2 {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-a2 .icon {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-a3 {
		width: 240px;
		float: right;
	}

	.ft1-a4 {
		float: left;
	}

	.ft1-b1 {
		width: 100%;
	}

	.ft1-b2 {
		width: 100%;
		margin: 0 0 55px;
	}

	.ft1-b3 {
		width: 100%;
	}

	.ft1-b4 {
		width: 106px;
	}

	.ft1-b4:nth-child(1) {
		float: left;
	}

	.ft1-b4:nth-child(2) {
		float: right;
	}

	.ft1-b4 img {
		margin: 0 0 20px;
	}

	.ft1-b4 div {
		font-size: 15px;
		line-height: 15px;
		color: #959595;
		text-align: center;
	}

	.ft1-c1 {
		float: left;
		margin-right: 120px;
	}

	.ft1-c1:last-child {
		margin-right: 0;
	}

	.ft1-c1 div {
		font-size: 16px;
		line-height: 46px;
		color: #757575;
	}

	.ft1-c1 div:first-child {
		font-size: 18px;
		line-height: 18px;
		color: #333333;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ft1-d1 {
		width: 100%;
		height: 60px;
		background: #f0f0f0;
	}

	.ft1-d2 {
		width: 85%;
		margin: 0 auto;
	}

	.ft1-d3 {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
		float: left;
	}

	.ft1-d3 p {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
	}

	.ft1-d4 {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
		float: right;
	}

	.ft1-a3-input {
		height: 49px;
		background: #414141;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #686868;
		word-break: keep-all;
	}

	.ft1-a3-btn {
		background-color: #F18700;
		height: 49px;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #fff;
		min-width: 6em;
		text-align: center;
	}

	.xl_content2 {
		text-align: left;
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xc2_1 {
		padding: 42px 0 0 57px;
	}

	.xc2_2 {
		color: #000;
		font-weight: 700;
		font-size: 25px;
	}

	.xc2_3 {
		font-size: 16px;
	}

	.xc2_4 {
		margin-top: 50px;
	}

	.xc2_5 {
		font-weight: bold;
		color: #F18700;
	}

	.xl_content2 div {
		width: 50%;
	}

	.xl_content2 img {
		max-width: 100%;
	}

	.xl_content2 p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.ft1-a3-label {
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
	}

	.ft2-a1 {
		padding: 0;
		background-color: #F2F2F2;
		text-align: -webkit-center;
	}

	.ft2-a2 {
		margin: 0;
		padding: 30px 0;
		line-height: 46px;
		font-size: 20px;
		font-weight: bold;
		color: #484848;
		width: 85%;
	}

	.ft2-a2 div {
		width: fit-content;
		float: left;
	}

	.ft2-a2 div b {
		color: #F18700;
	}

	.ft2-a2 img {
		float: right;
	}

	.ft1-a1 {
		width: 100%;
		padding: 50px 0 0;
		background: #2E2E2E;
	}


	.ft1-a2 {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-a1 .icon {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-c1 div:first-child {
		font-size: 18px;
		line-height: 18px;
		color: #ADADAD;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ft1-a3 {
		width: 240px;
		float: right;
	}

	.ft1-a3-input {
		height: 49px;
		background: #414141;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #686868;
		word-break: keep-all;
	}

	.ft1-a3-btn {
		background-color: #F18700;
		height: 49px;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #fff;
		min-width: 6em;
		text-align: center;
	}

	.ft1-a4 {
		float: left;
	}

	.ft1-b1 {
		width: 100%;
	}

	.ft1-b2 {
		width: 100%;
		margin: 0 0 55px;
	}

	.ft1-b3 {
		width: 100%;
	}

	.ft1-b4 {
		width: 106px;
	}

	.ft1-b4:nth-child(1) {
		float: left;
	}

	.ft1-b4:nth-child(2) {
		float: right;
	}

	.ft1-b4 img {
		margin: 0 0 20px;
	}

	.ft1-b4 div {
		font-size: 15px;
		line-height: 15px;
		color: #959595;
		text-align: center;
	}

	.ft1-c1 {
		float: left;
		margin-right: 80px;
	}

	.ft1-c1:last-child {
		margin-right: 0;
	}

	.ft1-c1 div {
		font-size: 16px;
		line-height: 46px;
		color: #757575;
	}



	.ft1-d1 {
		width: 100%;
		height: 60px;
		background: #f0f0f0;
	}

	.ft1-d2 {
		width: 85%;
		margin: 0 auto;
	}

	.ft1-d3 {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
		float: left;
	}

	.ft1-d3 p {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
	}

	.ft1-d4 {
		font-size: 15px;
		line-height: 60px;
		color: #757575;
		float: right;
	}

	.ft1-a3-label {
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
	}

	.xl_content2 {
		text-align: left;
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xc2_1 {
		padding: 42px 0 0 57px;
	}

	.xc2_2 {
		color: #000;
		font-weight: 700;
		font-size: 25px;
	}

	.xc2_3 {
		font-size: 16px;
	}

	.xc2_4 {
		margin-top: 50px;
	}

	.xc2_5 {
		font-weight: bold;
		color: #F18700;
	}

	.xl_content2 div {
		width: 50%;
	}

	.xl_content2 img {
		max-width: 100%;
	}

	.xl_content2 p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.ft2-a1 {
		padding: 0;
		background-color: #F2F2F2;
		text-align: -webkit-center;
	}

	.ft2-a2 {
		margin: 0;
		padding: 30px 0;
		line-height: 46px;
		font-size: 20px;
		font-weight: bold;
		color: #484848;
		width: 85%;
	}

	.ft2-a2 div {
		width: fit-content;
		float: left;
	}

	.ft2-a2 div b {
		color: #F18700;
	}

	.ft2-a2 img {
		float: right;
	}

	.ft1-a1 {
		width: 100%;
		padding: 50px 0 0;
		background: #2E2E2E;
	}

	.ft1-a2 {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-a2 .icon {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}


	.ft1-a3 {
		width: 200px;
		float: right;
	}

	.ft1-a4 {
		float: left;
	}

	.ft1-b1 {
		width: 100%;
	}

	.ft1-b2 {
		width: 100%;
		margin: 0 0 55px;
	}

	.ft1-b3 {
		width: 100%;
	}

	.ft1-b4 {
		width: 90px;
	}

	.ft1-b4:nth-child(1) {
		float: left;
	}

	.ft1-b4:nth-child(2) {
		float: right;
	}

	.ft1-b4 img {
		margin: 0 0 20px;
	}

	.ft1-b4 div {
		font-size: 13px;
		line-height: 13px;
		color: #959595;
		text-align: center;
	}

	.ft1-c1 {
		float: left;
		margin-right: 50px;
	}

	.ft1-c1:last-child {
		margin-right: 0;
	}

	.ft1-c1 div {
		font-size: 14px;
		line-height: 36px;
		color: #757575;
	}

	.ft1-a1 .icon {
		width: 85%;
		margin: 0 auto 35px;
		text-align: right;
	}

	.ft1-c1 div:first-child {
		font-size: 18px;
		line-height: 18px;
		color: #ADADAD;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ft1-d1 {
		width: 100%;
		height: 50px;
		background: #f0f0f0;
	}

	.ft1-d2 {
		width: 960px;
		margin: 0 auto;
	}

	.ft1-d3 {
		font-size: 13px;
		line-height: 50px;
		color: #757575;
		float: left;
	}

	.ft1-d3 p {
		font-size: 13px;
		line-height: 50px;
		color: #757575;
	}

	.ft1-d4 {
		font-size: 13px;
		line-height: 50px;
		color: #757575;
		float: right;
	}

	.ft1-a3-input {
		height: 49px;
		background: #414141;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #686868;
		word-break: keep-all;
	}

	.ft1-a3-btn {
		background-color: #F18700;
		height: 49px;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #fff;
		min-width: 6em;
		text-align: center;
	}

	.ft1-a3-label {
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
	}

	.xl_content2 {
		text-align: left;
		display: flex;
		margin: auto;
		padding: 82px 0px;
	}

	.xc2_1 {
		padding: 42px 0 0 57px;
	}

	.xc2_2 {
		color: #000;
		font-weight: 700;
		font-size: 25px;
	}

	.xc2_3 {
		font-size: 16px;
	}

	.xc2_4 {
		margin-top: 50px;
	}

	.xc2_5 {
		font-weight: bold;
		color: #F18700;
	}

	.xl_content2 div {
		width: 50%;
	}

	.xl_content2 img {
		max-width: 100%;
	}

	.xl_content2 p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1023px) {
	.ft1-a3-input {
		height: 49px;
		background: #414141;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #686868;
		word-break: keep-all;
	}

	.ft1-a3-btn {
		background-color: #F18700;
		height: 49px;
		font-size: 15px;
		padding: 0 15px;
		line-height: 49px;
		margin-top: 15px;
		color: #fff;
		min-width: 6em;
		text-align: center;
	}

	.ft2-a1 {
		padding: 0;
		background-color: #F2F2F2;
		text-align: -webkit-center;
	}

	.ft2-a2 {
		margin: 0;
		padding: 30px 0;
		line-height: 46px;
		font-size: 20px;
		font-weight: bold;
		color: #484848;
		width: 85%;
	}

	.ft2-a2 div {
		width: 100%;
		float: left;
	}

	.ft2-a2 div b {
		color: #F18700;
		display: block;
	}

	.ft2-a2 img {
		float: none;
	}

	.ft1-a1 {
		width: 100%;
		padding: 0.6rem 0 0;
		background: #2E2E2E;
	}

	.ft1-a2,
	.ft1-a2 .icon {
		width: 100%;
		margin: 0 auto 0.6rem;
		text-align: center;
	}

	.ft1-a3 {
		width: 100%;
	}

	.ft1-a4 {
		display: flex;
		flex-wrap: wrap;
	}

	.ft1-b1 {
		width: 100%;
		margin: 0 auto;
	}

	.ft1-b2 {
		width: 69%;
		margin: 0 auto 0.6rem;
	}

	.ft1-b3 {
		width: 5rem;
		margin: 0 auto;
	}

	.ft1-b4 {
		width: 1.8rem;
	}

	.ft1-b4:nth-child(1) {
		float: left;
	}

	.ft1-b4:nth-child(2) {
		float: right;
	}

	.ft1-b4 img {
		margin: 0 0 0.2rem;
	}

	.ft1-b4 div {
		font-size: 0.26rem;
		line-height: 0.22rem;
		color: #959595;
		text-align: center;
	}

	.ft1-c1 {
		margin-right: 25px;
		margin-left: 25px;
		text-align: left;
	}

	.ft1-c1:last-child {
		margin-right: 0;
	}

	.ft1-c1 div {
		font-size: 14px;
		line-height: 36px;
		color: #757575;
	}


	.ft1-c1 div:first-child {
		font-size: 18px;
		line-height: 18px;
		color: #ADADAD;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ft1-a3-label {
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
	}

	.ft1-d1 {
		width: 100%;
		padding: 0.2rem 0.3rem;
		background: #f0f0f0;
	}

	.ft1-d2 {
		width: 100%;
		margin: 0 auto;
	}

	.ft1-d3 {
		font-size: 0.22rem;
		line-height: 0.44rem;
		color: #757575;
		text-align: center;
	}
	.ft1-d3 a{
		display: block;
	}
	.ft1-d3 p {
		font-size: 0.22rem;
		line-height: 0.44rem;
		color: #757575;
		text-align: center;
	}

	.ft1-d4 {
		font-size: 0.22rem;
		line-height: 0.44rem;
		color: #757575;
		text-align: center;
	}

	.xl_content2 {
		text-align: left;
		/* display: flex; */
		margin: auto;
		padding: 82px 0px;
	}

	.xc2_1 {
		padding: 42px 0 0 57px;
	}

	.xc2_2 {
		color: #000;
		font-weight: 700;
		font-size: 0.3rem;
	}

	.xc2_3 {
		font-size: 0.2rem;
	}

	.xc2_4 {
		margin-top: 0.3rem;
	}

	.xc2_5 {
		font-weight: bold;
		color: #F18700;
	}

	.xl_content2 div {
		width: 80%;
		margin: auto;
	}

	.xl_content2 img {
		max-width: 100%;
	}

	.xl_content2 p {
		font-size: 18px;
		color: #7B7B7B;
		line-height: 32px;
	}
}

/* 公司简介 */
/* 文字内容 */
@media only screen and (min-width: 1800px) {
	.company_t {
		width: 85%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.company_t_top {
		width: 100%;
		margin-bottom: 90px;
		padding-bottom: 85px;
		border-bottom: 1px solid #e7e7e7;
	}

	.company_t_topbox {
		width: 50%;
		float: left;
	}

	.company_tw1 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		margin-bottom: 32px;
		font-weight: bold;
	}

	.company_tw2 {
		font-size: 22px;
		line-height: 38px;
		color: #7a7a7a;
	}

	.company_tnum {
		width: calc(100%/2);
		float: left;
		/* border-right: 1px solid #c7c7c7; */
		box-sizing: border-box;
	}

	.company_tnum:last-child {
		border: none;
	}

	.company_tnum_w1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.company_tnum_w2 {
		font-size: 18px;
		line-height: 18px;
		color: #535353;
		text-align: center;
		margin-bottom: 21px;
	}

	.pt_1 {
		padding-top: 30px;
	}

	.company_tnum_w1 div {
		display: inline-block;
		position: relative;
		font-size: 48px;
		line-height: 48px;
		color: #454545;
		font-family: 'Oswald';
	}

	.company_tnum_w1 div span {
		font-size: 18px;
		line-height: 18px;
		color: #454545;
		position: absolute;
		top: -18px;
		right: -39px;
	}

	.company_t_bot {
		font-size: 16px;
		line-height: 42px;
		color: #333333;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.company_t {
		width: 85%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.company_t_top {
		width: 100%;
		margin-bottom: 90px;
		padding-bottom: 85px;
		border-bottom: 1px solid #e7e7e7;
	}

	.company_t_topbox {
		width: 50%;
		float: left;
	}

	.company_tw1 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		margin-bottom: 32px;
		font-weight: bold;
	}

	.company_tw2 {
		font-size: 22px;
		line-height: 38px;
		color: #7a7a7a;
	}

	.company_tnum {
		width: calc(100%/2);
		float: left;
		/* border-right: 1px solid #c7c7c7; */
		box-sizing: border-box;
	}

	.company_tnum:last-child {
		border: none;
	}

	.company_tnum_w1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.company_tnum_w2 {
		font-size: 18px;
		line-height: 18px;
		color: #535353;
		text-align: center;
		margin-bottom: 21px;
	}

	.pt_1 {
		padding-top: 30px;
	}

	.company_tnum_w1 div {
		display: inline-block;
		position: relative;
		font-size: 48px;
		line-height: 48px;
		color: #454545;
		font-family: 'Oswald';
	}

	.company_tnum_w1 div span {
		font-size: 18px;
		line-height: 18px;
		color: #454545;
		position: absolute;
		top: -18px;
		right: -39px;
	}

	.company_t_bot {
		font-size: 16px;
		line-height: 42px;
		color: #333333;
	}

}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.company_t {
		width: 85%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.company_t_top {
		width: 100%;
		margin-bottom: 90px;
		padding-bottom: 85px;
		border-bottom: 1px solid #e7e7e7;
	}

	.company_t_topbox {
		width: 50%;
		float: left;
	}

	.company_tw1 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		margin-bottom: 32px;
		font-weight: bold;
	}

	.company_tw2 {
		font-size: 22px;
		line-height: 38px;
		color: #7a7a7a;
	}

	.company_tnum {
		width: calc(100%/2);
		float: left;
		/* border-right: 1px solid #c7c7c7; */
		box-sizing: border-box;
	}

	.company_tnum:last-child {
		border: none;
	}

	.company_tnum_w1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.company_tnum_w2 {
		font-size: 18px;
		line-height: 18px;
		color: #535353;
		text-align: center;
		margin-bottom: 21px;
	}

	.pt_1 {
		padding-top: 30px;
	}

	.company_tnum_w1 div {
		display: inline-block;
		position: relative;
		font-size: 48px;
		line-height: 48px;
		color: #454545;
		font-family: 'Oswald';
	}

	.company_tnum_w1 div span {
		font-size: 18px;
		line-height: 18px;
		color: #454545;
		position: absolute;
		top: -18px;
		right: -39px;
	}

	.company_t_bot {
		font-size: 16px;
		line-height: 42px;
		color: #333333;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.company_t {
		width: 85%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.company_t_top {
		width: 100%;
		margin-bottom: 90px;
		padding-bottom: 85px;
		border-bottom: 1px solid #e7e7e7;
	}

	.company_t_topbox {
		width: 50%;
		float: left;
	}

	.company_tw1 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		margin-bottom: 32px;
		font-weight: bold;
	}

	.company_tw2 {
		font-size: 22px;
		line-height: 38px;
		color: #7a7a7a;
	}

	.company_tnum {
		width: calc(100%/2);
		float: left;
		/* border-right: 1px solid #c7c7c7; */
		box-sizing: border-box;
	}

	.company_tnum:last-child {
		border: none;
	}

	.company_tnum_w1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.company_tnum_w2 {
		font-size: 18px;
		line-height: 18px;
		color: #535353;
		text-align: center;
		margin-bottom: 21px;
	}

	.pt_1 {
		padding-top: 30px;
	}

	.company_tnum_w1 div {
		display: inline-block;
		position: relative;
		font-size: 48px;
		line-height: 48px;
		color: #454545;
		font-family: 'Oswald';
	}

	.company_tnum_w1 div span {
		font-size: 18px;
		line-height: 18px;
		color: #454545;
		position: absolute;
		top: -18px;
		right: -39px;
	}

	.company_t_bot {
		font-size: 16px;
		line-height: 42px;
		color: #333333;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.company_t {
		width: 85%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.company_t_top {
		width: 100%;
		margin-bottom: 90px;
		padding-bottom: 85px;
		border-bottom: 1px solid #e7e7e7;
	}

	.company_t_topbox {
		width: 50%;
		float: left;
	}

	.company_tw1 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		margin-bottom: 32px;
		font-weight: bold;
	}

	.company_tw2 {
		font-size: 22px;
		line-height: 38px;
		color: #7a7a7a;
	}

	.company_tnum {
		width: calc(100%/2);
		float: left;
		/* border-right: 1px solid #c7c7c7; */
		box-sizing: border-box;
	}

	.company_tnum:last-child {
		border: none;
	}

	.company_tnum_w1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.company_tnum_w2 {
		font-size: 18px;
		line-height: 18px;
		color: #535353;
		text-align: center;
		margin-bottom: 21px;
	}

	.pt_1 {
		padding-top: 30px;
	}

	.company_tnum_w1 div {
		display: inline-block;
		position: relative;
		font-size: 48px;
		line-height: 48px;
		color: #454545;
		font-family: 'Oswald';
	}

	.company_tnum_w1 div span {
		font-size: 18px;
		line-height: 18px;
		color: #454545;
		position: absolute;
		top: -18px;
		right: -39px;
	}

	.company_t_bot {
		font-size: 16px;
		line-height: 42px;
		color: #333333;
	}


}

@media only screen and (max-width: 1023px) {
	.company_t {
		width: 85%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.company_t_top {
		width: 100%;
		margin-bottom: 0.5rem;
		padding-bottom: 0.3rem;
		border-bottom: 1px solid #e7e7e7;
	}

	.company_t_topbox {
		width: 100%;
		text-align: center;
	}

	.company_tw1 {
		font-size: 36px;
		line-height: 36px;
		color: #454545;
		margin-bottom: 32px;
		font-weight: bold;
	}

	.company_tw2 {
		font-size: 22px;
		line-height: 38px;
		color: #7a7a7a;
	}

	.company_tnum {
		width: calc(90%/2);
		float: left;
		/* border-right: 1px solid #c7c7c7; */
		box-sizing: border-box;
	}

	.company_tnum:last-child {
		border: none;
	}

	.company_tnum_w1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.company_tnum_w2 {
		font-size: 18px;
		line-height: 18px;
		color: #535353;
		text-align: center;
		margin-bottom: 21px;
	}

	.pt_1 {
		padding-top: 30px;
	}

	.company_tnum_w1 div {
		display: inline-block;
		position: relative;
		font-size: 48px;
		line-height: 48px;
		color: #454545;
		font-family: 'Oswald';
	}

	.company_tnum_w1 div span {
		font-size: 18px;
		line-height: 18px;
		color: #454545;
		position: absolute;
		top: -18px;
		right: -39px;
	}

	.company_t_bot {
		font-size: 16px;
		line-height: 42px;
		color: #333333;
	}
}

/* 资质荣誉  文字*/

@media only screen and (min-width: 1800px) {
	.title_center {
		width: 100%;
		position: relative;
		padding-top: 20px;
		display: inline;
		overflow: hidden;
	}

	.title_center_text {
		font-size: 16px;
		line-height: 42px;
		color: #454545;
		text-align: center;
		margin-bottom: 33px;
	}

	.title_center_img {
		width: 100%;
		margin-bottom: 88px;
	}

	.title_center_img img {
		margin: 0 auto;
	}

	.title_center_bg {
		width: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.title_center_box {
		width: 85%;
		margin: 0 auto;
		position: relative;
	}

	.title_center_tit {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.title_center_titw1 {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.title_center_titw2 {
		font-size: 0.26rem;
		line-height: 0.5rem;
		color: #858585;
		text-align: center;
	}

	.title_center_titw3 {
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #858585;
		text-align: center;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.title_center {
		width: 100%;
		position: relative;
		padding-top: 20px;
		display: inline;
		overflow: hidden;
	}

	.title_center_text {
		font-size: 16px;
		line-height: 42px;
		color: #454545;
		text-align: center;
		margin-bottom: 33px;
	}

	.title_center_img {
		width: 100%;
		margin-bottom: 88px;
	}

	.title_center_img img {
		margin: 0 auto;
	}

	.title_center_bg {
		width: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.title_center_box {
		width: 85%;
		margin: 0 auto;
		position: relative;
	}

	.title_center_tit {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.title_center_titw1 {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.title_center_titw2 {
		font-size: 0.26rem;
		line-height: 0.5rem;
		color: #858585;
		text-align: center;
	}

	.title_center_titw3 {
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #858585;
		text-align: center;
	}

}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.title_center {
		width: 100%;
		position: relative;
		padding-top: 20px;
		display: inline;
		overflow: hidden;
	}

	.title_center_text {
		font-size: 16px;
		line-height: 42px;
		color: #454545;
		text-align: center;
		margin-bottom: 33px;
	}

	.title_center_img {
		width: 100%;
		margin-bottom: 88px;
	}

	.title_center_img img {
		margin: 0 auto;
	}

	.title_center_bg {
		width: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.title_center_box {
		width: 85%;
		margin: 0 auto;
		position: relative;
	}

	.title_center_tit {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.title_center_titw1 {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.title_center_titw2 {
		font-size: 0.26rem;
		line-height: 0.5rem;
		color: #858585;
		text-align: center;
	}

	.title_center_titw3 {
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #858585;
		text-align: center;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.title_center {
		width: 100%;
		position: relative;
		padding-top: 20px;
		display: inline;
		overflow: hidden;
	}

	.title_center_text {
		font-size: 16px;
		line-height: 42px;
		color: #454545;
		text-align: center;
		margin-bottom: 33px;
	}

	.title_center_img {
		width: 100%;
		margin-bottom: 88px;
	}

	.title_center_img img {
		margin: 0 auto;
	}

	.title_center_bg {
		width: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.title_center_box {
		width: 85%;
		margin: 0 auto;
		position: relative;
	}

	.title_center_tit {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.title_center_titw1 {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.title_center_titw2 {
		font-size: 0.26rem;
		line-height: 0.5rem;
		color: #858585;
		text-align: center;
	}

	.title_center_titw3 {
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #858585;
		text-align: center;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {

	.title_center {
		width: 100%;
		position: relative;
		padding-top: 20px;
		display: inline;
		overflow: hidden;
	}

	.title_center_text {
		font-size: 16px;
		line-height: 42px;
		color: #454545;
		text-align: center;
		margin-bottom: 33px;
	}

	.title_center_img {
		width: 100%;
		margin-bottom: 88px;
	}

	.title_center_img img {
		margin: 0 auto;
	}

	.title_center_bg {
		width: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.title_center_box {
		width: 85%;
		margin: 0 auto;
		position: relative;
	}

	.title_center_tit {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.title_center_titw1 {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.title_center_titw2 {
		font-size: 0.26rem;
		line-height: 0.5rem;
		color: #858585;
		text-align: center;
	}

	.title_center_titw3 {
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #858585;
		text-align: center;
	}

}

@media only screen and (max-width: 1023px) {
	.title_center {
		width: 100%;
		position: relative;
		padding-top: 20px;
		display: inline;
		overflow: hidden;
	}

	.title_center_text {
		font-size: 16px;
		line-height: 42px;
		color: #454545;
		text-align: center;
		margin-bottom: 33px;
	}

	.title_center_img {
		width: 100%;
		margin-bottom: 88px;
	}

	.title_center_img img {
		margin: 0 auto;
	}

	.title_center_bg {
		width: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.title_center_box {
		width: 85%;
		margin: 0 auto;
		position: relative;
	}

	.title_center_tit {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.title_center_titw1 {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.title_center_titw2 {
		font-size: 0.26rem;
		line-height: 0.5rem;
		color: #858585;
		text-align: center;
	}

	.title_center_titw3 {
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #858585;
		text-align: center;
	}
}

/* 资质荣誉 轮播  */
@media only screen and (min-width: 1800px) {
	.xg_new_t {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.xg_new_tbox {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 78px;
		margin-bottom: 45px;
	}

	.xg_new_tbox_sw {
		/* width: calc(1185px*3 + 128px*3);
        margin-left: calc(50% - (1185px*3 + 128px*3)/2); */
		width: calc(85%*3 + 20px*3);
		margin-left: calc(50% - (85%*3 + 20px*3)/2);
	}

	.zizhirongyu {
		width: 85%;
		margin: auto;
		overflow: hidden;
	}


	.zizhirongyu .swiper-slide {
		width: 20%;
		margin-left: 3em;
	}

	.xg_new_tbox_sw_li {
		/* width: 1185px;
        height: 415px; */
		background: #fafafa;
		padding: 45px 38px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.xg_new_tbox_sw_limg {
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.xg_new_tbox_sw_limg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_tbox_sw_limg:hover img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_tbox_sw_litext {
		width: 45%;
		float: left;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.xg_new_tbox_sw_litext>div {
		width: 100%;
	}

	.xg_new_tbox_sw_liw1 {
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw2 {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw3 {
		font-size: 16px;
		line-height: 25px;
		color: #454545;
		font-weight: 300;

	}

	.xg_new_tbox_pagination {
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 26px;
		left: calc(50% - 65%/2);
	}

	.pagination_6 {
		width: 100%;
		height: 100%;
		background: none;
	}

	.pagination_6 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_new_tbox_button {
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 7%;
	}

	.prev_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
		margin-right: 28px;
	}

	.prev_6 img {
		width: 100%;
		height: 100%;
	}

	.next_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
	}

	.next_6 img {
		width: 100%;
		height: 100%;
	}

	.xg_new_b {
		width: 85%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 200px;
	}

	.xg_new_bli {
		width: calc((100% - 180px)/3);
		float: left;
		margin-right: 90px;
		margin-bottom: 150px;
		display: block;
		transition: .5s;
		position: relative;
		padding: 30px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.xg_new_bli:nth-child(3n) {
		margin-right: 0;
	}

	.xg_new_bli:hover {
		background: #fafafa;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_bli_xian {
		opacity: 0;
		transition: .5s;
	}

	.xg_new_blimg {
		width: 100%;
		height: 236px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.xg_new_blimg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_blimg img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_bliw1 {
		font-size: 18px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.xg_new_bliw2 {
		width: 100%;
	}

	.xg_new_bliw3 {
		float: left;
		position: relative;
		font-size: 15px;
		line-height: 30px;
		color: #757575;
	}

	.xg_new_bliw3 img {
		width: 27px;
		height: 12px;
		position: absolute;
		top: 0;
		left: calc(100% + 17px);
		bottom: 0;
		margin: auto;
	}

	.xg_new_bliw4 {
		float: right;
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-family: 'Oswald';
	}

	.xg_new_bliw4 span {
		font-size: 20px;
		color: #757575;
		margin-left: 6px;
	}

	.xg_new_bli_xian {
		width: calc(100% - 60px);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		left: calc(50% - (100% - 60px)/2);
		transition: .5s;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.xg_new_t {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.xg_new_tbox {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 78px;

		margin-bottom: 45px;
	}

	.xg_new_tbox_sw {
		/* width: calc(1185px*3 + 128px*3);
        margin-left: calc(50% - (1185px*3 + 128px*3)/2); */
		width: calc(85%*3 + 20px*3);
		margin-left: calc(50% - (85%*3 + 20px*3)/2);
	}

	.zizhirongyu {
		width: 85%;
		margin: auto;
		overflow: hidden;
	}


	.zizhirongyu .swiper-slide {
		width: 20%;
		margin-left: 3em;
	}

	.xg_new_tbox_sw_li {
		/* width: 1185px;
        height: 415px; */
		background: #fafafa;
		padding: 45px 38px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.xg_new_tbox_sw_limg {
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.xg_new_tbox_sw_limg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_tbox_sw_limg:hover img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_tbox_sw_litext {
		width: 45%;
		float: left;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.xg_new_tbox_sw_litext>div {
		width: 100%;
	}

	.xg_new_tbox_sw_liw1 {
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw2 {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw3 {
		font-size: 16px;
		line-height: 25px;
		color: #454545;
		font-weight: 300;

	}

	.xg_new_tbox_pagination {
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 26px;
		left: calc(50% - 65%/2);
	}

	.pagination_6 {
		width: 100%;
		height: 100%;
		background: none;
	}

	.pagination_6 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_new_tbox_button {
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 7%;
	}

	.prev_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
		margin-right: 28px;
	}

	.prev_6 img {
		width: 100%;
		height: 100%;
	}

	.next_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
	}

	.next_6 img {
		width: 100%;
		height: 100%;
	}

	.xg_new_b {
		width: 85%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 200px;
	}

	.xg_new_bli {
		width: calc((100% - 180px)/3);
		float: left;
		margin-right: 90px;
		margin-bottom: 150px;
		display: block;
		transition: .5s;
		position: relative;
		padding: 30px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.xg_new_bli:nth-child(3n) {
		margin-right: 0;
	}

	.xg_new_bli:hover {
		background: #fafafa;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_bli_xian {
		opacity: 0;
		transition: .5s;
	}

	.xg_new_blimg {
		width: 100%;
		height: 236px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.xg_new_blimg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_blimg img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_bliw1 {
		font-size: 18px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.xg_new_bliw2 {
		width: 100%;
	}

	.xg_new_bliw3 {
		float: left;
		position: relative;
		font-size: 15px;
		line-height: 30px;
		color: #757575;
	}

	.xg_new_bliw3 img {
		width: 27px;
		height: 12px;
		position: absolute;
		top: 0;
		left: calc(100% + 17px);
		bottom: 0;
		margin: auto;
	}

	.xg_new_bliw4 {
		float: right;
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-family: 'Oswald';
	}

	.xg_new_bliw4 span {
		font-size: 20px;
		color: #757575;
		margin-left: 6px;
	}

	.xg_new_bli_xian {
		width: calc(100% - 60px);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		left: calc(50% - (100% - 60px)/2);
		transition: .5s;
	}

}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.xg_new_t {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.xg_new_tbox {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 78px;

		margin-bottom: 45px;
	}

	.xg_new_tbox_sw {
		/* width: calc(1185px*3 + 128px*3);
        margin-left: calc(50% - (1185px*3 + 128px*3)/2); */
		width: calc(85%*3 + 20px*3);
		margin-left: calc(50% - (85%*3 + 20px*3)/2);
	}

	.zizhirongyu {
		width: 85%;
		margin: auto;
		overflow: hidden;
	}


	.zizhirongyu .swiper-slide {
		width: 20%;
		margin-left: 3em;
	}

	.xg_new_tbox_sw_li {
		/* width: 1185px;
        height: 415px; */
		background: #fafafa;
		padding: 45px 38px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.xg_new_tbox_sw_limg {
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.xg_new_tbox_sw_limg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_tbox_sw_limg:hover img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_tbox_sw_litext {
		width: 45%;
		float: left;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.xg_new_tbox_sw_litext>div {
		width: 100%;
	}

	.xg_new_tbox_sw_liw1 {
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw2 {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw3 {
		font-size: 16px;
		line-height: 25px;
		color: #454545;
		font-weight: 300;

	}

	.xg_new_tbox_pagination {
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 26px;
		left: calc(50% - 65%/2);
	}

	.pagination_6 {
		width: 100%;
		height: 100%;
		background: none;
	}

	.pagination_6 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_new_tbox_button {
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 7%;
	}

	.prev_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
		margin-right: 28px;
	}

	.prev_6 img {
		width: 100%;
		height: 100%;
	}

	.next_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
	}

	.next_6 img {
		width: 100%;
		height: 100%;
	}

	.xg_new_b {
		width: 85%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 200px;
	}

	.xg_new_bli {
		width: calc((100% - 180px)/3);
		float: left;
		margin-right: 90px;
		margin-bottom: 150px;
		display: block;
		transition: .5s;
		position: relative;
		padding: 30px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.xg_new_bli:nth-child(3n) {
		margin-right: 0;
	}

	.xg_new_bli:hover {
		background: #fafafa;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_bli_xian {
		opacity: 0;
		transition: .5s;
	}

	.xg_new_blimg {
		width: 100%;
		height: 236px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.xg_new_blimg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_blimg img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_bliw1 {
		font-size: 18px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.xg_new_bliw2 {
		width: 100%;
	}

	.xg_new_bliw3 {
		float: left;
		position: relative;
		font-size: 15px;
		line-height: 30px;
		color: #757575;
	}

	.xg_new_bliw3 img {
		width: 27px;
		height: 12px;
		position: absolute;
		top: 0;
		left: calc(100% + 17px);
		bottom: 0;
		margin: auto;
	}

	.xg_new_bliw4 {
		float: right;
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-family: 'Oswald';
	}

	.xg_new_bliw4 span {
		font-size: 20px;
		color: #757575;
		margin-left: 6px;
	}

	.xg_new_bli_xian {
		width: calc(100% - 60px);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		left: calc(50% - (100% - 60px)/2);
		transition: .5s;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.xg_new_t {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.xg_new_tbox {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 78px;

		margin-bottom: 45px;
	}

	.xg_new_tbox_sw {
		/* width: calc(1185px*3 + 128px*3);
        margin-left: calc(50% - (1185px*3 + 128px*3)/2); */
		width: calc(85%*3 + 20px*3);
		margin-left: calc(50% - (85%*3 + 20px*3)/2);
	}

	.zizhirongyu {
		width: 85%;
		margin: auto;
		overflow: hidden;
	}


	.zizhirongyu .swiper-slide {
		width: 20%;
		margin-left: 3em;
	}

	.xg_new_tbox_sw_li {
		/* width: 1185px;
        height: 415px; */
		background: #fafafa;
		padding: 45px 38px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.xg_new_tbox_sw_limg {
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.xg_new_tbox_sw_limg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_tbox_sw_limg:hover img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_tbox_sw_litext {
		width: 45%;
		float: left;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.xg_new_tbox_sw_litext>div {
		width: 100%;
	}

	.xg_new_tbox_sw_liw1 {
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw2 {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw3 {
		font-size: 16px;
		line-height: 25px;
		color: #454545;
		font-weight: 300;

	}

	.xg_new_tbox_pagination {
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 26px;
		left: calc(50% - 58%/2);
	}

	.pagination_6 {
		width: 100%;
		height: 100%;
		background: none;
	}

	.pagination_6 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_new_tbox_button {
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 7%;
	}

	.prev_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
		margin-right: 28px;
	}

	.prev_6 img {
		width: 100%;
		height: 100%;
	}

	.next_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
	}

	.next_6 img {
		width: 100%;
		height: 100%;
	}

	.xg_new_b {
		width: 85%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 200px;
	}

	.xg_new_bli {
		width: calc((100% - 180px)/3);
		float: left;
		margin-right: 90px;
		margin-bottom: 150px;
		display: block;
		transition: .5s;
		position: relative;
		padding: 30px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.xg_new_bli:nth-child(3n) {
		margin-right: 0;
	}

	.xg_new_bli:hover {
		background: #fafafa;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_bli_xian {
		opacity: 0;
		transition: .5s;
	}

	.xg_new_blimg {
		width: 100%;
		height: 236px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.xg_new_blimg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_blimg img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_bliw1 {
		font-size: 18px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.xg_new_bliw2 {
		width: 100%;
	}

	.xg_new_bliw3 {
		float: left;
		position: relative;
		font-size: 15px;
		line-height: 30px;
		color: #757575;
	}

	.xg_new_bliw3 img {
		width: 27px;
		height: 12px;
		position: absolute;
		top: 0;
		left: calc(100% + 17px);
		bottom: 0;
		margin: auto;
	}

	.xg_new_bliw4 {
		float: right;
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-family: 'Oswald';
	}

	.xg_new_bliw4 span {
		font-size: 20px;
		color: #757575;
		margin-left: 6px;
	}

	.xg_new_bli_xian {
		width: calc(100% - 60px);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		left: calc(50% - (100% - 60px)/2);
		transition: .5s;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.xg_new_t {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.xg_new_tbox {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 78px;

		margin-bottom: 45px;
	}

	.xg_new_tbox_sw {
		/* width: calc(1185px*3 + 128px*3);
        margin-left: calc(50% - (1185px*3 + 128px*3)/2); */
		width: calc(85%*3 + 20px*3);
		margin-left: calc(50% - (85%*3 + 20px*3)/2);
	}

	.zizhirongyu {
		width: 85%;
		margin: auto;
		overflow: hidden;
	}


	.zizhirongyu .swiper-slide {
		width: 20%;
		margin-left: 3em;
	}

	.xg_new_tbox_sw_li {
		/* width: 1185px;
        height: 415px; */
		background: #fafafa;
		padding: 45px 38px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.xg_new_tbox_sw_limg {
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.xg_new_tbox_sw_limg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_tbox_sw_limg:hover img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_tbox_sw_litext {
		width: 45%;
		float: left;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.xg_new_tbox_sw_litext>div {
		width: 100%;
	}

	.xg_new_tbox_sw_liw1 {
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw2 {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw3 {
		font-size: 16px;
		line-height: 25px;
		color: #454545;
		font-weight: 300;

	}

	.xg_new_tbox_pagination {
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 26px;
		left: calc(50% - 51%/2);
	}

	.pagination_6 {
		width: 100%;
		height: 100%;
		background: none;
	}

	.pagination_6 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_new_tbox_button {
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 7%;
	}

	.prev_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
		margin-right: 28px;
	}

	.prev_6 img {
		width: 100%;
		height: 100%;
	}

	.next_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
	}

	.next_6 img {
		width: 100%;
		height: 100%;
	}

	.xg_new_b {
		width: 85%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 200px;
	}

	.xg_new_bli {
		width: calc((100% - 180px)/3);
		float: left;
		margin-right: 90px;
		margin-bottom: 150px;
		display: block;
		transition: .5s;
		position: relative;
		padding: 30px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.xg_new_bli:nth-child(3n) {
		margin-right: 0;
	}

	.xg_new_bli:hover {
		background: #fafafa;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_bli_xian {
		opacity: 0;
		transition: .5s;
	}

	.xg_new_blimg {
		width: 100%;
		height: 236px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.xg_new_blimg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_blimg img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_bliw1 {
		font-size: 18px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.xg_new_bliw2 {
		width: 100%;
	}

	.xg_new_bliw3 {
		float: left;
		position: relative;
		font-size: 15px;
		line-height: 30px;
		color: #757575;
	}

	.xg_new_bliw3 img {
		width: 27px;
		height: 12px;
		position: absolute;
		top: 0;
		left: calc(100% + 17px);
		bottom: 0;
		margin: auto;
	}

	.xg_new_bliw4 {
		float: right;
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-family: 'Oswald';
	}

	.xg_new_bliw4 span {
		font-size: 20px;
		color: #757575;
		margin-left: 6px;
	}

	.xg_new_bli_xian {
		width: calc(100% - 60px);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		left: calc(50% - (100% - 60px)/2);
		transition: .5s;
	}

}

@media only screen and (max-width: 1023px) {
	.xg_new_t {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.xg_new_tbox {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 78px;

		margin-bottom: 45px;
	}

	.xg_new_tbox_sw {
		width: calc(1185px*3 + 128px*3);
		margin-left: calc(50% - (1185px*3 + 128px*3)/2);
	}

	.zizhirongyu {
		width: 100%;
	}

	.zizhirongyu .swiper-slide {
		width: 20% !important;
	}

	.xg_new_tbox_sw_li {
		/* width: 1185px;
        height: 415px; */
		background: #fafafa;
		padding: 45px 38px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.xg_new_tbox_sw_limg {
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.xg_new_tbox_sw_limg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_tbox_sw_limg:hover img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_tbox_sw_litext {
		width: 45%;
		float: left;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.xg_new_tbox_sw_litext>div {
		width: 100%;
	}

	.xg_new_tbox_sw_liw1 {
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw2 {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		font-weight: bold;

	}

	.xg_new_tbox_sw_liw3 {
		font-size: 16px;
		line-height: 25px;
		color: #454545;
		font-weight: 300;

	}

	.xg_new_tbox_pagination {
		width: 70%;
		height: 3px;
		position: absolute;
		bottom: 26px;
		left: calc(50% - 20%/2);
	}


	.pagination_6 {
		width: 100%;
		height: 100%;
		background: none;
	}

	.pagination_6 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_new_tbox_button {
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 7%;
	}

	.prev_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
		margin-right: 28px;
	}

	.prev_6 img {
		width: 100%;
		height: 100%;
	}

	.next_6 {
		width: 56px;
		height: 56px;
		position: static;
		background: none;
		margin: 0;
		float: left;
	}

	.next_6 img {
		width: 100%;
		height: 100%;
	}

	.xg_new_b {
		width: 85%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 200px;
	}

	.xg_new_bli {
		width: calc((100% - 180px)/3);
		float: left;
		margin-right: 90px;
		margin-bottom: 150px;
		display: block;
		transition: .5s;
		position: relative;
		padding: 30px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.xg_new_bli:nth-child(3n) {
		margin-right: 0;
	}

	.xg_new_bli:hover {
		background: #fafafa;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_bli_xian {
		opacity: 0;
		transition: .5s;
	}

	.xg_new_blimg {
		width: 100%;
		height: 236px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.xg_new_blimg img {
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	.xg_new_bli:hover .xg_new_blimg img {
		transform: scale(1.05);
		transition: .5s;
	}

	.xg_new_bliw1 {
		font-size: 18px;
		line-height: 36px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 55px;
	}

	.xg_new_bliw2 {
		width: 100%;
	}

	.xg_new_bliw3 {
		float: left;
		position: relative;
		font-size: 15px;
		line-height: 30px;
		color: #757575;
	}

	.xg_new_bliw3 img {
		width: 27px;
		height: 12px;
		position: absolute;
		top: 0;
		left: calc(100% + 17px);
		bottom: 0;
		margin: auto;
	}

	.xg_new_bliw4 {
		float: right;
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-family: 'Oswald';
	}

	.xg_new_bliw4 span {
		font-size: 20px;
		color: #757575;
		margin-left: 6px;
	}

	.xg_new_bli_xian {
		width: calc(100% - 60px);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		left: calc(50% - (100% - 60px)/2);
		transition: .5s;
	}
}

/* 战略合作伙伴 */

@media only screen and (min-width: 1800px) {
	.hezuo_goodbox {
		width: 85%;
		margin: 0 auto;
	}

	.hezuo_list {
		width: 100%;
		position: relative;
		padding-bottom: 78px;
	}

	.hezuohuoban {
		width: 100%;
	}

	.hezuohuoban .swiper-slide {
		width: auto;
		height: 150px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.hezuohuoban .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.hezuohuoban .swiper-slide img {
		box-shadow: 0 0 3px 3px #FDFDFD;
		margin: 15px;
	}

	.z-news-a1-btn {
		width: 100%;
		height: 20px;
		position: relative;
	}

	.z-news-a1-btn .swiper-scrollbar {
		height: 2px;
		width: 125px;
		margin: 0 auto;
		background-color: #F18700;
	}

	.z-news-a1-btn .swiper-scrollbar .swiper-scrollbar-drag {
		height: 5px;
		background-color: #F18700;
		top: -1px;
	}

	.z-news-a1-btn .swiper-button-next {
		width: 20px;
		height: 20px;
		margin: 0;
		right: calc(50% - 20px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

	.z-news-a1-btn .swiper-button-prev {
		width: 13px;
		height: 20px;
		margin: 0;

		left: calc(50% - 13px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.hezuo_goodbox {
		width: 85%;
		margin: 0 auto;
	}

	.hezuo_list {
		width: 100%;
		position: relative;
		padding-bottom: 78px;
	}

	.hezuohuoban {
		width: 100%;
	}

	.hezuohuoban .swiper-slide {
		width: auto;
		height: 150px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.hezuohuoban .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.hezuohuoban .swiper-slide img {
		box-shadow: 0 0 3px 3px #FDFDFD;
		margin: 15px;
	}

	.z-news-a1-btn {
		width: 100%;
		height: 20px;
		position: relative;
	}

	.z-news-a1-btn .swiper-scrollbar {
		height: 2px;
		width: 125px;
		margin: 0 auto;
		background-color: #F18700;
	}

	.z-news-a1-btn .swiper-scrollbar .swiper-scrollbar-drag {
		height: 5px;
		background-color: #F18700;
		top: -1px;
	}

	.z-news-a1-btn .swiper-button-next {
		width: 20px;
		height: 20px;
		margin: 0;
		right: calc(50% - 20px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

	.z-news-a1-btn .swiper-button-prev {
		width: 13px;
		height: 20px;
		margin: 0;

		left: calc(50% - 13px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}


}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.hezuo_goodbox {
		width: 85%;
		margin: 0 auto;
	}

	.hezuo_list {
		width: 100%;
		position: relative;
		padding-bottom: 78px;
	}

	.hezuohuoban {
		width: 100%;
	}

	.hezuohuoban .swiper-slide {
		width: auto;
		height: 150px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.hezuohuoban .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.hezuohuoban .swiper-slide img {
		box-shadow: 0 0 3px 3px #FDFDFD;
		margin: 15px;
	}

	.z-news-a1-btn {
		width: 100%;
		height: 20px;
		position: relative;
	}

	.z-news-a1-btn .swiper-scrollbar {
		height: 2px;
		width: 125px;
		margin: 0 auto;
		background-color: #F18700;
	}

	.z-news-a1-btn .swiper-scrollbar .swiper-scrollbar-drag {
		height: 5px;
		background-color: #F18700;
		top: -1px;
	}

	.z-news-a1-btn .swiper-button-next {
		width: 20px;
		height: 20px;
		margin: 0;
		right: calc(50% - 20px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

	.z-news-a1-btn .swiper-button-prev {
		width: 13px;
		height: 20px;
		margin: 0;

		left: calc(50% - 13px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.hezuo_goodbox {
		width: 85%;
		margin: 0 auto;
	}

	.hezuo_list {
		width: 100%;
		position: relative;
		padding-bottom: 78px;
	}

	.hezuohuoban {
		width: 100%;
	}

	.hezuohuoban .swiper-slide {
		width: auto;
		height: 150px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.hezuohuoban .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.hezuohuoban .swiper-slide img {
		box-shadow: 0 0 3px 3px #FDFDFD;
		margin: 15px;
	}

	.z-news-a1-btn {
		width: 100%;
		height: 20px;
		position: relative;
	}

	.z-news-a1-btn .swiper-scrollbar {
		height: 2px;
		width: 125px;
		margin: 0 auto;
		background-color: #F18700;
	}

	.z-news-a1-btn .swiper-scrollbar .swiper-scrollbar-drag {
		height: 5px;
		background-color: #F18700;
		top: -1px;
	}

	.z-news-a1-btn .swiper-button-next {
		width: 20px;
		height: 20px;
		margin: 0;
		right: calc(50% - 20px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

	.z-news-a1-btn .swiper-button-prev {
		width: 13px;
		height: 20px;
		margin: 0;

		left: calc(50% - 13px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}


}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.hezuo_goodbox {
		width: 85%;
		margin: 0 auto;
	}

	.hezuo_list {
		width: 100%;
		position: relative;
		padding-bottom: 78px;
	}

	.hezuohuoban {
		width: 100%;
	}

	.hezuohuoban .swiper-slide {
		width: auto;
		height: 150px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.hezuohuoban .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.hezuohuoban .swiper-slide img {
		box-shadow: 0 0 3px 3px #FDFDFD;
		margin: 15px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.z-news-a1-btn {
		width: 100%;
		height: 20px;
		position: relative;
	}

	.z-news-a1-btn .swiper-scrollbar {
		height: 2px;
		width: 125px;
		margin: 0 auto;
		background-color: #F18700;
	}

	.z-news-a1-btn .swiper-scrollbar .swiper-scrollbar-drag {
		height: 5px;
		background-color: #F18700;
		top: -1px;
	}

	.z-news-a1-btn .swiper-button-next {
		width: 20px;
		height: 20px;
		margin: 0;
		right: calc(50% - 20px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

	.z-news-a1-btn .swiper-button-prev {
		width: 13px;
		height: 20px;
		margin: 0;

		left: calc(50% - 13px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}



}

@media only screen and (max-width: 1023px) {
	.hezuo_goodbox {
		width: 85%;
		margin: 0 auto;
	}

	.hezuo_list {
		width: 100%;
		position: relative;
		padding-bottom: 78px;
	}

	.hezuohuoban {
		width: 100%;
	}

	.hezuohuoban .swiper-slide {
		width: auto;
		height: 150px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.hezuohuoban .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;

	}

	.hezuohuoban .swiper-slide img {
		box-shadow: 0 0 3px 3px #FDFDFD;
		margin: 15px;
	}

	.z-news-a1-btn {
		width: 100%;
		height: 20px;
		position: relative;
	}

	.z-news-a1-btn .swiper-scrollbar {
		height: 2px;
		width: 125px;
		margin: 0 auto;
		background-color: #F18700;
	}

	.z-news-a1-btn .swiper-scrollbar .swiper-scrollbar-drag {
		height: 5px;
		background-color: #F18700;
		top: -1px;
	}

	.z-news-a1-btn .swiper-button-next {
		width: 20px;
		height: 20px;
		margin: 0;
		right: calc(50% - 20px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

	.z-news-a1-btn .swiper-button-prev {
		width: 13px;
		height: 20px;
		margin: 0;

		left: calc(50% - 13px / 2 - 120px);
		top: -7px;
		color: #F18700;
	}

}

/* 运车常识 */
@media only screen and (min-width: 1800px) {
	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	.cs_content {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.cs_item {
		width: 30%;
		display: block;
		padding: 20px 20px;
		border: 1px solid #f2f2f2;
		margin-top: 34px;
		margin-right:2%;
	}

	.cs_date {
		font-size: 21px;
		color: #9C9C9C;
	}

	.cs_title {
		font-weight: bold;
		font-size: 20px;
		margin: 18px 0;
	}

	.cs_img {
		margin-top: 2em;
		
	}

	.cs_img img {
		width: 23vw;
		height:23vw
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	
	.cs_content {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.cs_item {
		width: 30%;
		display: block;
		padding: 20px 20px;
		border: 1px solid #f2f2f2;
		margin-top: 34px;
		margin-right:2%;
	}

	.cs_date {
		font-size: 21px;
		color: #9C9C9C;
	}

	.cs_title {
		font-weight: bold;
		font-size: 20px;
		margin: 18px 0;
	}

	.cs_img {
		margin-top: 2em;
	}

	.cs_img img {
		width: 23vw;
		height:23vw

	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	
	.cs_content {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.cs_item {
		width: 30%;
		display: block;
		padding: 20px 20px;
		border: 1px solid #f2f2f2;
		margin-top: 34px;
		margin-right:2%;
	}

	.cs_date {
		font-size: 21px;
		color: #9C9C9C;
	}

	.cs_title {
		font-weight: bold;
		font-size: 20px;
		margin: 18px 0;
	}

	.cs_img {
		margin-top: 2em;
	}

	.cs_img img {
		width: 23vw;
		height:23vw
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	
	.cs_content {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.cs_item {
		width: 30%;
		display: block;
		padding: 20px 20px;
		border: 1px solid #f2f2f2;
		margin-top: 34px;
		margin-right:2%;
	}
	.cs_date {
		font-size: 21px;
		color: #9C9C9C;
	}

	.cs_title {
		font-weight: bold;
		font-size: 20px;
		margin: 18px 0;
	}

	.cs_img {
		margin-top: 2em;
	}

	.cs_img img {
		
		width: 23vw;
		height:23vw
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	
	.cs_content {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.cs_item {
		width: 30%;
		display: block;
		padding: 20px 20px;
		border: 1px solid #f2f2f2;
		margin-top: 34px;
		margin-right:2%;
	}

	.cs_date {
		font-size: 21px;
		color: #9C9C9C;
	}

	.cs_title {
		font-weight: bold;
		font-size: 20px;
		margin: 18px 0;
	}

	.cs_img {
		margin-top: 2em;
	}

	.cs_img img {
		width: 23vw;
		height:23vw

	}
}

@media only screen and (max-width: 1023px) {
	.z-product-a1 {
		background: #fff;
		height: 95px;
		width: 100%;
	}

	.z-product-a1 .z-width {
		overflow-x: auto;
		white-space: nowrap;
	}

	.z-product-a1-d1 {
		font-size: 18px;
		color: #333333;
		line-height: 95px;
		margin-right: 95px;
		float: none;
		display: inline-block;
	}

	.z-product-a1-d1.ac {
		border-bottom: 4px solid #F18700;
	}

	.cs_content {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;

	}

	.cs_item {
		width: 48%;
		display: block;
		padding: 1%;
		border: 1px solid #f2f2f2;
		margin-top: 2%;
		margin-right: 2%;
	}

	.cs_date {
		font-size: 0.2rem;
		color: #9C9C9C;
	}

	.cs_title {
		font-weight: bold;
		font-size: 0.3rem;
		margin: 0.1rem 0;
	}

	.cs_img {
		margin-top: 2em;
	}

	.cs_img img {
		width: 46vw;
		height:46vw
	}
}

/* 运车案例列表 */

@media only screen and (min-width: 1800px) {
	.z-product-a3 {
		width: 100%;
		position: relative;
	}

	.z-product-a3-img {
		position: absolute;
		width: 715px;
		right: 0;
		top: 405px;
	}

	.z-product-a3-box {
		padding-top: 100px;
	}

	.z-product-a3-list {
		width: 100%;
		height: 407px;
		margin-bottom: 85px;
		position: relative;
	}

	.z-product-a3-list-d1 {
		font-size: 145px;
		line-height: 145px;
		color: transparent;
		-webkit-text-stroke-color: #00225c;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: -70px;
		right: 25px;
		z-index: 2;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-list-d1 {
		left: -56px;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-list-d1 {
		right: 0;
	}



	.z-product-a3-list:last-child {
		margin-bottom: 0;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fl {
		float: left;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fr {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fl {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fr {
		float: left;
	}

	.z-product-a3-fl {
		width: 48%;
		height: 100%;
		overflow: hidden;
	}

	.z-product-a3-fr {
		width: 48%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.z-product-a3-fr div {
		max-width: 100%;
	}

	.z-product-a3-fr .z-product-a3-fr-tit1 {
		color: #454545;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit2 {
		font-size: 20px;
		color: #333333;
		margin-bottom: 32px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit3 {
		color: #535353;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.z-product-a3-fr-tit4 {
		opacity: 0;
		width: 56px;
		height: 56px;
		transition: .5s;
		position: relative;
		z-index: 2;
	}

	.z-product-a3-list:hover .z-product-a3-fr-tit4 {
		opacity: 1;
		transition: .5s;
	}

	.z-product-a3-list:hover .z-product-a3-fl img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a3-fl img {
		transition: .5s;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.z-product-a3 {
		width: 100%;
		position: relative;
	}

	.z-product-a3-img {
		position: absolute;
		width: 715px;
		right: 0;
		top: 405px;
	}

	.z-product-a3-box {
		padding-top: 100px;
	}

	.z-product-a3-list {
		width: 100%;
		height: 407px;
		margin-bottom: 135px;
		position: relative;
	}

	.z-product-a3-list-d1 {
		font-size: 145px;
		line-height: 145px;
		color: transparent;
		-webkit-text-stroke-color: #00225c;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: -70px;
		right: 25px;
		z-index: 2;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-list-d1 {
		left: -56px;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-list-d1 {
		right: 0;
	}



	.z-product-a3-list:last-child {
		margin-bottom: 0;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fl {
		float: left;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fr {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fl {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fr {
		float: left;
	}

	.z-product-a3-fl {
		width: 48%;
		height: 100%;
		overflow: hidden;
	}

	.z-product-a3-fr {
		width: 48%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.z-product-a3-fr div {
		max-width: 100%;
	}

	.z-product-a3-fr .z-product-a3-fr-tit1 {
		color: #454545;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit2 {
		font-size: 20px;
		color: #333333;
		margin-bottom: 32px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit3 {
		color: #535353;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.z-product-a3-fr-tit4 {
		opacity: 0;
		width: 56px;
		height: 56px;
		transition: .5s;
		position: relative;
		z-index: 2;
	}

	.z-product-a3-list:hover .z-product-a3-fr-tit4 {
		opacity: 1;
		transition: .5s;
	}

	.z-product-a3-list:hover .z-product-a3-fl img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a3-fl img {
		transition: .5s;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.z-product-a3 {
		width: 100%;
		position: relative;
	}

	.z-product-a3-img {
		position: absolute;
		width: 715px;
		right: 0;
		top: 405px;
	}

	.z-product-a3-box {
		padding-top: 100px;
	}

	.z-product-a3-list {
		width: 100%;
		height: 407px;
		margin-bottom: 135px;
		position: relative;
	}

	.z-product-a3-list-d1 {
		font-size: 145px;
		line-height: 145px;
		color: transparent;
		-webkit-text-stroke-color: #00225c;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: -70px;
		right: 25px;
		z-index: 2;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-list-d1 {
		left: -56px;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-list-d1 {
		right: 0;
	}



	.z-product-a3-list:last-child {
		margin-bottom: 0;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fl {
		float: left;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fr {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fl {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fr {
		float: left;
	}

	.z-product-a3-fl {
		width: 48%;
		height: 100%;
		overflow: hidden;
	}

	.z-product-a3-fr {
		width: 48%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.z-product-a3-fr div {
		max-width: 100%;
	}

	.z-product-a3-fr .z-product-a3-fr-tit1 {
		color: #454545;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit2 {
		font-size: 20px;
		color: #333333;
		margin-bottom: 32px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit3 {
		color: #535353;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.z-product-a3-fr-tit4 {
		opacity: 0;
		width: 56px;
		height: 56px;
		transition: .5s;
		position: relative;
		z-index: 2;
	}

	.z-product-a3-list:hover .z-product-a3-fr-tit4 {
		opacity: 1;
		transition: .5s;
	}

	.z-product-a3-list:hover .z-product-a3-fl img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a3-fl img {
		transition: .5s;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.z-product-a3 {
		width: 100%;
		position: relative;
	}

	.z-product-a3-img {
		position: absolute;
		width: 715px;
		right: 0;
		top: 405px;
	}

	.z-product-a3-box {
		padding-top: 100px;
	}

	.z-product-a3-list {
		width: 100%;
		height: 407px;
		margin-bottom: 135px;
		position: relative;
	}

	.z-product-a3-list-d1 {
		font-size: 145px;
		line-height: 145px;
		color: transparent;
		-webkit-text-stroke-color: #00225c;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: -70px;
		right: 25px;
		z-index: 2;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-list-d1 {
		left: -56px;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-list-d1 {
		right: 0;
	}



	.z-product-a3-list:last-child {
		margin-bottom: 0;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fl {
		float: left;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fr {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fl {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fr {
		float: left;
	}

	.z-product-a3-fl {
		width: 48%;
		height: 100%;
		overflow: hidden;
	}

	.z-product-a3-fr {
		width: 48%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.z-product-a3-fr div {
		max-width: 100%;
	}

	.z-product-a3-fr .z-product-a3-fr-tit1 {
		color: #454545;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit2 {
		font-size: 20px;
		color: #333333;
		margin-bottom: 32px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit3 {
		color: #535353;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.z-product-a3-fr-tit4 {
		opacity: 0;
		width: 56px;
		height: 56px;
		transition: .5s;
		position: relative;
		z-index: 2;
	}

	.z-product-a3-list:hover .z-product-a3-fr-tit4 {
		opacity: 1;
		transition: .5s;
	}

	.z-product-a3-list:hover .z-product-a3-fl img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a3-fl img {
		transition: .5s;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.z-product-a3 {
		width: 100%;
		position: relative;
	}

	.z-product-a3-img {
		position: absolute;
		width: 715px;
		right: 0;
		top: 405px;
	}

	.z-product-a3-box {
		padding-top: 100px;
	}

	.z-product-a3-list {
		width: 100%;
		height: 407px;
		margin-bottom: 45px;
		position: relative;
	}

	.z-product-a3-list-d1 {
		font-size: 145px;
		line-height: 145px;
		color: transparent;
		-webkit-text-stroke-color: #00225c;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: -70px;
		right: 25px;
		z-index: 2;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-list-d1 {
		left: -56px;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-list-d1 {
		right: 0;
	}



	.z-product-a3-list:last-child {
		margin-bottom: 0;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fl {
		float: left;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fr {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fl {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fr {
		float: left;
	}

	.z-product-a3-fl {
		width: 48%;
		height: 100%;
		overflow: hidden;
	}

	.z-product-a3-fr {
		width: 48%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.z-product-a3-fr div {
		max-width: 100%;
	}

	.z-product-a3-fr .z-product-a3-fr-tit1 {
		color: #454545;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit2 {
		font-size: 20px;
		color: #333333;
		margin-bottom: 32px;
	}

	.z-product-a3-fr .z-product-a3-fr-tit3 {
		color: #535353;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.z-product-a3-fr-tit4 {
		opacity: 0;
		width: 56px;
		height: 56px;
		transition: .5s;
		position: relative;
		z-index: 2;
	}

	.z-product-a3-list:hover .z-product-a3-fr-tit4 {
		opacity: 1;
		transition: .5s;
	}

	.z-product-a3-list:hover .z-product-a3-fl img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a3-fl img {
		transition: .5s;
	}
}

@media only screen and (max-width: 1023px) {
	.z-product-a3 {
		width: 100%;
		position: relative;
	}

	.z-product-a3-img {
		position: absolute;
		width: .7rem;
		right: 0;
		top: 4rem;
	}

	.z-product-a3-box {
		padding: 1rem .3rem 0;
	}

	.z-product-a3-list {
		width: 100%;
		margin-bottom: .5rem;
		position: relative;
	}

	.z-product-a3-list-d1 {
		display: none;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-list-d1 {
		right: 0;
		top: -.5rem;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-list-d1 {
		left: 0;
		top: -.5rem;
	}

	.z-product-a3-list:hover .z-product-a3-list-d1 {
		opacity: 1;
		transition: .5s;
	}

	.z-product-a3-list:last-child {
		margin-bottom: 0;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fl {
		float: left;
	}

	.z-product-a3-list:nth-child(odd) .z-product-a3-fr {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fl {
		float: right;
	}

	.z-product-a3-list:nth-child(even) .z-product-a3-fr {
		float: left;
	}

	.z-product-a3-fl {
		width: 100%;
		overflow: hidden;
	}

	.z-product-a3-fr {
		width: 100%;
		padding-top: .3rem;
	}

	.z-product-a3-fr>div {
		width: 100%;
	}

	.z-product-a3-fr .z-product-a3-fr-tit1 {
		color: #454545;
		font-size: .3rem;
		font-weight: bold;
		margin-bottom: .2rem;
	}

	.z-product-a3-fr .z-product-a3-fr-tit2 {
		font-size: .26rem;
		color: #333333;
		margin-bottom: .3rem;
	}

	.z-product-a3-fr .z-product-a3-fr-tit3 {
		color: #535353;
		font-size: .24rem;
		line-height: .42rem;
		margin-bottom: .5rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}

	.z-product-a3-fr-tit4 {
		display: none;
	}

	.z-product-a3-list:hover .z-product-a3-fl img {
		transition: .5s;
		transform: scale(1.06);
	}

	.z-product-a3-fl img {
		transition: .5s;
	}
}

/* 案例轮播 */

@media only screen and (min-width: 1640px) {
	.about6-a1 {
		width: 100%;
		overflow: hidden;
	}

	.about6-a2 {
		width: 100%;
		position: relative;
		margin: 0 0 40px;
	}

	.about6-a2 .swiper {
		width: calc(950px*3);
		height: 510px;
		position: relative;
		margin: 0 0 0 calc(50% - 950px*3/2);
		overflow: visible;
	}

	.about6-a2 .swiper-slide {
		width: calc(100%/3);
		height: 100%;
		position: relative;
	}

	.about6-a3 {
		width: 624px;
		height: 366px;
		position: absolute;
		top: calc(50% - 366px/2);
		left: calc(50% - 624px/2);
		border-radius: 10px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		cursor: pointer;
		transition: 0.5s all;
	}

	.about6-a2 .swiper-slide-prev .about6-a3 {
		left: calc(100% - 75px - 624px);
	}

	.about6-a2 .swiper-slide-next .about6-a3 {
		left: 75px;
	}

	.about6-a2 .swiper-slide-active .about6-a3 {
		width: 800px;
		height: 470px;
		top: calc(50% - 470px/2);
		left: calc(50% - 800px/2);
	}

	.about6-a3 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about6-a3:hover img {
		transform: scale(1.05);
	}

	.about6-a4 {
		display: none;
	}

	.about6-a5.swiper-button-prev,
	.about6-a5.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(246, 246, 246, 0.5);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 54px/2);
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
		transition: 0.5s all;
	}

	.about6-a5:hover {
		background: rgba(246, 246, 246, 1);
	}

	.about6-a5.swiper-button-prev {
		left: calc(50% - 510px);
	}

	.about6-a5.swiper-button-next {
		right: calc(50% - 510px);
	}

	.about6-a5.swiper-button-prev:after {
		content: '';
	}

	.about6-a5.swiper-button-next:after {
		content: '';
	}

	.about6-a5 img {
		transition: 0.5s all;
	}

	.about6-a5 img:nth-child(1) {
		opacity: 1;
	}

	.about6-a5 img:nth-child(2) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(1) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(2) {
		opacity: 1;
	}

	.about6-a5.swiper-button-prev img {
		width: 21px;
		height: 21px;
		position: absolute;
		top: calc(50% - 21px/2);
		left: calc(50% - 20px/2);
	}

	.about6-a5.swiper-button-next img {
		width: 21px;
		height: 21px;
		position: absolute;
		top: calc(50% - 21px/2);
		left: calc(50% - 20px/2);
	}

	.about6-a5.swiper-button-prev:hover img {
		left: calc(50% - 21px/2 - 5px);
	}

	.about6-a5.swiper-button-next:hover img {
		right: calc(50% - 21px/2 - 5px);
	}

	.about6-a5 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.about6-a5:hover div {
		background: #F18700;
		width: 15px;
	}

	.about6-a5.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.about6-a5.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.about6-a5.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.about6-a5.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.about6-a6 {
		width: 960px;
		margin: 0 auto 40px;
		font-size: 24px;
		line-height: 36px;
		color: #333333;
		text-align: center;
	}

	.about6-a1 .bt2-a1 {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.about6-a1 {
		width: 100%;
		overflow: hidden;
	}

	.about6-a2 {
		width: 100%;
		position: relative;
		margin: 0 0 40px;
	}

	.about6-a2 .swiper {
		width: calc(950px*3);
		height: 510px;
		position: relative;
		margin: 0 0 0 calc(50% - 950px*3/2);
		overflow: visible;
	}

	.about6-a2 .swiper-slide {
		width: calc(100%/3);
		height: 100%;
		position: relative;
	}

	.about6-a3 {
		width: 624px;
		height: 366px;
		position: absolute;
		top: calc(50% - 366px/2);
		left: calc(50% - 624px/2);
		border-radius: 10px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		cursor: pointer;
		transition: 0.5s all;
	}

	.about6-a2 .swiper-slide-prev .about6-a3 {
		left: calc(100% - 75px - 624px);
	}

	.about6-a2 .swiper-slide-next .about6-a3 {
		left: 75px;
	}

	.about6-a2 .swiper-slide-active .about6-a3 {
		width: 800px;
		height: 470px;
		top: calc(50% - 470px/2);
		left: calc(50% - 800px/2);
	}

	.about6-a3 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about6-a3:hover img {
		transform: scale(1.05);
	}

	.about6-a4 {
		display: none;
	}

	.about6-a5.swiper-button-prev,
	.about6-a5.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(246, 246, 246, 0.5);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 54px/2);
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
		transition: 0.5s all;
	}

	.about6-a5:hover {
		background: rgba(246, 246, 246, 1);
	}

	.about6-a5.swiper-button-prev {
		left: calc(50% - 510px);
	}

	.about6-a5.swiper-button-next {
		right: calc(50% - 510px);
	}

	.about6-a5.swiper-button-prev:after {
		content: '';
	}

	.about6-a5.swiper-button-next:after {
		content: '';
	}

	.about6-a5 img {
		transition: 0.5s all;
	}

	.about6-a5 img:nth-child(1) {
		opacity: 1;
	}

	.about6-a5 img:nth-child(2) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(1) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(2) {
		opacity: 1;
	}

	.about6-a5.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.about6-a5.swiper-button-next img {
		width: 21px;
		height: 21px;
		position: absolute;
		top: calc(50% - 21px/2);
		right: calc(50% - 21px/2);
	}

	.about6-a5.swiper-button-prev:hover img {
		left: calc(50% - 21px/2 - 5px);
	}

	.about6-a5.swiper-button-next:hover img {
		right: calc(50% - 21px/2 - 5px);
	}

	.about6-a5 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.about6-a5:hover div {
		background: #F18700;
		width: 15px;
	}

	.about6-a5.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.about6-a5.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.about6-a5.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.about6-a5.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.about6-a6 {
		width: 960px;
		margin: 0 auto 40px;
		font-size: 24px;
		line-height: 36px;
		color: #333333;
		text-align: center;
	}

	.about6-a1 .bt2-a1 {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.about6-a1 {
		width: 100%;
		overflow: hidden;
	}

	.about6-a2 {
		width: 100%;
		position: relative;
		margin: 0 0 40px;
	}

	.about6-a2 .swiper {
		width: calc(950px*3);
		height: 510px;
		position: relative;
		margin: 0 0 0 calc(50% - 950px*3/2);
		overflow: visible;
	}

	.about6-a2 .swiper-slide {
		width: calc(100%/3);
		height: 100%;
		position: relative;
	}

	.about6-a3 {
		width: 624px;
		height: 366px;
		position: absolute;
		top: calc(50% - 366px/2);
		left: calc(50% - 624px/2);
		border-radius: 10px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		cursor: pointer;
		transition: 0.5s all;
	}

	.about6-a2 .swiper-slide-prev .about6-a3 {
		left: calc(100% - 75px - 624px);
	}

	.about6-a2 .swiper-slide-next .about6-a3 {
		left: 75px;
	}

	.about6-a2 .swiper-slide-active .about6-a3 {
		width: 800px;
		height: 470px;
		top: calc(50% - 470px/2);
		left: calc(50% - 800px/2);
	}

	.about6-a3 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about6-a3:hover img {
		transform: scale(1.05);
	}

	.about6-a4 {
		display: none;
	}

	.about6-a5.swiper-button-prev,
	.about6-a5.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(246, 246, 246, 0.5);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 54px/2);
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
		transition: 0.5s all;
	}

	.about6-a5:hover {
		background: rgba(246, 246, 246, 1);
	}

	.about6-a5.swiper-button-prev {
		left: calc(50% - 510px);
	}

	.about6-a5.swiper-button-next {
		right: calc(50% - 510px);
	}

	.about6-a5.swiper-button-prev:after {
		content: '';
	}

	.about6-a5.swiper-button-next:after {
		content: '';
	}

	.about6-a5 img {
		transition: 0.5s all;
	}

	.about6-a5 img:nth-child(1) {
		opacity: 1;
	}

	.about6-a5 img:nth-child(2) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(1) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(2) {
		opacity: 1;
	}

	.about6-a5.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.about6-a5.swiper-button-next img {
		width: 21px;
		height: 21px;
		position: absolute;
		top: calc(50% - 21px/2);
		right: calc(50% - 21px/2);
	}

	.about6-a5.swiper-button-prev:hover img {
		left: calc(50% - 21px/2 - 5px);
	}

	.about6-a5.swiper-button-next:hover img {
		right: calc(50% - 21px/2 - 5px);
	}

	.about6-a5 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.about6-a5:hover div {
		background: #F18700;
		width: 15px;
	}

	.about6-a5.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.about6-a5.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.about6-a5.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.about6-a5.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.about6-a6 {
		width: 960px;
		margin: 0 auto 40px;
		font-size: 24px;
		line-height: 36px;
		color: #333333;
		text-align: center;
	}

	.about6-a1 .bt2-a1 {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.about6-a1 {
		width: 100%;
		overflow: hidden;
	}

	.about6-a2 {
		width: 100%;
		position: relative;
		margin: 0 0 30px;
	}

	.about6-a2 .swiper {
		width: calc(640px*3);
		height: 340px;
		position: relative;
		margin: 0 0 0 calc(50% - 640px*3/2);
		overflow: visible;
	}

	.about6-a2 .swiper-slide {
		width: calc(100%/3);
		height: 100%;
		position: relative;
	}

	.about6-a3 {
		width: 408px;
		height: 240px;
		position: absolute;
		top: calc(50% - 240px/2);
		left: calc(50% - 408px/2);
		border-radius: 10px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		cursor: pointer;
		transition: 0.5s all;
	}

	.about6-a2 .swiper-slide-prev .about6-a3 {
		left: calc(100% - 65px - 408px);
	}

	.about6-a2 .swiper-slide-next .about6-a3 {
		left: 65px;
	}

	.about6-a2 .swiper-slide-active .about6-a3 {
		width: 510px;
		height: 300px;
		top: calc(50% - 300px/2);
		left: calc(50% - 510px/2);
	}

	.about6-a3 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about6-a3:hover img {
		transform: scale(1.05);
	}

	.about6-a4 {
		display: none;
	}

	.about6-a5.swiper-button-prev,
	.about6-a5.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(246, 246, 246, 0.5);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 54px/2);
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
		transition: 0.5s all;
	}

	.about6-a5:hover {
		background: rgba(246, 246, 246, 1);
	}

	.about6-a5.swiper-button-prev {
		left: calc(50% - 350px);
	}

	.about6-a5.swiper-button-next {
		right: calc(50% - 350px);
	}

	.about6-a5.swiper-button-prev:after {
		content: '';
	}

	.about6-a5.swiper-button-next:after {
		content: '';
	}

	.about6-a5 img {
		transition: 0.5s all;
	}

	.about6-a5 img:nth-child(1) {
		opacity: 1;
	}

	.about6-a5 img:nth-child(2) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(1) {
		opacity: 0;
	}

	.about6-a5:hover img:nth-child(2) {
		opacity: 1;
	}

	.about6-a5.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.about6-a5.swiper-button-next img {
		width: 21px;
		height: 21px;
		position: absolute;
		top: calc(50% - 21px/2);
		right: calc(50% - 21px/2);
	}

	.about6-a5.swiper-button-prev:hover img {
		left: calc(50% - 21px/2 - 5px);
	}

	.about6-a5.swiper-button-next:hover img {
		right: calc(50% - 21px/2 - 5px);
	}

	.about6-a5 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.about6-a5:hover div {
		background: #F18700;
		width: 15px;
	}

	.about6-a5.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.about6-a5.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.about6-a5.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.about6-a5.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.about6-a6 {
		width: 960px;
		margin: 0 auto 30px;
		font-size: 20px;
		line-height: 30px;
		color: #333333;
		text-align: center;
	}

	.about6-a1 .bt2-a1 {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1023px) {
	.about6-a1 {
		width: 100%;
		overflow: hidden;
	}

	.about6-a2 {
		width: 100%;
		position: relative;
		margin: 0 0 0.4rem;
	}

	.about6-a2 .swiper {
		width: calc(6rem*3);
		height: 3.4rem;
		position: relative;
		margin: 0 0 0 calc(50% - 6rem*3/2);
		overflow: visible;
	}

	.about6-a2 .swiper-slide {
		width: calc(100%/3);
		height: 100%;
		position: relative;
	}

	.about6-a3 {
		width: 4.08rem;
		height: 2.4rem;
		position: absolute;
		top: calc(50% - 2.4rem/2);
		left: calc(50% - 4.08rem/2);
		border-radius: 0.1rem;
		box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
		cursor: pointer;
		transition: 0.5s all;
	}

	.about6-a2 .swiper-slide-prev .about6-a3 {
		left: calc(100% - 0.45rem - 4.08rem);
	}

	.about6-a2 .swiper-slide-next .about6-a3 {
		left: 0.45rem;
	}

	.about6-a2 .swiper-slide-active .about6-a3 {
		width: 5.1rem;
		height: 3rem;
		top: calc(50% - 3rem/2);
		left: calc(50% - 5.1rem/2);
	}

	.about6-a3 img {
		min-height: 100%;
	}

	.about6-a4 {
		display: none;
	}

	.about6-a5.swiper-button-prev,
	.about6-a5.swiper-button-next {
		width: 0.6rem;
		height: 0.6rem;
		background: rgba(246, 246, 246, 1);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 0.6rem/2);
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.about6-a5.swiper-button-prev {
		left: calc(50% - 3.3rem);
	}

	.about6-a5.swiper-button-next {
		right: calc(50% - 3.3rem);
	}

	.about6-a5.swiper-button-prev:after {
		content: '';
	}

	.about6-a5.swiper-button-next:after {
		content: '';
	}

	.about6-a5 img:nth-child(1) {
		opacity: 1;
	}

	.about6-a5 img:nth-child(2) {
		opacity: 0;
	}

	.about6-a5.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.about6-a5.swiper-button-next img {
		width: 21px;
		height: 21px;
		position: absolute;
		top: calc(50% - 21px/2);
		right: calc(50% - 21px/2);
	}

	.about6-a5 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.about6-a5.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.about6-a5.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.about6-a6 {
		width: 100%;
		margin: 0 auto 0.4rem;
		font-size: 0.28rem;
		line-height: 0.36rem;
		color: #333333;
		text-align: center;
		padding: 0 0.3rem;
	}

	.about6-a1 .bt2-a1 {
		margin: 0 auto;
	}
}

/* 城市网点 */
@media only screen and (min-width: 1800px) {
	.xg_about_life {
		width: 85%;
		margin: 0 auto;
		margin-bottom: 130px;
		position: relative;
	}

	.xg_about_life_box {
		width: 100%;
		height: 546px;
		background: #fafafa;
		padding: 35px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.xg_ph_about_life_box {
		display: none;
	}

	.xg_ph_about_style_box {
		display: none;
	}

	.xg_about_life_img {
		width: 715px;
		height: 100%;
		float: left;
		overflow: hidden;
	}

	.xg_about_life_img img {
		width: 100%;
		height: 100%;
		transition: .5s;

	}

	.xg_about_life_img:hover img {
		transform: scale(1.1);
		transition: .5s;
	}

	.xg_about_life_text {
		width: calc(100% - 715px);

		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
	}

	.xg_about_life_textli {
		width: 100%;
		height: calc(100%/3);
		padding-left: 68px;
		position: relative;
		display: flex;
		align-items: center;

		box-sizing: border-box;
	}

	.xg_about_life_textli_num {
		font-size: 68px;
		line-height: 68px;
		height: 68px;
		color: transparent;
		-webkit-text-stroke-color: #c1c1c1;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_about_life_text_con {
		width: 100%;
	}

	.xg_about_life_textli_w1 {
		font-size: 20px;
		line-height: 20px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 22px;
	}

	.xg_about_life_textli_w2 {
		font-size: 16px;
		line-height: 30px;
		color: #909090;
	}

	.xg_about_life_textli:hover {
		background-color: #F18700;
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w1 {
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w2 {
		color: #fff;
	}

	.xg_about_life_text::-webkit-scrollbar-thumb {
		background: #F18700;
	}

	.xg_about_life_text::-webkit-scrollbar {
		width: 5px;
	}

	.xg_about_life_text::-webkit-scrollbar-track {
		background: #eeeeee;
	}

	.xg_about_life_textli_check .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w1 {
		color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w2 {
		color: #454545;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.xg_about_life {
		width: 85%;
		margin: 0 auto;
		margin-bottom: 130px;
		position: relative;
	}

	.xg_about_life_box {
		width: 100%;
		height: 546px;
		background: #fafafa;
		padding: 35px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.xg_ph_about_life_box {
		display: none;
	}

	.xg_ph_about_style_box {
		display: none;
	}

	.xg_about_life_img {
		width: 715px;
		height: 100%;
		float: left;
		overflow: hidden;
	}

	.xg_about_life_img img {
		width: 100%;
		height: 100%;
		transition: .5s;

	}

	.xg_about_life_img:hover img {
		transform: scale(1.1);
		transition: .5s;
	}

	.xg_about_life_text {
		width: calc(100% - 715px);

		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
	}

	.xg_about_life_textli {
		width: 100%;
		height: calc(100%/3);
		padding-left: 68px;
		position: relative;
		display: flex;
		align-items: center;

		box-sizing: border-box;
	}

	.xg_about_life_textli_num {
		font-size: 68px;
		line-height: 68px;
		height: 68px;
		color: transparent;
		-webkit-text-stroke-color: #c1c1c1;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_about_life_text_con {
		width: 100%;
	}

	.xg_about_life_textli_w1 {
		font-size: 20px;
		line-height: 20px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 22px;
	}

	.xg_about_life_textli_w2 {
		font-size: 16px;
		line-height: 30px;
		color: #909090;
	}

	.xg_about_life_textli:hover {
		background-color: #F18700;
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w1 {
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w2 {
		color: #fff;
	}

	.xg_about_life_text::-webkit-scrollbar-thumb {
		background: #F18700;
	}

	.xg_about_life_text::-webkit-scrollbar {
		width: 5px;
	}

	.xg_about_life_text::-webkit-scrollbar-track {
		background: #eeeeee;
	}

	.xg_about_life_textli_check .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w1 {
		color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w2 {
		color: #454545;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.xg_about_life {
		width: 85%;
		margin: 0 auto;
		margin-bottom: 130px;
		position: relative;
	}

	.xg_about_life_box {
		width: 100%;
		height: 546px;
		background: #fafafa;
		padding: 35px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.xg_ph_about_life_box {
		display: none;
	}

	.xg_ph_about_style_box {
		display: none;
	}

	.xg_about_life_img {
		width: 715px;
		height: 100%;
		float: left;
		overflow: hidden;
	}

	.xg_about_life_img img {
		width: 100%;
		height: 100%;
		transition: .5s;

	}

	.xg_about_life_img:hover img {
		transform: scale(1.1);
		transition: .5s;
	}

	.xg_about_life_text {
		width: calc(100% - 715px);

		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
	}

	.xg_about_life_textli {
		width: 100%;
		height: calc(100%/3);
		padding-left: 68px;
		position: relative;
		display: flex;
		align-items: center;

		box-sizing: border-box;
	}

	.xg_about_life_textli_num {
		font-size: 68px;
		line-height: 68px;
		height: 68px;
		color: transparent;
		-webkit-text-stroke-color: #c1c1c1;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_about_life_text_con {
		width: 100%;
	}

	.xg_about_life_textli_w1 {
		font-size: 20px;
		line-height: 20px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 22px;
	}

	.xg_about_life_textli_w2 {
		font-size: 16px;
		line-height: 30px;
		color: #909090;
	}

	.xg_about_life_textli:hover {
		background-color: #F18700;
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w1 {
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w2 {
		color: #fff;
	}

	.xg_about_life_text::-webkit-scrollbar-thumb {
		background: #F18700;
	}

	.xg_about_life_text::-webkit-scrollbar {
		width: 5px;
	}

	.xg_about_life_text::-webkit-scrollbar-track {
		background: #eeeeee;
	}

	.xg_about_life_textli_check .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w1 {
		color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w2 {
		color: #454545;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.xg_about_life {
		width: 85%;
		margin: 0 auto;
		margin-bottom: 130px;
		position: relative;
	}

	.xg_about_life_box {
		width: 100%;
		height: 546px;
		background: #fafafa;
		padding: 35px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.xg_ph_about_life_box {
		display: none;
	}

	.xg_ph_about_style_box {
		display: none;
	}

	.xg_about_life_img {
		width: 715px;
		height: 100%;
		float: left;
		overflow: hidden;
	}

	.xg_about_life_img img {
		width: 100%;
		height: 100%;
		transition: .5s;

	}

	.xg_about_life_img:hover img {
		transform: scale(1.1);
		transition: .5s;
	}

	.xg_about_life_text {
		width: calc(100% - 715px);

		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
	}

	.xg_about_life_textli {
		width: 100%;
		height: calc(100%/3);
		padding-left: 68px;
		position: relative;
		display: flex;
		align-items: center;

		box-sizing: border-box;
	}

	.xg_about_life_textli_num {
		font-size: 68px;
		line-height: 68px;
		height: 68px;
		color: transparent;
		-webkit-text-stroke-color: #c1c1c1;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_about_life_text_con {
		width: 100%;
	}

	.xg_about_life_textli_w1 {
		font-size: 20px;
		line-height: 20px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 22px;
	}

	.xg_about_life_textli_w2 {
		font-size: 16px;
		line-height: 30px;
		color: #909090;
	}

	.xg_about_life_textli:hover {
		background-color: #F18700;
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w1 {
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w2 {
		color: #fff;
	}

	.xg_about_life_text::-webkit-scrollbar-thumb {
		background: #F18700;
	}

	.xg_about_life_text::-webkit-scrollbar {
		width: 5px;
	}

	.xg_about_life_text::-webkit-scrollbar-track {
		background: #eeeeee;
	}

	.xg_about_life_textli_check .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w1 {
		color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w2 {
		color: #454545;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.xg_about_life {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 90px;
		position: relative;
	}

	.xg_about_life_box {
		width: 100%;
		height: 350px;
		background: #fafafa;
		padding: 35px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.xg_ph_about_life_box {
		display: none;
	}

	.xg_ph_about_style_box {
		display: none;
	}

	.xg_about_life_img {
		width: 460px;
		height: 100%;
		float: left;
		overflow: hidden;
	}

	.xg_about_life_img img {
		width: 100%;
		height: 100%;
		transition: .5s;

	}

	.xg_about_life_img:hover img {
		transform: scale(1.1);
		transition: .5s;
	}

	.xg_about_life_text {
		width: calc(100% - 460px);

		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
	}

	.xg_about_life_textli {
		width: 100%;
		height: calc(100%/3);
		padding-left: 30px;
		position: relative;
		display: flex;
		align-items: center;

		box-sizing: border-box;
	}

	.xg_about_life_textli_num {
		font-size: 50px;
		line-height: 50px;
		height: 50px;
		color: transparent;
		-webkit-text-stroke-color: #c1c1c1;
		-webkit-text-stroke-width: 1px;
		font-family: 'Oswald';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_about_life_text_con {
		width: 100%;
	}

	.xg_about_life_textli_w1 {
		font-size: 16px;
		line-height: 16px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.xg_about_life_textli_w2 {
		font-size: 14px;
		line-height: 25px;
		color: #909090;
	}

	.xg_about_life_textli:hover {
		background-color: #F18700;
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w1 {
		color: #fff;
	}

	.xg_about_life_textli:hover .xg_about_life_textli_w2 {
		color: #fff;
	}

	.xg_about_life_text::-webkit-scrollbar-thumb {
		background: #F18700;
	}

	.xg_about_life_text::-webkit-scrollbar {
		width: 5px;
	}

	.xg_about_life_text::-webkit-scrollbar-track {
		background: #eeeeee;
	}

	.xg_about_life_textli_check .xg_about_life_textli_num {
		-webkit-text-stroke-color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w1 {
		color: #454545;
	}

	.xg_about_life_textli_check .xg_about_life_textli_w2 {
		color: #454545;
	}
}

@media only screen and (max-width: 1023px) {
	.xg_about_life {
		width: calc(100% - 0.6rem);
		margin: 0 auto;
		margin-bottom: 1rem;
		position: relative;
	}

	.xg_about_life_box {
		display: none;
	}

	.xg_ph_about_life_box {
		width: 100%;
		padding: 0 0.25rem;
		padding-top: 0.3rem;
		padding-bottom: 0.6rem;
		box-sizing: border-box;
		background: #fafafa;
		position: relative;
	}

	.xg_ph_about_life_img {
		width: 100%;
		margin-bottom: 0.7rem;
	}

	.xg_ph_about_life_img img {
		width: 100%;
	}

	.xg_ph_about_life_text {
		width: 100%;
	}

	.xg_ph_about_life_w1 {
		width: 25%;
		color: transparent;
		-webkit-text-stroke-color: #0b184c;
		-webkit-text-stroke-width: 1px;
		font-size: 1.3rem;
		line-height: 1.3rem;
		float: left;
		font-family: 'Oswald';
	}

	.xg_ph_about_life_w2 {
		float: left;
		width: 75%;
	}

	.xg_ph_about_life_w3 {
		font-size: 0.34rem;
		line-height: 0.34rem;
		color: #454545;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	.xg_ph_about_life_w4 {
		font-size: 0.26rem;
		line-height: 0.38rem;
		color: #909090;
	}

	.pagination_ph1 {
		width: 100%;
		position: absolute;
		top: 4rem;
		left: 0;
	}

	.pagination_ph1 .swiper-pagination-bullet {
		width: 0.25remrem;
		height: 0.25remrem;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #F18700;
		box-sizing: border-box;
		margin: 0 0.07rem;
	}

	.pagination_ph1 .swiper-pagination-bullet-active {
		width: 0.25remrem;
		height: 0.25remrem;
		border-radius: 50%;
		background: #F18700;
		box-sizing: border-box;
		margin: 0 0.07rem;
	}
}

/* 发展历程 */
@media only screen and (min-width: 1480px) {


	.xg_about_year {
		width: 100%;
		height: 750px;
		position: relative;
		overflow: hidden;
		margin-bottom: 125px;
	}

	.xg_about_year>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_about_year_box {
		width: 1440px;
		padding-top: 80px;
		margin: 0 auto;
		position: relative;
	}

	.color_1 .xg_pro_details_titw1 {
		color: #fff;
	}

	.color_1 .xg_pro_details_titw2 {
		color: rgba(255, 255, 255, 0.3);
	}

	.xg_about_year_con {
		width: 100%;
		position: relative;
	}

	.xg_about_year_list {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 135px;
		padding: 0 100px;
		box-sizing: border-box;
	}

	.container_7 {
		width: calc(580px*3);
		margin-left: calc(50% - (580px*3)/2);
	}

	.container_7 .swiper-slide {
		width: auto;
	}

	.xg_about_year_liw1 {
		font-size: 36px;
		line-height: 160px;
		color: #c2c2c2;
		text-align: center;
		font-family: 'Oswald';
	}

	.container_7 .swiper-slide-active .xg_about_year_liw1 {
		font-size: 36px;
		text-align: center;
		line-height: 160px;
		color: #000;
		text-align: center;
	}

	.xg_about_year_liw2 {
		display: none;
	}

	.xg_about_year_text {
		font-size: 16px;
		line-height: 38px;
		color: #000;
		text-align: center;
		width: 825px;
		margin: 0 auto;
	}

	.pagination_7 {
		width: 100%;
		position: absolute;
		bottom: 55px;
		left: 0;
		text-align: center;
	}

	.pagination_7 .swiper-pagination-bullet {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0 20px;
		background: none;
		font-size: 16px;
		line-height: 16px;
		color: #656565;
		font-family: 'Oswald';
		opacity: 1;
	}

	.pagination_7 .swiper-pagination-bullet-active {
		color: #fff;
	}

	.prev_7 {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		background: none;
		color: #F18700;
	}

	.prev_7 img {
		width: 100%;
		height: 100%;
	}

	.next_7 {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: none;
		color: #F18700;
	}

	.next_7 img {
		width: 100%;
		height: 100%;
	}

	.xg_about_year_xian1 {
		width: 310px;
		height: 1px;
		background: rgb(100 92 92 / 40%);
		position: absolute;
		top: 0;
		left: 210px;
		bottom: 0;
		margin: auto;
	}

	.xg_about_year_xian2 {
		width: 310px;
		height: 1px;
		background: rgb(100 92 92 / 40%);
		position: absolute;
		top: 0;
		right: 210px;
		bottom: 0;
		margin: auto;
	}


}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
	
	.xg_about_year {
		width: 100%;
		height: 750px;
		position: relative;
		overflow: hidden;
		margin-bottom: 125px;
	}

	.xg_about_year>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_about_year_box {
		width: 1440px;
		padding-top: 80px;
		margin: 0 auto;
		position: relative;
	}

	.color_1 .xg_pro_details_titw1 {
		color: #fff;
	}

	.color_1 .xg_pro_details_titw2 {
		color: rgba(255, 255, 255, 0.3);
	}

	.xg_about_year_con {
		width: 100%;
		position: relative;
	}

	.xg_about_year_list {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 135px;
		padding: 0 100px;
		box-sizing: border-box;
	}

	.container_7 {
		width: calc(580px*3);
		margin-left: calc(50% - (580px*3)/2);
	}

	.container_7 .swiper-slide {
		width: auto;
	}

	.xg_about_year_liw1 {
		font-size: 36px;
		line-height: 160px;
		color: #c2c2c2;
		text-align: center;
		font-family: 'Oswald';
	}

	.container_7 .swiper-slide-active .xg_about_year_liw1 {
		font-size: 36px;
		text-align: center;
		line-height: 160px;
		color: #000;
		text-align: center;
	}

	.xg_about_year_liw2 {
		display: none;
	}

	.xg_about_year_text {
		font-size: 16px;
		line-height: 38px;
		color: #000;
		text-align: center;
		width: 825px;
		margin: 0 auto;
	}

	.pagination_7 {
		width: 100%;
		position: absolute;
		bottom: 55px;
		left: 0;
		text-align: center;
	}

	.pagination_7 .swiper-pagination-bullet {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0 20px;
		background: none;
		font-size: 16px;
		line-height: 16px;
		color: #656565;
		font-family: 'Oswald';
		opacity: 1;
	}

	.pagination_7 .swiper-pagination-bullet-active {
		color: #fff;
	}

	.prev_7 {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		background: none;
		color: #F18700;
	}

	.prev_7 img {
		width: 100%;
		height: 100%;
	}

	.next_7 {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: none;
		color: #F18700;
	}

	.next_7 img {
		width: 100%;
		height: 100%;
	}

	.xg_about_year_xian1 {
		width: 310px;
		height: 1px;
		background: rgb(100 92 92 / 40%);
		position: absolute;
		top: 0;
		left: 210px;
		bottom: 0;
		margin: auto;
	}

	.xg_about_year_xian2 {
		width: 310px;
		height: 1px;
		background: rgb(100 92 92 / 40%);
		position: absolute;
		top: 0;
		right: 210px;
		bottom: 0;
		margin: auto;
	}



}

@media only screen and (max-width: 1023px) {


	.xg_about_year {
		width: 100%;
		height: 9.75rem;
		position: relative;
		overflow: hidden;
		margin-bottom: 0.9rem;
	}

	.xg_about_year>img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.xg_about_year_box {
		width: calc(100% - 0.6rem);
		padding-top: 0.8rem;
		margin: 0 auto;
		position: relative;
	}

	.color_1 .xg_pro_details_titw1 {
		color: #fff;
	}

	.color_1 .xg_pro_details_titw2 {
		color: rgba(255, 255, 255, 0.3);
	}

	.xg_about_year_con {
		width: 100%;
		position: relative;
	}

	.xg_about_year_list {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 1.2rem;
		padding: 0 0.65rem;
		box-sizing: border-box;
	}

	.container_7 {
		width: 100%;
	}

	.container_7 .swiper-slide {
		width: auto;
	}

	.xg_about_year_liw1 {
		font-size: 0.36rem;
		line-height: 1.2rem;
		color: #c2c2c2;
		text-align: center;
		font-family: 'Oswald';
	}

	.container_7 .swiper-slide-active .xg_about_year_liw1 {
		font-size: 0.36rem;
		text-align: center;
		line-height: 1.2rem;
		color: #000;
		text-align: center;
	}

	.xg_about_year_liw2 {
		display: none;
	}

	.xg_about_year_text {
		font-size: 0.28rem;
		line-height: 0.48rem;
		color: #000;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}

	.pagination_7 {
		width: 100%;
		position: absolute;
		bottom: 0.7rem;
		left: 0;
		text-align: center;
	}

	.pagination_7 .swiper-pagination-bullet {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0 0.15rem;
		background: none;
		font-size: 0.26rem;
		line-height: 0.26rem;
		color: #656565;
		font-family: 'Oswald';
		opacity: 1;
	}

	.pagination_7 .swiper-pagination-bullet-active {
		color: #fff;
	}

	.prev_7 {
		width: 0.6rem;
		height: 0.6rem;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		background: none;
		color: #F18700;
	}

	.prev_7 img {
		width: 100%;
		height: 100%;
	}

	.next_7 {
		width: 0.6rem;
		height: 0.6rem;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: none;
		color: #F18700;
	}

	.next_7 img {
		width: 100%;
		height: 100%;
	}

	.xg_about_year_xian1 {
		display: none;
	}

	.xg_about_year_xian2 {
		display: none;
	}


}

/* 首页轮播 */
@media only screen and (min-width: 1800px) {
	.booking-wrapper {
		position: absolute;
		left: 7.5%;
		width: 85%;
		bottom: 7%;
		z-index: 5;
	}

	.booking2-wrapper {
		position: relative;
		margin-bottom: 80px;
	}

	.booking-inner {
		background: #F18700;
		position: relative;
		padding: 40px;
		border-radius: 0;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	}

	.form1 {
		display: flex;
		padding: 0;
		position: relative;
		justify-content: space-between;
	}

	.form1 label {
		display: none;
	}

	.form1 div {
		background: #Fff;
	}

	.form1 .col1 {
		float: left;
		width: 23%;
	}

	.form1 .col2 {
		float: left;
		width: 15%;
	}

	.form1 .col3 {
		float: left;
		width: 18%;
	}

	.form1 .c1 {
		border-right: 1px solid #dddddd;
	}

	.form1 .c2 {
		border-right: 1px solid #dddddd;
	}

	.form1 .c3 {
		border-right: 1px solid #dddddd;
	}

	.form1 .c4 {
		border-right: 1px solid #dddddd;
	}

	.form1 .c5 {
		border-right: 1px solid #dddddd;
	}




	.ui-datepicker {
		font-size: 14px;
		z-index: 100 !important;
	}

	.btn-form1-submit {
		display: block;
		padding: 0;
		border: none;
		margin: 0;
		width: 100%;
		background: #222222;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 65px;
		position: relative;
		cursor: pointer;
		transition: all 0.3s ease-out;
	}

	.btn-form1-submit:hover {
		background: #0073b7;
	}

	.btn-form1-submit:focus {
		outline: none;
	}

	.btn-form1-submit:after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		left: 100%;
		top: 0;
		background: inherit;
	}

	.input1_inner {
		position: relative;
		position: relative;
	}

	/* .input1_inner:after {
		content: '';
		display: block;
		position: absolute;
		right: 30px;
		top: 25px;
		pointer-events: none;
		content: "\f073";
		font-family: "FontAwesome";
		font-size: 15px;
		color: #f3ac00;
		line-height: 1;
	} */

	.input1_inner input {
		display: block;
		width: 100%;
		font-size: 13px;
		color: #333333;
		padding: 23px 50px 23px 30px;
		background: none;
		border: none;
		box-shadow: none;
		border-radius: 0;
	}

	.input1_inner input:focus {
		outline: none;
		box-shadow: none;
	}

	.select1_wrapper {
		margin-bottom: 0;
	}

	.select1_inner {
		position: relative;
	}

	.select1_inner:after {
		content: '';
		display: block;
		position: absolute;
		right: 30px;
		top: 25px;
		pointer-events: none;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 13px;
		color: #333;
		line-height: 15px;
	}

	.select2 {
		width: 100%;
	}

	.select2 *:focus {
		outline: none !important;
	}

	.select2-container--default .select2-results>.select2-results__options {
		max-height: 500px;
	}

	.select2-container--default .select2-selection--single {
		background: none;
		border-radius: 0;
		border: none;
		height: auto;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 13px;
		line-height: 19px;
		padding: 23px 40px 23px 30px;
		color: #333;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		display: none;
	}

	.select2-dropdown {
		background: none;
		border-radius: 0;
		z-index: 100;
		min-width: 0px;
		border: none;
		box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
		background: #fff;
	}

	.select2-container--open .select2-dropdown--above {
		border-bottom: 2px solid #fab000;
	}

	.select2-container--open .select2-dropdown--below {
		border-top: 2px solid #fab000;
	}

	.select2-results__option {
		padding: 15px 30px;
		background: #fff;
		font-size: 13px;
		line-height: 20px;
		color: #333333;
		border-top: 1px solid #dddddd;
	}

	.select2-results__option:first-child {
		border-top: none;
	}

	.small .select2-results__option {
		padding-left: 0;
	}

	.select2-container--default .select2-results__option[aria-selected=true] {
		background: #fab000;
		color: #fff;
	}

	.select2-container--default .select2-results__option--highlighted[aria-selected] {
		background: #fab000;
		color: #fff;
	}

	.ind1-a1 {
		width: 100%;
		height: 960px;
		overflow: hidden;
		position: relative;
	}

	.ind1-a2 {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.indad {
		position: absolute;
		z-index: 2;
		top: 26.5%;
		width: 85%;
		left: 9.5%;
	}

	.ind1-a2 .swiper {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a3 {
		position: absolute;
		bottom: 76px;
		right: calc(50% - 1600px/2);
		z-index: 1;
	}

	.ind1-a3 span:nth-child(1) {
		font-size: 42px;
		line-height: 42px;
		color: #F18700;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(2) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(3) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a4.swiper-button-prev,
	.ind1-a4.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		position: absolute;
		bottom: 70px;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.ind1-a4.swiper-button-prev {
		left: calc(50% - 1600px/2);
	}

	.ind1-a4.swiper-button-next {
		left: calc(50% - 1600px/2 + 70px);
	}

	.ind1-a4.swiper-button-prev:after {
		content: '';
	}

	.ind1-a4.swiper-button-next:after {
		content: '';
	}

	.ind1-a4 img {
		transition: 0.5s all;
	}

	.ind1-a4 img:nth-child(1) {
		opacity: 1;
	}

	.ind1-a4 img:nth-child(2) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(1) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(2) {
		opacity: 1;
	}

	.ind1-a4.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-next img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		right: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-prev:hover img {
		left: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4.swiper-button-next:hover img {
		right: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.ind1-a4:hover div {
		background: #F18700;
		width: 15px;
	}

	.ind1-a4.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.ind1-a4.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.ind1-a5 {
		width: 22px;
		height: 34px;
		border-radius: 10px;
		border: 2px solid #757575;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 22px/2);
		z-index: 1;
	}

	.ind1-a5 div:nth-child(1) {
		width: 2px;
		height: 5px;
		background: #757575;
		position: absolute;
		bottom: 4px;
		left: calc(50% - 2px/2);
	}

	.ind1-a5 div:nth-child(2) {
		width: 2px;
		height: 22px;
		background: #d5d8de;
		position: absolute;
		top: 45px;
		left: calc(50% - 2px/2);
	}

	.ind1-b1 {
		width: 100%;
		height: 100%;
	}

	.ind1-b1 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.ind1-b1:hover img {
		transform: scale(1.05);
	}

	.ind1-b1 img:nth-child(2) {
		display: none;
	}

	.ind1-b2 {
		height: 56px;
		position: absolute;
		top: 306px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b3 {
		height: 39px;
		position: absolute;
		top: 404px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b4 {
		height: 66px;
		position: absolute;
		top: 488px;
		left: calc(50% - 1600px/2);
	}

	.ind1-a5 {
		animation: ind1a51 linear 1s infinite;
	}

	.ind1-a5 div:nth-child(2) {
		animation: ind1a52 linear 1s infinite;
	}

	@keyframes ind1a51 {
		0% {
			bottom: 50px;
		}

		50% {
			bottom: 28px;
		}

		100% {
			bottom: 50px;
		}
	}

	@keyframes ind1a52 {
		0% {
			height: 22px;
		}

		50% {
			height: 0;
		}

		100% {
			height: 22px;
		}
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.indad {
		position: absolute;
		z-index: 2;
		top: 26.5%;
		width: 85%;
		left: 9.5%;
	}

	.ind1-a1 {
		width: 100%;
		height: 960px;
		overflow: hidden;
		position: relative;
	}

	.ind1-a2 {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a3 {
		position: absolute;
		bottom: 76px;
		right: calc(50% - 1600px/2);
		z-index: 1;
	}

	.ind1-a3 span:nth-child(1) {
		font-size: 42px;
		line-height: 42px;
		color: #F18700;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(2) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(3) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a4.swiper-button-prev,
	.ind1-a4.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		position: absolute;
		bottom: 70px;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.ind1-a4.swiper-button-prev {
		left: calc(50% - 1600px/2);
	}

	.ind1-a4.swiper-button-next {
		left: calc(50% - 1600px/2 + 70px);
	}

	.ind1-a4.swiper-button-prev:after {
		content: '';
	}

	.ind1-a4.swiper-button-next:after {
		content: '';
	}

	.ind1-a4 img {
		transition: 0.5s all;
	}

	.ind1-a4 img:nth-child(1) {
		opacity: 1;
	}

	.ind1-a4 img:nth-child(2) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(1) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(2) {
		opacity: 1;
	}

	.ind1-a4.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-next img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		right: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-prev:hover img {
		left: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4.swiper-button-next:hover img {
		right: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.ind1-a4:hover div {
		background: #F18700;
		width: 15px;
	}

	.ind1-a4.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.ind1-a4.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.ind1-a5 {
		width: 22px;
		height: 34px;
		border-radius: 10px;
		border: 2px solid #757575;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 22px/2);
		z-index: 1;
	}

	.ind1-a5 div:nth-child(1) {
		width: 2px;
		height: 5px;
		background: #757575;
		position: absolute;
		bottom: 4px;
		left: calc(50% - 2px/2);
	}

	.ind1-a5 div:nth-child(2) {
		width: 2px;
		height: 22px;
		background: #d5d8de;
		position: absolute;
		top: 45px;
		left: calc(50% - 2px/2);
	}

	.ind1-b1 {
		width: 100%;
		height: 100%;
	}

	.ind1-b1 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.ind1-b1:hover img {
		transform: scale(1.05);
	}

	.ind1-b1 img:nth-child(2) {
		display: none;
	}

	.ind1-b2 {
		height: 56px;
		position: absolute;
		top: 306px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b3 {
		height: 39px;
		position: absolute;
		top: 404px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b4 {
		height: 66px;
		position: absolute;
		top: 488px;
		left: calc(50% - 1600px/2);
	}

	.ind1-a5 {
		animation: ind1a51 linear 1s infinite;
	}

	.ind1-a5 div:nth-child(2) {
		animation: ind1a52 linear 1s infinite;
	}

	@keyframes ind1a51 {
		0% {
			bottom: 50px;
		}

		50% {
			bottom: 28px;
		}

		100% {
			bottom: 50px;
		}
	}

	@keyframes ind1a52 {
		0% {
			height: 22px;
		}

		50% {
			height: 0;
		}

		100% {
			height: 22px;
		}
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.indad {
		position: absolute;
		z-index: 2;
		top: 26.5%;
		width: 85%;
		left: 9.5%;
	}

	.ind1-a1 {
		width: 100%;
		height: 960px;
		overflow: hidden;
		position: relative;
	}

	.ind1-a2 {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a3 {
		position: absolute;
		bottom: 76px;
		right: calc(50% - 1600px/2);
		z-index: 1;
	}

	.ind1-a3 span:nth-child(1) {
		font-size: 42px;
		line-height: 42px;
		color: #F18700;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(2) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(3) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a4.swiper-button-prev,
	.ind1-a4.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		position: absolute;
		bottom: 70px;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.ind1-a4.swiper-button-prev {
		left: calc(50% - 1600px/2);
	}

	.ind1-a4.swiper-button-next {
		left: calc(50% - 1600px/2 + 70px);
	}

	.ind1-a4.swiper-button-prev:after {
		content: '';
	}

	.ind1-a4.swiper-button-next:after {
		content: '';
	}

	.ind1-a4 img {
		transition: 0.5s all;
	}

	.ind1-a4 img:nth-child(1) {
		opacity: 1;
	}

	.ind1-a4 img:nth-child(2) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(1) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(2) {
		opacity: 1;
	}

	.ind1-a4.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-next img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		right: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-prev:hover img {
		left: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4.swiper-button-next:hover img {
		right: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.ind1-a4:hover div {
		background: #F18700;
		width: 15px;
	}

	.ind1-a4.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.ind1-a4.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.ind1-a5 {
		width: 22px;
		height: 34px;
		border-radius: 10px;
		border: 2px solid #757575;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 22px/2);
		z-index: 1;
	}

	.ind1-a5 div:nth-child(1) {
		width: 2px;
		height: 5px;
		background: #757575;
		position: absolute;
		bottom: 4px;
		left: calc(50% - 2px/2);
	}

	.ind1-a5 div:nth-child(2) {
		width: 2px;
		height: 22px;
		background: #d5d8de;
		position: absolute;
		top: 45px;
		left: calc(50% - 2px/2);
	}

	.ind1-b1 {
		width: 100%;
		height: 100%;
	}

	.ind1-b1 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.ind1-b1:hover img {
		transform: scale(1.05);
	}

	.ind1-b1 img:nth-child(2) {
		display: none;
	}

	.ind1-b2 {
		height: 56px;
		position: absolute;
		top: 306px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b3 {
		height: 39px;
		position: absolute;
		top: 404px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b4 {
		height: 66px;
		position: absolute;
		top: 488px;
		left: calc(50% - 1600px/2);
	}

	.ind1-a5 {
		animation: ind1a51 linear 1s infinite;
	}

	.ind1-a5 div:nth-child(2) {
		animation: ind1a52 linear 1s infinite;
	}

	@keyframes ind1a51 {
		0% {
			bottom: 50px;
		}

		50% {
			bottom: 28px;
		}

		100% {
			bottom: 50px;
		}
	}

	@keyframes ind1a52 {
		0% {
			height: 22px;
		}

		50% {
			height: 0;
		}

		100% {
			height: 22px;
		}
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.indad {
		position: absolute;
		z-index: 2;
		top: 26.5%;
		width: 85%;
		left: 9.5%;
	}

	.ind1-a1 {
		width: 100%;
		height: 960px;
		overflow: hidden;
		position: relative;
	}

	.ind1-a2 {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a3 {
		position: absolute;
		bottom: 76px;
		right: calc(50% - 1600px/2);
		z-index: 1;
	}

	.ind1-a3 span:nth-child(1) {
		font-size: 42px;
		line-height: 42px;
		color: #F18700;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(2) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(3) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a4.swiper-button-prev,
	.ind1-a4.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		position: absolute;
		bottom: 70px;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.ind1-a4.swiper-button-prev {
		left: calc(50% - 1600px/2);
	}

	.ind1-a4.swiper-button-next {
		left: calc(50% - 1600px/2 + 70px);
	}

	.ind1-a4.swiper-button-prev:after {
		content: '';
	}

	.ind1-a4.swiper-button-next:after {
		content: '';
	}

	.ind1-a4 img {
		transition: 0.5s all;
	}

	.ind1-a4 img:nth-child(1) {
		opacity: 1;
	}

	.ind1-a4 img:nth-child(2) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(1) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(2) {
		opacity: 1;
	}

	.ind1-a4.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-next img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		right: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-prev:hover img {
		left: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4.swiper-button-next:hover img {
		right: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.ind1-a4:hover div {
		background: #F18700;
		width: 15px;
	}

	.ind1-a4.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.ind1-a4.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.ind1-a5 {
		width: 22px;
		height: 34px;
		border-radius: 10px;
		border: 2px solid #757575;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 22px/2);
		z-index: 1;
	}

	.ind1-a5 div:nth-child(1) {
		width: 2px;
		height: 5px;
		background: #757575;
		position: absolute;
		bottom: 4px;
		left: calc(50% - 2px/2);
	}

	.ind1-a5 div:nth-child(2) {
		width: 2px;
		height: 22px;
		background: #d5d8de;
		position: absolute;
		top: 45px;
		left: calc(50% - 2px/2);
	}

	.ind1-b1 {
		width: 100%;
		height: 100%;
	}

	.ind1-b1 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.ind1-b1:hover img {
		transform: scale(1.05);
	}

	.ind1-b1 img:nth-child(2) {
		display: none;
	}

	.ind1-b2 {
		height: 56px;
		position: absolute;
		top: 306px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b3 {
		height: 39px;
		position: absolute;
		top: 404px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b4 {
		height: 66px;
		position: absolute;
		top: 488px;
		left: calc(50% - 1600px/2);
	}

	.ind1-a5 {
		animation: ind1a51 linear 1s infinite;
	}

	.ind1-a5 div:nth-child(2) {
		animation: ind1a52 linear 1s infinite;
	}

	@keyframes ind1a51 {
		0% {
			bottom: 50px;
		}

		50% {
			bottom: 28px;
		}

		100% {
			bottom: 50px;
		}
	}

	@keyframes ind1a52 {
		0% {
			height: 22px;
		}

		50% {
			height: 0;
		}

		100% {
			height: 22px;
		}
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.indad {
		position: absolute;
		z-index: 2;
		top: 26.5%;
		width: 85%;
		left: 9.5%;
	}

	.ind1-a1 {
		width: 100%;
		height: 960px;
		overflow: hidden;
		position: relative;
	}

	.ind1-a2 {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a3 {
		position: absolute;
		bottom: 76px;
		right: calc(50% - 1600px/2);
		z-index: 1;
	}

	.ind1-a3 span:nth-child(1) {
		font-size: 42px;
		line-height: 42px;
		color: #F18700;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(2) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(3) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a4.swiper-button-prev,
	.ind1-a4.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		position: absolute;
		bottom: 70px;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.ind1-a4.swiper-button-prev {
		left: calc(50% - 1600px/2);
	}

	.ind1-a4.swiper-button-next {
		left: calc(50% - 1600px/2 + 70px);
	}

	.ind1-a4.swiper-button-prev:after {
		content: '';
	}

	.ind1-a4.swiper-button-next:after {
		content: '';
	}

	.ind1-a4 img {
		transition: 0.5s all;
	}

	.ind1-a4 img:nth-child(1) {
		opacity: 1;
	}

	.ind1-a4 img:nth-child(2) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(1) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(2) {
		opacity: 1;
	}

	.ind1-a4.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-next img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		right: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-prev:hover img {
		left: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4.swiper-button-next:hover img {
		right: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.ind1-a4:hover div {
		background: #F18700;
		width: 15px;
	}

	.ind1-a4.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.ind1-a4.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.ind1-a5 {
		width: 22px;
		height: 34px;
		border-radius: 10px;
		border: 2px solid #757575;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 22px/2);
		z-index: 1;
	}

	.ind1-a5 div:nth-child(1) {
		width: 2px;
		height: 5px;
		background: #757575;
		position: absolute;
		bottom: 4px;
		left: calc(50% - 2px/2);
	}

	.ind1-a5 div:nth-child(2) {
		width: 2px;
		height: 22px;
		background: #d5d8de;
		position: absolute;
		top: 45px;
		left: calc(50% - 2px/2);
	}

	.ind1-b1 {
		width: 100%;
		height: 100%;
	}

	.ind1-b1 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.ind1-b1:hover img {
		transform: scale(1.05);
	}

	.ind1-b1 img:nth-child(2) {
		display: none;
	}

	.ind1-b2 {
		height: 56px;
		position: absolute;
		top: 306px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b3 {
		height: 39px;
		position: absolute;
		top: 404px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b4 {
		height: 66px;
		position: absolute;
		top: 488px;
		left: calc(50% - 1600px/2);
	}

	.ind1-a5 {
		animation: ind1a51 linear 1s infinite;
	}

	.ind1-a5 div:nth-child(2) {
		animation: ind1a52 linear 1s infinite;
	}

	@keyframes ind1a51 {
		0% {
			bottom: 50px;
		}

		50% {
			bottom: 28px;
		}

		100% {
			bottom: 50px;
		}
	}

	@keyframes ind1a52 {
		0% {
			height: 22px;
		}

		50% {
			height: 0;
		}

		100% {
			height: 22px;
		}
	}
}

@media only screen and (max-width: 1023px) {
	.ind1-a1 {
		width: 100%;
		/* height: 960px; */
		overflow: hidden;
		position: relative;
	}

	.ind1-a2 {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a2 .swiper {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.indad {
		position: absolute;
		z-index: 2;
		top: 40%;
		width: 65%;
		left: 9.5%;
	}

	.indad img {
		width: 50%;
	}

	.ind1-a2 .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.ind1-a3 {
		position: absolute;
		bottom: 76px;
		right: calc(50% - 1600px/2);
		z-index: 1;
	}

	.ind1-a3 span:nth-child(1) {
		font-size: 42px;
		line-height: 42px;
		color: #F18700;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(2) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-family: 'Gilroy';
	}

	.ind1-a3 span:nth-child(3) {
		font-size: 24px;
		line-height: 24px;
		color: #c8c8c8;
		font-weight: bold;
		font-family: 'Gilroy';
	}

	.ind1-a4.swiper-button-prev,
	.ind1-a4.swiper-button-next {
		width: 54px;
		height: 54px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		position: absolute;
		bottom: 70px;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		margin: 0;
	}

	.ind1-a4.swiper-button-prev {
		left: calc(50% - 1600px/2);
	}

	.ind1-a4.swiper-button-next {
		left: calc(50% - 1600px/2 + 70px);
	}

	.ind1-a4.swiper-button-prev:after {
		content: '';
	}

	.ind1-a4.swiper-button-next:after {
		content: '';
	}

	.ind1-a4 img {
		transition: 0.5s all;
	}

	.ind1-a4 img:nth-child(1) {
		opacity: 1;
	}

	.ind1-a4 img:nth-child(2) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(1) {
		opacity: 0;
	}

	.ind1-a4:hover img:nth-child(2) {
		opacity: 1;
	}

	.ind1-a4.swiper-button-prev img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		left: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-next img {
		width: 9px;
		height: 14px;
		position: absolute;
		top: calc(50% - 14px/2);
		right: calc(50% - 9px/2);
	}

	.ind1-a4.swiper-button-prev:hover img {
		left: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4.swiper-button-next:hover img {
		right: calc(50% - 9px/2 - 5px);
	}

	.ind1-a4 div {
		width: 0;
		height: 2px;
		background: #757575;
		position: absolute;
		top: calc(50% - 2px/2);
		transition: 0.5s all;
	}

	.ind1-a4:hover div {
		background: #F18700;
		width: 15px;
	}

	.ind1-a4.swiper-button-prev div {
		left: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-next div {
		right: calc(50% - 3px);
	}

	.ind1-a4.swiper-button-prev:hover div {
		left: calc(50% - 8px);
	}

	.ind1-a4.swiper-button-next:hover div {
		right: calc(50% - 8px);
	}

	.ind1-a5 {
		width: 22px;
		height: 34px;
		border-radius: 10px;
		border: 2px solid #757575;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 22px/2);
		z-index: 1;
	}

	.ind1-a5 div:nth-child(1) {
		width: 2px;
		height: 5px;
		background: #757575;
		position: absolute;
		bottom: 4px;
		left: calc(50% - 2px/2);
	}

	.ind1-a5 div:nth-child(2) {
		width: 2px;
		height: 22px;
		background: #d5d8de;
		position: absolute;
		top: 45px;
		left: calc(50% - 2px/2);
	}

	.ind1-b1 {
		width: 100%;
		height: 100%;
	}

	.ind1-b1 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.ind1-b1:hover img {
		transform: scale(1.05);
	}

	.ind1-b1 img:nth-child(2) {
		display: none;
	}

	.ind1-b2 {
		height: 56px;
		position: absolute;
		top: 306px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b3 {
		height: 39px;
		position: absolute;
		top: 404px;
		left: calc(50% - 1600px/2);
	}

	.ind1-b4 {
		height: 66px;
		position: absolute;
		top: 488px;
		left: calc(50% - 1600px/2);
	}

	.ind1-a5 {
		animation: ind1a51 linear 1s infinite;
	}

	.ind1-a5 div:nth-child(2) {
		animation: ind1a52 linear 1s infinite;
	}

	@keyframes ind1a51 {
		0% {
			bottom: 50px;
		}

		50% {
			bottom: 28px;
		}

		100% {
			bottom: 50px;
		}
	}

	@keyframes ind1a52 {
		0% {
			height: 22px;
		}

		50% {
			height: 0;
		}

		100% {
			height: 22px;
		}
	}
}

/* sec_head */
@media only screen and (min-width: 1680px) {
	.xg_ph_sec_head {
		display: none;
	}

	.banner_form {
		position: absolute;
		bottom: 0;
		width: 80%;
		margin: 10%;
		z-index: 2;

	}

	.banner_form_1 {
		width: fit-content;
		position: relative;
		height: 70px;

	}

	.banner_form_1 span {
		color: #fff;
		position: absolute;
		text-align: center;
		width: 100%;
		height: 70px;
		top: 0;
		font-size: 0.2rem;
		font-weight: 600;
		line-height: 70px;
		text-align: center;
		right: 29px;
	}

	.banner_form_2 {
		background-color: #F18700;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 2.5% 2%;
	}

	.rjy_mobile_secnav {
		display: none;
	}

	.xg_sec_head {
		width: 100%;
		height: 100px;
		background: #fff;
		position: relative;
	}

	.xg_sec_head img {
		width: 259px;
		height: 43px;
		float: left;
		margin-left: 60px;
		margin-top: 28.5px;
	}

	.xg_head_nav {
		float: right;
		margin-right: 48px;
	}

	.xg_head_nav a {
		font-size: 17px;
		line-height: 100px;
		color: #333333;
		float: left;
		margin-right: 60px;
		display: block;
		position: relative;
	}

	.xg_head_nav a div {
		width: 100%;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.xg_head_nav a:last-child {
		margin-right: 0;
	}

	.xg_head_nav a:hover div {
		opacity: 1;
		transition: .5s;
	}

	.xg_head_code {
		font-size: 17px;
		line-height: 100px;
		color: #757575;
		position: relative;
		float: right;
		margin-right: 60px;
		padding-left: 34px;
	}

	.xg_head_code div {
		width: 1px;
		height: 26px;
		background: #7d7d7d;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_head_code span {
		color: #b71c22;
		font-weight: bold;
	}

	.xg_head_nav_check div {
		opacity: 1 !important;
	}

	.xg_head_nav_check {
		font-weight: bold;
	}

	.ind_head {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		background: none;
	}

	.ind_head .xg_head_code {
		color: #fff;
	}

	.ind_head .xg_head_nav a {
		color: #fff;
	}
}

@media only screen and (max-width: 1679px) and (min-width: 1480px) {
	.xg_ph_sec_head {
		display: none;
	}

	.banner_form {
		position: absolute;
		bottom: 0;
		width: 80%;
		margin: 10%;
		z-index: 2;

	}

	.banner_form_1 {
		width: fit-content;
		position: relative;
		height: 70px;

	}

	.banner_form_1 span {
		color: #fff;
		position: absolute;
		text-align: center;
		width: 100%;
		height: 70px;
		top: 0;
		font-size: 0.2rem;
		font-weight: 600;
		line-height: 70px;
		text-align: center;
		right: 29px;
	}

	.banner_form_2 {
		background-color: #F18700;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 2.5% 2%;
	}

	.rjy_mobile_secnav {
		display: none;
	}

	.xg_sec_head {
		width: 100%;
		height: 100px;
		background: #fff;
		position: relative;
	}

	.xg_sec_head img {
		height: 43px;
		float: left;
		margin-left: 40px;
		margin-top: 28.5px;
	}

	.xg_head_nav {
		float: right;
		margin-right: 50px;
	}

	.xg_head_nav a {
		font-size: 15px;
		line-height: 100px;
		color: #333333;
		float: left;
		margin-right: 30px;
		display: block;
		position: relative;
	}

	.xg_head_nav a div {
		width: 100%;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.xg_head_nav a:last-child {
		margin-right: 0;
	}

	.xg_head_nav a:hover div {
		opacity: 1;
		transition: .5s;
	}

	.xg_head_code {
		font-size: 15px;
		line-height: 100px;
		color: #757575;
		position: relative;
		float: right;
		margin-right: 40px;
		padding-left: 20px;
	}

	.xg_head_code div {
		width: 1px;
		height: 26px;
		background: #7d7d7d;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_head_code span {
		color: #b71c22;
		font-weight: bold;
	}

	.xg_head_nav_check div {
		opacity: 1 !important;
	}

	.xg_head_nav_check {
		font-weight: bold;
	}

	.ind_head {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		background: none;
	}

	.ind_head .xg_head_code {
		color: #fff;
	}

	.ind_head .xg_head_nav a {
		color: #fff;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1200px) {
	.xg_ph_sec_head {
		display: none;
	}

	.banner_form {
		position: absolute;
		bottom: 0;
		width: 80%;
		margin: 10%;
		z-index: 2;

	}

	.banner_form_1 {
		width: fit-content;
		position: relative;
		height: 70px;

	}

	.banner_form_1 span {
		color: #fff;
		position: absolute;
		text-align: center;
		width: 100%;
		height: 70px;
		top: 0;
		font-size: 0.2rem;
		font-weight: 600;
		line-height: 70px;
		text-align: center;
		right: 29px;
	}

	.banner_form_2 {
		background-color: #F18700;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 2.5% 2%;
	}

	.rjy_mobile_secnav {
		display: none;
	}

	.xg_sec_head {
		width: 100%;
		height: 100px;
		background: #fff;
		position: relative;
	}

	.xg_sec_head img {
		height: 43px;
		float: left;
		margin-left: 30px;
		margin-top: 28.5px;
	}

	.xg_head_nav {
		float: right;
		margin-right: 10px;
	}

	.xg_head_nav a {
		font-size: 14px;
		line-height: 100px;
		color: #333333;
		float: left;
		margin-right: 15px;
		display: block;
		position: relative;
	}

	.xg_head_nav a div {
		width: 100%;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.xg_head_nav a:last-child {
		margin-right: 0;
	}

	.xg_head_nav a:hover div {
		opacity: 1;
		transition: .5s;
	}

	.xg_head_code {
		font-size: 14px;
		line-height: 100px;
		color: #757575;
		position: relative;
		float: right;
		margin-right: 10px;
		padding-left: 10px;
	}

	.xg_head_code div {
		width: 1px;
		height: 26px;
		background: #7d7d7d;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_head_code span {
		color: #b71c22;
		font-weight: bold;
	}

	.xg_head_nav_check div {
		opacity: 1 !important;
	}

	.xg_head_nav_check {
		font-weight: bold;
	}

	.ind_head {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		background: none;
	}

	.ind_head .xg_head_code {
		color: #fff;
	}

	.ind_head .xg_head_nav a {
		color: #fff;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
	.xg_ph_sec_head {
		display: none;
	}

	.banner_form {
		position: absolute;
		bottom: 0;
		width: 80%;
		margin: 10%;
		z-index: 2;

	}

	.banner_form_1 {
		width: fit-content;
		position: relative;
		height: 70px;

	}

	.banner_form_1 span {
		color: #fff;
		position: absolute;
		text-align: center;
		width: 100%;
		height: 70px;
		top: 0;
		font-size: 0.2rem;
		font-weight: 600;
		line-height: 70px;
		text-align: center;
		right: 29px;
	}

	.banner_form_2 {
		background-color: #F18700;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 2.5% 2%;
		flex-wrap: wrap;
	}

	.rjy_mobile_secnav {
		display: none;
	}

	.xg_sec_head {
		width: 100%;
		height: 100px;
		background: #fff;
		position: relative;
	}

	.xg_sec_head img {
		height: 30px;
		float: left;
		margin-left: 10px;
		margin-top: 35px;
	}

	.xg_head_nav {
		float: right;
		margin-right: 10px;
	}

	.xg_head_nav a {
		font-size: 12px;
		line-height: 100px;
		color: #333333;
		float: left;
		margin-right: 15px;
		display: block;
		position: relative;
	}

	.xg_head_nav a div {
		width: 100%;
		height: 4px;
		background: #F18700;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.xg_head_nav a:last-child {
		margin-right: 0;
	}

	.xg_head_nav a:hover div {
		opacity: 1;
		transition: .5s;
	}

	.xg_head_code {
		font-size: 14px;
		line-height: 100px;
		color: #757575;
		position: relative;
		float: right;
		margin-right: 10px;
		padding-left: 10px;
	}

	.xg_head_code div {
		width: 1px;
		height: 26px;
		background: #7d7d7d;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_head_code span {
		color: #b71c22;
		font-weight: bold;
	}

	.xg_head_nav_check div {
		opacity: 1 !important;
	}

	.xg_head_nav_check {
		font-weight: bold;
	}

	.ind_head {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		background: none;
	}

	.ind_head .xg_head_code {
		color: #fff;
	}

	.ind_head .xg_head_nav a {
		color: #fff;
	}
}

@media only screen and (max-width: 1023px) {
	.foot_min_no {
		background: #F2F2F2;
		height: 80px;
		margin-bottom: 24px;
	}

	.xg_sec_head {
		display: none;
	}

	.banner_form {
		width: 80%;
		margin: 10%;

	}

	.banner_form_1 {
		width: 50%;
		position: relative;
		height: 0.7rem;
	}

	.banner_form_1 img {
		width: 100%;
		height: 100%;

	}

	.banner_form_1 span {
		color: #fff;
		position: absolute;
		text-align: center;
		width: 100%;
		height: 0.7rem;
		top: 0;
		font-size: 0.2rem;
		font-weight: 600;
		line-height: 0.7rem;
		text-align: center;
		right: 0.1rem;
	}

	.banner_form_2 {
		background-color: #F18700;

		padding: 2.5% 2%;
	}

	.xg_ph_sec_head {
		width: 100%;
		height: 1rem;
		background: #fff;
		position: relative;
		padding: 0 0.3rem;
		box-sizing: border-box;
		z-index: 15;
	}

	.xg_ph_sec_head img:first-child {
		width: 2.25rem;
		height: 0.54rem;
		float: left;
		margin-top: 0.23rem;
	}

	.xg_ph_sec_head img:last-child {
		width: 0.49rem;
		height: 0.35rem;
		float: right;
		margin-top: 0.325rem;
	}

	.rjy_mobile_secnav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
		background: #454545;
		box-sizing: border-box;
		display: none;
		padding: 0 0.3rem;
		padding-top: 1rem;
	}

	.rjy_mobile_secnav_li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		box-sizing: border-box;
	}

	.rjy_mobile_secnav_liw1 {
		width: 100%;
		height: 1rem;
		padding: 0 5%;
		box-sizing: border-box;
		font-size: 0.25rem;
		line-height: 1rem;
		color: #fff;
	}

	.rjy_mobile_secnav_liw1 a {
		text-decoration: none;
		color: #fff;
	}
}

/* 招聘列表 */
@media only screen and (min-width: 1480px) {
	.xg_find_list {
		width: 1440px;
		margin: 0 auto;
		margin-top: 96px;
		margin-bottom: 190px;
	}

	.xg_find_list_tit {
		font-size: 30px;
		line-height: 30px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 55px;
	}

	.xg_find_list_choose {
		width: 100%;
		margin-bottom: 60px;
	}

	.xg_find_list_choose_inp {
		width: 21%;
		height: 70px;
		float: left;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		padding: 0;
		box-sizing: border-box;
	}

	.xg_find_btn {
		background: #000;
		height: 50px;
		line-height: 50px;
		text-align: center;
		padding: 0 1%;
		color: #fff;
		font-size: 16px;
		width: 160px;
	}

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

	.xg_find_list_choose_inp select {
		width: 100%;
		height: 100%;
		font-size: 16px;
		line-height: 65px;
		color: #8a8a8a;
	}

	.xg_find_list_choose_inp select optiona {
		width: 100%;
	}

	.xg_find_list_box {
		width: 100%;
	}

	.xg_find_li {
		width: 100%;
		background: #fff;
		position: relative;
		padding: 0 40px;
		padding-top: 25px;
		padding-bottom: 33px;
		box-sizing: border-box;
		margin-bottom: 38px;
	}

	.xg_find_li:last-child {
		margin-bottom: 0;
	}

	.xg_find_li_t {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		border-bottom: 1px solid #f4f4f4;
		position: relative;
		padding-bottom: 22px;
		margin-bottom: 38px;
	}

	.xg_find_li_tl {
		float: left;
		padding-left: 45px;
		position: relative;
		font-size: 20px;
		line-height: 48px;
		color: #333333;
		font-weight: bold;
	}

	.xg_find_li_tl img {
		width: 22px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_find_li_tr {
		float: right;
	}

	.xg_find_li_b {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.xg_find_li_bw {
		width: calc(100%/5);
		float: left;
		font-size: 16px;
		line-height: 16px;
		color: #454545;
	}

	.xg_find_list_choose_inp input {
		font-size: 16px;
		line-height: 70px;
		width: 100%;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1200px) {
	.xg_find_btn {
		background: #000;
		height: 50px;
		line-height: 50px;
		text-align: center;
		padding: 0 1%;
		color: #fff;
		font-size: 16px;
		width: 160px;
	}

	.xg_find_list {
		width: 960px;
		margin: 0 auto;
		margin-top: 80px;
		margin-bottom: 130px;
	}

	.xg_find_list_tit {
		font-size: 25px;
		line-height: 25px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 50px;
	}

	.xg_find_list_choose {
		width: 100%;
		margin-bottom: 50px;
	}

	.xg_find_list_choose_inp {
		width: 16%;
		height: 50px;
		float: left;
		margin-right: 50px;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		padding: 0;
		box-sizing: border-box;
	}

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

	.xg_find_list_choose_inp select {
		width: 100%;
		height: 100%;
		font-size: 14px;
		line-height: 50px;
		color: #8a8a8a;
	}

	.xg_find_list_choose_inp select optiona {
		width: 100%;
	}

	.xg_find_list_box {
		width: 100%;
	}

	.xg_find_li {
		width: 100%;
		background: #fff;
		position: relative;
		padding: 0 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.xg_find_li:last-child {
		margin-bottom: 0;
	}

	.xg_find_li_t {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #f4f4f4;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.xg_find_li_tl {
		float: left;
		padding-left: 45px;
		position: relative;
		font-size: 18px;
		line-height: 45px;
		color: #333333;
		font-weight: bold;
	}

	.xg_find_li_tl img {
		width: 22px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_find_li_tr {
		float: right;
	}

	.xg_find_li_b {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.xg_find_li_bw {
		width: calc(100%/5);
		float: left;
		font-size: 14px;
		line-height: 14px;
		color: #454545;
	}

	.xg_find_list_choose_inp input {
		font-size: 16px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 1199px) {
	.xg_find_btn {
		background: #000;
		height: 0.7rem;
		line-height: 0.7rem;
		text-align: center;
		padding: 0 1%;
		color: #fff;
		font-size: 0.25rem;
		width: 50%;
	}

	.xg_find_li_t {
		width: 100%;
		padding: 0 0.3rem;
		box-sizing: border-box;
		border-bottom: 1px solid #f4f4f4;
		position: relative;
		padding-bottom: 0.25rem;
		margin-bottom: 0.4rem;
	}

	.xg_find_li_tl {
		float: left;
		padding-left: 0.7rem;
		position: relative;
		font-size: 0.3rem;
		line-height: 0.6rem;
		color: #333333;
		font-weight: bold;
	}

	.xg_find_li_tl img {
		width: 22px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_find_li_tr {
		float: right;
	}

	.xg_find_li_b {
		width: 100%;
		padding: 0 0.3rem;
		box-sizing: border-box;
	}

	.xg_find_li_bw {
		width: 100%;
		float: left;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: #454545;
		margin-bottom: 0.2rem;
	}

	.xg_find_list {
		width: calc(100% - 0.6rem);
		margin: 0 auto;
		margin-top: 0.8rem;
		margin-bottom: 1rem;
	}

	.xg_find_list_tit {
		font-size: 0.3rem;
		line-height: 0.3rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.6rem;
	}

	.xg_find_list_choose {
		width: 100%;
		margin-bottom: 0.6rem;
	}

	.xg_find_list_choose_inp {
		width: 100%;
		height: 0.7rem;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 0.3rem;
	}

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

	.xg_find_list_choose_inp select {
		width: 100%;
		height: 100%;
		font-size: 0.15rem;
		line-height: 0.4rem;
		color: #8a8a8a;
	}

	.xg_find_list_choose_inp select option {
		width: 100%;
	}

	.xg_find_list_choose_inp input {
		font-size: 0.15rem;
		/* line-height: 0.4rem; */
		width: 100%;
		height: 100%;
	}

	.xg_find_list_box {
		width: 100%;
	}

	.xg_find_li {
		width: 100%;
		background: #fff;
		position: relative;
		padding: 0 0.2rem;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		box-sizing: border-box;
		margin-bottom: 0.4rem;
	}

	.xg_find_li:last-child {
		margin-bottom: 0;
	}
}

/* 首页托运常识轮播 */
@media only screen and (min-width: 1800px) {
	.xg_team_zhuanli {
		width: 100%;

		position: relative;
		overflow: hidden;
	}

	.xg_team_zhuanli .xg_pro_details_titw1 {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.xg_team_zhuanli .xg_pro_details_titw2 {
		font-size: 18px;
		line-height: 18px;
		color: #858585;
		text-align: center;
	}

	.xg_team_zhuanli>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_team_zhuanli_box {
		/* width: 100%; */
		position: relative;
		padding-top: 50px;
	}

	.xg_team_zhuanli_list {
		width: 100%;
		margin-left: calc(50% - 85%/2);
		padding-bottom: 70px;
		position: relative;
		margin-bottom: 45px;

	}

	.container_11 {
		width: 100%;
		margin-top: 50px;
	}

	.container_11 .swiper-slide {
		width: 25%;
	}

	.xg_team_zhuanli_li {
		width: 100%;
		background: #fff;
		padding-bottom: 32px;
		position: relative;
		margin-top: 32px;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 2em;
		font-size: 18px
	}

	.xg_team_zhuanli_liw_line {
		border: 1px solid #F18700;
		height: 2px;
		width: 2em;
	}

	.xg_team_zhuanli_limg {
		width: calc(100% - 20px);
		padding: 26px 0;

		margin: 0 auto;
		margin-bottom: 24px;
	}

	.xg_team_zhuanli_limg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.xg_team_zhuanli_liw {
		font-size: 18px;
		line-height: 28px;
		color: #000;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
		font-weight: bold;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 0;
		font-size: 18px
	}

	.xg_team_zhuanli_xian {
		width: 100%;
		height: 5px;
		/* background: #081a58; */
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.container_11 .swiper-slide-active .xg_team_zhuanli_xian {
		opacity: 1;
		transition: .5s;
	}

	.pagination_11 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background: none;
	}

	.pagination_11 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_team_zhuanli_btnbox {
		width: 85%;
		margin: 0 auto;
	}

	.prev_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
		margin-right: 27px;
	}

	.prev_11 img {
		width: 100%;
		height: 100%;
	}

	.next_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
	}

	.next_11 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1799px) and (min-width: 1640px) {
	.xg_team_zhuanli {
		width: 100%;

		position: relative;
		overflow: hidden;
	}

	.xg_team_zhuanli .xg_pro_details_titw1 {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.xg_team_zhuanli .xg_pro_details_titw2 {
		font-size: 18px;
		line-height: 18px;
		color: #858585;
		text-align: center;
	}

	.xg_team_zhuanli>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_team_zhuanli_box {
		/* width: 100%; */
		position: relative;
		padding-top: 50px;
	}

	.xg_team_zhuanli_list {
		width: 100%;
		margin-left: calc(50% - 85%/2);
		padding-bottom: 70px;
		position: relative;
		margin-bottom: 45px;

	}

	.container_11 {
		width: 100%;
		margin-top: 50px;
	}

	.container_11 .swiper-slide {
		width: 25%;
	}

	.xg_team_zhuanli_li {
		width: 100%;
		background: #fff;
		padding-bottom: 32px;
		position: relative;
		margin-top: 32px;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 2em;
		font-size: 18px
	}

	.xg_team_zhuanli_liw_line {
		border: 1px solid #F18700;
		height: 2px;
		width: 2em;
	}

	.xg_team_zhuanli_limg {
		width: calc(100% - 20px);
		padding: 26px 0;

		margin: 0 auto;
		margin-bottom: 24px;
	}

	.xg_team_zhuanli_limg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.xg_team_zhuanli_liw {
		font-size: 18px;
		line-height: 28px;
		color: #000;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
		font-weight: bold;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 0;
		font-size: 18px
	}

	.xg_team_zhuanli_xian {
		width: 100%;
		height: 5px;
		/* background: #081a58; */
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.container_11 .swiper-slide-active .xg_team_zhuanli_xian {
		opacity: 1;
		transition: .5s;
	}

	.pagination_11 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background: none;
	}

	.pagination_11 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_team_zhuanli_btnbox {
		width: 85%;
		margin: 0 auto;
	}

	.prev_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
		margin-right: 27px;
	}

	.prev_11 img {
		width: 100%;
		height: 100%;
	}

	.next_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
	}

	.next_11 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.xg_team_zhuanli {
		width: 100%;

		position: relative;
		overflow: hidden;
	}

	.xg_team_zhuanli .xg_pro_details_titw1 {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.xg_team_zhuanli .xg_pro_details_titw2 {
		font-size: 18px;
		line-height: 18px;
		color: #858585;
		text-align: center;
	}

	.xg_team_zhuanli>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_team_zhuanli_box {
		/* width: 100%; */
		position: relative;
		padding-top: 50px;
	}

	.xg_team_zhuanli_list {
		width: 100%;
		margin-left: calc(50% - 85%/2);
		padding-bottom: 70px;
		position: relative;
		margin-bottom: 45px;

	}

	.container_11 {
		width: 100%;
		margin-top: 50px;
	}

	.container_11 .swiper-slide {
		width: 25%;
	}

	.xg_team_zhuanli_li {
		width: 100%;
		background: #fff;
		padding-bottom: 32px;
		position: relative;
		margin-top: 32px;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 2em;
		font-size: 18px
	}

	.xg_team_zhuanli_liw_line {
		border: 1px solid #F18700;
		height: 2px;
		width: 2em;
	}

	.xg_team_zhuanli_limg {
		width: calc(100% - 20px);
		padding: 26px 0;

		margin: 0 auto;
		margin-bottom: 24px;
	}

	.xg_team_zhuanli_limg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.xg_team_zhuanli_liw {
		font-size: 18px;
		line-height: 28px;
		color: #000;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
		font-weight: bold;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 0;
		font-size: 18px
	}

	.xg_team_zhuanli_xian {
		width: 100%;
		height: 5px;
		/* background: #081a58; */
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.container_11 .swiper-slide-active .xg_team_zhuanli_xian {
		opacity: 1;
		transition: .5s;
	}

	.pagination_11 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background: none;
	}

	.pagination_11 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_team_zhuanli_btnbox {
		width: 85%;
		margin: 0 auto;
	}

	.prev_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
		margin-right: 27px;
	}

	.prev_11 img {
		width: 100%;
		height: 100%;
	}

	.next_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
	}

	.next_11 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.xg_team_zhuanli {
		width: 100%;

		position: relative;
		overflow: hidden;
	}

	.xg_team_zhuanli .xg_pro_details_titw1 {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.xg_team_zhuanli .xg_pro_details_titw2 {
		font-size: 18px;
		line-height: 18px;
		color: #858585;
		text-align: center;
	}

	.xg_team_zhuanli>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_team_zhuanli_box {
		/* width: 100%; */
		position: relative;
		padding-top: 50px;
	}

	.xg_team_zhuanli_list {
		width: 100%;
		margin-left: calc(50% - 85%/2);
		padding-bottom: 70px;
		position: relative;
		margin-bottom: 45px;

	}

	.container_11 {
		width: 100%;
		margin-top: 50px;
	}

	.container_11 .swiper-slide {
		width: 25%;
	}

	.xg_team_zhuanli_li {
		width: 100%;
		background: #fff;
		padding-bottom: 32px;
		position: relative;
		margin-top: 32px;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 2em;
		font-size: 18px
	}

	.xg_team_zhuanli_liw_line {
		border: 1px solid #F18700;
		height: 2px;
		width: 2em;
	}

	.xg_team_zhuanli_limg {
		width: calc(100% - 20px);
		padding: 26px 0;

		margin: 0 auto;
		margin-bottom: 24px;
	}

	.xg_team_zhuanli_limg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.xg_team_zhuanli_liw {
		font-size: 18px;
		line-height: 28px;
		color: #000;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
		font-weight: bold;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 0;
		font-size: 18px
	}

	.xg_team_zhuanli_xian {
		width: 100%;
		height: 5px;
		/* background: #081a58; */
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.container_11 .swiper-slide-active .xg_team_zhuanli_xian {
		opacity: 1;
		transition: .5s;
	}

	.pagination_11 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background: none;
	}

	.pagination_11 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_team_zhuanli_btnbox {
		width: 85%;
		margin: 0 auto;
	}

	.prev_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
		margin-right: 27px;
	}

	.prev_11 img {
		width: 100%;
		height: 100%;
	}

	.next_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
	}

	.next_11 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.xg_team_zhuanli {
		width: 100%;

		position: relative;
		overflow: hidden;
	}

	.xg_team_zhuanli .xg_pro_details_titw1 {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.xg_team_zhuanli .xg_pro_details_titw2 {
		font-size: 18px;
		line-height: 18px;
		color: #858585;
		text-align: center;
	}

	.xg_team_zhuanli>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_team_zhuanli_box {
		/* width: 100%; */
		position: relative;
		padding-top: 50px;
	}

	.xg_team_zhuanli_list {
		width: 100%;
		margin-left: calc(50% - 85%/2);
		padding-bottom: 70px;
		position: relative;
		margin-bottom: 45px;

	}

	.container_11 {
		width: 100%;
		margin-top: 50px;
	}

	.container_11 .swiper-slide {
		width: 35%;
	}

	.xg_team_zhuanli_li {
		width: 100%;
		background: #fff;
		padding-bottom: 32px;
		position: relative;
		margin-top: 32px;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 2em;
		font-size: 18px
	}

	.xg_team_zhuanli_liw_line {
		border: 1px solid #F18700;
		height: 2px;
		width: 2em;
	}

	.xg_team_zhuanli_limg {
		width: calc(100% - 20px);
		padding: 26px 0;

		margin: 0 auto;
		margin-bottom: 24px;
	}

	.xg_team_zhuanli_limg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.xg_team_zhuanli_liw {
		font-size: 18px;
		line-height: 28px;
		color: #000;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
		font-weight: bold;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 0;
		font-size: 18px
	}

	.xg_team_zhuanli_xian {
		width: 100%;
		height: 5px;
		/* background: #081a58; */
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.container_11 .swiper-slide-active .xg_team_zhuanli_xian {
		opacity: 1;
		transition: .5s;
	}

	.pagination_11 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background: none;
	}

	.pagination_11 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_team_zhuanli_btnbox {
		width: 85%;
		margin: 0 auto;
	}

	.prev_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
		margin-right: 27px;
	}

	.prev_11 img {
		width: 100%;
		height: 100%;
	}

	.next_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
	}

	.next_11 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1023px) {
	.xg_team_zhuanli {
		width: 100%;

		position: relative;
		overflow: hidden;
	}

	.xg_team_zhuanli .xg_pro_details_titw1 {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit2 img {
		display: none;
	}

	.index_big_tit2 .title2 img {
		display: none;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.xg_team_zhuanli .xg_pro_details_titw2 {
		font-size: 18px;
		line-height: 18px;
		color: #858585;
		text-align: center;
	}

	.xg_team_zhuanli>img {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 1920px/2);
	}

	.xg_team_zhuanli_box {
		/* width: 100%; */
		position: relative;
		padding-top: 50px;
	}

	.xg_team_zhuanli_list {
		width: 100%;
		margin-left: calc(50% - 85%/2);
		padding-bottom: 70px;
		position: relative;
		margin-bottom: 45px;

	}

	.container_11 {
		width: 100%;
		margin-top: 50px;
	}

	.container_11 .swiper-slide {
		width: 90%;
	}

	.xg_team_zhuanli_li {
		width: 100%;
		background: #fff;
		padding-bottom: 32px;
		position: relative;
		margin-top: 32px;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 2em;
		font-size: 18px
	}

	.xg_team_zhuanli_liw_line {
		border: 1px solid #F18700;
		height: 2px;
		width: 2em;
	}

	.xg_team_zhuanli_limg {
		width: calc(100% - 20px);
		padding: 26px 0;

		margin: 0 auto;
		margin-bottom: 24px;
	}

	.xg_team_zhuanli_limg img {
		max-width: 100%;
		margin: 0 auto;
	}

	.xg_team_zhuanli_liw {
		font-size: 18px;
		line-height: 28px;
		color: #000;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
		font-weight: bold;
	}

	.xg_team_zhuanli_liw_date {
		color: #959595;
		text-indent: 0;
		font-size: 18px
	}

	.xg_team_zhuanli_xian {
		width: 100%;
		height: 5px;
		/* background: #081a58; */
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .5s;
	}

	.container_11 .swiper-slide-active .xg_team_zhuanli_xian {
		opacity: 1;
		transition: .5s;
	}

	.pagination_11 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background: none;
	}

	.pagination_11 .swiper-pagination-progressbar-fill {
		background: #F18700;
	}

	.xg_team_zhuanli_btnbox {
		width: 85%;
		margin: 0 auto;
	}

	.prev_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
		margin-right: 27px;
	}

	.prev_11 img {
		width: 100%;
		height: 100%;
	}

	.next_11 {
		width: 56px;
		height: 56px;
		float: left;
		background: none;
		position: static;
		margin: 0;
	}

	.next_11 img {
		width: 100%;
		height: 100%;
	}
}

/* 首页滑动特效 */
@media only screen and (min-width: 1640px) {
	.bjyc {
		width: 100%;
		margin: auto;
		text-align: center;
		background-color: #F8F8F8;
		padding: 4em 0;
	}

	.bjyc .xg_pro_details_titw1 {
		font-size: 28px;
		font-weight: bold;
	}

	.bjyc .xg_pro_details_titw1 b {
		font-size: 20px;
	}

	.bjyc .xg_pro_details_titw2 {
		font-size: 18px;
		margin-top: 10px;
	}

	.about2-a1 {
		width: 85%;
		height: 380px;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.about2-a2 {
		width: 275px;
		height: 100%;
		position: relative;
		overflow: hidden;
		transition: 0.5s all;
	}

	.about2-a2.on1 {
		width: calc(100% - 275px*2);
	}

	.about2-a3 {
		width: 275px;
		height: 100%;
		position: relative;
		transition: 0.5s all;
	}

	.about2-a2:nth-child(odd) .about2-a3 {
		background: #f1f1f1;
	}

	.about2-a2:nth-child(even) .about2-a3 {
		background: #f8f8f8;
	}

	.about2-a2.on1 .about2-a3 {
		background: #F18700;
		text-align: left;
	}

	.about2-a4 {
		width: 20px;
		position: absolute;
		bottom: 20px;
		left: calc(50% - 20px/2);
		opacity: 0;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a4 {
		opacity: 1;
	}

	.about2-a5 {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		top: 80px;
		left: 30px;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a5 {
		transform: scale(0);
	}

	.about2-a5 img {
		max-width: 50%;
		max-height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.about2-a6 {
		width: calc(100% - 30px*2);
		font-size: 24px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		position: absolute;
		top: 170px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a6 {
		color: #fff;
		top: 96px;
		left: 30px;
	}

	.about2-a7 {
		width: 0;
		height: 4px;
		background: #fff;
		position: absolute;
		top: 155px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a7 {
		width: 22px;
		left: 30px;
	}

	.about2-a8 {
		width: calc(100% - 30px*2);
		font-size: 16px;
		line-height: 36px;
		color: #333333;
		position: absolute;
		top: 225px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a8 {
		color: #fff;
		top: 190px;
		left: 30px;
	}

	.about2-a9 {
		width: calc(100% - 275px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.about2-a9 div {
		width: calc(1440px - 275px*3);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.about2-a9 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about2-a9:hover img {
		transform: scale(1.05);
	}
}

@media only screen and (max-width: 1639px) and (min-width: 1480px) {
	.about2-a1 {
		width: 85%;
		height: 380px;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.about2-a2 {
		width: 275px;
		height: 100%;
		position: relative;
		overflow: hidden;
		transition: 0.5s all;
	}

	.about2-a2.on1 {
		width: calc(100% - 275px*2);
	}

	.about2-a3 {
		width: 275px;
		height: 100%;
		position: relative;
		transition: 0.5s all;
	}

	.about2-a2:nth-child(odd) .about2-a3 {
		background: #f1f1f1;
	}

	.about2-a2:nth-child(even) .about2-a3 {
		background: #f8f8f8;
	}

	.about2-a2.on1 .about2-a3 {
		background: #F18700;
		text-align: left;
	}

	.about2-a4 {

		width: 20px;
		position: absolute;
		bottom: 20px;
		left: calc(50% - 20px/2);
		opacity: 0;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a4 {
		opacity: 1;
	}

	.about2-a5 {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		top: 80px;
		left: 30px;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a5 {
		transform: scale(0);
	}

	.about2-a5 img {
		max-width: 50%;
		max-height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.about2-a6 {
		width: calc(100% - 30px*2);
		font-size: 24px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		position: absolute;
		top: 170px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a6 {
		color: #fff;
		top: 96px;
		left: 30px;
	}

	.about2-a7 {
		width: 0;
		height: 4px;
		background: #fff;
		position: absolute;
		top: 155px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a7 {
		width: 22px;
		left: 30px;
	}

	.about2-a8 {
		width: calc(100% - 30px*2);
		font-size: 16px;
		line-height: 36px;
		color: #333333;
		position: absolute;
		top: 225px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a8 {
		color: #fff;
		top: 190px;
		left: 30px;
	}

	.about2-a9 {
		width: calc(100% - 275px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.about2-a9 div {
		width: calc(1440px - 275px*3);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.about2-a9 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about2-a9:hover img {
		transform: scale(1.05);
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
	.about2-a1 {
		width: 85%;
		height: 380px;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
	}

	.index_big_tit2 {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 22px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		/* text-align: center; */
		margin-bottom: 20px;
	}

	.index_big_tit img {
		max-width: 80%;
		margin: auto;
		margin-top: 1em;
	}

	.about2-a2 {
		width: 230px;
		height: 100%;
		position: relative;
		overflow: hidden;
		transition: 0.5s all;
	}

	.about2-a2.on1 {
		width: calc(100% - 230px*2);
	}

	.about2-a3 {
		width: 230px;
		height: 100%;
		position: relative;
		transition: 0.5s all;
	}

	.about2-a2:nth-child(odd) .about2-a3 {
		background: #f1f1f1;
	}

	.about2-a2:nth-child(even) .about2-a3 {
		background: #f8f8f8;
	}

	.about2-a2.on1 .about2-a3 {
		background: #F18700;
		text-align: left;
	}

	.about2-a4 {
		width: 20px;
		position: absolute;
		bottom: 20px;
		left: calc(50% - 20px/2);
		opacity: 0;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a4 {
		opacity: 1;
	}

	.about2-a5 {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		top: 80px;
		left: 20px;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a5 {
		transform: scale(0);
	}

	.about2-a5 img {
		max-width: 50%;
		max-height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.about2-a6 {
		width: calc(100% - 20px*2);
		font-size: 24px;
		line-height: 36px;
		color: #F18700;
		font-weight: bold;
		position: absolute;
		top: 170px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a6 {
		color: #fff;
		top: 96px;
		left: 20px;
	}

	.about2-a7 {
		width: 0;
		height: 4px;
		background: #fff;
		position: absolute;
		top: 155px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a7 {
		width: 22px;
		left: 20px;
	}

	.about2-a8 {
		width: calc(100% - 20px*2);
		font-size: 16px;
		line-height: 36px;
		color: #333333;
		position: absolute;
		top: 225px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a8 {
		color: #fff;
		top: 190px;
		left: 20px;
	}

	.about2-a9 {
		width: calc(100% - 230px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.about2-a9 div {
		width: calc(1440px - 230px*3);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.about2-a9 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about2-a9:hover img {
		transform: scale(1.05);
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	.about2-a1 {
		width: 960px;
		height: 290px;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	.index_big_tit {
		width: 960px;
		height: fit-content;
		margin: 4em auto;
		display: flex;
		justify-content: space-between;
	}

	.index_big_tit2 {
		width: 960px;
		height: fit-content;
		margin: 4em auto;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: left;
		font-size: 24px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 60%;
		margin: auto;
		margin-top: 1em;
	}

	.about2-a2 {
		width: 200px;
		height: 100%;
		position: relative;
		overflow: hidden;
		transition: 0.5s all;
	}

	.about2-a2.on1 {
		width: calc(100% - 200px*2);
	}

	.about2-a3 {
		width: 200px;
		height: 100%;
		position: relative;
		transition: 0.5s all;
	}

	.about2-a2:nth-child(odd) .about2-a3 {
		background: #f1f1f1;
	}

	.about2-a2:nth-child(even) .about2-a3 {
		background: #f8f8f8;
	}

	.about2-a2.on1 .about2-a3 {
		background: #F18700;
		text-align: left;
	}

	.about2-a4 {
		width: 20px;
		position: absolute;
		bottom: 20px;
		left: calc(50% - 20px/2);
		opacity: 0;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a4 {
		opacity: 1;
	}

	.about2-a5 {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		top: 50px;
		left: 20px;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a5 {
		transform: scale(0);
	}

	.about2-a5 img {
		max-width: 50%;
		max-height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.about2-a6 {
		width: calc(100% - 20px*2);
		font-size: 20px;
		line-height: 30px;
		color: #F18700;
		font-weight: bold;
		position: absolute;
		top: 120px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a6 {
		color: #fff;
		top: 60px;
		left: 20px;
	}

	.about2-a7 {
		width: 0;
		height: 4px;
		background: #fff;
		position: absolute;
		top: 108px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a7 {
		width: 22px;
		left: 20px;
	}

	.about2-a8 {
		width: calc(100% - 20px*2);
		font-size: 14px;
		line-height: 28px;
		color: #333333;
		position: absolute;
		top: 160px;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a8 {
		color: #fff;
		top: 130px;
		left: 20px;
	}

	.about2-a9 {
		width: calc(100% - 200px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.about2-a9 div {
		width: calc(1080px - 200px*3);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.about2-a9 img {
		min-height: 100%;
		transition: 0.5s all;
	}

	.about2-a9:hover img {
		transform: scale(1.05);
	}
}

@media only screen and (max-width: 1023px) {
	.about2-a1 {
		width: 100%;
		height: 5rem;
		position: relative;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
	}

	.index_big_tit {
		width: 85%;
		height: fit-content;
		margin: 4em auto;
		display: block;
		text-align: center;
	}

	.index_big_tit .xg_pro_details_titw1 {
		text-align: center;
		font-size: 28px;
		font-weight: bold;
	}

	.index_big_tit img {
		max-width: 30%;
		margin: auto;
		margin-top: 1em;
	}

	.about2-a2 {
		width: 2.75rem;
		height: 100%;
		position: relative;
		overflow: hidden;
		transition: 0.5s all;
		display: inline-block;
		margin: 0 -0.12rem 0 0;
		cursor: pointer;
	}

	.about2-a2.on1 {
		width: 7.2rem;
	}

	.about2-a3 {
		width: 2.75rem;
		height: 100%;
		position: relative;
		transition: 0.5s all;
	}

	.about2-a2:nth-child(odd) .about2-a3 {
		background: #f1f1f1;
	}

	.about2-a2:nth-child(even) .about2-a3 {
		background: #f8f8f8;
	}

	.about2-a2.on1 .about2-a3 {
		background: #F18700;
		text-align: left;
	}

	.about2-a4 {
		width: 0.35rem;
		position: absolute;
		bottom: 0.35rem;
		left: calc(50% - 0.35rem/2);
		opacity: 0;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a4 {
		opacity: 1;
	}

	.about2-a5 {
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		top: 0.8rem;
		left: 0.3rem;
		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a5 {
		transform: scale(0);
	}

	.about2-a5 img {
		max-width: 50%;
		max-height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.about2-a6 {
		width: calc(100% - 0.3rem*2);
		font-size: 0.3rem;
		line-height: 0.36rem;
		color: #F18700;
		font-weight: bold;
		position: absolute;
		top: 1.7rem;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a6 {
		color: #fff;
		top: 1rem;
		left: 0.3rem;
	}

	.about2-a7 {
		width: 0;
		height: 0.04rem;
		background: #fff;
		position: absolute;
		top: 1.55rem;

		transition: 0.5s all;
	}

	.about2-a2.on1 .about2-a7 {
		width: 0.3rem;
		left: 0.3rem;
	}

	.about2-a8 {
		width: calc(100% - 0.3rem*2);
		font-size: 0.21rem;
		line-height: 0.44rem;
		color: #333333;
		position: absolute;
		top: 2.25rem;

		transition: 0.5s all;
		white-space: normal;
	}

	.about2-a2.on1 .about2-a8 {
		color: #fff;
		top: 1.9rem;
		left: 0.3rem;
	}

	.about2-a9 {
		width: calc(100% - 2.75rem);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.about2-a9 div {
		width: 100%;
		min-width: 4.35rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.about2-a9 img {
		min-height: 100%;
	}
}

/* 首页阴影 特效 */
@media only screen and (min-width: 1480px) {
	#latest-news .row .col-md-3 {
		position: relative;
		transform-style: preserve-3d;
		transition: 1s;
	}


	#latest-news {
		background-image: url('../img/b31.jpg');
		background-position: center;
		background-size: cover;
	}

	#latest-news .row {
		display: flex;
		align-items: center;
	}

	.im3 {
		display: none;
	}

	.onbt1 .im1,
	.onbt1 .im2,
	.onbt1 .bt13,
	.onbt1 .bt14 {
		display: none;
	}

	.onbt1 .zzc {
		background: #000;
		opacity: 0.6;
		width: 100%;
		height: 100%;
	}

	.onbt1 .bt11 {
		position: absolute;
		z-index: 2;
		top: 50%;
		color: #fff;
		width: 100%;
	}

	.onbt1 .bt12 {
		position: absolute;
		z-index: 2;
		top: 50%;
		color: #fff;
		width: 100%;
		margin-top: 4em;
	}

	.onbt1 .im3 {
		display: block;
		position: absolute;
		top: 30%;
		width: 25%;
		left: 38%;
	}



	#latest-news .col-md-3 {
		width: 25%;
		height: 760px;
		position: relative;
		border: 0.2px solid #fff;
		background: #fff;
	}

	#latest-news .onbt1 {
		width: 25%;
		background: none;

	}




	#latest-news .im1 {
		width: 100%;
	}

	#latest-news .im2 {
		position: absolute;
		top: 10%;
		width: 30%;
		left: 35%;
	}

	#latest-news .bt11 {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		margin-top: 1em;
	}

	#latest-news .bt12 {
		font-size: 20px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
	}

	#latest-news .bt13 {
		text-align: center;
		/* margin: 2em auto; */
		width: 80%;
		margin: auto;
		font-size: 23px;
		margin-top: 20px;
	}

	#latest-news .bt14 {
		width: 30%;
		margin: auto;
		position: absolute;
		bottom: 5em;
		left: 35%;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
	#latest-news {
		background-image: url('../img/b31.jpg');
		background-position: center;
		background-size: cover;
	}

	#latest-news .row {
		display: flex;
		align-items: center;
	}

	.im3 {
		display: none;
	}

	.onbt1 .im1,
	.onbt1 .im2,
	.onbt1 .bt13,
	.onbt1 .bt14 {
		display: none;
	}

	.onbt1 .zzc {
		background: #000;
		opacity: 0.6;
		width: 100%;
		height: 100%;
	}

	.onbt1 .bt11 {
		position: absolute;
		z-index: 2;
		top: 50%;
		color: #fff;
		width: 100%;
	}

	.onbt1 .bt12 {
		position: absolute;
		z-index: 2;
		top: 50%;
		color: #fff;
		width: 100%;
	}

	.onbt1 .im3 {
		display: block;
		position: absolute;
		top: 30%;
		width: 25%;
		left: 38%;
	}



	#latest-news .col-md-3 {
		width: 25%;
		height: 760px;
		position: relative;
		border: 0.2px solid #fff;
		background: #fff;
	}

	#latest-news .onbt1 {
		width: 25%;
		height: 750px;
		background: none;

	}




	#latest-news .im1 {
		width: 100%;
	}

	#latest-news .im2 {
		position: absolute;
		top: 10%;
		width: 30%;
		left: 30%;
	}

	#latest-news .bt11 {
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		margin-top: 3em;
	}

	#latest-news .bt12 {
		text-align: center;
		font-size: 29px;
	}

	#latest-news .bt13 {
		text-align: center;
		margin: 2em auto;
		width: 60%;
		font-size: 21px;
	}

	#latest-news .bt14 {
		width: 30%;
		margin: auto;
		position: absolute;
		bottom: 5em;
		left: 35%;
	}
}

@media only screen and (max-width: 1023px) {
	#latest-news {
		background-image: url('../img/b31.jpg');
		background-position: center;
		background-size: cover;
	}

	#latest-news .row {
		display: grid;
		align-items: center;
	}

	.im3 {
		display: none;
	}

	.onbt1 .im1,
	.onbt1 .im2,
	.onbt1 .bt13,
	.onbt1 .bt14 {
		display: none;
	}

	.onbt1 .zzc {
		background: #000;
		opacity: 0.6;
		width: 100%;
		height: 100%;
	}

	.onbt1 .bt11 {
		position: absolute;
		z-index: 2;
		top: 50%;
		color: #fff;
		width: 100%;
	}

	.onbt1 .bt12 {
		position: absolute;
		z-index: 2;
		top: 50%;
		color: #fff;
		width: 100%;
	}

	.onbt1 .im3 {
		display: block;
		position: absolute;
		top: 30%;
		width: 25%;
		left: 38%;
	}



	#latest-news .col-md-3 {
		width: 100%;
		height: 12rem;
		position: relative;
		border: 0.2px solid #fff;
		background: #fff;
	}

	#latest-news .onbt1 {
		width: 100%;
		height: 750px;
		background: none;

	}




	#latest-news .im1 {
		width: 100%;
	}

	#latest-news .im2 {
		position: absolute;
		top: 10%;
		width: 30%;
		left: 30%;
	}

	#latest-news .bt11 {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		margin-top: 1em;
	}

	#latest-news .bt12 {
		text-align: center;
	}

	#latest-news .bt13 {
		text-align: center;
		margin: 2em auto;
		width: 60%;
	}

	#latest-news .bt14 {
		width: 30%;
		margin: auto;
		position: absolute;
		bottom: 1em;
		left: 35%;
	}
}

/* bjwl_1 */
@media only screen and (min-width: 1480px) {
	#bjwl_1 {
		width: 100%;
		background: #F8F8F8;
		position: relative;
	}

	#bjwl_1 .index_big_tit {
		margin-top: 0 !important;
		padding: 50px 0;
	}

	#bjwl_1 .bjwl_12 {
		width: 100%;
		margin: auto;
	}

	.bjwl_12 img {
		position: absolute;
		right: -35px;
		top: 8px;
	}

	.bjwl_12 p {
		position: relative;
		width: fit-content;

	}

	.bjwl_12 p span {
		font-size: 63px;
		font-weight: bold;
	}

	.bjwl_flex {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dashed #A7A7A7;
		padding: 40px;
	}

	.bjwl_12 p img {
		width: 0.6rem;
		position: absolute;
		top: -0.5rem;
		right: -0.5rem;
	}

	.bjwl_flex_1 {
		width: 30%;
	}

	.bjwl_flex_2 {
		width: 70%;
	}

	.bjwl_flex_1 .titw3 {
		font-size: 18px;
		line-height: 36px;
		color: #858585;
	}

	.bjwl_flex_1 .titw3 b {
		color: #F29221;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
	#bjwl_1 {
		width: 100%;
		background: #F8F8F8;
		position: relative;
	}

	#bjwl_1 .index_big_tit {
		margin-top: 0 !important;
		padding: 50px 0;
	}

	#bjwl_1 .bjwl_12 {
		width: 100%;
		margin: auto;
	}

	.bjwl_12 img {
		position: absolute;
		right: -35px;
		top: 8px;
	}

	.bjwl_12 p {
		position: relative;
		width: fit-content;

	}

	.bjwl_12 p img {
		width: 0.6rem;
		position: absolute;
		top: -0.5rem;
		right: -0.5rem;
	}

	.bjwl_12 p span {
		font-size: 63px;
		font-weight: bold;
	}

	.bjwl_flex {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dashed #A7A7A7;
		padding: 40px;
	}

	.bjwl_flex_1 {
		width: 30%;
	}

	.bjwl_flex_2 {
		width: 70%;
	}

	.bjwl_flex_1 .titw3 {
		font-size: 18px;
		line-height: 36px;
		color: #858585;
	}

	.bjwl_flex_1 .titw3 b {
		color: #F29221;
	}
}

@media only screen and (max-width: 1023px) {
	#bjwl_1 {
		width: 100%;
		background: #F8F8F8;
		position: relative;
	}

	#bjwl_1 .bjwl_12 {
		width: 100%;
		margin: auto;
	}

	.bjwl_12 img {
		position: absolute;
		right: -35px;
		top: 8px;
	}

	.bjwl_12 p {
		position: relative;
		width: fit-content;
		margin: auto;
		font-size: .5rem;
		min-width: 50%;
	}

	.bjwl_12 p span {
		font-size: 0.7rem;
		font-weight: bold;
	}

	.bjwl_right {
		display: none;
	}

	.bjwl_12 p img {
		width: 0.6rem;
		position: absolute;
		top: -0.5rem;
		right: -0.5rem;
	}

	#bjwl_1 .index_big_tit {
		margin-top: 0 !important;
		padding: 50px 0;
	}

	.bjwl_flex {
		text-align: center;
		border-bottom: 1px dashed #A7A7A7;
		padding: 40px;
	}

	.bjwl_flex_1 {
		width: 100%;
	}

	.bjwl_flex_1 .xg_pro_details_titw2 {
		text-align: center !important;
	}

	.bjwl_flex_2 {
		width: 100%;
	}

	.bjwl_flex_1 .titw3 {
		font-size: 18px;
		line-height: 36px;
		color: #858585;
	}

	.bjwl_flex_1 .titw3 b {
		color: #F29221;
	}
}

/* bjwl_2 */
@media only screen and (min-width: 1480px) {
	#rooms {
		position: relative;
		padding: 80px 0 70px;
		background: #fff;
	}

	.room-wrapper {
		position: relative;
	}

	.room-inner {
		position: relative;
	}

	.room-inner div {
		height: 111px;
	}

	.room-inner div .txt1 {
		font-size: 18px;
		font-weight: normal;

	}

	.room-inner div span {
		font-size: 42px;
		font-family: fantasy;
	}

	.room-inner div span i {
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		margin-left: 8px;
	}

	.room {
		position: relative;
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		margin-right: 50px;
		margin-bottom: 50px;
	}

	.room figure {
		margin: 0;
		position: relative;
	}

	.room figure img {
		position: relative;
		width: 100%;
	}

	.room figure figcaption {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 10%;
		padding: 0 50px 0 50px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
		font-weight: 600;
		line-height: 1.3;
		letter-spacing: 1px;
	}

	.room figure figcaption .txt1 {
		font-size: 18px;
		font-family: "Oswald", sans-serif;
	}

	.room figure figcaption .txt2 {
		font-size: 10px;
	}

	.room .caption {
		padding: 30px 50px 30px 50px;
	}

	.room .caption .txt1 {
		font-size: 19px;
		font-family: "Oswald", sans-serif;
	}

	.room .caption .txt2 {
		font-size: 9px;
		color: #999;
		padding-bottom: 8px;
	}

	#bjwl_2 {
		width: 100%;
		background: #fff;
		position: relative;
	}

	#bjwl_2 .title1 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
	}

	#bjwl_2 .title2 {
		width: 60%;
		text-align: center;
		margin: auto;
	}

	#bjwl_2 .row {
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
	}

	.col-lg-8 {
		width: 60%;
	}

	.img-fluid {
		width: 100%;
	}

	.col-lg-2 {
		width: 20%;
	}

}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
	#rooms {
		position: relative;
		padding: 80px 0 70px;
		background: #fff;
	}

	.col-lg-8 {
		width: 60%;
	}

	.img-fluid {
		width: 100%;
	}

	.col-lg-2 {
		width: 20%;
	}

	.room-wrapper {
		position: relative;
	}

	.room-inner {
		position: relative;
	}

	.room-inner div {
		height: 111px;
	}

	.room-inner div .txt1 {
		font-size: 18px;
		font-weight: normal;

	}

	.room-inner div span {
		font-size: 42px;
		font-family: fantasy;
	}

	.room-inner div span i {
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		margin-left: 8px;
	}

	.room {
		position: relative;
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		margin-right: 50px;
		margin-bottom: 50px;
	}

	.room figure {
		margin: 0;
		position: relative;
	}

	.room figure img {
		position: relative;
		width: 100%;
	}

	.room figure figcaption {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 10%;
		padding: 0 50px 0 50px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
		font-weight: 600;
		line-height: 1.3;
		letter-spacing: 1px;
	}

	.room figure figcaption .txt1 {
		font-size: 18px;
		font-family: "Oswald", sans-serif;
	}

	.room figure figcaption .txt2 {
		font-size: 10px;
	}

	.room .caption {
		padding: 30px 50px 30px 50px;
	}

	.room .caption .txt1 {
		font-size: 19px;
		font-family: "Oswald", sans-serif;
	}

	.room .caption .txt2 {
		font-size: 9px;
		color: #999;
		padding-bottom: 8px;
	}

	#bjwl_2 {
		width: 100%;
		background: #fff;
		position: relative;
	}

	#bjwl_2 .title1 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
	}

	#bjwl_2 .title2 {
		width: 60%;
		text-align: center;
		margin: auto;
	}

	#bjwl_2 .row {
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
	}
}

@media only screen and (max-width: 1023px) {
	#rooms {
		position: relative;
		padding: 80px 0 70px;
		background: #fff;
	}

	.col-lg-8 {
		width: 60%;
		display: none;
	}

	.img-fluid {
		width: 100%;
	}


	.room-wrapper {
		position: relative;
	}

	.room-inner {
		position: relative;
	}

	.room-inner div {
		height: 111px;
	}

	.room-inner div .txt1 {
		font-size: 18px;
		font-weight: normal;

	}

	.room-inner div span {
		font-size: 42px;
		font-family: fantasy;
	}

	.room-inner div span i {
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		margin-left: 8px;
	}

	.room {
		position: relative;
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		margin-right: 50px;
		margin-bottom: 50px;
	}

	.room figure {
		margin: 0;
		position: relative;
	}

	.room figure img {
		position: relative;
		width: 100%;
	}

	.room figure figcaption {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 10%;
		padding: 0 50px 0 50px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
		font-weight: 600;
		line-height: 1.3;
		letter-spacing: 1px;
	}

	.room figure figcaption .txt1 {
		font-size: 18px;
		font-family: "Oswald", sans-serif;
	}

	.room figure figcaption .txt2 {
		font-size: 10px;
	}

	.room .caption {
		padding: 30px 50px 30px 50px;
	}

	.room .caption .txt1 {
		font-size: 19px;
		font-family: "Oswald", sans-serif;
	}

	.room .caption .txt2 {
		font-size: 9px;
		color: #999;
		padding-bottom: 8px;
	}

	#bjwl_2 {
		width: 100%;
		background: #fff;
		position: relative;
	}



	#bjwl_2 .row {
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
	}

	#bjwl_2 .title1 {
		display: grid;
		justify-content: center;
		align-items: center;
		font-size: 0.5rem;
	}

	#bjwl_2 .title2 {
		width: 95%;
		text-align: center;
		margin: auto;
	}


}

/* 新闻详情 */
@media only screen and (min-width: 1480px) {
	.xg_new_details {
		width: 1440px;
		margin: 0 auto;
		position: relative;
		margin-top: 70px;
	}

	.xg_new_details_box {
		width: 100%;
		background: #fff;
		padding: 0 60px;
		padding-top: 88px;
		padding-bottom: 100px;
		margin-bottom: 50px;
	}

	.xg_new_details_tit {
		font-size: 28px;
		line-height: 28px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 53px;
	}

	.xg_new_details_bread {
		width: 100%;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		text-align: center;
		margin-bottom: 100px;
	}

	.xg_new_details_bread div {
		vertical-align: middle;
		display: inline-block;
		font-size: 16px;
		line-height: 60px;
		color: #757575;
		margin: 0 20px;
	}

	.xg_new_details_bread div img {
		vertical-align: middle;
		display: inline-block;
		margin: 0 10px;
	}

	.xg_new_details_text {
		width: 100%;
		padding: 0 70px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 38px;
		color: #454545;
		text-align: center;
		margin-bottom: 180px;
	}

	.xg_new_details_text img {
		max-width: 100%;
		margin: 60px auto;
	}

	.xg_new_details_page {
		width: 100%;
		background: #fafafa;
		position: relative;
		padding: 0 35px;
		box-sizing: border-box;
	}

	.xg_new_details_page_text {
		font-size: 16px;
		line-height: 85px;
		color: #454545;
		float: left;
		width: 40%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.xg_new_details_page_text:nth-child(2) {
		float: right;
	}

	.xg_new_details_page a:last-child {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_new_details_page a img {
		width: 100%;
		height: 100%;
	}

	.xg_new_details_tuijian {
		font-size: 30px;
		line-height: 30px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 52px;
	}
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
	.xg_new_details {
		width: 960px;
		margin: 0 auto;
		position: relative;
		margin-top: 70px;
	}

	.xg_new_details_box {
		width: 100%;
		background: #fff;
		padding: 0 30px;
		padding-top: 60px;
		padding-bottom: 80px;
		margin-bottom: 50px;
	}

	.xg_new_details_tit {
		font-size: 23px;
		line-height: 45px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}

	.xg_new_details_bread {
		width: 100%;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		text-align: center;
		margin-bottom: 70px;
	}

	.xg_new_details_bread div {
		vertical-align: middle;
		display: inline-block;
		font-size: 14px;
		line-height: 50px;
		color: #757575;
		margin: 0 15px;
	}

	.xg_new_details_bread div img {
		vertical-align: middle;
		display: inline-block;
		margin: 0 10px;
	}

	.xg_new_details_text {
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 30px;
		color: #454545;
		text-align: center;
		margin-bottom: 100px;
	}

	.xg_new_details_text img {
		max-width: 100%;
		margin: 40px auto;
	}

	.xg_new_details_page {
		width: 100%;
		background: #fafafa;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.xg_new_details_page_text {
		font-size: 14px;
		line-height: 60px;
		color: #454545;
		float: left;
		width: 40%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.xg_new_details_page_text:nth-child(2) {
		float: right;
	}

	.xg_new_details_page a:last-child {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_new_details_page a img {
		width: 100%;
		height: 100%;
	}

	.xg_new_details_tuijian {
		font-size: 25px;
		line-height: 25px;
		color: #454545;
		font-weight: bold;
		margin-bottom: 52px;
	}
}

@media only screen and (max-width: 1023px) {
	.xg_new_details {
		width: calc(100% - 0.6rem);
		margin: 0 auto;
		position: relative;
		margin-top: 0.6rem;
	}

	.xg_new_details_box {
		width: 100%;
		background: #fff;
		padding: 0 0.3rem;
		padding-top: 0.6rem;
		padding-bottom: 0.8rem;
		margin-bottom: 0.6rem;
	}

	.xg_new_details_tit {
		font-size: 0.3rem;
		line-height: 0.55rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.3rem;
	}

	.xg_new_details_bread {
		width: 100%;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		text-align: center;
		margin-bottom: 0.7rem;
	}

	.xg_new_details_bread div {
		vertical-align: middle;
		display: inline-block;
		font-size: 0.24rem;
		line-height: 0.8rem;
		color: #757575;
		margin: 0 0.2rem;
	}

	.xg_new_details_bread div:nth-child(3) {
		display: none;
	}

	.xg_new_details_bread div:nth-child(4) {
		display: none;
	}

	.xg_new_details_text {
		width: 100%;
		padding: 0 0.3rem;
		box-sizing: border-box;
		font-size: 0.24rem;
		line-height: 0.5rem;
		color: #454545;
		text-align: center;
		margin-bottom: 1rem;
	}

	.xg_new_details_text img {
		max-width: 100%;
		margin: 0.4rem auto;
	}

	.xg_new_details_page {
		width: 100%;
		background: #fafafa;
		position: relative;
		padding: 0 0.3rem;
		box-sizing: border-box;
	}

	.xg_new_details_page_text {
		font-size: 0.24rem;
		line-height: 0.8rem;
		color: #454545;
		float: left;
		width: 40%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.xg_new_details_page_text:nth-child(2) {
		float: right;
	}

	.xg_new_details_page a:last-child {
		width: 0.4rem;
		height: 0.4rem;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.xg_new_details_page a img {
		width: 100%;
		height: 100%;
	}

	.xg_new_details_tuijian {
		font-size: 0.35rem;
		line-height: 0.35rem;
		color: #454545;
		font-weight: bold;
		margin-bottom: 0.6rem;
	}
}

