@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 16px;
	letter-spacing: 1px;
	color: #66727c;
	font-family: "InterTight-Regular", "Microsoft YaHei", Arial, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
}

input,
select,
button,
textarea {
	font-size: 16px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
	font-family: "InterTight-Regular", "Microsoft YaHei", Arial, sans-serif;
}

button {
	overflow: visible
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #222;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

a:hover {
	color: #ea5c1a;
	text-decoration: none !important;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

@media only screen and (max-width:1100px) {
	.container {
		padding: 0 25px;
	}
}

@media only screen and (max-width:768px) {
	body {
		font-size: 14px;
	}

	input,
	select,
	button,
	textarea {
		font-size: 14px;
	}

	.container {
		padding: 0 40px;
	}
}

@media only screen and (max-width:640px) {
	.container {
		padding: 0 20px;
	}
}

@media only screen and (max-width:1100px) {
	html.on {
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
}

.top {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 46px;
	color: #66727c;
	overflow: hidden;
}

.top a {
	color: #66727c;
}

.top a:hover {
	color: #ea5c1a;
}

.top .row {
	margin: 0;
	align-items: center;
	justify-content: space-between;
}

.top .tp_zc ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.top .tp_zc i {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
}

.top .tp_yc ul {
	border-left: 1px solid #eee;
}

.top .tp_yc ul li {
	width: 46px;
	height: 46px;
	border-right: 1px solid #eee;
	text-align: center;
}

.top .tp_yc i {
	width: 46px;
	height: 46px;
	font-size: 18px;
	display: inline-block;
}

.top .tp_yc i.icon-facebook-fill {
	font-size: 20px;
}

.top .tp_yc i.icon-linkedin-fill1 {
	font-size: 20px;
}

@media only screen and (max-width:640px) {
	.top .tp_zc {
		width: 100%;
	}

	.top .tp_zc ul li {
		margin-right: 0;
		font-size: 13px;
	}

	.top .tp_zc i {
		font-size: 16px;
		margin-right: 3px;
	}

	.top .tp_yc {
		display: none;
	}
}

.header {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 99999;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header.on {
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.header .row {
	margin: 0;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	position: relative;
}

.header .logo img {
	width: 200px;
	height: auto;
	display: block;
}

.header .an {
	height: 17px;
	width: 32px;
	display: none;
	position: relative;
}

.header .an span {
	width: 32px;
	height: 2px;
	background-color: #333;
	display: block;
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .nav ul {
	display: flex;
}

.header .nav ul li {
	position: relative;
	margin-right: 45px;
}

.header .nav #p_r {
	position: static;
}

.header .nav .y_j {
	text-align: center;
	position: relative;
}

.header .nav .y_j i {
	display: none;
}

.header .nav .y_j a {
	display: inline-block;
	font-size: 17px;
	font-family: "InterTight-Medium";
	font-weight: bold;
	color: #333;
	line-height: 90px;
	position: relative;
	z-index: 99;
}

.header .nav ul li:hover .y_j a {
	color: #ea5c1a;
}

.header .nav ul li.on .y_j a {
	color: #ea5c1a;
}

.header .nav .y_j:after {
	width: 0;
	height: 3px;
	border-radius: 3px;
	background-color: #ea5c1a;
	position: absolute;
	bottom: 10px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.header .nav ul li:hover .y_j:after {
	width: 100%;
}

.header .nav ul li.on .y_j:after {
	width: 100%;
}

.header .nav .e_j {
	width: 220px;
	background-color: #fafafa;
	position: absolute;
	top: 90px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.header .nav #p_r .e_j {
	width: 100%;
	max-height: calc(100vh - 136px);
	padding: 50px 0;
	left: 50%;
	margin-left: 0;
	overflow-y: overlay;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.header .nav ul li:hover .e_j {
	opacity: 1;
	visibility: inherit;
	transition: all .2s;
	-webkit-transition: all .2s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.header .nav .f_l {
	width: 100%;
	position: relative;
}

.header .nav .f_l a {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #66727c;
	line-height: 22px;
	display: block;
}

.header .nav .f_l:last-child a {
	border-bottom: 0;
}

.header .nav .f_l a:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.header .nav .cp_lm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .nav .cp_lm h3 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: "InterTight-Medium";
}

.header .nav .cp_lm p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 8px;
}

.header .nav .cp_lm p a {
	color: #66727c;
}

.header .nav .cp_lm p a:hover {
	color: #ea5c1a;
}

.header .nav .s_b {
	display: none;
}

.header .yy_xz {
	height: 36px;
	line-height: 36px;
	position: relative;
}

.header .yy_xz .y_x {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header .yy_xz .y_x span {
	font-size: 16px;
	font-family: "InterTight-Medium";
	display: inline-block;
	margin: 0 8px;
}

.header .yy_xz .y_x i {
	font-size: 24px;
	display: inline-block;
}

.header .yy_xz .x_z {
	width: 200px;
	padding: 6px 0;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
	border-radius: 8px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -100px;
	display: none;
}

.header .yy_xz:hover .x_z {
	display: block;
}

.header .yy_xz .x_z a {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 36px;
	padding: 0 14px;
	color: #333;
	transition: background-color .2s;
	white-space: nowrap;
}

.header .yy_xz .x_z a:hover {
	background-color: #f0f4ff;
	color: #1a5cff;
}

.header .yy_xz img {
	width: 22px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	border-radius: 2px;
	flex-shrink: 0;
}

.header .s_ch {
	margin-right: 25px;
	cursor: pointer;
}

.header .s_ch i {
	font-size: 24px;
	font-weight: bold;
}

@media only screen and (max-width:1400px) {
	.header .logo img {
		width: 180px;
	}

	.header .nav ul li {
		margin-right: 40px;
	}
}

@media only screen and (max-width:1280px) {
	.header .logo img {
		width: 170px;
	}

	.header .nav ul li {
		margin-right: 35px;
	}
}

@media only screen and (max-width:1100px) {
	.header {
		width: 100%;
		left: 0;
		top: 0;
		border-radius: 0;
	}

	.header .logo {
		margin: 20px 0;
	}

	.header .logo img {
		width: 150px;
	}

	.header .an {
		display: block;
	}

	.header .nav {
		width: 100%;
		display: block;
		height: calc(100% - 120px);
		padding: 20px 5%;
		margin: 0;
		background-color: #fafafa;
		position: fixed;
		top: 120px;
		right: -100%;
		z-index: 9999;
		overflow: auto;
		transition: all .5s;
		-webkit-transition: all .5s;
	}

	.header.on .nav {
		height: calc(100% - 74px);
		top: 74px;
	}

	.header .nav.on {
		right: 0;
	}

	.header .nav ul {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.header .nav ul li {
		width: 100%;
		height: auto;
		text-align: left;
		border-bottom: 1px solid #ddd;
		float: none;
		padding: 0;
		margin: 0;
	}

	.header .nav .y_j {
		min-width: 100%;
		text-align: left;
	}

	.header .nav .y_j:after {
		display: none;
	}

	.header .nav .y_j i {
		display: block;
		width: 60%;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		line-height: 60px;
		z-index: 999;
	}

	.header .nav ul li:nth-child(4) .y_j i {
		display: none;
	}

	.header .nav ul li:nth-child(5) .y_j i {
		display: none;
	}

	.header .nav .y_j a {
		font-size: 16px;
		line-height: 60px;
		display: block;
	}

	.header.on .nav .y_j a {
		color: #333;
	}

	.header.on .nav ul li:hover .y_j a {
		color: #333;
	}

	.header.on .nav ul li.on .y_j a {
		color: #333;
	}

	.header .nav .e_j {
		width: 100%;
		height: calc(100% - 120px);
		padding: 20px 5%;
		box-shadow: none;
		background-color: #fafafa;
		opacity: 1;
		position: fixed;
		top: 120px;
		left: auto;
		right: -100%;
		z-index: 9999;
		overflow: auto;
		display: block;
		visibility: inherit;
		transition: all .5s;
		-webkit-transition: all .5s;
		transform: none;
		-webkit-transform: none;
	}

	.header.on .nav .e_j {
		height: calc(100% - 74px);
		top: 74px;
	}

	.header .nav #p_r .e_j {
		max-width: 100%;
		height: calc(100vh - 120px);
		max-height: calc(100vh - 120px);
		padding: 20px 5%;
		left: auto;
		transform: none;
		-webkit-transform: none;
	}

	.header.on .nav #p_r .e_j {
		height: calc(100% - 74px);
		max-height: calc(100vh - 74px);
	}

	.header .nav .e_j.on {
		right: 0;
	}

	.header .nav .e_j:after {
		display: none;
	}

	.header .nav .f_l a {
		padding: 0;
		background: none;
		font-size: 16px;
		line-height: 60px;
		font-weight: bold;
		text-align: left;
		color: #333;
	}

	.header .nav .f_l a:hover {
		background: none;
		color: #333;
	}

	.header .nav .cp_lm {
		margin: 0 -15px;
		justify-content: normal;
	}

	.header .nav .cp_xl {
		width: calc(33.33333333% - 30px);
		margin: 0 15px 30px;
	}

	.header .nav .s_b {
		display: block;
		line-height: 50px;
	}

	.header .yy_xz .y_x {
		display: none;
	}

	.header .yy_xz .x_z {
		width: 100%;
		padding: 0;
		background: none;
		box-shadow: none;
		border-radius: 0;
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
		margin-top: 15px;
		display: block;
	}

	.header .yy_xz:hover .x_z {
		display: block;
	}

	.header .yy_xz .x_z a {
		padding: 0;
		line-height: 36px;
		margin-right: 0;
		color: #333;
	}

	.header .yy_xz .x_z a:hover {
		background: none;
		color: #1a5cff;
	}

	.header .yy_xz:hover .x_z {
		display: flex;
	}

	.header .yy_xz .x_z a {
		margin-right: 30px;
	}
}

@media only screen and (max-width:640px) {
	.header .nav .cp_lm {
		margin: 0;
		justify-content: normal;
	}

	.header .nav .cp_xl {
		width: 100%;
		margin: 0 0 20px;
	}
}

.head_h {
	width: 100%;
	height: 90px;
	display: none;
	overflow: hidden;
}

.head_h.on {
	display: block;
}

@media only screen and (max-width:1400px) {
	.head_h {
		height: 90px;
	}
}

@media only screen and (max-width:1100px) {
	.head_h {
		height: 88px;
	}
}

@media only screen and (max-width:640px) {
	.head_h {
		height: 83px;
	}
}

.search {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	display: none;
}

.search .sc_bj {
	width: 100%;
	padding: 150px 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	position: relative;
}

.search .sc_gb {
	position: absolute;
	top: 35px;
	right: 55px;
	cursor: pointer;
	color: #999;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.search .sc_gb:hover {
	color: #ea5b18;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.search .sc_gb i {
	font-size: 28px;
}

.search .sc_nr {
	width: 560px;
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}

.search input {
	width: 490px;
	height: 70px;
	font-size: 18px;
	line-height: 70px;
	color: #333;
	float: left;
}

.search input::placeholder {
	color: #888;
}

.search button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #000;
	float: right;
	outline: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.search button:hover {
	color: #ea5b18;
}

.search button i {
	font-weight: bold;
}

@media only screen and (max-width:1100px) {
	.search .sc_bj {
		padding: 100px 0;
	}

	.search .sc_gb {
		top: 20px;
		right: 20px;
	}

	.search .sc_gb i {
		font-size: 26px;
		font-weight: lighter;
	}

	.search .sc_nr {
		width: 90%;
	}

	.search input {
		width: 85%;
		font-size: 16px;
	}

	.search button {
		width: 15%;
	}

	.search button i {
		font-size: 24px;
		font-weight: lighter;
	}
}

.pc_ban {
	width: 100%;
	height: calc(100vh - 136px);
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

.pc_ban .swiper-slide {
	overflow: hidden;
}

.pc_ban .swiper-button-prev {
	width: 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	left: 3%;
	margin-top: -26px;
	opacity: .5;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev:hover {
	opacity: 1;
}

.pc_ban .swiper-button-prev i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.pc_ban .swiper-button-next {
	width: 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	right: 3%;
	margin-top: -26px;
	opacity: .5;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_ban .swiper-button-next:hover {
	opacity: 1;
}

.pc_ban .swiper-pagination {
	bottom: 20px;
}

.pc_ban .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: .6;
}

.pc_ban .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
}

.pc_ban .container {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.pc_ban .w_z {
	width: 46%;
}

.pc_ban .w_z h1 {
	font-size: 44px;
	font-family: "InterTight-Bold";
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 25px;
}

.pc_ban .w_z h2 {
	font-size: 32px;
	font-family: "InterTight-Bold";
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 10px;
}

.pc_ban .w_z a {
	width: 140px;
	height: 46px;
	border-radius: 46px;
	border: 1px solid #fff;
	line-height: 44px;
	text-align: center;
	color: #fff;
	display: block;
}

.pc_ban .w_z a:hover {
	background-color: #ea5c1a;
	border: 1px solid #ea5c1a;
}

.pc_ban .tp_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pc_ban .tp_bj:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .15);
	content: "";
}

@media only screen and (max-width:1400px) {
	.pc_ban .swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin-top: -20px;
		left: 30px;
	}

	.pc_ban .swiper-button-next {
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin-top: -20px;
		right: 30px;
	}

	.pc_ban .w_z h1 {
		font-size: 40px;
		line-height: 46px;
	}
}

@media only screen and (max-width:1100px) {
	.pc_ban {
		height: 450px;
		min-height: inherit;
	}

	.pc_ban .swiper-button-prev {
		display: none;
	}

	.pc_ban .swiper-button-next {
		display: none;
	}

	.pc_ban .swiper-pagination {
		bottom: 10px;
	}

	.pc_ban .w_z h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.pc_ban .w_z h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

@media only screen and (max-width:768px) {
	.pc_ban {
		height: 430px;
	}

	.pc_ban .swiper-pagination {
		bottom: 10px;
	}

	.pc_ban .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}

	.pc_ban .swiper-pagination-bullet-active {
		width: 20px;
	}

	.pc_ban .w_z h1 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.pc_ban .w_z h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width:640px) {
	.pc_ban {
		height: 320px;
	}

	.pc_ban .w_z {
		width: 100%;
		text-align: center;
	}

	.pc_ban .w_z h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.pc_ban .w_z h2 {
		font-size: 18px;
		line-height: 26px;
	}

	.pc_ban .w_z a {
		width: 130px;
		height: 40px;
		border-radius: 40px;
		line-height: 38px;
		margin: 0 auto;
	}
}

.sy_bt {
	text-align: center;
	margin-bottom: 50px;
}

.sy_bt h1 {
	font-size: 44px;
	line-height: 50px;
	color: #000;
	font-family: "InterTight-Bold";
}

.sy_bt p {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 32px;
	color: #777;
	margin-top: 5px;
}

@media only screen and (max-width:1400px) {
	.sy_bt {
		margin-bottom: 40px;
	}

	.sy_bt h1 {
		font-size: 40px;
		line-height: 46px;
	}

	.sy_bt p {
		font-size: 20px;
		line-height: 32px;
	}
}

@media only screen and (max-width:1100px) {
	.sy_bt {
		margin-bottom: 35px;
	}

	.sy_bt h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.sy_bt p {
		font-size: 18px;
		line-height: 28px;
		margin-top: 6px;
	}
}

@media only screen and (max-width:640px) {
	.sy_bt {
		margin-bottom: 30px;
	}

	.sy_bt h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.sy_bt p {
		font-size: 16px;
		line-height: 26px;
	}
}

.sy_gy {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}

.sy_gy .row {
	justify-content: space-between;
	margin: 0;
}

.sy_gy .gy_bt {
	margin-bottom: 15px;
}

.sy_gy .gy_bt h1 {
	font-size: 44px;
	line-height: 52px;
	color: #000;
	font-family: "InterTight-Bold";
}

.sy_gy .gy_bt h1 strong {
	color: #ea5c1a;
}

.sy_gy .gy_bt h3 {
	font-size: 22px;
	color: #ea5c1a;
	font-family: "InterTight-Bold";
}

.sy_gy .gy_wz {
	width: calc(50% - 40px);
}

.sy_gy .gy_wz .w_z {
	line-height: 26px;
	color: #777;
	height: 78px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sy_gy .gy_wz .y_s {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sy_gy .gy_wz .t_b {
	width: 80px;
	height: 80px;
	background-color: #fbede6;
	border-radius: 6px;
}

.sy_gy .gy_wz .n_r {
	width: calc(100% - 100px);
}

.sy_gy .gy_wz .n_r h3 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-family: "InterTight-Bold";
	margin-bottom: 6px;
}

.sy_gy .gy_wz .n_r p {
	line-height: 22px;
	color: #777;
}

.sy_gy .gy_tp {
	width: calc(50% - 20px);
	position: relative;
}

.sy_gy .gy_tp:after {
	width: 70%;
	height: 50%;
	content: "";
	position: absolute;
	top: 10%;
	left: 15%;
	background-color: #f7f7f7;
	z-index: -1;
}

.sy_gy .dt_wz {
	width: 70%;
}

.sy_gy .xt_wz {
	width: 60%;
	border: 10px solid #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.sy_gy .gy_bf {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	cursor: pointer;
}

.sy_gy .gy_bf span {
	width: 60px;
	height: 60px;
	padding-left: 5px;
	background-color: #ea5c1a;
	border-radius: 50%;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 9;
}

.sy_gy .gy_bf:before {
	width: 60px;
	height: 60px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.sy_gy .gy_bf:after {
	width: 60px;
	height: 60px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pulse-border 1200ms ease-out infinite;
	animation: pulse-border 1200ms ease-out infinite;
}

.sy_gy .gy_bf i {
	font-size: 30px;
}

.sy_gy img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-user-select: none;
	user-select: none;
}

@media only screen and (max-width:1400px) {
	.sy_gy {
		padding: 80px 0;
	}

	.sy_gy .gy_bt h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.sy_gy .gy_bt h3 {
		font-size: 22px;
	}

	.sy_gy .gy_wz {
		width: calc(50% - 20px);
	}

	.sy_gy .gy_wz .w_z {
		line-height: 24px;
		height: 72px;
	}

	.sy_gy .gy_wz .y_s {
		margin-top: 20px;
	}

	.sy_gy .gy_wz .t_b {
		width: 80px;
		height: 80px;
		background-color: #fbede6;
		border-radius: 6px;
	}

	.sy_gy .gy_wz .n_r {
		width: calc(100% - 100px);
	}

	.sy_gy .gy_wz .n_r p {
		line-height: 20px;
	}
}

@media only screen and (max-width:1100px) {
	.sy_gy {
		padding: 60px 0;
	}

	.sy_gy .gy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}

	.sy_gy .gy_bt h3 {
		font-size: 20px;
	}

	.sy_gy .gy_wz {
		width: calc(50% - 15px);
	}

	.sy_gy .gy_wz .w_z {
		line-height: 22px;
		height: 88px;
	}

	.sy_gy .gy_wz .y_s {
		margin-top: 20px;
	}

	.sy_gy .gy_wz .t_b {
		width: 70px;
		height: 70px;
	}

	.sy_gy .gy_wz .n_r {
		width: calc(100% - 80px);
	}

	.sy_gy .gy_wz .n_r h3 {
		font-size: 17px;
		line-height: 22px;
	}

	.sy_gy .gy_tp {
		width: calc(50% - 15px);
	}

	.sy_gy .gy_tp:after {
		width: 80%;
		height: 60%;
		left: 10%;
	}

	.sy_gy .dt_wz {
		width: 80%;
	}

	.sy_gy .xt_wz {
		width: 65%;
		border: 6px solid #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		bottom: 10px;
		right: 10px;
	}

	.sy_gy .gy_bf {
		width: 46px;
		height: 46px;
		margin: -23px 0 0 -23px;
	}

	.sy_gy .gy_bf span {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}

	.sy_gy .gy_bf span:before {
		width: 46px;
		height: 46px;
	}

	.sy_gy .gy_bf i {
		font-size: 22px;
	}
}

@media only screen and (max-width:768px) {
	.sy_gy {
		padding: 50px 0;
	}

	.sy_gy .gy_bt h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.sy_gy .gy_bt h3 {
		font-size: 18px;
	}

	.sy_gy .gy_wz {
		width: 100%;
	}

	.sy_gy .gy_tp {
		width: 100%;
		margin-bottom: 30px;
	}

	.sy_gy .gy_tp:after {
		width: 80%;
		height: 60%;
		left: 10%;
	}

	.sy_gy .dt_wz {
		width: 65%;
	}

	.sy_gy .xt_wz {
		width: 55%;
		border: 5px solid #fff;
	}

	.sy_gy .gy_bf {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}

	.sy_gy .gy_bf span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.sy_gy .gy_bf span:before {
		width: 40px;
		height: 40px;
	}

	.sy_gy .gy_bf i {
		font-size: 20px;
	}
}

@media only screen and (max-width:640px) {
	.sy_gy .gy_bt h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.sy_gy .gy_bt h3 {
		font-size: 16px;
	}

	.sy_gy .gy_wz .n_r h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.sy_gy .gy_wz .n_r p {
		line-height: 18px;
	}
}

.btn_a {
	width: 160px;
	height: 46px;
	background: #ea5c1a none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border-radius: 3px;
	font-family: "InterTight-Bold";
	position: relative;
	overflow: hidden;
	z-index: 1;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: 0px 9px 16.74px 1.26px rgb(99 134 94 / 21%);
	line-height: 46px;
	text-align: center;
	text-transform: inherit;
	touch-action: manipulation;
	transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
}

.btn_a:hover {
	color: #fff;
}

.btn_a:hover>span {
	height: 562.5px;
	width: 562.5px;
}

.btn_a span {
	background: #cc4100 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
}

.btn_a i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
	font-size: 16px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.btn_a:hover i {
	margin-left: 10px;
	color: #fff;
}

@media only screen and (max-width:1400px) {
	.btn_a {
		width: 170px;
		height: 56px;
		line-height: 56px;
		margin-top: 25px;
	}
}

@media only screen and (max-width:1100px) {
	.btn_a {
		width: 150px;
		height: 46px;
		line-height: 46px;
		margin-top: 20px;
	}
}

@media only screen and (max-width:768px) {
	.btn_a {
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width:640px) {
	.btn_a {
		width: 130px;
		height: 36px;
		line-height: 36px;
	}
}

.tc_sp {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.tc_sp .g_b {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	color: #eee;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.tc_sp .g_b:hover {
	color: #ea5c1a;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.tc_sp .g_b i {
	font-size: 26px;
}

.tc_sp .vd_nr {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.tc_sp .vd_nr video {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:1400px) {
	.tc_sp .g_b {
		top: 30px;
		right: 30px;
	}

	.tc_sp .g_b i {
		font-size: 22px;
	}

	.tc_sp .vd_nr {
		max-width: 1000px;
	}
}

@media only screen and (max-width:1100px) {
	.tc_sp .g_b {
		top: 50px;
		right: 50px;
	}

	.tc_sp .vd_nr {
		max-width: 86%;
	}
}

@media only screen and (max-width:768px) {
	.tc_sp .g_b {
		top: 20px;
		right: 20px;
	}
}

.zs_sp {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.zs_sp .g_b {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	color: #eee;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.zs_sp .g_b:hover {
	color: #ea5c1a;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.zs_sp .g_b i {
	font-size: 26px;
}

.zs_sp .vd_nr {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.zs_sp .vd_nr video {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:1400px) {
	.zs_sp .g_b {
		top: 30px;
		right: 30px;
	}

	.zs_sp .g_b i {
		font-size: 22px;
	}

	.zs_sp .vd_nr {
		max-width: 1000px;
	}
}

@media only screen and (max-width:1100px) {
	.zs_sp .g_b {
		top: 50px;
		right: 50px;
	}

	.zs_sp .vd_nr {
		max-width: 86%;
	}
}

@media only screen and (max-width:768px) {
	.zs_sp .g_b {
		top: 20px;
		right: 20px;
	}
}

.sy_sj {
	width: 100%;
	padding: 60px 0;
	background: url(../images/sy_sj.jpg) no-repeat center / cover;
	overflow: hidden;
}

.sy_sj .sj_zs ul {
	margin: 0;
	justify-content: space-between;
}

.sy_sj .sj_zs ul li {
	width: 25%;
	text-align: center;
}

.sy_sj .sj_zs .t_b {
	width: 80px;
	margin: 0 auto;
}

.sy_sj .sj_zs .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.sy_sj .sj_zs .s_z {
	font-size: 32px;
	color: #fff;
}

.sy_sj .sj_zs .s_z b {
	font-size: 40px;
	font-weight: normal;
	line-height: 50px;
	font-family: "InterTight-Bold";
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}

.sy_sj .sj_zs .x_j {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, .8);
}

@media only screen and (max-width:1400px) {
	.sy_sj {
		padding: 50px 0;
	}

	.sy_sj .sj_zs .t_b {
		width: 60px;
	}

	.sy_sj .sj_zs .s_z {
		font-size: 26px;
	}

	.sy_sj .sj_zs .s_z b {
		font-size: 36px;
		line-height: 44px;
	}

	.sy_sj .sj_zs .x_j {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width:1100px) {
	.sy_sj {
		padding: 45px 0;
	}

	.sy_sj .sj_zs .t_b {
		width: 56px;
		height: 56px;
	}

	.sy_sj .sj_zs .s_z {
		font-size: 22px;
	}

	.sy_sj .sj_zs .s_z b {
		font-size: 32px;
		line-height: 40px;
	}

	.sy_sj .sj_zs .x_j {
		font-size: 16px;
	}
}

@media only screen and (max-width:640px) {
	.sy_sj {
		padding: 35px 0;
	}

	.sy_sj .sj_zs ul {
		align-items: normal;
	}

	.sy_sj .sj_zs ul li {
		width: 50%;
		margin: 10px 0;
	}

	.sy_sj .sj_zs .t_b {
		width: 50px;
		height: 50px;
	}

	.sy_sj .sj_zs .s_z {
		font-size: 18px;
	}

	.sy_sj .sj_zs .s_z b {
		font-size: 28px;
		line-height: 32px;
	}

	.sy_sj .sj_zs .x_j {
		font-size: 14px;
		line-height: 22px;
	}
}

.sy_hy {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.sy_hy .row {
	margin: 0 -10px;
}

.sy_hy .hy_lm {
	width: calc(25% - 20px);
	margin: 0 10px;
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_hy .hy_lm:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

.sy_hy .hy_lm a {
	display: block;
	position: relative;
}

.sy_hy .hy_lm img {
	width: 100%;
	height: auto;
	display: block;
}

.sy_hy .t_p {
	overflow: hidden;
	position: relative;
}

.sy_hy .t_b {
	width: 100px;
	margin: 0 auto 6px;
}

.sy_hy .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.sy_hy .w_z {
	width: 100%;
	padding: 60px 0 30px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

@media only screen and (max-width:1400px) {
	.sy_hy {
		padding: 70px 0;
	}

	.sy_hy .t_b {
		width: 80px;
	}

	.sy_hy .w_z {
		padding: 50px 0 30px;
		font-size: 18px;
	}
}

@media only screen and (max-width:1100px) {
	.sy_hy {
		padding: 60px 0;
	}

	.sy_hy .row {
		margin: 0 -5px;
	}

	.sy_hy .hy_lm {
		width: calc(25% - 10px);
		margin: 0 5px;
		border-radius: 6px;
	}

	.sy_hy .hy_lm:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
	}

	.sy_hy .t_b {
		width: 70px;
	}

	.sy_hy .w_z {
		padding: 40px 0 20px;
		font-size: 17px;
	}
}

@media only screen and (max-width:768px) {
	.sy_hy {
		padding: 45px 0;
	}

	.sy_hy .row {
		margin: 0 -5px;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.sy_hy .hy_lm {
		width: 220px;
		white-space: normal;
		display: inline-block;
	}
}

@media only screen and (max-width:640px) {
	.sy_hy .hy_lm {
		width: 200px;
	}
}

.sy_al {
	width: 100%;
	padding: 80px 0 50px;
	background-color: #fdf7f5;
	overflow: hidden;
}

.sy_al .swiper-al {
	padding-bottom: 50px;
}

.sy_al .swiper-button-prev {
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	color: #aaa;
	border-radius: 50%;
	border: 1px solid #aaa;
	top: 50%;
	left: -66px;
	margin-top: -32px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_al .swiper-button-prev:hover {
	border: 1px solid #ea5c1a;
	color: #ea5c1a;
}

.sy_al .swiper-button-prev i {
	font-weight: bold;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.sy_al .swiper-button-next {
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	color: #aaa;
	border-radius: 50%;
	border: 1px solid #aaa;
	top: 50%;
	right: -66px;
	margin-top: -32px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_al .swiper-button-next:hover {
	border: 1px solid #ea5c1a;
	color: #ea5c1a;
}

.sy_al .swiper-button-next i {
	font-weight: bold;
}

.sy_al .swiper-pagination {
	width: 100%;
	bottom: 0;
}

.sy_al .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .3);
	margin: 0 5px;
	opacity: .6;
}

.sy_al .swiper-pagination-bullet-active {
	background-color: #ea5c1a;
	opacity: 1;
}

.sy_al .sy_bt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sy_al .sy_bt a {
	font-family: "InterTight-Bold";
	color: #777;
	margin-top: 20px;
}

.sy_al .sy_bt a:hover {
	color: #ea5c1a;
}

.sy_al .al_zs {
	position: relative;
}

.sy_al .al_zs .t_p {
	overflow: hidden;
}

.sy_al .al_zs .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_al .al_zs ul li:hover .t_p img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.sy_al .al_zs .w_z {
	width: 100%;
	background-color: #fff;
	padding: 20px 25px;
}

.sy_al .al_zs .w_z h3 {
	font-size: 20px;
	line-height: 26px;
	color: #333;
	font-family: "InterTight-Bold";
	height: 52px;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.sy_al .al_zs .w_z span {
	color: #ea5c1a;
	font-size: 14px;
}

.sy_al .al_zs .w_z i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
	font-size: 16px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_al .swiper-slide:hover .w_z i {
	margin-left: 15px;
}

@media only screen and (max-width:1400px) {
	.sy_al {
		padding: 70px 0 40px;
	}

	.sy_al .swiper-al {
		padding-bottom: 40px;
	}

	.sy_al .al_zs .w_z {
		padding: 15px;
	}

	.sy_al .al_zs .w_z h3 {
		font-size: 18px;
		line-height: 26px;
		height: 52px;
	}
}

@media only screen and (max-width:1100px) {
	.sy_al {
		padding: 50px 0 30px;
	}

	.sy_al .swiper-al {
		padding-bottom: 30px;
	}

	.sy_al .swiper-button-prev {
		display: none;
	}

	.sy_al .swiper-button-next {
		display: none;
	}

	.sy_al .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}

	.sy_al .al_zs .w_z {
		padding: 10px 15px;
	}

	.sy_al .al_zs .w_z h3 {
		margin-bottom: 10px;
	}

	.sy_al .al_zs .w_z i {
		font-size: 16px;
	}

	.sy_al .swiper-slide:hover .w_z i {
		margin-left: 10px;
	}
}

@media only screen and (max-width:768px) {
	.sy_al {
		padding: 45px 0 20px;
	}

	.sy_al .al_zs .w_z h3 {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
}

.sy_hz {
	width: 100%;
	padding: 70px 0 60px;
	overflow: hidden;
}

.sy_hz .hz_zs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.sy_hz .hz_zs:before {
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
	background-image: -webkit-linear-gradient(left, #fff, rgba(247, 247, 247, 0));
	background-image: linear-gradient(left, #fff, rgba(247, 247, 247, 0));
}

.sy_hz .hz_zs:after {
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	z-index: 9;
	background-image: -webkit-linear-gradient(left, rgba(247, 247, 247, 0), #fff);
	background-image: linear-gradient(left, rgba(247, 247, 247, 0), #fff);
}

.sy_hz .hz_zs ul li {
	width: 13%;
	border-radius: 5px;
	margin-right: 20px;
	overflow: hidden;
}

.sy_hz .hz_zs img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:1400px) {
	.sy_hz {
		padding: 70px 0 50px;
	}

	.sy_hz .hz_zs {
		margin-bottom: 20px;
	}

	.sy_hz .hz_zs ul li {
		margin-right: 20px;
	}
}

@media only screen and (max-width:1100px) {
	.sy_hz {
		padding: 60px 0 45px;
	}

	.sy_hz .hz_zs {
		margin-bottom: 15px;
	}

	.sy_hz .hz_zs ul li {
		margin-right: 15px;
	}
}

@media only screen and (max-width:768px) {
	.sy_hz {
		padding: 50px 0 35px;
	}

	.sy_hz .hz_zs {
		margin-bottom: 15px;
	}

	.sy_hz .hz_zs ul li {
		width: 120px;
	}
}

@media only screen and (max-width:640px) {
	.sy_hz .hz_zs ul li {
		width: 110px;
		margin-right: 10px;
	}
}

.sp_bf {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	cursor: pointer;
}

.sp_bf:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.sp_bf span {
	width: 50px;
	height: 50px;
	padding-left: 3px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 999;
}

.sp_bf i {
	font-size: 26px;
	color: #fff;
}

@media only screen and (max-width:1100px) {}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {}

.ab_ban {
	width: 100%;
	height: 560px;
	color: #fff;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.ab_ban .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ab_ban .container h1 {
	font-size: 83px;
	font-family: "InterTight-Bold";
	text-transform: uppercase;
	line-height: 90px;
}

.ab_ban .container h3 {
	font-size: 22px;
	font-family: "InterTight-Bold";
	text-transform: uppercase;
	line-height: 40px;
}

.ab_ban .dq_lm {
	width: 100%;
	position: absolute;
	bottom: 35px;
	left: 0;
	color: rgba(255, 255, 255, .7);
}

.ab_ban .dq_lm .container {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
}

.ab_ban .dq_lm i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.ab_ban .dq_lm a {
	color: rgba(255, 255, 255, .7);
}

.ab_ban .dq_lm a:hover {
	color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
	.ab_ban {
		height: 400px;
	}

	.ab_ban .container h1 {
		font-size: 38px;
		line-height: 40px;
	}

	.ab_ban .container h3 {
		font-size: 20px;
		line-height: 36px;
	}

	.ab_ban .dq_lm {
		bottom: 25px;
	}
}

@media only screen and (max-width:1100px) {
	.ab_ban {
		height: 320px;
	}

	.ab_ban .container h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.ab_ban .container h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.ab_ban .dq_lm {
		bottom: 15px;
	}
}

@media only screen and (max-width:768px) {
	.ab_ban {
		height: 260px;
	}

	.ab_ban .container h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.ab_ban .container h3 {
		font-size: 17px;
	}

	.ab_ban .dq_lm {
		bottom: 10px;
	}
}

@media only screen and (max-width:640px) {
	.ab_ban {
		height: 220px;
	}
}

.ny_gy {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}

.ny_gy .row {
	justify-content: space-between;
	margin: 0;
}

.ny_gy .gy_bt {
	margin-bottom: 20px;
}

.ny_gy .gy_bt h1 {
	font-size: 46px;
	line-height: 52px;
	color: #000;
	font-family: "InterTight-Bold";
}

.ny_gy .gy_wz {
	width: calc(50% - 30px);
	position: relative;
}

.ny_gy .gy_wz .w_z {
	width: 100%;
	height: calc(100% - 72px);
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 10px;
	line-height: 26px;
	overflow-y: scroll;
}

.ny_gy .gy_wz .w_z::placeholder {
	color: #999;
}

.ny_gy .gy_wz .w_z::-webkit-scrollbar {
	width: 6px;
}

.ny_gy .gy_wz .w_z::-webkit-scrollbar-track {
	background-color: #eee;
}

.ny_gy .gy_wz .w_z::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 6px;
}

.ny_gy .gy_wz .w_z::-webkit-scrollbar-thumb:hover {
	background-color: #777;
}

.ny_gy .gy_wz .w_z::-webkit-scrollbar-thumb:active {
	background-color: #ea5c1a;
}

.ny_gy .gy_tp {
	width: calc(50% - 30px);
	position: relative;
}

.ny_gy .gy_tp img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_gy .sj_zs {
	margin-top: 60px;
}

.ny_gy .sj_zs ul {
	margin: 0;
	align-items: center;
	justify-content: space-between;
}

.ny_gy .sj_zs ul li {
	width: 20%;
	text-align: center;
}

.ny_gy .sj_zs .s_z {
	font-size: 22px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecd2ca;
}

.ny_gy .sj_zs .s_z b {
	font-size: 52px;
	color: #ea5c1a;
	font-weight: normal;
	line-height: 60px;
	font-family: "InterTight-Bold";
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}

.ny_gy .sj_zs .x_j {
	font-size: 18px;
	line-height: 30px;
}

@media only screen and (max-width:1400px) {
	.ny_gy {
		padding: 80px 0;
	}

	.ny_gy .gy_bt h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.ny_gy .gy_wz {
		width: calc(50% - 20px);
	}

	.ny_gy .gy_wz .w_z {
		height: calc(100% - 64px);
		line-height: 22px;
	}

	.ny_gy .sj_zs {
		margin-top: 50px;
	}

	.ny_gy .sj_zs ul li {
		width: 18%;
	}

	.ny_gy .sj_zs .s_z {
		font-size: 22px;
	}

	.ny_gy .sj_zs .s_z b {
		font-size: 44px;
		line-height: 50px;
	}

	.ny_gy .sj_zs .x_j {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width:1100px) {
	.ny_gy {
		padding: 60px 0;
	}

	.ny_gy .gy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}

	.ny_gy .gy_bt h3 {
		font-size: 20px;
	}

	.ny_gy .gy_wz {
		width: calc(50% - 15px);
	}

	.ny_gy .gy_wz .w_z {
		line-height: 22px;
	}

	.ny_gy .gy_tp {
		width: calc(50% - 15px);
	}

	.ny_gy .sj_zs {
		margin-top: 40px;
	}

	.ny_gy .sj_zs ul li {
		width: 18%;
	}

	.ny_gy .sj_zs .s_z {
		font-size: 20px;
	}

	.ny_gy .sj_zs .s_z b {
		font-size: 38px;
		line-height: 44px;
	}

	.ny_gy .sj_zs .x_j {
		font-size: 14px;
	}
}

@media only screen and (max-width:768px) {
	.ny_gy {
		padding: 50px 0;
	}

	.ny_gy .gy_bt h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.ny_gy .gy_bt h3 {
		font-size: 18px;
	}

	.ny_gy .gy_wz {
		width: 100%;
	}

	.ny_gy .gy_wz .w_z {
		height: 300px;
		position: relative;
		bottom: auto;
		left: auto;
		line-height: 22px;
	}

	.ny_gy .gy_tp {
		width: 100%;
		margin-bottom: 30px;
	}

	.ny_gy .sj_zs {
		margin-top: 20px;
	}

	.ny_gy .sj_zs ul {
		justify-content: center;
	}

	.ny_gy .sj_zs ul li {
		width: 31%;
		margin: 20px 1% 0;
		text-align: center;
	}

	.ny_gy .sj_zs .s_z {
		font-size: 18px;
	}

	.ny_gy .sj_zs .s_z b {
		font-size: 32px;
		line-height: 40px;
	}
}

@media only screen and (max-width:640px) {
	.ny_gy .gy_bt h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.ny_gy .gy_bt h3 {
		font-size: 16px;
	}

	.ny_gy .gy_wz .w_z {
		height: 250px;
	}

	.ny_gy .sj_zs ul {
		align-items: normal;
	}

	.ny_gy .sj_zs ul li {
		width: 48%;
	}

	.ny_gy .sj_zs .s_z {
		font-size: 18px;
	}

	.ny_gy .sj_zs .s_z b {
		font-size: 28px;
		line-height: 36px;
	}
}

.gs_lc {
	width: 100%;
	padding: 90px 0;
	color: #fff;
	background: url(../images/lc_bj.jpg) no-repeat center / cover;
	overflow: hidden;
}

.gs_lc .sy_bt h1 {
	color: #fff;
}

.gs_lc .lc_fz ul {
	margin: 0 -10px;
}

.gs_lc .lc_fz ul li {
	width: calc(25% - 20px);
	margin: 0 10px 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .1);
	padding: 22px;
}

.gs_lc .lc_fz h2 {
	font-size: 17px;
	font-family: "InterTight-Regular";
	line-height: 22px;
	margin-top: 5px;
}

.gs_lc .lc_fz span {
	font-size: 25px;
	font-family: "InterTight-Bold";
}

.gs_lc .lc_zs {
	position: relative;
	padding: 35px 0;
}

.gs_lc .lc_zs:after {
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	content: "";
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
}

.gs_lc .lc_zs ul li {
	width: 50%;
	margin: 10px 0;
	padding-right: 4%;
	text-align: right;
	position: relative;
}

.gs_lc .lc_zs ul li:before {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #fff;
	position: absolute;
	top: 7px;
	right: 2px;
	content: "";
}

.gs_lc .lc_zs ul li:nth-child(2n) {
	margin-left: 50%;
	padding-left: 4%;
	padding-right: 0;
	text-align: left;
}

.gs_lc .lc_zs ul li:nth-child(2n):before {
	border-left: 10px solid #fff;
	border-right: 0;
	right: inherit;
	left: 2px;
}

.gs_lc .lc_zs h2 {
	font-size: 17px;
	font-family: "InterTight-Regular";
	line-height: 22px;
	margin-top: 5px;
}

.gs_lc .lc_zs span {
	font-size: 25px;
	line-height: 30px;
	font-family: "InterTight-Bold";
}

@media only screen and (max-width:1400px) {
	.gs_lc {
		padding: 70px 0;
	}
}

@media only screen and (max-width:1100px) {
	.gs_lc {
		padding: 60px 0;
	}

	.gs_lc .lc_zs {
		padding: 20px 0;
	}
}

@media only screen and (max-width:768px) {
	.gs_lc {
		padding: 50px 0;
	}
}

@media only screen and (max-width:640px) {
	.gs_lc .sy_bt {
		margin-bottom: 20px;
	}

	.gs_lc .lc_zs {
		padding: 10px 0;
	}

	.gs_lc .lc_zs:after {
		width: 2px;
		left: 5px;
		margin-left: 0;
	}

	.gs_lc .lc_zs ul li {
		width: 100%;
		margin: 6px 0;
		padding-left: 35px;
		padding-right: 0;
		text-align: left;
	}

	.gs_lc .lc_zs ul li:before {
		border-left: 10px solid #fff;
		border-right: 0;
		right: inherit;
		left: 7px;
	}

	.gs_lc .lc_zs ul li:nth-child(2n) {
		margin-left: 0;
		padding-left: 35px;
	}

	.gs_lc .lc_zs ul li:nth-child(2n):before {
		left: 7px;
	}

	.gs_lc .lc_zs h2 {
		font-size: 15px;
	}

	.gs_lc .lc_zs span {
		font-size: 20px;
	}
}

.gs_wh {
	width: 100%;
	padding: 90px 0;
	text-align: center;
	overflow: hidden;
}

.gs_wh .row {
	margin: 0 -5px;
	color: #fff;
}

.gs_wh .yj_nr {
	width: 30%;
	border: 5px solid #fff;
	padding: 80px 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(0, 0, 0, .3);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.gs_wh .yj_nr:hover {
	background-color: rgba(0, 0, 0, 0);
}

.gs_wh .yj_nr .n_r {
	width: 100%;
}

.gs_wh .yj_qt {
	width: 70%;
}

.gs_wh .yj_qt ul {
	display: flex;
	flex-wrap: wrap;
}

.gs_wh .yj_qt ul li {
	width: 50%;
	border: 5px solid #fff;
	padding: 80px 50px;
	background-color: rgba(0, 0, 0, .3);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.gs_wh .yj_qt ul li:hover {
	background-color: rgba(0, 0, 0, 0);
}

.gs_wh .t_b {
	width: 70px;
	margin: 0 auto;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.gs_wh .yj_nr:hover .t_b {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.gs_wh .yj_qt ul li:hover .t_b {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.gs_wh .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.gs_wh .b_t {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin: 6px 0;
}

@media only screen and (max-width:1400px) {
	.gs_wh {
		padding: 70px 0;
	}

	.gs_wh .row {
		margin: 0 -3px;
		color: #fff;
	}

	.gs_wh .yj_nr {
		border: 3px solid #fff;
		padding: 60px 30px;
	}

	.gs_wh .yj_qt ul li {
		border: 3px solid #fff;
		padding: 60px 30px;
	}

	.gs_wh .t_b {
		width: 60px;
	}

	.gs_wh .b_t {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width:1100px) {
	.gs_wh {
		padding: 60px 0;
	}

	.gs_wh .yj_nr {
		padding: 45px 20px;
	}

	.gs_wh .yj_qt ul li {
		padding: 45px 20px;
	}

	.gs_wh .t_b {
		width: 56px;
	}

	.gs_wh .b_t {
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (max-width:768px) {
	.gs_wh {
		padding: 50px 0;
	}

	.gs_wh .yj_nr {
		padding: 35px 15px;
	}

	.gs_wh .yj_qt ul li {
		padding: 35px 15px;
	}

	.gs_wh .t_b {
		width: 50px;
	}

	.gs_wh .b_t {
		font-size: 17px;
	}
}

@media only screen and (max-width:640px) {
	.gs_wh .yj_nr {
		width: 100%;
	}

	.gs_wh .yj_qt {
		width: 100%;
	}
}

.gs_fc {
	width: 100%;
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.gs_fc .row {
	margin: 0;
	justify-content: space-between;
}

.gs_fc .tc_zs {
	width: calc(50% - 8px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gs_fc .tc_zs .d_t {
	width: calc(50% - 8px);
	height: 486px;
}

.gs_fc .tc_zs .f_t {
	width: calc(50% - 8px);
}

.gs_fc .tc_zs .f_t ul {
	margin: 0 -8px;
}

.gs_fc .tc_zs .f_t ul li {
	width: calc(50% - 16px);
	height: 235px;
	margin: 0 8px 16px;
	position: relative;
}

.gs_fc .tc_zs .f_t ul li.q_b {
	width: calc(100% - 16px);
}

.gs_fc .tc_zs .f_t span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ea5c1a;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.gs_fc .tc_zs img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-user-select: none;
	user-select: none;
}

@media only screen and (max-width:1400px) {
	.gs_fc {
		padding: 70px 0;
	}

	.gs_fc .tc_zs .d_t {
		height: 416px;
	}

	.gs_fc .tc_zs .f_t ul li {
		height: 200px;
	}
}

@media only screen and (max-width:1100px) {
	.gs_fc {
		padding: 60px 0;
	}

	.gs_fc .tc_zs {
		width: calc(50% - 5px);
	}

	.gs_fc .tc_zs .d_t {
		width: calc(50% - 5px);
		height: 340px;
	}

	.gs_fc .tc_zs .f_t {
		width: calc(50% - 5px);
	}

	.gs_fc .tc_zs .f_t ul {
		margin: 0 -5px;
	}

	.gs_fc .tc_zs .f_t ul li {
		width: calc(50% - 10px);
		height: 165px;
		margin: 0 5px 10px;
	}

	.gs_fc .tc_zs .f_t ul li.q_b {
		width: calc(100% - 10px);
	}
}

@media only screen and (max-width:768px) {
	.gs_fc {
		padding: 50px 0;
	}

	.gs_fc .tc_zs {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	.gs_fc .tc_zs .d_t {
		width: calc(50% - 2px);
		height: 204px;
	}

	.gs_fc .tc_zs .f_t {
		width: calc(50% - 2px);
	}

	.gs_fc .tc_zs .f_t ul {
		margin: 0 -2px;
	}

	.gs_fc .tc_zs .f_t ul li {
		width: calc(50% - 4px);
		height: 100px;
		margin: 0 2px 4px;
	}

	.gs_fc .tc_zs .f_t ul li.q_b {
		width: calc(100% - 4px);
	}

	.gs_fc .tc_zs .f_t span {
		font-size: 13px;
	}
}

.big_img {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	overflow: hidden;
	display: none;
}

.big_img i.icon-guanbi1 {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	opacity: .6;
	cursor: pointer;
	display: inline-block;
	z-index: 99;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.big_img i.icon-guanbi1:hover {
	opacity: 1;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.big_img .swiper-tc {
	width: 100%;
	height: 100%;
}

.big_img .swiper-slide {
	width: 100%;
	height: 100vh;
}

.big_img .swiper-slide img {
	max-width: 100%;
	max-height: 80%;
	display: block;
}

.big_img .swiper-pagination {
	width: 100%;
	left: 0;
	bottom: 30px;
}

.big_img .swiper-pagination-bullet {
	margin: 0 5px;
}

.big_img .swiper-button-prev {
	width: 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	left: 3%;
	margin-top: -26px;
	opacity: .5;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.big_img .swiper-button-prev:hover {
	opacity: 1;
}

.big_img .swiper-button-prev i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.big_img .swiper-button-next {
	width: 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	right: 3%;
	margin-top: -26px;
	opacity: .5;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.big_img .swiper-button-next:hover {
	opacity: 1;
}

.big_img .cell {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width:1100px) {
	.big_img i.icon-guanbi1 {
		top: 25px;
		right: 25px;
		width: 30px;
		height: 30px;
		font-size: 17px;
		line-height: 28px;
	}

	.big_img .swiper-slide img {
		max-width: 80%;
		max-height: 80%;
		display: block;
	}

	.big_img .swiper-pagination {
		width: 100%;
		left: 0;
		bottom: 20px;
	}

	.big_img .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0 3px;
	}

	.big_img .swiper-button-prev {
		display: none;
	}

	.big_img .swiper-button-next {
		display: none;
	}

	.big_img .cell {
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:768px) {
	.big_img .swiper-slide img {
		max-width: 100%;
		max-height: 80%;
		display: block;
	}
}

.gs_tz {
	width: 100%;
	padding: 90px 0;
	background-color: #fdf7f5;
	overflow: hidden;
}

.gs_tz .tz_zs {
	overflow: hidden;
	border-radius: 5px;
}

.gs_tz .tz_zs ul {
	display: flex;
}

.gs_tz .tz_zs ul li {
	flex: 1;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #fdf7f5;
	height: 53vh;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.gs_tz .tz_zs ul li:last-child {
	border-right: 0;
}

.gs_tz .tz_zs ul li.on {
	flex: 1 1 44%;
}

.gs_tz .tz_js {
	width: 100%;
	height: 53vh;
	background-color: #fff;
	padding: 60px 30px;
	position: relative;
	z-index: 9;
}

.gs_tz .tz_zs ul li.on .tz_js {
	width: 35%;
	background-color: #ea5c1a;
}

.gs_tz .tz_js .x_b {
	font-size: 18px;
	line-height: 22px;
	font-family: "InterTight-Bold";
	color: #333;
	margin-bottom: 15px;
}

.gs_tz .tz_zs ul li.on .x_b {
	color: #fff;
}

.gs_tz .tz_js .w_z {
	font-size: 14px;
	color: #777;
	line-height: 22px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.gs_tz .tz_zs ul li.on .w_z {
	color: rgba(255, 255, 255, .6);
}

.gs_tz .tz_tp {
	width: 65%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.gs_tz .tz_tp img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-user-select: none;
	user-select: none;
}

@media only screen and (max-width:1400px) {
	.gs_tz {
		padding: 70px 0;
	}

	.gs_tz .tz_zs ul li {
		height: 52vh;
	}

	.gs_tz .tz_js {
		height: 52vh;
		padding: 50px 20px;
	}

	.gs_tz .tz_zs ul li.on .tz_js {
		width: 40%;
	}

	.gs_tz .tz_js .b_t {
		margin-bottom: 35px;
		font-size: 20px;
		line-height: 32px;
	}

	.gs_tz .tz_js .x_b {
		font-size: 16px;
	}

	.gs_tz .tz_js .w_z {
		line-height: 18px;
	}

	.gs_tz .tz_tp {
		width: 60%;
	}

	.gs_tz .tz_tp img {
		height: 52vh;
	}
}

@media only screen and (max-width:1100px) {
	.gs_tz {
		padding: 60px 0;
	}

	.gs_tz .tz_js {
		padding: 30px 15px;
	}

	.gs_tz .tz_js .b_t {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 22px;
	}

	.gs_tz .tz_js .x_b {
		font-size: 16px;
		line-height: 20px;
	}

	.gs_tz .tz_js .w_z {
		line-height: 16px;
	}
}

@media only screen and (max-width:768px) {
	.gs_tz {
		padding: 50px 0;
	}

	.gs_tz .tz_zs ul {
		display: block;
	}

	.gs_tz .tz_zs ul li {
		flex: auto;
		border-right: 0;
		height: auto;
		position: relative;
		margin-bottom: 15px;
	}

	.gs_tz .tz_zs ul li:last-child {
		margin-bottom: 0;
	}

	.gs_tz .tz_zs ul li.on {
		flex: auto;
	}

	.gs_tz .tz_js {
		height: auto;
		padding: 30px 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: none;
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	}

	.gs_tz .tz_zs ul li.on .tz_js {
		width: 100%;
		background: none;
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	}

	.gs_tz .tz_js .x_b {
		color: #fff;
		margin-bottom: 6px;
	}

	.gs_tz .tz_js .w_z {
		font-size: 14px;
		color: rgba(255, 255, 255, .6);
		line-height: 18px;
	}

	.gs_tz .tz_tp {
		width: 100%;
		height: 100%;
		position: relative;
		top: auto;
		right: auto;
	}

	.gs_tz .tz_tp img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width:640px) {
	.gs_tz .tz_js .b_t {
		margin-bottom: 15px;
	}
}

.cp_ban {
	width: 100%;
	height: 580px;
	overflow: hidden;
	position: relative;
}

.cp_ban .xq_bt {
	width: 50%;
	font-size: 44px;
	font-family: "InterTight-Bold";
	line-height: 56px;
}

.cp_ban .dq_lm {
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0;
	color: rgba(255, 255, 255, .7);
}

.cp_ban .dq_lm i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.cp_ban .dq_lm a {
	color: rgba(255, 255, 255, .7);
}

.cp_ban .dq_lm a:hover {
	color: #ea5c1a;
}

.cp_ban .cp_mc {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	font-family: "InterTight-Bold";
	line-height: 52px;
	color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.cp_ban .cp_mc h1 {
	width: 32%;
	font-size: 46px;
}

.cp_ban .cp_tp {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width:1400px) {
	.cp_ban {
		height: 500px;
	}

	.cp_ban .xq_bt {
		font-size: 40px;
		line-height: 50px;
	}

	.cp_ban .dq_lm {
		top: 30px;
	}

	.cp_ban .cp_mc {
		line-height: 46px;
	}

	.cp_ban .cp_mc h1 {
		width: 35%;
		font-size: 40px;
	}
}

@media only screen and (max-width:1100px) {
	.cp_ban {
		height: 400px;
	}

	.cp_ban .xq_bt {
		font-size: 38px;
		line-height: 46px;
	}

	.cp_ban .dq_lm {
		top: 30px;
	}

	.cp_ban .cp_mc {
		line-height: 40px;
	}

	.cp_ban .cp_mc h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width:768px) {
	.cp_ban {
		height: 320px;
	}

	.cp_ban .xq_bt {
		font-size: 32px;
		line-height: 40px;
	}

	.cp_ban .dq_lm {
		top: 30px;
	}

	.cp_ban .cp_mc {
		line-height: 36px;
	}

	.cp_ban .cp_mc h1 {
		width: 44%;
		font-size: 28px;
	}
}

@media only screen and (max-width:640px) {
	.cp_ban {
		height: 230px;
	}

	.cp_ban .xq_bt {
		font-size: 32px;
		line-height: 40px;
	}

	.cp_ban .dq_lm {
		top: 20px;
	}

	.cp_ban .cp_mc {
		line-height: 30px;
	}

	.cp_ban .cp_mc h1 {
		width: 50%;
		font-size: 22px;
	}
}

.product {
	width: 100%;
	padding: 80px 0;
	background-color: #fdf7f5;
	overflow: hidden;
}

.product .row {
	margin: 0;
	justify-content: space-between;
	position: relative;
}

.product .cp_lm {
	width: 280px;
	position: relative;
}

.product .cp_lm .b_t {
	padding: 25px 20px;
	background-color: #ea5b18;
	font-size: 20px;
	font-family: "InterTight-Bold";
	line-height: 30px;
	color: #fff;
	position: relative;
}

.product .cp_lm ul li {
	padding: 12px 0;
	border-bottom: 1px solid #fdf7f5;
	background-color: #fff;
}

.product .cp_lm ul li:last-child {
	border-bottom: 0;
}

.product .cp_lm .y_j a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	color: #000;
}

.product .cp_lm .y_j a:hover {
	color: #ea5b18;
}

.product .cp_lm ul li.on .y_j a {
	color: #ea5b18;
}

.product .cp_lm .e_j {
	margin-top: 5px;
}

.product .cp_lm ul li.on .e_j {
	display: block;
}

.product .cp_lm .e_j a {
	display: block;
	padding: 3px 20px 3px 35px;
	line-height: 28px;
	position: relative;
}

.product .cp_lm .e_j a:after {
	width: 5px;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -1px;
	background-color: #bbb;
	content: "";
}

.product .cp_lm i {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: block;
}

.product .cp_lm ul li.on i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.product .lm_nr {
	width: 280px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.product .lm_nr.on {
	position: fixed;
	top: 120px;
}

.product .lm_nr.on_a {
	position: absolute;
	top: auto;
	bottom: 0;
}

.product .cp_zs {
	width: calc(100% - 320px);
}

.product .cp_zs .t_p {
	overflow: hidden;
}

.product .cp_zs .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.product .cp_zs ul li:hover .t_p img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.product .cp_zs .w_z {
	padding: 15px 15px 25px;
	color: #777;
}

.product .cp_zs .w_z h1 {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	margin: 5px 0 25px;
	height: 64px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 控制行数 */
	-webkit-box-orient: vertical;
	/* 下面两个可选，保证换行正常 */
	word-break: break-all;
	white-space: normal;
}

.product .cp_zs .w_z i {
	height: 38px;
	border: 1px solid #ddd;
	padding: 0 20px;
	border-radius: 38px;
	display: inline-block;
	color: #6b727b;
	line-height: 36px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.product .cp_zs ul li:hover .w_z i {
	color: #fff;
	border: 1px solid #ea5c1a;
	background-color: #ea5c1a;
}

.product .zs_lb ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.product .zs_lb ul li {
	width: calc(33.33333333% - 30px);
	margin: 0 15px 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	background-color: #fff;
	position: relative;
}

@media only screen and (max-width:1400px) {
	.product {
		padding: 50px 0;
	}

	.product .cp_lm {
		width: 230px;
	}

	.product .cp_lm .b_t {
		padding: 15px;
		font-size: 18px;
		line-height: 28px;
	}

	.product .cp_lm .y_j a {
		padding: 0 15px;
		font-size: 16px;
		line-height: 30px;
	}

	.product .cp_lm .e_j a {
		padding: 3px 15px 3px 25px;
		line-height: 26px;
	}

	.product .cp_lm .e_j a:after {
		left: 15px;
	}

	.product .cp_lm i {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.product .lm_nr {
		width: 230px;
	}

	.product .lm_nr.on {
		top: 110px;
	}

	.product .cp_zs {
		width: calc(100% - 260px);
	}

	.product .cp_zs .w_z {
		padding: 10px 10px 20px;
	}

	.product .cp_zs .w_z h1 {
		font-size: 22px;
		line-height: 28px;
		margin: 5px 0 15px;
	}

	.product .cp_zs .w_z i {
		height: 32px;
		padding: 0 15px;
		border-radius: 32px;
		line-height: 30px;
	}

	.product .zs_lb ul {
		margin: 0 -8px;
	}

	.product .zs_lb ul li {
		width: calc(33.33333333% - 16px);
		margin: 0 8px 16px;
	}
}

@media only screen and (max-width:1100px) {
	.product .zs_lb ul li {
		width: calc(50% - 16px);
	}
}

@media only screen and (max-width:768px) {
	.product .zs_lb ul li {
		width: calc(100% - 16px);
	}
}

@media only screen and (max-width:640px) {
	.product .cp_lm {
		display: none;
	}

	.product .cp_zs {
		width: 100%;
	}

	.product .cp_zs .w_z {
		padding: 15px;
	}

	.product .zs_lb ul {
		margin: 0;
	}

	.product .zs_lb ul li {
		width: 100%;
		margin: 0 0 20px;
	}
}

.cp_jj {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}

.cp_jj .row {
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.cp_jj .js_sp {
	width: 55%;
	margin: 0;
}

.cp_jj .js_sp video {
	width: 100%;
	height: auto;
	display: block;
}

.cp_jj .wz_js {
	width: 40%;
}

.cp_jj .wz_js .b_t {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	color: #000;
	font-family: "InterTight-Bold";
	margin-bottom: 20px;
}

.cp_jj .wz_js .j_s {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}

.cp_jj .wz_js .a_n a {
	display: inline-block;
	width: 200px;
	height: 46px;
	margin-right: 15px;
	border-radius: 23px;
	line-height: 46px;
	font-family: "InterTight-Bold";
	color: #fff;
	text-align: center;
}

.cp_jj .wz_js .a_n a.z_x {
	background-color: #ea5b18;
}

.cp_jj .wz_js .a_n a.z_x:hover {
	background-color: #c03408;
}

.cp_jj .wz_js .a_n a.s_p {
	background-color: #4439b0;
}

.cp_jj .wz_js .a_n a.s_p:hover {
	background-color: #160c7a;
}

.cp_jj .wz_js .a_n i {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin-right: 5px;
	margin-top: -4px;
}

@media only screen and (max-width:1400px) {
	.cp_jj {
		padding: 70px 0;
	}

	.cp_jj .wz_js {
		width: 42%;
	}

	.cp_jj .wz_js .b_t {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 15px;
	}

	.cp_jj .wz_js .j_s {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	.cp_jj .wz_js .a_n a {
		width: 180px;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
	}

	.cp_jj .wz_js .a_n i {
		font-size: 20px;
	}
}

@media only screen and (max-width:1100px) {
	.cp_jj {
		padding: 55px 0;
	}

	.cp_jj .js_sp {
		width: 52%;
	}

	.cp_jj .wz_js {
		width: 45%;
	}

	.cp_jj .wz_js .b_t {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.cp_jj .wz_js .j_s {
		line-height: 22px;
		margin-bottom: 20px;
	}

	.cp_jj .wz_js .a_n a {
		width: 160px;
		height: 36px;
		border-radius: 18px;
		font-size: 14px;
		line-height: 36px;
	}

	.cp_jj .wz_js .a_n i {
		font-size: 20px;
	}
}

@media only screen and (max-width:768px) {
	.cp_jj {
		padding: 45px 0;
	}

	.cp_jj .js_sp {
		width: 100%;
		margin-bottom: 20px;
	}

	.cp_jj .wz_js {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	.cp_jj .wz_js .b_t {
		font-size: 26px;
		line-height: 36px;
	}

	.cp_jj .wz_js .j_s {
		font-size: 14px;
	}
}

.cp_ys {
	width: 100%;
	padding: 90px 0;
	background: url(../images/ys_bj.jpg) no-repeat center / cover fixed;
	line-height: 26px;
	color: #ccc;
	overflow: hidden;
}

.cp_ys .row {
	justify-content: space-between;
	margin: 0;
}

.cp_ys .ys_bt {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
	font-family: "InterTight-Bold";
	margin-bottom: 30px;
}

.cp_ys .ys_js {
	width: 45%;
}

.cp_ys .ys_js .w_z {
	font-size: 16px;
	margin-bottom: 10px;
}

.cp_ys .ys_js .y_s ul li {
	padding: 17px 0;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	cursor: pointer;
}

.cp_ys .ys_js .y_s ul li:last-child {
	border-bottom: 0;
}

.cp_ys .ys_js .y_s h3 {
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	font-family: "InterTight-Bold";
	padding-right: 30px;
	position: relative;
}

.cp_ys .ys_js .y_s h3 i {
	width: 26px;
	height: 26px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
	font-size: 16px;
	font-weight: bold;
}

.cp_ys .ys_js .y_s ul li.on i {
	right: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.cp_ys .ys_js .y_s p {
	margin-top: 6px;
}

.cp_ys .ys_js .y_s img {
	display: none;
}

.cp_ys .ys_tp {
	width: 50%;
}

.cp_ys .swiper-ys {
	width: 100%;
	border-radius: 10px;
}

.cp_ys .swiper-ys img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:1400px) {
	.cp_ys {
		padding: 70px 0;
		line-height: 24px;
	}

	.cp_ys .ys_bt {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 20px;
	}

	.cp_ys .ys_js {
		width: 46%;
	}

	.cp_ys .ys_js .w_z {
		font-size: 16px;
	}

	.cp_ys .ys_js .y_s ul li {
		padding: 13px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	.cp_ys .ys_js .y_s h3 {
		font-size: 16px;
	}

	.cp_ys .ys_js .y_s p {
		margin-top: 5px;
	}
}

@media only screen and (max-width:1100px) {
	.cp_ys {
		padding: 55px 0;
		line-height: 20px;
	}

	.cp_ys .ys_bt {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.cp_ys .ys_js {
		width: 46%;
	}

	.cp_ys .ys_js .y_s ul li {
		padding: 10px 0;
	}

	.cp_ys .ys_js .y_s h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width:768px) {
	.cp_ys {
		padding: 45px 0;
	}

	.cp_ys .ys_js {
		width: 100%;
	}

	.cp_ys .ys_js .y_s ul li {
		padding: 15px 0;
	}

	.cp_ys .ys_js .y_s ul li.on img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 10px;
		margin-top: 15px;
	}

	.cp_ys .ys_tp {
		/* display: none; */
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width:640px) {
	.cp_ys .ys_bt {
		font-size: 26px;
		line-height: 36px;
	}

	.cp_ys .ys_js .w_z {
		font-size: 14px;
	}
}

.cp_cs {
	width: 100%;
	padding: 80px 0;
	background-color: #fafafa;
	line-height: 26px;
	overflow: hidden;
}

.cp_cs .cs_bt {
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	color: #000;
	font-family: "InterTight-Bold";
	margin-bottom: 40px;
}

.cp_cs .cs_zs {
	max-width: 1220px;
	border: 2px solid #eee;
	border-top: 0;
	margin: 0 auto;
}

.cp_cs .cs_zs ul li {
	border-top: 2px solid #eee;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cp_cs .cs_zs .m_c {
	width: 360px;
	color: #333;
	background-color: #fafafa;
	padding: 15px 20px;
}

.cp_cs .cs_zs .c_s {
	width: calc(100% - 360px);
	padding: 15px 20px;
}

@media only screen and (max-width:1400px) {
	.cp_cs {
		padding: 70px 0;
		line-height: 24px;
	}

	.cp_cs .cs_bt {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 30px;
	}

	.cp_cs .cs_zs {
		max-width: 1160px;
	}

	.cp_cs .cs_zs .m_c {
		width: 320px;
	}

	.cp_cs .cs_zs .c_s {
		width: calc(100% - 320px);
	}
}

@media only screen and (max-width:1100px) {
	.cp_cs {
		padding: 55px 0;
		line-height: 22px;
	}

	.cp_cs .cs_bt {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.cp_cs .cs_zs {
		border: 1px solid #eee;
	}

	.cp_cs .cs_zs ul li {
		border-top: 1px solid #eee;
	}

	.cp_cs .cs_zs .m_c {
		width: 30%;
	}

	.cp_cs .cs_zs .c_s {
		width: 70%;
	}
}

@media only screen and (max-width:768px) {
	.cp_cs {
		padding: 45px 0;
	}

	.cp_cs .cs_zs {
		border: 1px solid #eee;
	}

	.cp_cs .cs_zs ul li {
		border-top: 1px solid #eee;
	}

	.cp_cs .cs_zs .m_c {
		width: 30%;
		padding: 10px 15px;
	}

	.cp_cs .cs_zs .c_s {
		width: 70%;
		padding: 10px 15px;
	}
}

@media only screen and (max-width:640px) {
	.cp_cs .cs_bt {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 15px;
	}

	.cp_cs .cs_zs .m_c {
		padding: 8px 12px;
	}

	.cp_cs .cs_zs .c_s {
		padding: 8px 12px;
	}
}

.cp_sp {
	width: 100%;
	padding: 80px 0;
	text-align: center;
	line-height: 26px;
	color: #777;
	overflow: hidden;
}

.cp_sp .sp_bt {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	color: #000;
	font-family: "InterTight-Bold";
}

.cp_sp .bt_wz {
	margin-bottom: 40px;
}

.cp_sp .video {
	max-width: 1220px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

.cp_sp video {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:1400px) {
	.cp_sp {
		padding: 70px 0;
	}

	.cp_sp .sp_bt {
		font-size: 38px;
		line-height: 46px;
	}

	.cp_sp .bt_wz {
		margin-bottom: 30px;
	}

	.cp_sp .video {
		max-width: 1160px;
	}
}

@media only screen and (max-width:1100px) {
	.cp_sp {
		padding: 55px 0;
	}

	.cp_sp .sp_bt {
		font-size: 32px;
		line-height: 40px;
	}

	.cp_sp .bt_wz {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width:768px) {
	.cp_sp {
		padding: 45px 0;
		line-height: 20px;
	}
}

@media only screen and (max-width:640px) {
	.cp_sp .sp_bt {
		font-size: 26px;
		line-height: 36px;
	}
}

.cp_yy {
	width: 100%;
	padding: 80px 0;
	background-color: #ea5b18;
	color: #fff;
	text-align: center;
}

.cp_yy .yy_bt {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
	font-family: "InterTight-Bold";
	margin-bottom: 40px;
}

.cp_yy .yy_lb ul {
	justify-content: center;
	margin: 0;
}

.cp_yy .yy_lb ul li {
	width: 18%;
	background-color: rgba(255, 255, 255, .1);
	margin: 0 1%;
	padding: 30px 0;
}

.cp_yy .yy_lb .t_b {
	width: 90px;
	margin: 0 auto 10px;
}

.cp_yy .yy_lb .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.cp_yy .yy_lb .w_z {
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 22px;
}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1100px) {}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {}

.xq_lm {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	margin-bottom: 20px;
}

.xq_lm ul {
	display: flex;
	flex-wrap: wrap;
}

.xq_lm ul li {
	margin-right: 60px;
}

.xq_lm a {
	display: inline-block;
	line-height: 50px;
	font-family: "InterTight-Bold";
	font-size: 20px;
	position: relative;
}

.xq_lm ul li:hover a {
	color: #ea5b18;
}

.xq_lm ul li.on a {
	color: #ea5b18;
}

@media only screen and (max-width:1400px) {
	.xq_lm {
		padding: 10px 20px;
	}

	.xq_lm ul li {
		margin-right: 50px;
	}

	.xq_lm a {
		line-height: 46px;
		font-size: 18px;
	}
}

@media only screen and (max-width:1100px) {
	.xq_lm ul li {
		margin-right: 40px;
	}
}

@media only screen and (max-width:640px) {
	.xq_lm a {
		font-size: 16px;
	}

	.xq_lm ul li {
		margin-right: 25px;
	}
}

.xq_bd {
	width: 100%;
	background: url(../images/bd_bj.jpg) no-repeat center / cover;
	padding: 80px;
	border-radius: 15px;
	margin: 80px auto 0;
	overflow: hidden;
	margin-top: 0px !important;
}

.xq_bd h1 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-family: "InterTight-Bold";
	text-align: center;
}

.xq_bd p {
	color: #fff;
	line-height: 20px;
	text-align: center;
	opacity: .7;
	margin: 15px 0 50px;
}

.xq_bd form {
	width: 100%;
	margin: 0 auto;
}

.xq_bd ul.row {
	margin: 0 -10px;
}

.xq_bd ul li {
	width: calc(25% - 20px);
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin: 0 10px 20px;
}

.xq_bd ul li:last-child {
	width: calc(100% - 20px);
}

.xq_bd input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
}

.xq_bd input::placeholder {
	color: rgba(255, 255, 255, .8);
}

.xq_bd select {
	width: 100%;
	height: 50px;
	padding: 0 12px;
	line-height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
}

.xq_bd option {
	color: #000;
}

.xq_bd option:first-child {
	display: none;
}

.xq_bd textarea {
	width: 100%;
	height: 120px;
	padding: 12px 15px;
	line-height: 26px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
	resize: none;
}

.xq_bd textarea::placeholder {
	color: rgba(255, 255, 255, .8);
}

.xq_bd button {
	width: 160px;
	height: 50px;
	margin: 10px auto 0;
	border-radius: 5px;
	background-color: #fca179;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	outline: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.xq_bd button:hover {
	background-color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
	.xq_bd {
		padding: 70px;
		border-radius: 10px;
		margin: 60px auto 0;
	}

	.xq_bd h1 {
		font-size: 38px;
		line-height: 46px;
	}
}

@media only screen and (max-width:1100px) {
	.xq_bd {
		padding: 50px;
		margin: 50px auto 0;
	}

	.xq_bd h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.xq_bd p {
		margin: 10px 0 20px;
	}
}

@media only screen and (max-width:640px) {
	.xq_bd {
		padding: 30px;
		margin: 30px auto 0;
	}

	.xq_bd h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.xq_bd ul.row {
		margin: 0;
	}

	.xq_bd ul li {
		width: 100%;
		margin: 0 0 15px;
	}

	.xq_bd ul li:last-child {
		width: 100%;
	}

	.xq_bd button {
		width: 100%;
	}
}

.xq_tj {
	width: 100%;
	background-color: #f7f7f7;
	padding: 60px 0;
	overflow: hidden;
}

.xq_tj .b_t {
	font-size: 32px;
	line-height: 40px;
	color: #000;
	font-family: "InterTight-Bold";
	margin-bottom: 30px;
}

.xq_tj .xg_tj {
	position: relative;
}

.xq_tj .xg_tj .t_p {
	overflow: hidden;
}

.xq_tj .xg_tj .t_p img {
	width: 100%;
	height: 220px;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.xq_tj .xg_tj ul li:hover .t_p img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.xq_tj .xg_tj .w_z {
	padding: 20px 15px;
	font-size: 18px;
	font-family: "InterTight-Bold";
	color: #333;
	text-align: center;
	background-color: #fff;
	line-height: 22px;
}

.xq_tj .swiper-pagination {
	width: 100%;
	bottom: 0;
	text-align: center;
	display: none;
}

.xq_tj .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #ea5c1a;
	opacity: .3;
	display: inline-block;
}

.xq_tj .swiper-pagination-bullet-active {
	opacity: 1;
}

.xq_tj .swiper-button-prev {
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	color: #aaa;
	border-radius: 50%;
	border: 1px solid #aaa;
	top: 50%;
	left: -66px;
	margin-top: -32px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.xq_tj .swiper-button-prev:hover {
	border: 1px solid #ea5c1a;
	color: #ea5c1a;
}

.xq_tj .swiper-button-prev i {
	font-weight: bold;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.xq_tj .swiper-button-next {
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	color: #aaa;
	border-radius: 50%;
	border: 1px solid #aaa;
	top: 50%;
	right: -66px;
	margin-top: -32px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.xq_tj .swiper-button-next:hover {
	border: 1px solid #ea5c1a;
	color: #ea5c1a;
}

.xq_tj .swiper-button-next i {
	font-weight: bold;
}

@media only screen and (max-width:1400px) {
	.xq_tj {
		padding: 50px 0;
	}

	.xq_tj .b_t {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.xq_tj .xg_tj ul {
		margin: 0 -10px;
	}

	.xq_tj .xg_tj ul li {
		width: calc(25% - 20px);
		margin: 0 10px;
	}

	.xq_tj .xg_tj .w_z {
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (max-width:1100px) {
	.xq_tj {
		padding: 45px 0 30px;
	}

	.xq_tj .xg_tj {
		padding-bottom: 40px;
	}

	.xq_tj .swiper-pagination {
		display: block;
	}

	.xq_tj .swiper-button-prev {
		display: none;
	}

	.xq_tj .swiper-button-next {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.xq_tj .xg_tj .w_z {
		font-size: 16px;
	}
}

@media only screen and (max-width:640px) {
	.xq_tj .b_t {
		font-size: 26px;
		margin-bottom: 20px;
	}
}

.ny_ban {
	width: 100%;
	height: 460px;
	color: #fff;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.ny_ban .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ny_ban .container h1 {
	font-size: 46px;
	font-family: "InterTight-Bold";
	line-height: 56px;
}

.ny_ban .xq_bt {
	width: 50%;
	font-size: 44px;
	font-family: "InterTight-Bold";
	line-height: 56px;
}

.ny_ban .dq_lm {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	color: rgba(255, 255, 255, .7);
}

.ny_ban .dq_lm .container {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
}

.ny_ban .dq_lm i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.ny_ban .dq_lm a {
	color: rgba(255, 255, 255, .7);
}

.ny_ban .dq_lm a:hover {
	color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
	.ny_ban {
		height: 400px;
	}

	.ny_ban .container h1 {
		font-size: 38px;
		line-height: 40px;
	}

	.ny_ban .xq_bt {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width:1100px) {
	.ny_ban {
		height: 320px;
	}

	.ny_ban .container {
		top: 50%;
	}

	.ny_ban .container h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.ny_ban .xq_bt {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width:768px) {
	.ny_ban {
		height: 260px;
	}

	.ny_ban .container h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.ny_ban .xq_bt {
		width: 60%;
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width:640px) {
	.ny_ban {
		height: 230px;
	}

	.ny_ban .container h1 {
		text-align: center;
	}

	.ny_ban .xq_bt {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}

	.ny_ban .dq_lm {
		bottom: 10px;
	}
}

.ny_xw {
	width: 100%;
	padding: 30px 0 100px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.ny_xw .container {
	max-width: 1320px;
}

.ny_xw .dq_lm {
	color: #777;
}

.ny_xw .dq_lm i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.ny_xw .dq_lm a {
	color: #777;
}

.ny_xw .dq_lm a:hover {
	color: #ea5c1a;
}

.ny_xw .lm_bt {
	margin: 15px 0 50px;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ny_xw .lm_bt .b_t {
	font-size: 52px;
	font-family: "InterTight-Bold";
	line-height: 60px;
}

.ny_xw .lm_bt .s_x {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ny_xw .lm_bt .x_z {
	margin-left: 30px;
}

.ny_xw .lm_bt select {
	width: 200px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-left: 10px;
	padding: 0 30px 0 15px;
	background: url(../images/xj.svg) no-repeat center right / auto 100% !important;
	-webkit-appearance: none;
	appearance: none;
}

.ny_xw .xw_lb {
	position: relative;
	padding-top: 20px;
}

.ny_xw .xw_lb:after {
	width: 1px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 200px;
	content: "";
}

.ny_xw .xw_lb ul {
	position: relative;
	z-index: 9;
}

.ny_xw .xw_lb ul li {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ny_xw .xw_lb .s_j {
	width: 150px;
	height: 46px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 44px;
	border-radius: 5px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 7px;
	position: relative;
}

.ny_xw .xw_lb .s_j:before {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: -62px;
	content: "";
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_xw .xw_lb ul li:hover .s_j:before {
	border: 1px solid #ea5c1a;
}

.ny_xw .xw_lb .s_j:after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -59px;
	content: "";
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_xw .xw_lb ul li:hover .s_j:after {
	background-color: #ea5c1a;
}

.ny_xw .xw_lb .n_r {
	width: calc(100% - 250px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ny_xw .xw_lb .t_p {
	width: 200px;
	overflow: hidden;
	border-radius: 10px;
}

.ny_xw .xw_lb .t_p img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-user-select: none;
	user-select: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_xw .xw_lb ul li:hover .t_p img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.ny_xw .xw_lb .w_z {
	width: calc(100% - 230px);
}

.ny_xw .xw_lb .w_z h3 {
	font-size: 22px;
	font-family: "InterTight-Bold";
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_xw .xw_lb .w_z p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	color: #777;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width:1400px) {
	.ny_xw {
		padding: 30px 0 60px;
	}

	.ny_xw .container {
		max-width: 1280px;
	}

	.ny_xw .lm_bt {
		margin: 15px 0 40px;
	}

	.ny_xw .lm_bt .b_t {
		font-size: 46px;
		line-height: 56px;
	}

	.ny_xw .lm_bt .x_z {
		margin-left: 25px;
	}

	.ny_xw .lm_bt select {
		width: 180px;
		height: 46px;
	}

	.ny_xw .xw_lb ul li {
		margin-bottom: 40px;
	}

	.ny_xw .xw_lb .w_z h3 {
		font-size: 20px;
	}

	.ny_xw .xw_lb .w_z p {
		font-size: 16px;
	}
}

@media only screen and (max-width:1280px) {
	.ny_xw .container {
		max-width: 1230px;
	}
}

@media only screen and (max-width:1100px) {
	.ny_xw .lm_bt {
		margin: 15px 0 30px;
	}

	.ny_xw .lm_bt .b_t {
		font-size: 40px;
		line-height: 50px;
	}

	.ny_xw .lm_bt .x_z {
		margin-left: 20px;
	}

	.ny_xw .lm_bt select {
		width: 160px;
	}

	.ny_xw .xw_lb:after {
		left: 155px;
	}

	.ny_xw .xw_lb .s_j {
		width: 130px;
		height: 40px;
		font-size: 16px;
		line-height: 38px;
		margin-top: 6px;
	}

	.ny_xw .xw_lb .s_j:before {
		width: 18px;
		height: 18px;
		margin-top: -9px;
		right: -34px;
	}

	.ny_xw .xw_lb .s_j:after {
		width: 12px;
		height: 12px;
		margin-top: -6px;
		right: -31px;
	}

	.ny_xw .xw_lb .n_r {
		width: calc(100% - 180px);
	}

	.ny_xw .xw_lb .t_p {
		width: 170px;
		border-radius: 6px;
	}

	.ny_xw .xw_lb .w_z {
		width: calc(100% - 200px);
	}

	.ny_xw .xw_lb .w_z h3 {
		font-size: 20px;
		line-height: 26px;
		height: 52px;
	}

	.ny_xw .xw_lb .w_z p {
		margin-top: 10px;
		line-height: 22px;
		height: 44px;
	}
}

@media only screen and (max-width:768px) {
	.ny_xw .xw_lb .t_p {
		width: 160px;
	}

	.ny_xw .xw_lb .w_z {
		width: calc(100% - 175px);
	}

	.ny_xw .xw_lb .w_z h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width:640px) {
	.ny_xw {
		padding: 30px 0 50px;
	}

	.ny_xw .lm_bt {
		margin: 10px 0 20px;
	}

	.ny_xw .lm_bt .b_t {
		font-size: 32px;
		line-height: 40px;
	}

	.ny_xw .lm_bt .s_x {
		width: 100%;
		margin-top: 10px;
	}

	.ny_xw .lm_bt .x_z {
		width: 47%;
		margin-left: 0;
	}

	.ny_xw .lm_bt select {
		width: 100%;
		margin: 6px 0 0;
	}

	.ny_xw .xw_lb {
		position: relative;
		padding-top: 0;
	}

	.ny_xw .xw_lb:after {
		display: none;
	}

	.ny_xw .xw_lb ul {
		position: relative;
		z-index: 9;
	}

	.ny_xw .xw_lb ul li {
		margin-bottom: 20px;
		display: block;
	}

	.ny_xw .xw_lb .s_j {
		width: 100%;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		border-radius: 0;
		border: 0;
		text-align: left;
		margin-top: 0;
	}

	.ny_xw .xw_lb .s_j:before {
		display: none;
	}

	.ny_xw .xw_lb .s_j:after {
		display: none;
	}

	.ny_xw .xw_lb .n_r {
		width: 100%;
		display: block;
	}

	.ny_xw .xw_lb .t_p {
		width: 100%;
		margin-top: 10px;
	}

	.ny_xw .xw_lb .w_z {
		width: 100%;
	}

	.ny_xw .xw_lb .w_z h3 {
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}

	.ny_xw .xw_lb .w_z p {
		font-size: 14px;
	}
}

.xw_xq {
	width: 100%;
	padding: 60px 0 100px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.xw_xq .row {
	justify-content: space-between;
	margin: 0;
}

.xw_xq .xw_dt {
	max-width: 1360px;
	height: 460px;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
}

.xw_xq .xw_dt img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-user-select: none;
	user-select: none;
}

.xw_xq .xw_nr {
	max-width: 1240px;
	margin: -120px auto 0;
	position: relative;
	overflow: hidden;
}

.xw_xq .nr_wz {
	width: calc(100% - 360px);
	padding: 35px;
	background-color: #fff;
	border-radius: 15px;
}

.xw_xq .nr_wz .l_m {
	color: #777;
}

.xw_xq .nr_wz .l_m i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.xw_xq .nr_wz .l_m a {
	color: #777;
}

.xw_xq .nr_wz .l_m a:hover {
	color: #ea5c1a;
}

.xw_xq .nr_wz h1 {
	font-size: 28px;
	font-family: "InterTight-Bold";
	line-height: 40px;
	color: #000;
	margin: 20px 0;
}

.xw_xq .nr_wz .n_r {
	margin-top: 20px;
	line-height: 26px;
	color: #777;
	overflow: hidden;
}

.xw_xq .nr_wz .n_r p {
	margin-bottom: 20px;
}

.xw_xq .nr_wz .n_r img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.xw_xq .nr_wz .f_b span {
	display: inline-block;
	margin-right: 20px;
	color: #777;
}

.xw_xq .nr_wz .f_b a {
	color: #777;
}

.xw_xq .nr_wz .f_b a:hover {
	color: #ea5c1a;
}

.xw_xq .nr_wz .f_y {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.xw_xq .nr_wz .f_y span {
	width: 46%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.xw_xq .nr_wz .f_y span:last-child {
	text-align: right;
}

.xw_xq .xw_tj {
	width: 320px;
	margin-top: 150px;
}

.xw_xq .xw_tj ul li {
	margin-bottom: 20px;
}

.xw_xq .xw_tj a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.xw_xq .xw_tj .t_p {
	width: 100px;
	border-radius: 6px;
	overflow: hidden;
}

.xw_xq .xw_tj .t_p img {
	width: 100%;
	height: auto;
	display: block;
}

.xw_xq .xw_tj .w_z {
	width: calc(100% - 115px);
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width:1400px) {
	.xw_xq {
		padding: 50px 0 70px;
	}

	.xw_xq .xw_dt {
		max-width: 1280px;
		height: 400px;
		border-radius: 10px;
	}

	.xw_xq .xw_nr {
		max-width: 1160px;
		margin: -100px auto 0;
	}

	.xw_xq .nr_wz {
		width: calc(100% - 320px);
		padding: 30px;
		border-radius: 10px;
	}

	.xw_xq .nr_wz h1 {
		font-size: 22px;
		line-height: 32px;
		margin: 15px 0;
	}

	.xw_xq .nr_wz .n_r {
		margin-top: 15px;
	}

	.xw_xq .nr_wz .n_r p {
		margin-bottom: 15px;
	}

	.xw_xq .xw_tj {
		width: 290px;
		margin-top: 130px;
	}

	.xw_xq .xw_tj ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:1280px) {
	.xw_xq .xw_dt {
		max-width: 1230px;
	}
}

@media only screen and (max-width:1100px) {
	.xw_xq {
		padding: 40px 0 60px;
	}

	.xw_xq .xw_dt {
		height: 350px;
		border-radius: 5px;
	}

	.xw_xq .xw_nr {
		max-width: 90%;
		margin: -100px auto 0;
	}

	.xw_xq .nr_wz {
		width: calc(100% - 290px);
		padding: 25px;
		border-radius: 5px;
	}

	.xw_xq .nr_wz h1 {
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0;
	}

	.xw_xq .xw_tj {
		width: 260px;
		margin-top: 130px;
	}

	.xw_xq .nr_wz .n_r img {
		border-radius: 5px;
	}
}

@media only screen and (max-width:768px) {
	.xw_xq .xw_dt {
		display: none;
	}

	.xw_xq .xw_nr {
		max-width: 100%;
		margin: 0 auto;
	}

	.xw_xq .nr_wz {
		width: 100%;
		padding: 25px;
		border-radius: 5px;
	}

	.xw_xq .nr_wz h1 {
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0;
	}

	.xw_xq .xw_tj {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.xw_xq {
		padding: 30px 0 50px;
	}

	.xw_xq .nr_wz {
		width: 100%;
		background: none;
		padding: 0;
		border-radius: 0;
	}

	.xw_xq .nr_wz h1 {
		font-size: 17px;
		line-height: 22px;
		margin: 5px 0 10px;
	}

	.xw_xq .nr_wz .n_r {
		line-height: 22px;
	}
}

.ny_al {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.ny_al .row {
	margin: 0;
}

.ny_al .al_tj {
	width: 100%;
	padding: 40px 60px;
	margin-bottom: 80px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	position: relative;
}

.ny_al .al_tj .swiper-button-prev {
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	text-align: center;
	color: #aaa;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 50%;
	top: 50%;
	left: -23px;
	margin-top: -23px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_al .al_tj .swiper-button-prev:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.ny_al .al_tj .swiper-button-prev i {
	font-weight: bold;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.ny_al .al_tj .swiper-button-next {
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 44px;
	text-align: center;
	color: #aaa;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	border-radius: 50%;
	top: 50%;
	right: -23px;
	margin-top: -23px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_al .al_tj .swiper-button-next:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.ny_al .al_tj .swiper-button-next i {
	font-weight: bold;
}

.ny_al .al_tj .swiper-pagination {
	width: 100%;
	bottom: -40px;
}

.ny_al .al_tj .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .3);
	margin: 0 5px;
	opacity: .6;
}

.ny_al .al_tj .swiper-pagination-bullet-active {
	background-color: #ea5c1a;
	opacity: 1;
}

.ny_al .tj_wz {
	width: calc(52% - 80px);
	margin-left: 40px;
}

.ny_al .tj_wz h3 {
	font-size: 32px;
	color: #171a1d;
	font-family: "InterTight-Bold";
	line-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_al .tj_wz p {
	line-height: 26px;
	margin: 10px 0 30px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ny_al .tj_wz a {
	width: 150px;
	height: 46px;
	border-radius: 6px;
	display: inline-block;
	color: #fff;
	line-height: 46px;
	text-align: center;
	margin-top: 25px;
	background: linear-gradient(#f29529, #f29529) repeat-y;
	background: -webkit-linear-gradient(#f29529, #f29529) repeat-y;
	background-color: #ea5c1a;
	background-size: 0 100%;
}

.ny_al .tj_wz a:hover {
	color: #fff;
	background-size: 100% 100%;
}

.ny_al .tj_wz .b_q {
	color: #6b727b;
	display: flex;
}

.ny_al .tj_wz .b_q i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -2px;
}

.ny_al .tj_wz a i {
	margin-left: 10px;
}

.ny_al .tj_tp {
	width: 48%;
	height: 360px;
	border-radius: 6px;
	overflow: hidden;
}

.ny_al .tj_tp img {
	width: 100%;
	height: auto;
	display: block;
}

/* === 分类下拉选择器 === */
.ny_al .al_lm-dropdown {
	position: relative;
	display: inline-block;
	width: 260px;
	cursor: pointer;
	user-select: none;
}

.ny_al .al_lm-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 120px;
	height: 46px;
	padding: 0 20px;
	border-radius: 3px;
	font-family: "InterTight-Bold";
	font-size: 18px;
	color: #6b727b;
	line-height: 46px;
	background: linear-gradient(#fdf7f5, #fdf7f5) repeat-y;
	background-color: #f5f6f7;
	background-size: 0 100%;
	transition: all .3s;
}

.ny_al .al_lm-select span {
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 溢出内容显示为省略号 */
}

.ny_al .al_lm-select:hover {
	color: #ea5c1a;
	background-size: 100% 100%;
}

.ny_al .al_lm-select i {
	font-size: 14px;
	margin-left: 10px;
	transition: transform .3s;
	color: #6b727b;
}

.ny_al .al_lm-select i.is-open {
	transform: rotate(-180deg);
}

.ny_al .al_lm-options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	background: #fff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
	z-index: 100;
	margin-top: 2px;
}

.ny_al .al_lm-options div {
	padding: 12px 20px;
	font-size: 16px;
	color: #6b727b;
	line-height: 1.4;
	transition: all .2s;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}

.ny_al .al_lm-options div:last-child {
	border-bottom: none;
}

.ny_al .al_lm-options div:hover {
	color: #ea5c1a;
	background-color: #fdf7f5;
}

.ny_al .al_lm-options div.on {
	color: #ea5c1a;
	background-color: #fdf7f5;
	font-weight: bold;
}

/* 移除旧的按钮列表样式 */
/* .ny_al .al_lm ul li { ... } */

.ny_al .al_lb ul {
	margin: 0 -20px;
}

.ny_al .al_lb ul li {
	width: calc(33.33333333% - 40px);
	margin: 40px 20px 0;
	border-radius: 10px;
	overflow: hidden;
}

.ny_al .al_lb .t_p {
	overflow: hidden;
}

.ny_al .al_lb .t_p img {
	width: 100%;
	height: 290px;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_al .al_lb ul li:hover .t_p img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.ny_al .al_lb .w_z {
	border: 1px solid #ededed;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	padding: 25px;
	background-color: #fff;
}

.ny_al .al_lb .w_z h3 {
	font-size: 22px;
	font-family: "InterTight-Bold";
	color: #171a1d;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_al .al_lb .b_q {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.ny_al .al_lb .b_q span {
	height: 32px;
	padding: 0 15px;
	border-radius: 3px;
	background-color: #fdf7f5;
	line-height: 32px;
	color: #ea5c1a;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	max-width: 55%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ny_al .al_lb .b_q a {
	height: 32px;
	padding: 0 20px;
	border-radius: 3px;
	display: inline-block;
	color: #6b727b;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
}

.ny_al .al_lb .b_q a:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.ny_al .al_lb .b_q i {
	margin-left: 10px;
}

@media only screen and (max-width:1400px) {
	.ny_al {
		padding: 70px 0;
	}

	.ny_al .al_tj {
		padding: 30px 40px;
		margin-bottom: 60px;
		border-radius: 6px;
	}

	.ny_al .al_tj .swiper-button-prev {
		left: -23px;
	}

	.ny_al .al_tj .swiper-button-next {
		right: -23px;
	}

	.ny_al .tj_wz h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.ny_al .tj_wz p {
		line-height: 22px;
		margin: 10px 0 20px;
	}

	.ny_al .tj_wz a {
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 25px;
	}

	.ny_al .tj_wz .b_q i {
		font-size: 18px;
	}

	.ny_al .tj_tp {
		height: 320px;
	}

	.ny_al .al_lm-select {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		padding: 0 16px;
	}

	.ny_al .al_lb ul {
		margin: 0 -15px;
	}

	.ny_al .al_lb ul li {
		width: calc(33.33333333% - 30px);
		margin: 30px 15px 0;
		border-radius: 6px;
	}

	.ny_al .al_lb .w_z {
		border-radius: 0 0 6px 6px;
		padding: 20px;
	}

	.ny_al .al_lb .w_z h3 {
		font-size: 18px;
		line-height: 26px;
		height: 52px;
	}

	.ny_al .al_lb .b_q {
		margin-top: 15px;
	}

	.ny_al .al_lb .b_q a {
		padding: 0 15px;
	}
}

@media only screen and (max-width:1100px) {
	.ny_al {
		padding: 60px 0;
	}

	.ny_al .al_tj {
		padding: 30px;
	}

	.ny_al .al_tj .swiper-button-prev {
		display: none;
	}

	.ny_al .al_tj .swiper-button-next {
		display: none;
	}

	.ny_al .tj_wz h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.ny_al .tj_wz a {
		width: 130px;
		height: 36px;
		line-height: 36px;
		margin-top: 20px;
	}

	.ny_al .tj_tp {
		height: 260px;
	}

	.ny_al .al_lm-select {
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		padding: 0 14px;
	}

	.ny_al .al_lm-dropdown {
		width: 220px;
	}

	.ny_al .al_lb ul {
		margin: 0 -10px;
	}

	.ny_al .al_lb ul li {
		width: calc(33.33333333% - 20px);
		margin: 20px 10px 0;
	}

	.ny_al .al_lb .w_z {
		padding: 15px;
	}

	.ny_al .al_lb .w_z h3 {
		font-size: 17px;
	}
}

@media only screen and (max-width:768px) {
	.ny_al {
		padding: 50px 0;
	}

	.ny_al .al_tj {
		padding: 20px;
	}

	.ny_al .tj_tp {
		width: 49%;
		height: auto;
	}

	.ny_al .tj_wz {
		width: calc(51% - 30px);
		margin-left: 30px;
	}

	.ny_al .al_lm-dropdown {
		width: 100%;
	}

	.ny_al .al_lb ul li {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width:640px) {
	.ny_al .tj_tp {
		width: 100%;
	}

	.ny_al .tj_wz {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.ny_al .al_lb ul {
		margin: 0;
	}

	.ny_al .al_lb ul li {
		width: 100%;
		margin: 20px 0 0;
	}
}

.al_xq {
	width: 100%;
	padding: 70px 0 120px;
	overflow: hidden;
}

.al_xq .row {
	margin: 0;
	justify-content: space-between;
}

.al_xq .b_t {
	font-size: 22px;
	font-family: "InterTight-Bold";
	color: #000;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 20px;
}

.al_xq .b_t:after {
	width: 5px;
	height: 20px;
	border-radius: 5px;
	background-color: #ea5c1a;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	content: "";
}

.al_xq .j_s {
	line-height: 28px;
	color: #777;
}

.al_xq .al_zc {
	width: calc(100% - 410px);
}

.al_xq .al_yc {
	width: 370px;
}

.al_xq .swiper-tc {
	width: 100%;
}

.al_xq .swiper-tc img {
	width: 100%;
	height: auto;
	display: block;
}

.al_xq .swiper-tj {
	width: 100%;
}

.al_xq .swiper-tj img {
	width: 100%;
	height: auto;
	display: block;
}

.al_xq .swiper-tj p {
	margin-top: 10px;
	height: 52px;
	line-height: 26px;
	color: #777;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.al_xq .swiper-button-prev {
	width: 56px;
	height: 56px;
	background-color: rgba(255, 255, 255, .6);
	line-height: 56px;
	text-align: center;
	color: #555;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 5px;
	top: 50%;
	left: 20px;
	margin-top: -28px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.al_xq .swiper-button-prev:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.al_xq .swiper-button-prev i {
	font-weight: bold;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.al_xq .swiper-button-next {
	width: 56px;
	height: 56px;
	background-color: rgba(255, 255, 255, .6);
	line-height: 56px;
	text-align: center;
	color: #555;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	border-radius: 5px;
	top: 50%;
	right: 20px;
	margin-top: -28px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.al_xq .swiper-button-next:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.al_xq .swiper-button-next i {
	font-weight: bold;
}

.al_xq .swiper-pagination {
	width: 100%;
	bottom: 15px;
}

.al_xq .swiper-tj .swiper-pagination {
	bottom: 77px;
}

.al_xq .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .6);
	margin: 0 3px;
	opacity: .6;
}

.al_xq .swiper-pagination-bullet-active {
	background-color: #ea5c1a;
	opacity: 1;
}

.al_xq .xm_js {
	margin-top: 30px;
}

.al_xq .xm_xx {
	width: 100%;
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.al_xq .xm_xx ul li {
	padding: 15px 0 15px 44px;
	border-top: 1px solid #ddd;
	color: #999;
	position: relative;
}

.al_xq .xm_xx img {
	width: 32px;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
}

.al_xq .xm_xx strong {
	font-size: 16px;
	color: #333;
	display: block;
}

.al_xq .xm_ld {
	margin-top: 50px;
}

.al_xq .xm_ld ul {
	margin: 0 -10px;
	justify-content: normal;
}

.al_xq .xm_ld ul li {
	width: calc(33.33333333% - 20px);
	margin: 15px 10px 0;
	background-color: #f7f7f7;
	padding: 15px 15px 15px 35px;
	line-height: 26px;
	color: #777;
	position: relative;
}

.al_xq .xm_ld ul li:after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	left: 17px;
	background-color: #ea5c1a;
	content: "";
}

.al_xq .xm_tj {
	width: 100%;
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
}

.al_xq .f_y {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.al_xq .f_y span {
	width: 46%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.al_xq .f_y span:last-child {
	text-align: right;
}

@media only screen and (max-width:1100px) {
	.al_xq {
		padding: 60px 0 90px;
	}

	.al_xq .b_t {
		font-size: 20px;
	}

	.al_xq .j_s {
		line-height: 26px;
	}

	.al_xq .al_zc {
		width: calc(100% - 350px);
	}

	.al_xq .al_yc {
		width: 320px;
	}

	.al_xq .swiper-tj p {
		margin-top: 6px;
		height: 48px;
		line-height: 24px;
	}

	.al_xq .swiper-button-prev {
		width: 44px;
		height: 44px;
		line-height: 44px;
		left: 15px;
		margin-top: -22px;
	}

	.al_xq .swiper-button-next {
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 15px;
		margin-top: -22px;
	}

	.al_xq .swiper-pagination {
		bottom: 5px;
	}

	.al_xq .swiper-tj .swiper-pagination {
		bottom: 55px;
	}

	.al_xq .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.al_xq .xm_js {
		margin-top: 20px;
	}

	.al_xq .xm_xx {
		padding: 15px 15px 10px;
		margin-bottom: 15px;
	}

	.al_xq .xm_xx ul li {
		padding: 12px 0 12px 34px;
	}

	.al_xq .xm_xx img {
		width: 26px;
		margin-top: -13px;
	}

	.al_xq .xm_xx strong {
		font-size: 16px;
	}

	.al_xq .xm_ld {
		margin-top: 35px;
	}

	.al_xq .xm_ld ul li {
		padding: 12px 12px 12px 25px;
		line-height: 22px;
	}

	.al_xq .xm_ld ul li:after {
		top: 20px;
		left: 10px;
	}

	.al_xq .xm_tj {
		padding: 15px 15px 10px;
	}

	.al_xq .f_y {
		margin-top: 40px;
	}
}

@media only screen and (max-width:768px) {
	.al_xq {
		padding: 45px 0 60px;
	}

	.al_xq .b_t {
		margin-bottom: 15px;
	}

	.al_xq .al_zc {
		width: calc(100% - 300px);
	}

	.al_xq .al_yc {
		width: 270px;
	}

	.al_xq .j_s {
		line-height: 22px;
	}

	.al_xq .xm_ld ul li {
		width: calc(50% - 20px);
		padding: 10px 10px 10px 25px;
		line-height: 20px;
	}

	.al_xq .xm_ld ul li:after {
		top: 18px;
	}

	.al_xq .xm_xx ul li {
		padding: 10px 0 10px 34px;
	}
}

@media only screen and (max-width:640px) {
	.al_xq .al_zc {
		width: 100%;
	}

	.al_xq .al_yc {
		width: 100%;
	}

	.al_xq .xm_xx {
		padding: 0;
		border: 0;
		margin-top: 30px;
	}

	.al_xq .xm_xx ul li:last-child {
		border-bottom: 1px solid #ddd;
	}

	.al_xq .xm_tj {
		display: none;
	}

	.al_xq .xm_ld {
		margin-top: 15px;
	}

	.al_xq .xm_ld ul {
		margin: 0;
	}

	.al_xq .xm_ld ul li {
		width: 100%;
		margin: 10px 0 0;
	}

	.al_xq .f_y {
		margin-top: 15px;
	}

	.al_xq .f_y span {
		width: 100%;
		margin-top: 10px;
	}

	.al_xq .f_y span:last-child {
		text-align: left;
	}
}

.ny_lx {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}

.ny_lx .ny_fs ul li {
	width: calc(25% - 30px);
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin: 0 15px;
	padding: 35px 20px;
	text-align: center;
}

.ny_lx .ny_fs h3 {
	font-size: 20px;
	font-family: "InterTight-Bold";
	color: #000;
	line-height: 30px;
	margin: 10px 0;
}

.ny_lx .ny_fs .t_b {
	width: 66px;
	height: 66px;
	margin: 0 auto;
}

.ny_lx .ny_fs .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_lx .ny_ly {
	margin-top: 50px;
	padding: 50px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.ny_lx .ny_ly h3 {
	font-size: 36px;
	font-family: "InterTight-Bold";
	color: #000;
	line-height: 44px;
}

.ny_lx .ny_ly h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.ny_lx .ny_ly ul li {
	width: calc(33.33333333% - 30px);
	margin: 0 15px 30px;
}

.ny_lx .ny_ly ul li:nth-last-child(2) {
	width: calc(100% - 30px);
}

.ny_lx .ny_ly ul li:last-child {
	width: calc(100% - 30px);
	margin-bottom: 0;
}

.ny_lx .ny_ly input {
	width: 100%;
	height: 56px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	padding: 0 15px;
	line-height: 54px;
	display: block;
}

.ny_lx .ny_ly textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	line-height: 26px;
	display: block;
	resize: none;
}

.ny_lx .ny_ly button {
	width: 160px;
	height: 56px;
	border-radius: 5px;
	background-color: #aaa;
	font-size: 18px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	display: block;
	outline: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_lx .ny_ly button:hover {
	background-color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
	.ny_lx {
		padding: 60px 0;
	}

	.ny_lx .ny_fs ul {
		margin: 0 -10px;
	}

	.ny_lx .ny_fs ul li {
		width: calc(25% - 20px);
		margin: 0 10px;
		padding: 30px 10px;
	}

	.ny_lx .ny_fs h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.ny_lx .ny_fs .t_b {
		width: 60px;
		height: 60px;
	}

	.ny_lx .ny_ly {
		margin-top: 40px;
		padding: 40px;
	}

	.ny_lx .ny_ly h3 {
		font-size: 32px;
		line-height: 38px;
	}

	.ny_lx .ny_ly h4 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width:1100px) {
	.ny_lx .ny_fs ul li {
		padding: 25px 5px;
	}

	.ny_lx .ny_fs .t_b {
		width: 56px;
		height: 56px;
	}

	.ny_lx .ny_ly {
		margin-top: 35px;
		padding: 30px;
	}

	.ny_lx .ny_ly h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.ny_lx .ny_ly ul {
		margin: 0 -10px;
	}

	.ny_lx .ny_ly ul li {
		width: calc(33.33333333% - 20px);
		margin: 0 10px 20px;
	}

	.ny_lx .ny_ly ul li:nth-last-child(2) {
		width: calc(100% - 20px);
	}

	.ny_lx .ny_ly ul li:last-child {
		width: calc(100% - 20px);
	}

	.ny_lx .ny_ly input {
		height: 52px;
		line-height: 50px;
	}

	.ny_lx .ny_ly textarea {
		height: 112px;
		padding: 12px 15px;
		line-height: 22px;
	}

	.ny_lx .ny_ly button {
		width: 140px;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
}

@media only screen and (max-width:768px) {
	.ny_lx {
		padding: 50px 0;
	}

	.ny_lx .ny_fs ul li {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.ny_lx .ny_ly {
		margin-top: 0;
	}
}

@media only screen and (max-width:640px) {
	.ny_lx .ny_ly h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.ny_lx .ny_fs ul {
		margin: 0;
	}

	.ny_lx .ny_fs ul li {
		width: 100%;
		margin: 0 0 20px;
	}

	.ny_lx .ny_ly ul {
		margin: 0;
	}

	.ny_lx .ny_ly ul li {
		width: 100%;
		margin: 0 0 20px;
	}

	.ny_lx .ny_ly ul li:nth-last-child(2) {
		width: 100%;
	}

	.ny_lx .ny_ly ul li:last-child {
		width: 100%;
	}

	.ny_lx .ny_ly button {
		width: 100%;
	}
}

.fw_js {
	width: 100%;
	padding: 90px 0 60px;
	overflow: hidden;
}

.fw_js ul li {
	width: calc(33.33333333% - 30px);
	padding: 45px 0 30px;
	margin: 0 15px 30px;
	text-align: center;
	background-color: #fafafa;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_js ul li:hover {
	background-color: #ea5c1a;
}

.fw_js .t_b {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background-color: #ea5c1a;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_js ul li:hover .t_b {
	background-position: bottom center;
	background-color: #fff;
}

.fw_js h3 {
	font-size: 23px;
	font-family: "InterTight-Bold";
	color: #000;
	line-height: 32px;
	margin: 25px 0 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_js ul li:hover h3 {
	color: #fff;
}

.fw_js p {
	font-size: 16px;
	color: #777;
	line-height: 26px;
	max-width: 90%;
	margin: 0 auto;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_js ul li:hover p {
	color: #fff;
}

@media only screen and (max-width:1400px) {
	.fw_js {
		padding: 70px 0 50px;
	}

	.fw_js ul {
		margin: 0 -10px;
	}

	.fw_js ul li {
		width: calc(33.33333333% - 20px);
		padding: 40px 0 30px;
		margin: 0 10px 20px;
	}

	.fw_js .t_b {
		width: 70px;
		height: 70px;
	}

	.fw_js h3 {
		font-size: 20px;
		line-height: 28px;
		margin: 15px 0 6px;
	}

	.fw_js p {
		font-size: 15px;
		line-height: 22px;
		max-width: 92%;
	}
}

@media only screen and (max-width:1100px) {
	.fw_js {
		padding: 60px 0 40px;
	}

	.fw_js ul li {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width:768px) {
	.fw_js {
		padding: 50px 0 30px;
	}
}

@media only screen and (max-width:640px) {
	.fw_js ul {
		margin: 0;
	}

	.fw_js ul li {
		width: 100%;
		padding: 20px 20px 20px 90px;
		margin: 0 0 20px;
		position: relative;
		text-align: left;
	}

	.fw_js .t_b {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.fw_js h3 {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 6px;
	}

	.fw_js p {
		font-size: 14px;
		max-width: 100%;
	}
}

.fw_fa {
	width: 100%;
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.fw_fa:after {
	width: 100%;
	height: 70%;
	background: url(../images/fw_bj.jpg) no-repeat top center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
}

.fw_fa .sy_bt h1 {
	color: #fff;
}

.fw_fa .hd {
	text-align: center;
}

.fw_fa .hd ul li {
	display: inline-block;
	font-size: 20px;
	font-family: "InterTight-Bold";
	color: #fff;
	line-height: 30px;
	padding-bottom: 15px;
	position: relative;
	margin: 0 15px;
	cursor: pointer;
}

.fw_fa .hd ul li.on {
	color: #ea5c1a;
}

.fw_fa .hd ul li.on:after {
	width: 200px;
	height: 5px;
	border-radius: 5px;
	background-color: #ea5c1a;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	content: "";
}

.fw_fa .hd ul li.on:before {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #ea5c1a;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -8px;
	content: "";
}

.fw_fa .bd {
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 10px;
	margin-top: 30px;
	background-color: #fff;
	overflow: hidden;
}

.fw_fa .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	opacity: 0 !important;
}

.fw_fa .swiper-slide span {
	width: 60px;
	height: 60px;
	border-radius: 0 0 120px 0;
	padding: 6px 0 0 8px;
	background-color: #ea5c1a;
	font-family: "InterTight-Bold";
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.fw_fa .swiper-slide-active {
	opacity: 1 !important;
}

.fw_fa .w_z {
	width: 40%;
	padding-top: 20px;
}

.fw_fa .w_z h3 {
	font-size: 22px;
	font-family: "InterTight-Bold";
	color: #000;
	line-height: 32px;
	margin-bottom: 10px;
}

.fw_fa .w_z p {
	font-size: 18px;
	color: #555;
	line-height: 26px;
}

.fw_fa .t_p {
	width: 55%;
}

.fw_fa .t_p img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	display: block;
}

.fw_fa .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: #eee;
	text-align: center;
	color: #555;
	border-radius: 50%;
	top: auto;
	bottom: 40px;
	left: 40px;
	margin-top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_fa .swiper-button-prev:hover {
	background-color: #ea5c1a;
	color: #fff;
}

.fw_fa .swiper-button-next {
	width: 40px;
	height: 40px;
	padding-left: 3px;
	background-color: #eee;
	text-align: center;
	color: #555;
	border-radius: 50%;
	top: auto;
	bottom: 40px;
	right: auto;
	left: 90px;
	margin-top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_fa .swiper-button-next:hover {
	background-color: #ea5c1a;
	color: #fff;
}

.fw_fa i {
	font-size: 20px;
	font-weight: bold;
	margin-top: 2px;
	display: block;
}

@media only screen and (max-width:1400px) {
	.fw_fa {
		padding: 70px 0;
	}

	.fw_fa:after {
		height: 50%;
	}

	.fw_fa .hd ul li {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 10px;
		margin: 0 10px;
	}

	.fw_fa .hd ul li.on:after {
		width: 150px;
		height: 4px;
		margin-left: -75px;
	}

	.fw_fa .bd {
		border-radius: 5px;
		margin-top: 25px;
	}

	.fw_fa .swiper-slide {
		padding: 30px;
	}

	.fw_fa .swiper-slide span {
		width: 50px;
		height: 50px;
		border-radius: 0 0 100px 0;
		font-size: 20px;
		line-height: 30px;
	}

	.fw_fa .w_z {
		width: 45%;
		padding-top: 20px;
	}

	.fw_fa .w_z h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 8px;
	}

	.fw_fa .w_z p {
		font-size: 16px;
		line-height: 22px;
	}

	.fw_fa .t_p {
		width: 50%;
	}

	.fw_fa .swiper-button-prev {
		bottom: 30px;
		left: 30px;
	}

	.fw_fa .swiper-button-next {
		bottom: 30px;
		left: 80px;
	}
}

@media only screen and (max-width:1100px) {
	.fw_fa {
		padding: 60px 0;
	}

	.fw_fa .hd ul li {
		width: 40%;
		margin: 0 3%;
	}

	.fw_fa .swiper-slide {
		padding: 25px;
	}

	.fw_fa .swiper-slide span {
		width: 46px;
		height: 46px;
		font-size: 18px;
		line-height: 26px;
	}

	.fw_fa .w_z {
		width: 45%;
		padding-top: 15px;
	}

	.fw_fa .w_z h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.fw_fa .w_z p {
		font-size: 15px;
		line-height: 20px;
	}

	.fw_fa .swiper-button-prev {
		width: 32px;
		height: 32px;
		bottom: 25px;
		left: 25px;
	}

	.fw_fa .swiper-button-next {
		width: 32px;
		height: 32px;
		bottom: 25px;
		left: 65px;
	}

	.fw_fa i {
		font-size: 18px;
		margin: 0;
	}
}

@media only screen and (max-width:768px) {
	.fw_fa {
		padding: 50px 0;
	}

	.fw_fa .swiper-fa {
		padding-bottom: 50px;
	}

	.fw_fa .swiper-slide {
		flex-direction: column-reverse;
	}

	.fw_fa .w_z {
		width: 100%;
	}

	.fw_fa .t_p {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	.fw_fa .hd ul li {
		width: 100%;
		margin: 0 0 20px;
	}

	.fw_fa .bd {
		margin-top: 0;
	}
}

.fw_lc {
	width: 100%;
	padding: 100px 0;
	background-color: #fdf7f5;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.fw_lc .lc_zs {
	position: relative;
}

.fw_lc .lc_zs:after {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	position: absolute;
	top: 45px;
	left: 0;
	content: "";
}

.fw_lc .swiper-slide {
	padding: 20px;
}

.fw_lc .swiper-pagination {
	width: 100%;
	height: 6px;
	border-radius: 6px;
	bottom: -35px;
	overflow: hidden;
}

.fw_lc .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #ea5b18;
}

.fw_lc .swiper-button-prev {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #555;
	border-radius: 50%;
	left: -66px;
	margin-top: -20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_lc .swiper-button-prev:hover {
	background-color: #ea5c1a;
	border: 1px solid #ea5c1a;
	color: #fff;
}

.fw_lc .swiper-button-next {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #555;
	border-radius: 50%;
	right: -66px;
	margin-top: -20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_lc .swiper-button-next:hover {
	background-color: #ea5c1a;
	border: 1px solid #ea5c1a;
	color: #fff;
}

.fw_lc .swiper-lc .s_z {
	width: 50px;
	height: 50px;
	margin: 0 auto 30px;
	border-radius: 50%;
	background-color: #ea5c1a;
	font-size: 26px;
	font-family: "InterTight-Bold";
	line-height: 50px;
	color: #fff;
	position: relative;
}

.fw_lc .swiper-lc .s_z:after {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f5c9b3;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -30px 0 0 -30px;
	z-index: -1;
}

.fw_lc .swiper-lc .l_m {
	width: 100%;
	border-radius: 10px;
	padding: 15px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 15px rgba(0, 0, 0, .25);
	color: #fff;
}

.fw_lc .swiper-lc .l_m img {
	max-width: 80px;
	margin: 0 auto;
	display: block;
}

.fw_lc .swiper-lc .l_m h1 {
	font-size: 22px;
	line-height: 26px;
	font-family: "InterTight-Bold";
}

.fw_lc .swiper-lc .w_z {
	width: 100%;
	height: 220px;
	border-radius: 10px;
	margin-top: 30px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	font-size: 16px;
	color: #777;
}

.fw_lc .swiper-lc i {
	font-size: 20px;
	font-weight: bold;
	margin-top: 2px;
	display: block;
}

.fw_lc .fw_xx {
	width: 100%;
	padding: 70px 60px;
	background: url(../images/fw_bd.jpg) no-repeat center / cover;
	border-radius: 10px;
	text-align: left;
	color: #fff;
	margin-top: 120px;
}

.fw_lc .fw_xx h3 {
	font-size: 20px;
	line-height: 26px;
	font-family: "InterTight-Bold";
	margin-bottom: 25px;
}

.fw_lc .fw_xx .row {
	margin: 0;
	justify-content: space-between;
}

.fw_lc .fw_xx .xx_nr {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 10px;
	padding: 25px;
}

.fw_lc .fw_xx .t_b {
	width: 116px;
}

.fw_lc .fw_xx .t_b img {
	width: 100%;
	height: auto;
	display: block;
}

.fw_lc .fw_xx .w_z {
	width: calc(100% - 140px);
}

.fw_lc .fw_xx .w_z h4 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px;
}

.fw_lc .fw_xx .w_z strong {
	font-size: 32px;
	font-family: "InterTight-Bold";
	line-height: 44px;
}

.fw_lc .fw_xx .w_z strong.y_x {
	font-size: 23px;
}

@media only screen and (max-width:1400px) {
	.fw_lc {
		padding: 10px 0 80px;
	}

	.fw_lc .lc_zs:after {
		top: 35px;
	}

	.fw_lc .swiper-slide {
		padding: 15px;
	}

	.fw_lc .swiper-button-prev {
		left: -46px;
	}

	.fw_lc .swiper-button-next {
		right: -46px;
	}

	.fw_lc .swiper-lc .s_z {
		width: 44px;
		height: 44px;
		margin: 0 auto 20px;
		font-size: 22px;
		line-height: 44px;
	}

	.fw_lc .swiper-lc .s_z:after {
		width: 54px;
		height: 54px;
		margin: -27px 0 0 -27px;
	}

	.fw_lc .swiper-lc .l_m img {
		max-width: 60px;
	}

	.fw_lc .swiper-lc .l_m h1 {
		font-size: 20px;
	}

	.fw_lc .swiper-lc .w_z {
		height: 200px;
		margin-top: 20px;
		padding: 20px;
		font-size: 15px;
	}

	.fw_lc .fw_xx {
		padding: 50px 40px;
		margin-top: 100px;
	}

	.fw_lc .fw_xx h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.fw_lc .fw_xx .xx_nr {
		padding: 20px;
	}

	.fw_lc .fw_xx .t_b {
		width: 100px;
	}

	.fw_lc .fw_xx .w_z {
		width: calc(100% - 120px);
	}

	.fw_lc .fw_xx .w_z h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.fw_lc .fw_xx .w_z strong {
		font-size: 28px;
		line-height: 40px;
	}

	.fw_lc .fw_xx .w_z strong.y_x {
		font-size: 20px;
	}
}

@media only screen and (max-width:1100px) {
	.fw_lc {
		padding: 10px 0 70px;
	}

	.fw_lc .swiper-button-prev {
		display: none;
	}

	.fw_lc .swiper-button-next {
		display: none;
	}

	.fw_lc .fw_xx .t_b {
		width: 80px;
	}

	.fw_lc .fw_xx .w_z {
		width: calc(100% - 100px);
	}

	.fw_lc .fw_xx .w_z h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.fw_lc .fw_xx .w_z strong {
		font-size: 24px;
		line-height: 36px;
	}

	.fw_lc .fw_xx .w_z strong.y_x {
		font-size: 18px;
	}
}

@media only screen and (max-width:768px) {
	.fw_lc {
		padding: 10px 0 50px;
	}

	.fw_lc .fw_xx {
		padding: 40px 30px 20px;
	}

	.fw_lc .fw_xx .xx_nr {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:640px) {
	.fw_lc .swiper-pagination {
		bottom: -30px;
	}

	.fw_lc .fw_xx {
		padding: 30px 20px 20px;
		margin-top: 70px;
	}

	.fw_lc .fw_xx .xx_nr {
		padding: 15px;
	}

	.fw_lc .fw_xx .t_b {
		width: 50px;
	}

	.fw_lc .fw_xx .w_z {
		width: calc(100% - 70px);
	}

	.fw_lc .fw_xx .w_z h4 {
		font-size: 15px;
	}

	.fw_lc .fw_xx .w_z strong {
		font-size: 20px;
		line-height: 30px;
	}

	.fw_lc .fw_xx .w_z strong.y_x {
		font-size: 16px;
	}
}

.fw_sp {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}

.fw_sp .sp_bt {
	font-size: 42px;
	line-height: 46px;
	color: #000;
	font-family: "InterTight-Bold";
	text-align: center;
	margin-bottom: 50px;
}

.fw_sp .sp_zs {
	position: relative;
}

.fw_sp .swiper-slide {
	padding: 15px;
}

.fw_sp .swiper-slide a {
	display: block;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(9, 25, 47, .1);
	overflow: hidden;
}

.fw_sp .swiper-pagination {
	display: none;
}

.fw_sp .swiper-button-prev {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #555;
	border-radius: 50%;
	left: -66px;
	margin-top: -20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_sp .swiper-button-prev:hover {
	background-color: #ea5c1a;
	border: 1px solid #ea5c1a;
	color: #fff;
}

.fw_sp .swiper-button-next {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #555;
	border-radius: 50%;
	right: -66px;
	margin-top: -20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_sp .swiper-button-next:hover {
	background-color: #ea5c1a;
	border: 1px solid #ea5c1a;
	color: #fff;
}

.fw_sp i {
	font-size: 20px;
	font-weight: bold;
	margin-top: 2px;
	display: block;
}

.fw_sp .t_p {
	position: relative;
	background-color: #000;
}

.fw_sp .t_p i {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
}

.fw_sp .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fw_sp .swiper-slide:hover .t_p img {
	opacity: .6;
}

.fw_sp .w_z {
	padding: 15px 15px 25px 15px;
}

.fw_sp .w_z h3 {
	font-size: 22px;
	font-family: "InterTight-Bold";
	line-height: 30px;
	color: #000;
	margin-top: 10px;
}

.fw_sp .w_z span {
	display: inline-block;
	border-radius: 5px;
	background-color: #ea5c1a;
	padding: 0 20px;
	color: #fff;
	line-height: 28px;
}

@media only screen and (max-width:1400px) {
	.fw_sp {
		padding: 70px 0;
	}

	.fw_sp .sp_bt {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 35px;
	}

	.fw_sp .swiper-slide {
		padding: 10px;
	}

	.fw_sp .swiper-button-prev {
		left: -56px;
	}

	.fw_sp .swiper-button-next {
		right: -56px;
	}

	.fw_sp i {
		font-size: 18px;
	}

	.fw_sp .w_z h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.fw_sp .w_z span {
		padding: 0 15px;
		line-height: 26px;
	}
}

@media only screen and (max-width:1100px) {
	.fw_sp {
		padding: 60px 0;
	}

	.fw_sp .sp_bt {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.fw_sp .swiper-slide {
		padding: 10px;
	}

	.fw_sp .swiper-button-prev {
		display: none;
	}

	.fw_sp .swiper-button-next {
		display: none;
	}

	.fw_sp .swiper-pagination {
		width: 100%;
		display: block;
	}

	.fw_sp .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, .3);
		margin: 0 3px;
		opacity: .6;
	}

	.fw_sp .swiper-pagination-bullet-active {
		background-color: #ea5c1a;
		opacity: 1;
	}

	.fw_sp .w_z h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width:768px) {
	.fw_sp {
		padding: 50px 0;
	}

	.fw_sp .sp_bt {
		font-size: 32px;
		line-height: 36px;
	}
}

@media only screen and (max-width:640px) {
	.fw_sp .sp_bt {
		font-size: 26px;
		line-height: 32px;
	}
}

.yema {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.yema ul li {
	display: inline-block;
	margin: 0 2px;
}

.yema ul li a {
	min-width: 40px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 5px;
	line-height: 38px;
	font-family: "InterTight-Bold";
	text-align: center;
	display: block;
}

.yema ul li a:hover {
	color: #fff;
	background-color: #ea5c1a;
}

.yema ul li a.on {
	color: #fff;
	background-color: #ea5c1a;
}

.yema ul li i {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	margin-top: -2px;
}

@media only screen and (max-width:1160px) {
	.yema {
		margin-top: 40px;
	}
}

@media only screen and (max-width:768px) {
	.yema {
		margin-top: 25px;
	}

	.yema ul li a {
		min-width: 32px;
		padding: 0 8px;
		line-height: 32px;
	}
}

.footer {
	width: 100%;
	padding-top: 70px;
	background: #ea5c1a url(../images/dt.png) no-repeat center / auto 90% !important;
	font-size: 15px;
	line-height: 26px;
	color: rgba(255, 255, 255, .8);
	overflow: hidden;
}

.footer .row {
	margin: 0;
	justify-content: space-between;
}

.footer a {
	color: rgba(255, 255, 255, .8);
}

.footer a:hover {
	color: #fff;
}

.footer h3 {
	font-size: 17px;
	line-height: 26px;
	font-family: "InterTight-Medium";
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}

.footer h3 em {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.footer h3 em:after {
	width: 12px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 0;
	content: "";
	transition: all .5s;
	-webkit-transition: all .5s;
}

.footer h3 em.on:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.footer h3 em:before {
	width: 2px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 5px;
	content: "";
	transition: all .5s;
	-webkit-transition: all .5s;
}

.footer h3 em.on:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.footer h3 i {
	color: #ffc32d;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 2px;
}

.footer .ft_lx {
	width: 23%;
}

.footer .ft_lx strong {
	font-size: 30px;
	font-family: "InterTight-Bold";
	line-height: 36px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
}

.footer .ft_lx ul li {
	position: relative;
	padding-left: 32px;
	margin-top: 10px;
}

.footer .ft_lx i {
	position: absolute;
	top: 2px;
	left: 0;
}

.footer .ft_lx i.icon-dizhi4 {
	font-size: 20px;
}

.footer .ft_dh {
	width: 73%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .ft_fl .l_b {
	margin-top: 20px;
}

.footer .ft_fl .l_b p {
	margin-top: 10px;
	font-size: 15px;
}

@media only screen and (max-width:1440px) {
	.footer {
		padding-top: 60px;
		line-height: 26px;
	}

	.footer h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.footer .ft_lx strong {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.footer .ft_fl .l_b {
		margin-top: 15px;
	}

	.footer .ft_fl .l_b p {
		margin-top: 10px;
	}
}

@media only screen and (max-width:1100px) {
	.footer {
		padding-top: 45px;
		line-height: 24px;
		font-size: 13px;
	}

	.footer h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.footer .ft_lx {
		width: 22%;
	}

	.footer .ft_lx strong {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 6px;
	}

	.footer .ft_dh {
		width: 76%;
	}

	.footer .ft_fl .l_b {
		margin-top: 10px;
	}

	.footer .ft_fl .l_b p {
		margin-top: 6px;
		font-size: 14px;
	}
}

@media only screen and (max-width:768px) {
	.footer {
		padding-top: 40px;
	}

	.footer .ft_lx {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .ft_lx strong {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 6px;
	}

	.footer .ft_dh {
		width: 100%;
		margin: 0 -10px;
		justify-content: normal;
	}

	.footer .ft_fl {
		width: calc(33.33333333% - 20px);
		margin: 0 10px 20px;
	}

	.footer .ft_fl .l_b {
		margin-top: 10px;
	}

	.footer .ft_fl .l_b p {
		margin-top: 6px;
		font-size: 14px;
	}
}

@media only screen and (max-width:640px) {
	.footer {
		padding-top: 30px;
		background: #ea5c1a url(../images/dt.png) no-repeat center 150px / 90% auto !important;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.footer h3 {
		margin: 0;
	}

	.footer h3 em {
		display: block;
	}

	.footer .ft_lx {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .ft_lx strong {
		font-size: 22px;
		line-height: 28px;
	}

	.footer .ft_dh {
		width: 100%;
		margin: 0;
	}

	.footer .ft_fl {
		width: 100%;
		padding-top: 15px;
		margin: 0 0 15px;
		border-top: 1px solid rgba(255, 255, 255, .5);
	}

	/* .footer .ft_fl .l_b{display:none;} */
}

.banquan {
	width: 100%;
	margin-top: 80px;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, .15);
	font-size: 15px;
	color: rgba(255, 255, 255, .8);
	line-height: 26px;
	text-align: center;
	overflow: hidden;
}

.banquan .row {
	margin: 0;
	justify-content: space-between;
}

.banquan .bq_rt ul {
	display: flex;
}

.banquan .bq_rt ul li {
	margin-left: 25px;
}

.banquan .bq_rt ul li:first-child {
	margin-left: 0;
}

.banquan .bq_rt i.icon-douyin {
	font-size: 18px;
}

.banquan .bq_rt i.icon-youtube {
	font-size: 20px;
}

@media only screen and (max-width:1400px) {
	.banquan {
		margin-top: 60px;
		padding: 15px 0;
	}

	.banquan .bq_rt i.icon-instagram {
		font-size: 16px;
	}

	.banquan .bq_rt i.icon-youtube {
		font-size: 18px;
	}
}

@media only screen and (max-width:1100px) {
	.banquan {
		margin-top: 45px;
		padding: 12px 0;
		font-size: 14px;
	}

	.banquan .bq_rt ul li {
		margin-left: 20px;
	}
}

@media only screen and (max-width:768px) {
	.banquan {
		margin-top: 40px;
		text-align: center;
	}

	.banquan .bq_lf {
		width: 100%;
	}

	.banquan .bq_rt {
		width: 100%;
		margin-top: 10px;
	}

	.banquan .bq_rt ul {
		justify-content: center;
	}
}

@media only screen and (max-width:640px) {
	.banquan {
		margin-top: 20px;
	}
}

.zx_kf {
	width: 46px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 999;
}

.zx_kf ul li {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 46px;
	position: relative;
}

.zx_kf ul li:first-child {
	background-color: #f89b70;
}

.zx_kf ul li:nth-child(2) {
	background-color: #cd201f;
}

.zx_kf ul li:nth-child(3) {
	background-color: #000;
}

.zx_kf ul li:nth-child(4) {
	background-color: #0b66c1;
}

.zx_kf ul li:last-child {
	display: none;
}

.zx_kf ul li a {
	display: block;
	color: #fff;
}

@media only screen and (max-width:1400px) {
	.zx_kf {
		width: 40px;
		position: fixed;
		bottom: 120px;
		right: 20px;
		z-index: 999;
	}

	.zx_kf ul li {
		width: 40px;
		height: 40px;
		border-radius: 5px;
		margin-bottom: 10px;
		text-align: center;
		line-height: 40px;
	}

	.zx_kf ul li i {
		font-size: 20px;
	}
}

@media only screen and (max-width:640px) {
	.zx_kf {
		width: 100%;
		bottom: 0;
		right: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}

	.zx_kf ul {
		width: 100%;
		display: flex;
	}

	.zx_kf ul li {
		width: 20%;
		height: 50px;
		background-color: #ea5c1a;
		border-radius: 0;
		margin-bottom: 0;
		line-height: 50px;
	}

	.zx_kf ul li:last-child {
		display: block;
	}

	.zx_kf ul li i.icon-fanhuidingbu3 {
		font-size: 26px;
	}
}

.fh_top {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
	color: #333;
	display: none;
}

.fh_top:hover {
	background-color: #f29529;
	color: #fff;
}

.fh_top i {
	font-size: 24px;
	margin-left: -2px;
}

@media only screen and (max-width:1400px) {
	.fh_top {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.fh_top i {
		font-size: 22px;
	}
}

@media only screen and (max-width:640px) {
	.fh_top {
		display: none !important;
	}
}

/* ===== 浮动联系我们按钮 ===== */
.click-btn {
	width: 90px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #555;
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -15px;
	transition: all .3s;
	animation: arrowMove 1s ease-in-out infinite;
	pointer-events: none;
	white-space: nowrap;
}

.click-btn:after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #eee;
	content: "";
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -6px;
}

@keyframes arrowMove {
	0% {
		right: 55px;
		opacity: .5;
	}

	50% {
		right: 65px;
		opacity: 1;
	}

	100% {
		right: 55px;
		opacity: .5;
	}
}

/* ===== 联系我们弹窗 ===== */
.tc_bd {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tc_bd .g_b {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: rgba(255, 255, 255, .7);
	transition: all .5s;
	z-index: 2;
}

.tc_bd .g_b:hover {
	color: #fff;
	transform: rotate(360deg);
}

.tc_bd .g_b i {
	font-size: 26px;
}

.tc_bd .bd_ly {
	width: 90%;
	max-width: 800px;
	border-radius: 10px;
	padding: 40px;
	background: url(../images/ly_bj.jpg) no-repeat center / cover;
	position: relative;
	margin: 20px;
}

.tc_bd .bd_ly h3 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	margin-bottom: 8px;
}

.tc_bd .bd_ly h4 {
	font-size: 15px;
	line-height: 24px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 24px;
	font-weight: 400;
}

.tc_bd .bd_ly ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.tc_bd .bd_ly ul li {
	width: calc(33.33333333% - 24px);
	margin: 0 12px 20px;
	list-style: none;
}

.tc_bd .bd_ly ul li:nth-last-child(2) {
	width: calc(100% - 24px);
}

.tc_bd .bd_ly ul li:last-child {
	width: calc(100% - 24px);
	margin-bottom: 0;
}

.tc_bd .bd_ly input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .1);
	border-radius: 5px;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	display: block;
	outline: none;
	transition: border-color .3s;
	box-sizing: border-box;
}

.tc_bd .bd_ly input:focus {
	border-color: rgba(255, 255, 255, .6);
}

.tc_bd .bd_ly input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.tc_bd .bd_ly textarea {
	width: 100%;
	height: 110px;
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .1);
	border-radius: 5px;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	display: block;
	resize: none;
	outline: none;
	transition: border-color .3s;
	box-sizing: border-box;
}

.tc_bd .bd_ly textarea:focus {
	border-color: rgba(255, 255, 255, .6);
}

.tc_bd .bd_ly textarea::placeholder {
	color: rgba(255, 255, 255, .5);
}

.tc_bd .bd_ly button {
	width: 160px;
	height: 50px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .2);
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
}

.tc_bd .bd_ly button:hover {
	background: #fff;
	color: #1a2744;
}

.tc_bd .bd_ly button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

@media only screen and (max-width: 1100px) {
	.tc_bd .bd_ly {
		max-width: 600px;
		padding: 30px;
	}

	.tc_bd .bd_ly h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.tc_bd .bd_ly ul {
		margin: 0 -8px;
	}

	.tc_bd .bd_ly ul li {
		width: calc(33.33333333% - 16px);
		margin: 0 8px 16px;
	}

	.tc_bd .bd_ly ul li:nth-last-child(2) {
		width: calc(100% - 16px);
	}

	.tc_bd .bd_ly ul li:last-child {
		width: calc(100% - 16px);
	}

	.tc_bd .bd_ly input {
		height: 48px;
		line-height: 46px;
	}

	.tc_bd .bd_ly textarea {
		height: 100px;
	}

	.tc_bd .bd_ly button {
		width: 140px;
		height: 48px;
		font-size: 15px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 640px) {
	.click-btn {
		right: auto;
		left: 50%;
		top: -40px;
		margin-top: 0;
		margin-left: -45px;
		animation: none;
	}

	.click-btn:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #eee;
		border-bottom: none;
		right: 50%;
		top: 100%;
		margin-top: 0;
		margin-right: -6px;
	}

	.tc_bd .g_b {
		top: 12px;
		right: 12px;
	}

	.tc_bd .bd_ly {
		padding: 24px 16px;
		margin: 10px;
	}

	.tc_bd .bd_ly h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.tc_bd .bd_ly h4 {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 18px;
	}

	.tc_bd .bd_ly ul {
		margin: 0;
	}

	.tc_bd .bd_ly ul li {
		width: 100%;
		margin: 0 0 14px;
	}

	.tc_bd .bd_ly ul li:nth-last-child(2) {
		width: 100%;
	}

	.tc_bd .bd_ly ul li:last-child {
		width: 100%;
	}

	.tc_bd .bd_ly input {
		height: 46px;
		line-height: 44px;
	}

	.tc_bd .bd_ly textarea {
		height: 90px;
	}

	.tc_bd .bd_ly button {
		width: 100%;
	}
}

.zx_bd {
	width: 100%;
	padding: 80px 0;
	background: url(../images/bd_bj.jpg) no-repeat center / cover;
	overflow: hidden;
}

.zx_bd h1 {
	font-size: 46px;
	line-height: 52px;
	color: #fff;
	font-family: "InterTight-Bold";
}

.zx_bd p {
	color: #fff;
	line-height: 20px;
	margin: 20px 0 40px;
	opacity: .7;
}

.zx_bd form {
	width: 65%;
}

.zx_bd ul {
	margin: 0 -10px;
}

.zx_bd ul li {
	width: calc(25% - 20px);
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin: 0 10px 20px;
}

.zx_bd ul li:last-child {
	width: calc(100% - 20px);
}

.zx_bd input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
}

.zx_bd input::placeholder {
	color: rgba(255, 255, 255, .8);
}

.zx_bd select {
	width: 100%;
	height: 50px;
	padding: 0 12px;
	line-height: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
}

.zx_bd option {
	color: #000;
}

.zx_bd option:first-child {
	display: none;
}

.zx_bd textarea {
	width: 100%;
	height: 120px;
	padding: 12px 15px;
	line-height: 26px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
	resize: none;
}

.zx_bd textarea::placeholder {
	color: rgba(255, 255, 255, .8);
}

.zx_bd button {
	width: 150px;
	height: 50px;
	border-radius: 5px;
	background-color: #fca179;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	outline: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.zx_bd button:hover {
	background-color: #ea5c1a;
}

@media only screen and (max-width:1400px) {
	.zx_bd {
		width: 100%;
		padding: 80px 0;
		background: url(../images/bd_bj.jpg) no-repeat center / cover;
		overflow: hidden;
	}

	.zx_bd h1 {
		font-size: 46px;
		line-height: 52px;
		color: #fff;
		font-family: "InterTight-Bold";
	}

	.zx_bd p {
		color: #fff;
		line-height: 20px;
		margin: 20px 0 40px;
		opacity: .7;
	}

	.zx_bd form {
		width: 65%;
	}

	.zx_bd ul {
		margin: 0 -10px;
	}

	.zx_bd ul li {
		width: calc(25% - 20px);
		border: 1px solid rgba(255, 255, 255, .5);
		background-color: rgba(0, 0, 0, .1);
		border-radius: 5px;
		margin: 0 10px 20px;
	}

	.zx_bd ul li:last-child {
		width: calc(100% - 20px);
	}

	.zx_bd input {
		width: 100%;
		height: 50px;
		padding: 0 15px;
		line-height: 50px;
		font-size: 16px;
		color: rgba(255, 255, 255, .8);
	}

	.zx_bd input::placeholder {
		color: rgba(255, 255, 255, .8);
	}

	.zx_bd select {
		width: 100%;
		height: 50px;
		padding: 0 12px;
		line-height: 50px;
		font-size: 16px;
		color: rgba(255, 255, 255, .8);
	}

	.zx_bd option {
		color: #000;
	}

	.zx_bd option:first-child {
		display: none;
	}

	.zx_bd textarea {
		width: 100%;
		height: 120px;
		padding: 12px 15px;
		line-height: 26px;
		font-size: 16px;
		color: rgba(255, 255, 255, .8);
		resize: none;
	}

	.zx_bd textarea::placeholder {
		color: rgba(255, 255, 255, .8);
	}

	.zx_bd button {
		width: 150px;
		height: 50px;
		border-radius: 5px;
		background-color: #fca179;
		font-size: 20px;
		line-height: 50px;
		color: #fff;
		text-align: center;
		display: block;
		outline: none;
		transition: all .5s;
		-webkit-transition: all .5s;
	}

	.zx_bd button:hover {
		background-color: #ea5c1a;
	}
}

@media only screen and (max-width:1100px) {
	.zx_bd {
		padding: 50px 0;
	}

	.zx_bd h1 {
		font-size: 38px;
		line-height: 44px;
	}

	.zx_bd p {
		margin: 15px 0 30px;
	}

	.zx_bd form {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	.zx_bd {
		padding: 40px 0;
	}

	.zx_bd h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.zx_bd p {
		margin: 10px 0 20px;
	}

	.zx_bd ul {
		margin: 0;
	}

	.zx_bd ul li {
		width: 100%;
		margin: 0 0 15px;
	}

	.zx_bd ul li:last-child {
		width: 100%;
	}

	.zx_bd button {
		width: 100%;
	}
}

.zoomIcon {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(icon.png);
}

.zoom {
	display: inline-block;
	position: relative;
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
		transform: translate(-50%, -50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.8);
		transform: translate(-50%, -50%) translateZ(0) scale(1.8);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
		transform: translate(-50%, -50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.8);
		transform: translate(-50%, -50%) translateZ(0) scale(1.8);
		opacity: 0;
	}
}

/* Cookie 底部栏 */
.cookie-bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	padding: 20px 0;
	z-index: 9999;
}

.cookie-bar-content {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.cookie-bar-text {
	max-width: 830px;
	line-height: 1.6;
}

.cookie-bar-text a {
	color: #fff;
	text-decoration: underline;
}

.cookie-bar-text a:hover {
	color: #ea5c1a;
}

/* 按钮组 */
.cookie-bar-buttons {
	display: flex;
	flex-wrap: wrap;
}

.cookie-bar-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-family: "InterTight-Bold";
	border-radius: 4px;
	cursor: pointer;
	margin-left: 20px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border: none;
}

.btn-bar-accept {
	background-color: #fff;
	color: #000;
}

.btn-bar-accept:hover {
	background-color: #ea5c1a;
	color: #fff;
	outline: none;
}

.btn-bar-settings {
	background-color: #666;
	color: #fff;
}

.btn-bar-settings:hover {
	background-color: #ea5c1a;
	outline: none;
}

/* 设置面板 */
.cookie-settings-panel {
	position: absolute;
	bottom: 80px;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	color: #000;
	padding: 1.5rem;
	margin-top: 1rem;
	border-radius: 4px;
	display: none;
}

.cookie-settings-panel.active {
	display: block;
}

.settings-panel-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.5rem;
}

.cookie-option {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.cookie-option label {
	flex: 1;
	font-size: 0.85rem;
}

.cookie-option-desc {
	font-size: 0.75rem;
	color: #666666;
	margin-top: 0.25rem;
}

/* 开关样式 */
.toggle-switch {
	position: relative;
	width: 40px;
	height: 20px;
	background-color: #ccc;
	border-radius: 10px;
	cursor: pointer;
}

.toggle-switch::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: white;
	top: 2px;
	left: 2px;
	transition: left 0.2s ease;
}

.toggle-switch.checked {
	background-color: #ea5c1a;
}

.toggle-switch.checked::after {
	left: 22px;
}

.toggle-switch.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.settings-save-btn {
	margin-top: 1rem;
	padding: 0.6rem 1.25rem;
	background-color: #f4ad8c;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.settings-save-btn:hover {
	background-color: #ea5c1a;
}

@media (max-width: 1100px) {
	.cookie-bottom-bar {
		padding: 20px 25px;
	}

	.cookie-bar-text {
		max-width: 60%;
		line-height: 1.4;
	}

	.cookie-settings-panel {
		bottom: 96px;
	}
}

@media (max-width: 640px) {
	.cookie-bottom-bar {
		padding: 20px;
	}

	.cookie-bar-text {
		max-width: 100%;
	}

	.cookie-bar-buttons {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 450px) {
	.cookie-bar-text {
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: center;
	}

	.cookie-bar-text a {
		display: inline-block;
	}

	.cookie-settings-panel {
		bottom: 160px;
	}
}

.cookie {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 99999999;
	display: none;
}

.cookie .cookie_wz {
	width: 90%;
	max-width: 1100px;
	max-height: 80vh;
	position: absolute;
	top: 10vh;
	left: 50%;
	background-color: #fff;
	padding: 50px;
	overflow-y: scroll;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.cookie .cookie_wz .b_t {
	font-size: 22px;
	color: #000;
	font-family: "InterTight-Bold";
	line-height: 32px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.cookie .cookie_wz .ck_gb {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.cookie .cookie_wz .ck_gb:hover {
	color: #ea5c1a;
}

.cookie .cookie_wz .w_z {
	margin-bottom: 25px;
}

.cookie .cookie_wz h3 {
	font-size: 18px;
	color: #000;
	font-family: "InterTight-Bold";
	margin-bottom: 10px;
}

.cookie .cookie_wz p {
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
}

.cookie .cookie_wz ul {
	padding-left: 20px;
}

.cookie .cookie_wz ul li {
	list-style: disc;
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
}

.cookie .cookie_wz a {
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 10px;
}

.cookie table {
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.cookie table th {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #555;
}

.cookie table td {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #555;
}

@media (max-width: 1100px) {
	.cookie .cookie_wz {
		padding: 35px;
	}

	.cookie .cookie_wz .ck_gb {
		top: 35px;
		right: 35px;
	}

	.cookie .cookie_wz .w_z {
		margin-bottom: 20px;
	}

	.cookie .x_x {
		overflow: hidden;
		overflow-x: scroll;
	}

	.cookie table {
		min-width: 760px;
		margin-top: 20px;
	}

	.cookie table th {
		border: 1px solid #ddd;
		padding: 10px;
		font-size: 15px;
		line-height: 20px;
		color: #555;
	}

	.cookie table td {
		border: 1px solid #ddd;
		padding: 10px;
		font-size: 15px;
		line-height: 20px;
		color: #555;
	}
}

@media (max-width: 640px) {
	.cookie .cookie_wz {
		padding: 20px;
	}

	.cookie .cookie_wz .b_t {
		font-size: 20px;
		line-height: 30px;
	}

	.cookie .cookie_wz .ck_gb {
		top: 20px;
		right: 20px;
	}

	.cookie .cookie_wz .w_z {
		margin-bottom: 20px;
	}

	.cookie .cookie_wz h3 {
		font-size: 16px;
	}

	.cookie .cookie_wz p {
		font-size: 14px;
		line-height: 20px;
	}

	.cookie .cookie_wz ul li {
		font-size: 14px;
		line-height: 20px;
	}

	.cookie table th {
		padding: 8px;
		font-size: 14px;
		line-height: 18px;
	}

	.cookie table td {
		padding: 8px;
		font-size: 14px;
		line-height: 18px;
	}
}