@charset "UTF-8";

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: initial;
	vertical-align: baseline;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body {
	padding: 0;
	margin: 0 auto !important;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	min-width: 320px;
	width: 100%;
	position: relative;
	zoom: 1;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

* {
	-webkit-tap-highlight-color: transparent;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p,
span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #000;
	cursor: pointer;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a img {
	border: none;
}

select,
input,
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
}

input:focus {
	outline: none;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

textarea,
input,
select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}

table th {
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

main,
footer {
	display: block;
}

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

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.fleximportant {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.inlineflex {
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
}

.d_flex>* {
	display: block;
}

.f_column {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.f_row {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.j_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.j_end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.j_start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.j_justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.j_around {
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.a_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.a_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.a_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.a_baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.a_stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.flex_wrap {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

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

.dh {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.dh_block {
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}

.fd {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.imgfd {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.xzx {
	transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
}

.xzy {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.pb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.ab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
}

.abimg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.w1800 {
	width: 100%;
	max-width: 1920px;
	padding: 0 60px;
}

.w1680 {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.w1600 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.w1560 {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
}

.w1440 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.w1400,
.wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.w1350,
.wrap {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.w1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.pc {
	display: block;
}

.wap,
.mobile {
	display: none;
}

@media (max-width:1800px) {
	.w1680 {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1720px) {
	.w1600 {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1680px) {
	.w1560 {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1560px) {
	.w1440 {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1520px) {

	.w1400,
	.wrap {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1470px) {

	.w1350,
	.wrap {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1400px) {
	.w1280 {
		padding: 0 60px;
	}
}

@media (max-width:1320px) {
	.w1200 {
		max-width: 100%;
		padding: 0 60px;
	}
}

@media (max-width:1024px) {

	.w1800,
	.w1680,
	.w1560,
	.w1400,
	.w1350,
	.wrap,
	.w1440,
	.w1600,
	.w1280,
	.w1200 {
		padding: 0 30px;
	}
}

@media (max-width:990px) {
	html {
		overflow-x: hidden;
	}

	.w1800,
	.w1680,
	.w1560,
	.w1400,
	.w1350,
	.wrap,
	.w1440,
	.w1600,
	.w1280,
	.w1200 {
		padding: 0 20px;
	}

	.pc {
		display: none;
	}

	.wap,
	.mobile {
		display: block;
	}
}


.Gilroy {
	font-family: 'Gilroy';
}



.NexaLight {
	font-family: 'NexaLight';
}


.NexaBold {
	font-family: 'NexaBold';
}


.samsun_m {
	font-family: 'samsun_m';
}

html,
body {
	position: relative;
	font-family: 'Microsoft YaHei';
}

h2.h2 {
	font-size: 48px;
}

@media (max-width: 1680px) {
	h2.h2 {
		font-size: 42px;
	}
}

@media (max-width: 1440px) {
	h2.h2 {
		font-size: 36px;
	}
}

@media (max-width: 1280px) {
	h2.h2 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	h2.h2 {
		font-size: 25.6px;
	}
}

@media (max-width: 1680px) {
	h2.h2 {
		font-size: 42px;
	}
}

@media (max-width: 1440px) {
	h2.h2 {
		font-size: 32px;
	}
}

@media (max-width: 1280px) {
	h2.h2 {
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	h2.h2 {
		font-size: 24px;
	}
}

h3.h3 {
	font-size: 44px;
}

@media (max-width: 1680px) {
	h3.h3 {
		font-size: 38.5px;
	}
}

@media (max-width: 1440px) {
	h3.h3 {
		font-size: 33px;
	}
}

@media (max-width: 1280px) {
	h3.h3 {
		font-size: 29.33333333px;
	}
}

@media (max-width: 1024px) {
	h3.h3 {
		font-size: 23.46666667px;
	}
}

@media (max-width: 1680px) {
	h3.h3 {
		font-size: 38px;
	}
}

@media (max-width: 1440px) {
	h3.h3 {
		font-size: 28px;
	}
}

@media (max-width: 1280px) {
	h3.h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	h3.h3 {
		font-size: 22px;
	}
}

h4.h4 {
	font-size: 40px;
}

@media (max-width: 1680px) {
	h4.h4 {
		font-size: 35px;
	}
}

@media (max-width: 1440px) {
	h4.h4 {
		font-size: 30px;
	}
}

@media (max-width: 1280px) {
	h4.h4 {
		font-size: 26.66666667px;
	}
}

@media (max-width: 1024px) {
	h4.h4 {
		font-size: 21.33333333px;
	}
}

@media (max-width: 1680px) {
	h4.h4 {
		font-size: 34px;
	}
}

@media (max-width: 1440px) {
	h4.h4 {
		font-size: 26px;
	}
}

@media (max-width: 1280px) {
	h4.h4 {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	h4.h4 {
		font-size: 20px;
	}
}

h5.h5 {
	font-size: 30px;
}

@media (max-width: 1680px) {
	h5.h5 {
		font-size: 26.25px;
	}
}

@media (max-width: 1440px) {
	h5.h5 {
		font-size: 22.5px;
	}
}

@media (max-width: 1280px) {
	h5.h5 {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	h5.h5 {
		font-size: 16px;
	}
}

@media (max-width: 1680px) {
	h5.h5 {
		font-size: 24px;
	}
}

@media (max-width: 1440px) {
	h5.h5 {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	h5.h5 {
		font-size: 18px;
	}
}

h6.h6 {
	font-size: 26px;
}

@media (max-width: 1680px) {
	h6.h6 {
		font-size: 22.75px;
	}
}

@media (max-width: 1440px) {
	h6.h6 {
		font-size: 19.5px;
	}
}

@media (max-width: 1280px) {
	h6.h6 {
		font-size: 17.33333333px;
	}
}

@media (max-width: 1024px) {
	h6.h6 {
		font-size: 13.86666667px;
	}
}

@media (max-width: 1680px) {
	h6.h6 {
		font-size: 22px;
	}
}

@media (max-width: 1440px) {
	h6.h6 {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	h6.h6 {
		font-size: 16px;
	}
}

@keyframes run {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes run2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes tran_run {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes tran_run2 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}

#progress {
	animation: circleProgress 20s infinite;
}

@keyframes circleProgress {
	0% {
		stroke-dashoffset: 314;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes show {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes fd {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@keyframes ripple {
	0% {
		opacity: .2;
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(7);
		-ms-transform: translate(-50%, -50%) scale(7);
		-o-transform: translate(-50%, -50%) scale(7);
		transform: translate(-50%, -50%) scale(7);
	}
}

@keyframes wobble {

	0%,
	5% {
		margin-left: 0;
	}

	100% {
		margin-left: 20px;
	}
}

.cle {
	clear: both;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	font-size: 0px;
}

.imgmid {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	width: 1px;
	margin-left: -1px;
	vertical-align: middle;
	font-size: 0px;
}

.block_a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	overflow: hidden;
}

.layui-btn {
	height: 100%;
	border-radius: 0;
	background: #29166f;
}

@keyframes dot {
	0% {
		opacity: .05;
		width: 0;
		height: 0;
	}

	100% {
		opacity: 0;
		width: 60px;
		height: 60px;
	}
}

@keyframes xs_dot {
	0% {
		opacity: .05;
		width: 0;
		height: 0;
	}

	100% {
		opacity: 0;
		width: 200px;
		height: 200px;
	}
}

@keyframes sm_dot {
	0% {
		opacity: .05;
		width: 0;
		height: 0;
	}

	100% {
		opacity: 0;
		width: 250px;
		height: 250px;
	}
}

@keyframes lg_dot {
	0% {
		opacity: .05;
		width: 0;
		height: 0;
	}

	100% {
		opacity: 0;
		width: 300px;
		height: 300px;
	}
}

@keyframes dot_big {
	0% {
		opacity: .2;
		width: 0;
		height: 0;
	}

	100% {
		opacity: 0;
		width: 360px;
		height: 360px;
	}
}

@media (max-width:768px) {
	@keyframes dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 60px;
			height: 60px;
		}
	}

	@keyframes xs_dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 30px;
			height: 30px;
		}
	}

	@keyframes sm_dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 50px;
			height: 50px;
		}
	}

	@keyframes lg_dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 150px;
			height: 150px;
		}
	}
}

@media (max-width:480px) {
	@keyframes dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 40px;
			height: 40px;
		}
	}

	@keyframes xs_dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 24px;
			height: 24px;
		}
	}

	@keyframes sm_dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 36px;
			height: 36px;
		}
	}

	@keyframes lg_dot {
		0% {
			opacity: .05;
			width: 0;
			height: 0;
		}

		100% {
			opacity: 0;
			width: 120px;
			height: 120px;
		}
	}
}

/* ------------- 分页器 ------------- */
.layui-laypage {
	width: 100%;
	height: auto;
	margin: 2.6vw 0 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.layui-laypage>* {
	min-width: 42px;
	height: 42px !important;
	line-height: 1 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 18px !important;
	color: #999999 !important;
	border-radius: 50% !important;
	border: 0 !important;
	font-family: 'Arial';
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.layui-laypage span.layui-laypage-curr {
	background: #29166f !important;
}

.layui-laypage span.layui-laypage-curr .layui-laypage-em {
	background: none;
}

.layui-laypage span.layui-laypage-curr em {
	color: #fff;
	font-size: 18px !important;
}

.layui-laypage span.layui-laypage-spr {
	padding: 0;
	border: 0;
}

.layui-laypage a {
	border-color: #ddd;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.layui-laypage a:hover {
	border-color: #29166f !important;
	color: #29166f !important;
}

.layui-laypage a.layui-disabled:hover {
	color: #999 !important;
	border-color: #ddd !important;
}

@media (max-width:1024px) {
	.layui-laypage {
		margin: 30px 0 0;
	}
}

@media (max-width:768px) {
	.layui-laypage>* {
		min-width: 30px;
		height: 30px !important;
		line-height: 24px !important;
		margin: 0 5px !important;
		font-size: 12px !important;
	}

	.layui-laypage a {
		padding: 0 10px;
	}

	.layui-laypage span.layui-laypage-curr {
		padding: 0 10px;
	}

	.layui-laypage span.layui-laypage-curr em {
		font-size: 12px !important;
	}
}

.header_box {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

.header_box .header_main {
	width: 100%;
	height: 80px;
	padding: 0 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.header_box .header_main .logo_box {
	width: 25%;
	max-width: 290px;
	height: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
}

.header_box .header_main .logo_box .logo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
/* 	filter: brightness(0) invert(1); */
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.header_box .header_main .logo_box .logo img {
	max-height: 80%;
}

.header_box .header_main .logo_box .logo.active {
	filter: none;
	opacity: 0;
}

.header_box .header_main .logo_box.active .logo {
	filter: none;
}

.header_box .header_main .nav {
	width: auto;
	height: 100%;
}

.header_box .header_main .nav ul {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header_box .header_main .nav ul li {
	width: auto;
	height: 100%;
	margin-left:78px;
}
@media (max-width:1450px){
    .header_box .header_main .nav ul li {
	width: auto;
	height: 100%;
	margin-left:60px;
}
}
.header_box .header_main .nav ul li a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
		color: #333;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .nav ul li a::after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	background: #fff;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .nav ul li:first-child {
	margin: 0;
}

.header_box .header_main .nav ul li>a.active::after,
.header_box .header_main .nav ul li:hover>a::after {
	width: 100%;
	opacity: 1;
}

.header_box .header_main .nav ul li:hover .menu_box {
	margin-top: 0;
	opacity: 1;
	visibility: initial;
}

.header_box .header_main .nav ul li .menu_box {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	border-top: 1px solid #d9d9d9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .nav ul li .menu_box .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.header_box .header_main .nav ul li .menu_box .menu .one {
	margin: 20px 30px;
}

.header_box .header_main .nav ul li .menu_box .menu .one a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.header_box .header_main .nav ul li .menu_box .menu .one a.active,
.header_box .header_main .nav ul li .menu_box .menu .one a:hover {
	color: #c33;
}

.header_box .header_main .column {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header_box .header_main .column .search {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	position: relative;
}

.header_box .header_main .column .search::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #c00;
	border-radius: 20px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .column .search form {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 2;
	border-radius: 30px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .column .search input {
	border: 0;
}

.header_box .header_main .column .search input[type="text"] {
	width: 160px;
	height: 100%;
	padding-left: 15px;
	position: absolute;
	right: -100px;
	top: 0;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .column .search input[type="text"]::input-placeholder {
	color: #fff;
	opacity: .5;
}

.header_box .header_main .column .search input[type="text"]::-webkit-input-placeholder {
	color: #fff;
	opacity: .5;
}

.header_box .header_main .column .search input[type="text"]:-moz-placeholder {
	color: #fff;
	opacity: .5;
}

.header_box .header_main .column .search input[type="text"]::-moz-placeholder {
	color: #fff;
	opacity: .5;
}

.header_box .header_main .column .search input[type="text"]:-ms-input-placeholder {
	color: #fff;
	opacity: .5;
}

.header_box .header_main .column .search input[type="submit"] {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.header_box .header_main .column .search .btn {
	width: 40px;
	height: 100%;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .column .search .btn i {
	font-size: 20px;
}

.header_box .header_main .column .search:hover::after,
.header_box .header_main .column .search:hover form {
	width: 220px;
}

.header_box .header_main .column .search:hover input[type="text"] {
	right: 60px;
	visibility: initial;
	opacity: 1;
	pointer-events: initial;
}

.header_box .header_main .column .search:hover input[type="submit"],
.header_box .header_main .column .search:hover .btn {
	width: 60px;
}

.header_box .header_main .column .lang_box {
	width: auto;
	height: 40px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.header_box .header_main .column .lang_box .lang_head {
	width: auto;
	height: 100%;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #c00000;
	overflow: hidden;
}

.header_box .header_main .column .lang_box .lang_head .icon {
	line-height: 1;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header_box .header_main .column .lang_box .lang_head .title {
	width: auto;
	margin: 0 8px;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 600;
}

.header_box .header_main .column .lang_box .lang_head .active {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #c00000 transparent transparent transparent;
}

.header_box .header_main .column .lang_box .lang_body {
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 5px;
	transform: translateX(-50%);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.header_box .header_main .column .lang_box .lang_body .item {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.header_box .header_main .column .lang_box .lang_body .item a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px;
	font-size: 12px;
	color: #282828;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.header_box .header_main .column .lang_box .lang_body .item a:hover {
	color: #29166f;
}

.header_box .header_main .column .lang_box:hover .lang_head {
	opacity: 1;
}

.header_box .header_main .column .lang_box:hover .lang_body {
	visibility: initial;
	opacity: 1;
	margin-top: 0;
}

@media (max-width:1366px) {
	.header_box .header_main {
		height: 70px;
	}

	.header_box .header_main .logo_box {
		max-width: 120px;
	}

	.header_box .header_main .nav ul li a {
		font-size: 15px;
	}

	.header_box .header_main .column .search {
		width: 30px;
		height: 30px;
	}

	.header_box .header_main .column .search input[type="text"] {
		font-size: 12px;
	}

	.header_box .header_main .column .search input[type="submit"] {
		width: 30px;
	}

	.header_box .header_main .column .search .btn {
		width: 30px;
	}

	.header_box .header_main .column .search .btn i {
		font-size: 16px;
	}

	.header_box .header_main .column .search:hover::after,
	.header_box .header_main .column .search:hover form {
		width: 200px;
	}

	.header_box .header_main .column .search:hover input[type="text"] {
		width: 150px;
		right: 50px;
		visibility: initial;
		opacity: 1;
		pointer-events: initial;
	}

	.header_box .header_main .column .search:hover input[type="submit"],
	.header_box .header_main .column .search:hover .btn {
		width: 50px;
	}

	.header_box .header_main .column .lang_box {
		height: 30px;
	}

	.header_box .header_main .column .lang_box .lang_head .icon {
		width: 16px;
	}
}

@media (max-width:1150px) {
	.header_box .header_main .nav ul li a {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.header_box .header_main {
		padding: 0 30px;
	}

	.header_box .header_main .logo_box {
		width: 12%;
	}

	.header_box .header_main .nav ul li a {
		font-size: 12px;
	}
}

.header_box.logo_active .header_main .logo_box .logo {
	opacity: 1;
}

.header_box.logo_active .header_main .logo_box .logo.active {
	opacity: 1;
}

.header_box.logo_active:hover .header_main .logo_box .logo {
	opacity: 1;
}

.header_box.logo_active:hover .header_main .logo_box .logo.active {
	opacity: 0;
}

.header_box:hover .header_main .logo,
.header_box.is_active .header_main .logo,
.header_box.active .header_main .logo {
	filter: none;
}

.header_box:hover .header_main .nav ul li a,
.header_box.is_active .header_main .nav ul li a,
.header_box.active .header_main .nav ul li a {
	color: #333;
}

.header_box:hover .header_main .nav ul li a::after,
.header_box.is_active .header_main .nav ul li a::after,
.header_box.active .header_main .nav ul li a::after {
	background: #c33;
}

.header_box:hover .header_main {
	background: #fff;
}

.header_box:hover .header_main .logo_box.active .logo {
	opacity: 0;
}

.header_box:hover .header_main .logo_box.active .logo.active {
	opacity: 1;
}

.header_box.is_active {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.header_box.is_on {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.header_box:hover .header_main .column .lang_box .lang_head,
.header_box.active .header_main .column .lang_box .lang_head,
.header_box.is_on .header_main .column .lang_box .lang_head,
.header_box.is_active .header_main .column .lang_box .lang_head {
	border-color: #dcdcdc;
}

@media (max-width:990px) {
	.header_box {
		display: none;
	}
}

.header_nbsp {
	widows: 100%;
	height: 80px;
}

@media (max-width:1366px) {
	.header_nbsp {
		height: 70px;
	}
}

.m_header_box {
	width: 100%;
	height: auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	box-shadow: 0 1px 0 #eee;
}

.m_header_box .header_title {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	position: relative;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}

.m_header_box .header_title .logo {
	width: auto;
	height: 100%;
	overflow: hidden;
}

.m_header_box .header_title .logo img {
	max-height: 30px;
}

.m_header_box .header_title .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.m_header_box .header_title .menu_btn {
	width: 30px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.m_header_box .header_title .menu_btn::after,
.m_header_box .header_title .menu_btn::before,
.m_header_box .header_title .menu_btn i {
	width: 70%;
	height: 2px;
	display: block;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -35%;
	transform-origin: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.m_header_box .header_title .menu_btn::before {
	content: '';
	margin-top: -8px;
}

.m_header_box .header_title .menu_btn::after {
	content: '';
	margin-top: 6px;
}

.m_header_box .header_title .menu_btn.active i {
	opacity: 0;
}

.m_header_box .header_title .menu_btn.active::before {
	margin-top: -1px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-radius: 5px;
	background: #29166f;
}

.m_header_box .header_title .menu_btn.active::after {
	margin-top: -1px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	border-radius: 5px;
	background: #29166f;
}

.m_header_box .header_title .head_btn {
	width: auto;
	height: 30px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	overflow: hidden;
}

.m_header_box .header_title .head_btn .icon {
	max-width: 14px;
	height: 14px;
	font-size: 0;
	margin-right: 5px;
	filter: invert(1);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.m_header_box .header_title .head_btn .link {
	line-height: 1;
	font-size: 12px;
	color: #000;
	margin-top: 3px;
}

.m_header_box .header_title .head_btn .link span {
	opacity: .6;
}

.m_header_box .header_title .head_btn .link a {
	color: #000;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.m_header_box .header_title .head_btn .link a:hover {
	opacity: 1;
}

.m_header_box .header_title .head_btn:hover .icon {
	filter: invert(1);
}

.m_header_box .header_title .head_btn:hover .link {
	color: #000;
}

.m_header_box .header_title .head_btn:hover .link a,
.m_header_box .header_title .head_btn:hover .link span {
	color: #000;
}

.m_header_box .header_body {
	width: 100%;
	height: calc(100vh - 60px);
	background: #f7f7f7;
	display: none;
	overflow: hidden;
}

.m_header_box .header_body .menu_info {
	width: 100%;
	height: 100%;
	padding: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.m_header_box .header_body .menu_nav {
	width: 100%;
	height: auto;
	flex: 1;
	padding: 20px;
	overflow: hidden;
	overflow-y: auto;
}

.m_header_box .header_body .menu_nav ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	overflow: hidden;
}

.m_header_box .header_body .menu_nav ul li .one {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}

.m_header_box .header_body .menu_nav ul li .one a {
	padding: 15px 0;
	display: block;
	font-size: 14px;
	color: #282f36;
	line-height: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.m_header_box .header_body .menu_nav ul li .one a .subtitle {
	font-size: 14px;
	margin-right: 10px;
}

.m_header_box .header_body .menu_nav ul li .one a .title {
	font-size: 14px;
}

.m_header_box .header_body .menu_nav ul li .one .icon {
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0;
	color: #282f36;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.m_header_box .header_body .menu_nav ul li .one .icon i {
	font-size: 8px;
}

.m_header_box .header_body .menu_nav ul li .one.active a {
	color: #29166f;
}

.m_header_box .header_body .menu_nav ul li .one.active .icon {
	color: #29166f;
}

.m_header_box .header_body .menu_nav ul li .one.active.is_active .icon {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.m_header_box .header_body .menu_nav ul li ul {
	border-top: 1px solid #29166f;
	display: none;
}

.m_header_box .header_body .menu_nav ul li ul li {
	border: 0;
	margin: 15px 0;
}

.m_header_box .header_body .menu_nav ul li ul li a {
	font-size: 13px;
	padding: 0 0 0 20px;
	color: #333;
	position: relative;
}

.m_header_box .header_body .menu_nav ul li ul li a .icon {
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	color: #333;
}

.m_header_box .header_body .menu_nav ul li ul li a .icon i {
	font-size: 8px;
}

.m_header_box .header_body .menu_nav ul li ul li a.active {
	color: #29166f;
}

.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
	color: #29166f;
}

.m_header_box .header_body .menu_nav ul li ul li ul {
	border: 0;
	display: none;
}

.m_header_box .header_body .menu_nav ul li ul li ul li a {
	padding: 10px 0 10px 35px;
	font-size: 12px;
	color: #999;
}

.m_header_box .header_body .menu_nav ul li ul li ul li a:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -1.5px;
	z-index: 1;
}

.m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
	background: #29166f;
}

.m_header_box .header_body .menu_form {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0 20px;
	overflow: hidden;
}

.m_header_box .header_body .menu_form .center {
	width: 100%;
	height: 50px;
	background: #fff;
	overflow: hidden;
}

.m_header_box .header_body .menu_form .center form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.m_header_box .header_body .menu_form .center form input {
	flex: 1;
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #282f36;
	border: 0;
}

.m_header_box .header_body .menu_form .center form button {
	width: 70px;
}

.m_header_box .header_body .menu_form .center form button i {
	font-size: 18px;
}

.m_header_box .header_body .menu_lang {
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding: 0 20px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.m_header_box .header_body .menu_lang .one {
	width: auto;
	height: 36px;
	margin-right: 10px;
	overflow: hidden;
}

.m_header_box .header_body .menu_lang .one a {
	width: 100%;
	height: 100%;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	font-size: 12px;
	color: #282f36;
}

.m_header_box .header_body .menu_lang .one a.active {
	background: #29166f;
	color: #fff;
}

@media (max-width:990px) {
	.m_header_box {
		display: block;
	}
}

.m_header_nbsp {
	width: 100%;
	height: 60px;
	display: none;
	overflow: hidden;
}

@media (max-width:990px) {
	.header_nbsp {
		display: none;
	}

	.m_header_nbsp {
		display: block;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

[data-delay=".1s"] {
	animation-delay: .1s;
}

[data-delay=".15s"] {
	animation-delay: .15s;
}

[data-delay=".2s"] {
	animation-delay: .2s;
}

[data-delay=".25s"] {
	animation-delay: .25s;
}

[data-delay=".3s"] {
	animation-delay: .3s;
}

[data-delay=".35s"] {
	animation-delay: .35s;
}

[data-delay=".4s"] {
	animation-delay: .4s;
}

[data-delay=".45s"] {
	animation-delay: .45s;
}

[data-delay=".5s"] {
	animation-delay: .5s;
}

[data-delay=".55s"] {
	animation-delay: .55s;
}

[data-delay=".6s"] {
	animation-delay: .6s;
}

[data-delay=".65s"] {
	animation-delay: .65s;
}

[data-delay=".7s"] {
	animation-delay: .7s;
}

[data-delay=".75s"] {
	animation-delay: .75s;
}

[data-delay=".8s"] {
	animation-delay: .8s;
}

[data-delay=".85s"] {
	animation-delay: .85s;
}

[data-delay=".9s"] {
	animation-delay: .9s;
}

[data-delay=".95s"] {
	animation-delay: .95s;
}

[data-delay="1s"] {
	animation-delay: 1s;
}

[data-delay="1.1s"] {
	animation-delay: 1.1s;
}

[data-delay="1.2s"] {
	animation-delay: 1.2s;
}

[data-delay="1.3s"] {
	animation-delay: 1.3s;
}

[data-delay="1.4s"] {
	animation-delay: 1.4s;
}

[data-delay="1.5s"] {
	animation-delay: 1.5s;
}

[data-delay="1.6s"] {
	animation-delay: 1.6s;
}

#fullpage {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#fullpage .section {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
}

#fullpage .section.active {
	opacity: 1;
	z-index: 2;
}

#fullpage .section.active .rb.idxFadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#fullpage .section.active .rb.idxFadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#fullpage .section.active .rb.idxFadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (max-width:990px) {
	#fullpage .section {
		height: auto;
		position: static;
		opacity: 1;
	}
}

#fp-nav.fp-right {
	width: 8px;
	right: 11px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#fp-nav.fp-right ul li {
	width: 100%;
	height: auto;
	margin: 20px 0;
	/*.flex; .a_end; .j_center;*/
}

#fp-nav.fp-right ul li a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #c33;
	opacity: 1;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#fp-nav.fp-right ul li a.active {
	background: #c33;
}

#fp-nav.fp-right ul li a span {
	display: none;
}

#fp-nav.fp-right ul li .fp-tooltip {
	width: auto;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #c33;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: none;
}

#fp-nav.fp-right ul li a.active~.fp-tooltip {
	right: 30px;
	visibility: initial;
	opacity: 1;
}

#fp-nav.fp-right.active {
	filter: brightness(0) invert(1);
}

.none {
	display: none;
}

.idx_banner {
	width: 100%;
	height: 100vh;
	background: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.idx_banner ul {
	width: 100%;
	height: 100%;
}

.idx_banner ul li {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	pointer-events: initial;
	overflow: hidden;
}

.idx_banner ul li .center {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(30px);
}

.idx_banner ul li .center .info {
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
	z-index: 1;
}

.idx_banner ul li .center .info .title {
	line-height: 1.25;
	font-size: 48px;
	font-weight: 100;
	letter-spacing: .2em;
}

.idx_banner ul li .center .info .subtitle {
	margin: 20px 0 0;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:1366px) {
	.idx_banner ul li .center .info .title {
		font-size: 30px;
	}
}

@media (max-width:1024px) {
	.idx_banner ul li .center .info .title {
		font-size: 24px;
	}
}

@media (max-width:768px) {
	.idx_banner ul li .center .info .title {
		font-size: 18px;
	}
}

.idx_banner ul li .images {
	width: 100%;
	height: 100%;
	font-size: 0;
	overflow: hidden;
}

.idx_banner ul li .images img,
.idx_banner ul li .images video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx_banner ul li.active {
	z-index: 2;
}

.idx_banner .banner_btn {
	width: auto;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_banner .banner_btn img {
	vertical-align: middle;
}

.idx_banner .banner_btn.prev {
	left: 0;
	padding: 0 20px 0 40px;
}

.idx_banner .banner_btn.next {
	right: 0;
	padding: 0 40px 0 20px;
}

.idx_banner .banner_btn:hover {
	opacity: 1;
}

.idx_banner .pager_box {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	font-size: 0;
	transform: translateY(80px);
	overflow: hidden;
}

.idx_banner .pager_box .linear {
	width: 100%;
	height:0px;
	background: rgba(255, 255, 255, 0.14);
	position: relative;
	z-index: 1;
}

.idx_banner .pager_box .linear i {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: linear-gradient(to right, transparent, #ffffff);
}

.idx_banner .pager_box .linear i.active {
	width: 100%;
	animation: linear 3.8s linear;
}

.idx_banner .pager_box .linear i.active:first-child {
	animation-duration: 5.8s;
}

@keyframes linear {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.idx_banner .pager_box .pager {
	width: 100%;
	height: auto;
	margin-top: 300px;
	display: flex;
    justify-content: center;
}

.idx_banner .pager_box span {
	width: 30px;
	height: 3px;
	margin-right: 10px !important;
	border-radius: 0;
	opacity: .2;
	position: relative;
	z-index: 1;
	background: #c33;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_banner .pager_box span:last-child {
	margin: 0 !important;
}

.idx_banner .pager_box .active {
	opacity: 1;
}

.idx_banner .pager_box .active::before {
	opacity: 1;
}

.idx_banner .pager_box .active::after {
	border-radius: 50%;
}

@media (max-width:1366px) {
	.idx_banner .pager_box span {
		width: 24px;
		height: 2px;
	}
}

@media (max-width:990px) {
	.idx_banner {
		height: 70vh;
	}

	.idx_banner .banner_btn {
		display: none;
	}

	.idx_banner .pager_box {
		top: auto;
		bottom: 20px;
		transform: translate(0);
	}

	.idx_banner .pager_box .linear {
		display: none;
	}

	.idx_banner .pager_box .pager {
		margin-top: 0;
		text-align: center;
	}
}

.idx_title .title {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}

.idx_title .subtitle {
	margin-top: 1.2vw;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}

@media (max-width:1366px) {
	.idx_title .title {
		font-size: 28px;
	}

	.idx_title .subtitle {
		font-size: 18px;
	}
}

@media (max-width:1150px) {
	.idx_title .title {
		font-size: 24px;
	}

	.idx_title .subtitle {
		margin-top: 10px;
		font-size: 16px;
		font-weight: normal;
	}
}

@media (max-width:768px) {
	.idx_title .title {
		font-size: 20px;
	}

	.idx_title .subtitle {
		margin-top: 10px;
		font-size: 14px;
	}
}

.idx_more {
	width: auto;
	height: 54px;
}

.idx_more .more {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.idx_more .more a {
	width: auto;
	min-width: 140px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 20px;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_more .more .txt {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 1;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_more .more .icon {
	margin-left: 15px;
	font-size: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_more .more a:hover {
	background: #fff;
	color: #000;
}

.idx_more .more.active a .txt {
	color: #fff;
}

.idx_more .more.active a:hover .txt {
	color: #000;
}

.idx_more .more.active a:hover .icon {
	filter: invert(1);
}

@media (max-width:1366px) {
	.idx_more {
		height: 40px;
	}

	.idx_more .more a {
		min-width: 120px;
	}

	.idx_more .more a .txt {
		font-size: 13px;
	}
}

@media (max-width:1024px) {
	.idx_more {
		height: 36px;
	}

	.idx_more .more a {
		min-width: 100px;
	}

	.idx_more .more a .txt {
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-width:768px) {
	.idx_more {
		height: 32px;
	}

	.idx_more .more a {
		min-width: 80px;
		padding: 0 15px;
	}

	.idx_more .more a .txt {
		font-size: 10px;
	}

	.idx_more .more a .icon {
		margin-left: 10px;
		width: 4px;
	}
}

.idx_two {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.idx_two .two_box {
	width: 100%;
	height: auto;
	position: relative;
}

.idx_two .two_item {
	width: 100%;
	height: 100vh;
	padding-top: 80px;
	position: relative;
	z-index: 5;
}


.idx_two .idx_about .idx_center {
	position: relative;
	z-index: 2;
}

.idx_two .idx_about .rb_code {
	margin-top: 1.5625vw;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.idx_two .idx_about .rb_code span {
	font-weight: normal;
	font-family: 'Gilroy';
}

.idx_two .idx_about .details {
	width: 100%;
	height: auto;
	margin-top: 70px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.875;
	overflow: hidden;
}

@media (max-width:1366px) {
	.idx_two .idx_about .details {
		font-size: 14px;
	}
}

@media (max-width:1150px) {
	.idx_two .idx_about .details {
		font-weight: normal;
	}
}

@media (max-width:1024px) {
	.idx_two .idx_about .details {
		font-size: 13px;
	}
}

.idx_two .idx_about .items {
	width: 100%;
	max-width: 540px;
	height: auto;
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 1.5625vw;
}

.idx_two .idx_about .items .item {
	width: 100%;
	height: auto;
}

.idx_two .idx_about .items .item .number {
	font-family: 'Gilroy';
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
}

.idx_two .idx_about .items .item .number .beat {
	font-size: 50px;
}

.idx_two .idx_about .items .item .number .unit {
	width: 10px;
	height: 10px;
	margin-left: 8px;
	position: relative;
}

.idx_two .idx_about .items .item .number .unit::before,
.idx_two .idx_about .items .item .number .unit::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
}

.idx_two .idx_about .items .item .number .unit::before {
	width: 2px;
	left: 50%;
	margin-left: -1px;
}

.idx_two .idx_about .items .item .number .unit::after {
	height: 2px;
	top: 50%;
	margin-top: -1px;
}

.idx_two .idx_about .items .item .title {
	margin-top: 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.idx_two .idx_about .about_list {
	width: 100%;
	height: auto;
	margin-top: 5.2vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.34375vw;
}

.idx_two .idx_about .about_list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_two .idx_about .about_list .item .title {
	margin-left: 20px;
	font-size: 20px;
	color: #000;
}

.idx_two .idx_about .about_list .item.middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.idx_two .idx_about .about_list .item.middle .title {
	color: #fff;
}

.idx_two .idx_about .about_list .item.last {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.idx_two .idx_about .about_list .item.last .title {
	color: #fff;
}

.idx_two .idx_about .images {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.idx_two .idx_about .images img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: bottom;
}

@media (max-width:1366px) {
	.idx_two .idx_about .rb_code {
		margin-top: 10px;
		font-size: 12px;
	}

	.idx_two .idx_about .details {
		margin-top: 20px;
	}

	.idx_two .idx_about .items {
		max-width: 480px;
		grid-gap: 20px 30px;
	}

	.idx_two .idx_about .items .item .number .beat {
		font-size: 30px;
	}

	.idx_two .idx_about .items .item .title {
		font-size: 12px;
	}

	.idx_two .idx_about .about_list {
		margin-top: 30px;
	}

	.idx_two .idx_about .about_list .item .icon {
		max-width: 40px;
	}

	.idx_two .idx_about .about_list .item .title {
		font-size: 14px;
	}
}

@media (max-width:1150px) {
	.idx_two .idx_about .rb_code {
		font-weight: normal;
	}

	.idx_two .idx_about .details {
		margin-top: 20px;
	}

	.idx_two .idx_about .items {
		max-width: 480px;
		grid-gap: 20px 30px;
	}

	.idx_two .idx_about .items .item .number .beat {
		font-size: 30px;
	}

	.idx_two .idx_about .items .item .title {
		font-size: 12px;
	}

	.idx_two .idx_about .about_list {
		margin-top: 30px;
	}

	.idx_two .idx_about .about_list .item .icon {
		max-width: 40px;
	}

	.idx_two .idx_about .about_list .item .title {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.idx_two .idx_about .rb_code {
		margin-top: 20px;
	}

	.idx_two .idx_about .details {
		margin-top: 10px;
		font-size: 12px;
	}

	.idx_two .idx_about .items {
		margin-top: 30px;
	}

	.idx_two .idx_about .about_list {
		margin-top: 40px;
		grid-gap: 30px;
	}
}

@media (max-width:990px) {
	.idx_two .idx_about .items {
		max-width: 100%;
		grid-template-columns: repeat(4, 1fr);
	}

	.idx_two .idx_about .items .item .number .beat {
		font-size: 24px;
	}

	.idx_two .idx_about .items .item .number .unit {
		width: 5px;
		height: 5px;
	}

	.idx_two .idx_about .items .item .number .unit::before {
		width: 1px;
		left: 2px;
		margin: 0;
	}

	.idx_two .idx_about .items .item .number .unit::after {
		height: 1px;
		top: 2px;
		margin: 0;
	}

	.idx_two .idx_about .about_list .item .icon {
		width: 30px;
		height: 30px;
	}

	.idx_two .idx_about .about_list .item .title {
		color: #000000 !important;
	}
}

@media (max-width:768px) {
	.idx_two .idx_about {
		padding-bottom: 100vw;
	}

	.idx_two .idx_about .items {
		grid-template-columns: repeat(2, 1fr);
	}

	.idx_two .idx_about .about_list {
		grid-template-columns: 100%;
	}

	.idx_two .idx_about .about_list .item.middle,
	.idx_two .idx_about .about_list .item.last {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.idx_two .idx_about .about_list .item .title {
		font-size: 12px;
	}

	.idx_two .idx_about .images {
		display: block;
	}
}

.idx_two .idx_solution {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_two .idx_solution .idx_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.idx_two .idx_solution .solution_box {
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.idx_two .idx_solution .solution_box .solution_list {
	width: 100%;
	height: auto;
	/*position: relative;*/
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*.idx_two .idx_solution .solution_box .solution_list .swiper_box li {*/
/*	width: 100%;*/
/*	height: auto;*/
/*	position: relative;*/
/*	border-radius: 10px;*/
/*	overflow: hidden;*/
/*}*/

.idx_two .idx_solution .solution_box .solution_list .swiper_box .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(transparent 50%, #000000);
	opacity: .7;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .img .pb {
	padding-bottom: 62.65%;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box {
	width: 100%;
	height: 100%;
	padding: 2.8vw 2vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .title {
	font-size: 24px;
	font-weight: bold;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .details {
	margin-top: 10px;
	line-height: 1.875;
	font-size: 16px;
	font-weight: bold;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .icon {
	width: 100%;
	height: 36px;
	margin: 20px 0 -56px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .icon .txt {
	height: 100%;
	padding: 0 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50px;
	background: #fff;
	font-size: 14px;
	color: #29166f;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_two .idx_solution .solution_box .solution_list .swiper_box li:hover .info_box .icon {
	margin: 20px 0 0;
	opacity: 1;
}

@media (max-width:1366px) {
	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box {
		padding: 20px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .title {
		font-size: 18px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .details {
		font-size: 12px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .icon {
		height: 30px;
		margin: 20px 0 -50px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .icon .txt {
		font-size: 12px;
	}
}

@media (max-width:1150px) {
	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box {
		padding: 15px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .title {
		font-size: 16px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .details {
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-width:990px) {
	.idx_two .idx_solution .solution_box .solution_list .swiper_box li {
		background: #fff;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .img {
		opacity: 1;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box {
		height: auto;
		margin-top: 20px;
		padding: 0 10px;
		position: static;
		color: #000;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .title {
		font-size: 14px;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .details {
		line-height: 1.5;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box .icon {
		display: none;
	}
}

@media (max-width:768px) {
	.idx_two .idx_solution .solution_box .solution_list .swiper_box {
		overflow: initial;
	}

	.idx_two .idx_solution .solution_box .solution_list .swiper_box .info_box {
		padding: 0;
	}
}

.idx_two .idx_solution .solution_box .solution_list .hot_more {
	width: 1em;
	height: 2em;
	font-size: 18px;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(50vw, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.idx_two .idx_solution .solution_box .solution_list .hot_more i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 4px 2px;
	border-color: transparent #fff transparent transparent;
	position: relative;
	z-index: 2;
}

.idx_two .idx_solution .solution_box .solution_list .hot_more::after {
	content: '';
	width: 2em;
	height: 2em;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	opacity: .2;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

@media (max-width:990px) {
	.idx_two .idx_solution .solution_box .solution_list .hot_more {
		display: none;
	}
}

.idx_two .idx_solution .solution_box .pager_box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_two .idx_solution .solution_box .pager_box .swiper_btn {
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 0;
	filter: brightness(0) opacity(0.2);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.idx_two .idx_solution .solution_box .pager_box .swiper_btn.prev {
	margin-right: 30px;
}

.idx_two .idx_solution .solution_box .pager_box .swiper_btn.next {
	margin-left: 30px;
}

.idx_two .idx_solution .solution_box .pager_box .swiper_btn:hover {
	filter: none;
}

.idx_two .idx_solution .solution_box .pager_box .number {
	width: 2em;
	font-family: 'Gilroy';
	font-size: 12px;
	color: #999;
	text-align: center;
	opacity: .5;
	pointer-events: none;
}

.idx_two .idx_solution .solution_box .pager_box .middle {
	width: 26px;
	height: 26px;
	margin: 0 10px;
	position: relative;
}

.idx_two .idx_solution .solution_box .pager_box .middle .play {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.idx_two .idx_solution .solution_box .pager_box .middle .play i {
	width: 0;
	height: 5px;
	border-left: 2px solid #999;
}

.idx_two .idx_solution .solution_box .pager_box .middle .play i:last-child {
	margin-left: 2px;
}

.idx_two .idx_solution .solution_box .pager_box .middle .play.active i:first-child {
	height: 0;
	border-style: solid;
	border-width: 5px 3px 5px 7px;
	border-color: transparent transparent transparent #29166f;
	margin-left: 7px;
}

.idx_two .idx_solution .solution_box .pager_box .middle .play.active i:last-child {
	height: 0;
	margin: 0;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: none;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	display: none;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager span::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	border: 1px solid #999;
	opacity: .2;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager span svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager span svg .circle {
	r: calc(50% - 1px);
	stroke-width: 2;
	stroke: #29166f;
	stroke-linejoin: arcs;
	stroke-linecap: arcs;
	stroke-dashoffset: 81.64px;
	stroke-dasharray: 81.64px;
	fill: none;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager span.active {
	display: block;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager span.active svg .circle {
	animation: rotate 4s linear both;
}

.idx_two .idx_solution .solution_box .pager_box .middle .pager.active span.active svg .circle {
	animation-play-state: paused;
}

@keyframes rotate {
	from {
		stroke-dashoffset: 81.64px;
	}

	to {
		stroke-dashoffset: 0px;
	}
}

.idx_two .idx_solution .solution_box .pager_box .middle .play.active~.pager span.active svg .circle {
	animation-play-state: paused;
}

@media (max-width:1366px) {
	.idx_two .idx_solution .solution_box .pager_box .swiper_btn {
		width: 20px;
	}

	.idx_two .idx_solution .solution_box .pager_box .swiper_btn.prev {
		margin-right: 15px;
	}

	.idx_two .idx_solution .solution_box .pager_box .swiper_btn.next {
		margin-left: 15px;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle .pager span svg .circle {
		r: 13;
		stroke-width: 1;
	}
}

@media (max-width:990px) {
	.idx_two .idx_solution .solution_box .pager_box {
		display: block;
	}

	.idx_two .idx_solution .solution_box .pager_box .swiper_btn {
		display: none;
	}

	.idx_two .idx_solution .solution_box .pager_box .number {
		display: none;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle .play {
		display: none;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle .pager {
		height: 2px;
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle .pager span {
		width: 24px;
		position: static;
		background: #d9d9d9;
		display: block;
		margin: 0 5px;
		border-radius: 0;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle .pager span::after,
	.idx_two .idx_solution .solution_box .pager_box .middle .pager span svg {
		display: none;
	}

	.idx_two .idx_solution .solution_box .pager_box .middle .pager span.active {
		background: #29166f;
	}
}

@media (max-width:990px) {
	.idx_two .idx_solution .idx_title .idx_more .more.active a .txt {
		color: #333;
	}

	.idx_two .idx_solution .idx_title .idx_more .more.active a .icon {
		filter: invert(1);
	}
}

@media (max-width:768px) {
	.idx_two .idx_solution {
		margin-top: -20vw;
	}
}

.idx_two .mask_box {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	-webkit-mask: url('../svg/index_svg.svg') no-repeat left top;
	mask: url('../svg/index_svg.svg') no-repeat left top;
	transform: translateX(-100%);
	transition-delay: 1s;
}

.idx_two .about_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #fff;
}

.idx_two .about_bg .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.idx_two .about_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:768px) {
	.idx_two .about_bg .mobile img {
		height: auto;
		object-position: bottom;
	}
}

@media (max-width:1440px) {
	.idx_two .mask_box {
		mask-size: cover;
	}
}

@media (max-width:1366px) {
	.idx_two .two_item {
		padding-top: 70px;
	}
}

@media (max-width:990px) {
	.idx_two {
		height: auto;
	}

	.idx_two .two_box {
		display: block;
		overflow: hidden;
	}

	.idx_two .two_item {
		height: auto;
		margin: 50px 0;
		padding: 0;
	}

	.idx_two .mask_box {
		transform: translate(0);
		mask-position: left 0;
	}
}

@media (max-width:768px) {

	.idx_two .nask_box,
	.idx_two .about_bg {
		display: none;
	}
}

@keyframes maskdh {
	0% {
		transform: translateX(-50%);
		-webkit-mask-position: left 200%;
		mask-position: left 200%;
	}

	100% {
		transform: translateX(0);
		-webkit-mask-position: left 0;
		mask-position: left 0;
	}
}

.section.active .idx_two .mask_box {
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	transition-delay: 1s;
	transform: translate(0);
	mask-position: left 0;
}

.idx_product {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.idx_product .product_box {
	width: 100%;
	height: 100%;
	padding: 80px 0 90px;
	position: relative;
	overflow: hidden;
}

.idx_product .product_box .idx_title {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 2;
	margin-top: 5.2vw;
}

.idx_product .product_box .product_main {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.idx_product .product_box .product_main .center_box {
	width: auto;
	max-width: 60%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.idx_product .product_box .product_main .center_box .one {
	width: 0;
	height: 0;
	position: absolute;
	cursor: pointer;
}

.idx_product .product_box .product_main .center_box .one .icon_box {
	width: 4em;
	height: 4em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 16px;
}

.idx_product .product_box .product_main .center_box .one .icon_box .big {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_product .product_box .product_main .center_box .one .icon_box .big::before,
.idx_product .product_box .product_main .center_box .one .icon_box .big::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 50%;
}

.idx_product .product_box .product_main .center_box .one .icon_box .big::before {
	background: #1f73cc;
	opacity: .1;
}

.idx_product .product_box .product_main .center_box .one .icon_box .big::after {
	border: 1px dashed #fff;
	animation: run 10s linear infinite;
}

.idx_product .product_box .product_main .center_box .one .icon_box .icon {
	width: .5em;
	height: .5em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 2;
	font-size: 16px;
}

.idx_product .product_box .product_main .center_box .one .icon_box .icon i {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #1f73cc;
	display: block;
	position: relative;
	z-index: 3;
	opacity: .5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_product .product_box .product_main .center_box .one .icon_box .icon::before,
.idx_product .product_box .product_main .center_box .one .icon_box .icon::after {
	content: '';
	width: 2.5em;
	height: 2.5em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 2;
	box-sizing: border-box;
	border-radius: 50%;
}

.idx_product .product_box .product_main .center_box .one .icon_box .icon::before {
	background: #fff;
	opacity: .6;
}

.idx_product .product_box .product_main .center_box .one .icon_box .icon::after {
	width: 2.8em;
	height: 2.8em;
	border: 2px solid #fff;
}

.idx_product .product_box .product_main .center_box .one .title {
	white-space: nowrap;
	position: absolute;
	left: 2em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: bold;
}

.idx_product .product_box .product_main .center_box .one:hover .icon_box .big {
	opacity: 1;
}

.idx_product .product_box .product_main .center_box .one:hover .icon_box .icon i {
	opacity: 1;
	background: #fff;
}

.idx_product .product_box .product_main .center_box .one:hover .icon_box .icon::before {
	background: #29166f;
	opacity: 1;
}

.idx_product .product_box .product_main .center_box .one:hover .title {
	color: #29166f;
}

.idx_product .product_box .product_main .center_box .one.left .title {
	left: auto;
	right: 2em;
}

.idx_product .product_box .product_main .center_box .one.top .title {
	left: 50%;
	top: auto;
	bottom: 2em;
	transform: translateX(-50%);
}

.idx_product .product_box .product_main .center_box .one.bottom .title {
	left: 50%;
	top: 2em;
	transform: translateX(-50%);
}

.idx_product .product_box .product_main .center_box .one.active .title {
	color: #fff;
}

.idx_product .product_box .product_main .center_box .one.one_1 {
	top: 78%;
	left: 1.5%;
}

.idx_product .product_box .product_main .center_box .one.one_2 {
	top: 85.5%;
	left: 15%;
}

.idx_product .product_box .product_main .center_box .one.one_3 {
	top: 83%;
	left: 45.5%;
}

.idx_product .product_box .product_main .center_box .one.one_4 {
	top: 26%;
	left: 37%;
}

.idx_product .product_box .product_main .center_box .one.one_5 {
	top: 68%;
	left: 50%;
}

.idx_product .product_box .product_main .center_box .one.one_6 {
	top: 52%;
	left: 50%;
}

.idx_product .product_box .product_main .center_box .one.one_7 {
	top: 88%;
	left: 80%;
}

.idx_product .product_box .product_main .center_box .one.one_8 {
	top: 58%;
	left: 35%;
}

.idx_product .product_box .product_main .center_box .one.one_9 {
	top: 28.5%;
	left: 89.5%;
}

.idx_product .product_box .product_main .center_box .img {
	width: 100%;
	height: auto;
	font-size: 0;
}

@media (max-width:1366px) {
	.idx_product .product_box .product_main .center_box .one .icon_box {
		font-size: 12px;
	}

	.idx_product .product_box .product_main .center_box .one .icon_box .icon {
		font-size: 12px;
	}

	.idx_product .product_box .product_main .center_box .one .title {
		font-size: 12px;
	}
}

@media (max-width:990px) {
	.idx_product .product_box .product_main .center_box {
		padding: 80px 20px 40px;
		max-width: 90%;
	}

	.idx_product .product_box .product_main .center_box .one {
		display: none;
	}
}

.idx_product .product_box .bg_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #f6f6f6;
}

.idx_product .product_box .bg_mask .one {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.idx_product .product_box .bg_mask .first {
	background: linear-gradient(transparent 30%, #d6d6d6);
}

.idx_product .product_box .bg_mask .two {
	clip-path: polygon(0 50%, 0 100%, 100% 100%, 100% 4%);
	background: linear-gradient(-160deg, transparent, #d6d6d6);
	opacity: .3;
}

.idx_product .product_box .bg_mask .three {
	clip-path: polygon(20% 100%, 100% 100%, 100% 45%);
	background: linear-gradient(-45deg, transparent, #f5f5f5);
	opacity: .5;
}

.idx_product .product_box .bg_mask .four {
	clip-path: polygon(65% 100%, 100% 100%, 100% 75%);
	background: #f5f5f5;
	opacity: .2;
}

.idx_product .product_box .product_menu {
	width: 100%;
	height: auto;
	padding: 0 20px 40px;
	position: relative;
	z-index: 2;
	display: none;
}

.idx_product .product_box .product_menu .menu {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 15px;
}

.idx_product .product_box .product_menu .menu .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.idx_product .product_box .product_menu .menu .one a {
	width: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.idx_product .product_box .product_menu .menu .one .title {
	font-size: 16px;
	font-weight: bold;
}

@media (max-width:1366px) {
	.idx_product .product_box {
		padding: 70px 0 50px;
	}
}

@media (max-width:990px) {
	.idx_product .product_box {
		padding: 0;
		background: #f6f6f6;
	}

	.idx_product .product_box .bg_mask {
		display: none;
	}

	.idx_product .product_box .idx_title {
		margin: 0;
		top: 50px;
	}

	.idx_product .product_box .product_main {
		height: auto;
	}

	.idx_product .product_box .product_menu {
		display: block;
	}
}

@media (max-width:768px) {
	.idx_product .product_box .product_menu .menu {
		grid-gap: 10px;
	}

	.idx_product .product_box .product_menu .menu .one a {
		padding: 15px;
	}

	.idx_product .product_box .product_menu .menu .one a .title {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.idx_product .product_box .product_menu .menu {
		grid-gap: 5px;
	}

	.idx_product .product_box .product_menu .menu .one a {
		padding: 15px 10px;
	}

	.idx_product .product_box .product_menu .menu .one a .title {
		font-size: 12px;
	}
}

.idx_product .product_tab {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1px;
}

.idx_product .product_tab .item {
	width: 100%;
	height: auto;
	position: relative;
}

.idx_product .product_tab .item .headline {
	width: 100%;
	height: 90px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

.idx_product .product_tab .item .info_box {
	width: 100%;
	height: auto;
	min-height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 20px 20px 0 0;
	background: #29166f;
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.idx_product .product_tab .item .info_box .info {
	width: 100%;
	height: auto;
	padding: 2vw;
	position: relative;
	z-index: 2;
}

.idx_product .product_tab .item .info_box .info a {
	color: #fff;
}

.idx_product .product_tab .item .info_box .info .title {
	font-size: 20px;
	font-weight: bold;
}

.idx_product .product_tab .item .info_box .info .details {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.4;
}

.idx_product .product_tab .item .info_box .info .icon {
	margin-top: 20px;
	font-size: 0;
}

.idx_product .product_tab .item .info_box .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	-webkit-mask: url('../images/logo.svg') no-repeat 120% bottom / auto 90%;
	mask: url('../images/logo.svg') no-repeat 120% bottom / auto 90%;
	opacity: .2;
}

.idx_product .product_tab .item .info_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx_product .product_tab .item:hover .info_box {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width:1366px) {
	.idx_product .product_tab .item .headline {
		height: 50px;
		font-size: 16px;
	}

	.idx_product .product_tab .item .info_box {
		border-radius: 10px 10px 0 0;
	}

	.idx_product .product_tab .item .info_box .info {
		padding: 20px;
	}

	.idx_product .product_tab .item .info_box .info .title,
	.idx_product .product_tab .item .info_box .info .details {
		font-size: 16px;
	}

	.idx_product .product_tab .item .info_box .info .icon {
		height: 18px;
	}
}

@media (max-width:1150px) {
	.idx_product .product_tab .item .headline {
		font-size: 14px;
	}

	.idx_product .product_tab .item .info_box .info {
		padding: 15px;
	}

	.idx_product .product_tab .item .info_box .info .title,
	.idx_product .product_tab .item .info_box .info .details {
		font-size: 14px;
	}

	.idx_product .product_tab .item .info_box .info .icon {
		height: 12px;
	}
}

@media (max-width:990px) {
	.idx_product .product_tab .item .headline {
		display: none;
	}

	.idx_product .product_tab .item .info_box {
		height: auto;
		min-height: auto;
		position: static;
		opacity: 1;
		visibility: initial;
		transform: translate(0);
		border-radius: 10px;
	}
}

@media (max-width:768px) {
	.idx_product .product_tab .item .info_box {
		border-radius: 5px;
	}

	.idx_product .product_tab .item .info_box .info {
		padding: 15px;
	}

	.idx_product .product_tab .item .info_box .info .title,
	.idx_product .product_tab .item .info_box .info .details {
		font-size: 12px;
	}
}

@media (max-width:990px) {
	.idx_product .product_tab {
		/*position: relative; margin-top: 30px; padding: 0 20px; grid-template-columns: repeat(2, 1fr); grid-gap: 15px;*/
		display: none;
	}
}

@media (max-width:768px) {
	.idx_product .product_tab {
		grid-template-columns: 100%;
		grid-gap: 15px;
	}
}

@media (max-width:990px) {
	.idx_product {
		height: auto;
		padding: 0;
	}
}

.idx_make {
	width: 100%;
	height: 100vh;
	padding: 80px 0 100px;
	background: #000;
	position: relative;
	overflow: hidden;
}

.idx_make .idx_center {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_make .make_box {
	width: 100%;
	height: auto;
}

.idx_make .make_box .idx_title {
	color: #fff;
}

.idx_make .make_box .swiper_box {
	width: 100%;
	height: auto;
	/*margin-top: 2.4vw;*/
}

.idx_make .make_box .swiper_box ul {
	width: 100%;
	height: auto;
}

.idx_make .make_box .swiper_box li {
	width: 100%;
	height: auto;
	color: #fff;
	position: relative;
	z-index: 1;
}

.idx_make .make_box .swiper_box li.active {
	z-index: 2;
}

.idx_make .make_box .swiper_box .title {
	font-size: 28px;
	font-weight: bold;
}

.idx_make .make_box .swiper_box .details {
	width: 100%;
	min-height: calc(4em * 1.8);
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.idx_make .make_box .swiper_box .icon {
	margin-top: 3vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_make .make_box .swiper_box .icon a {
	padding: 12px 30px;
	border-radius: 50px;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	color: #29166f;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_make .make_box .swiper_box .icon a:hover {
	background: #29166f;
	color: #fff;
}

@media (max-width:1366px) {
	.idx_make .make_box .swiper_box .title {
		font-size: 20px;
	}

	.idx_make .make_box .swiper_box .details {
		font-size: 16px;
	}

	.idx_make .make_box .swiper_box .icon a {
		padding: 10px 25px;
		font-size: 14px;
	}
}

@media (max-width:1150px) {
	.idx_make .make_box .swiper_box .title {
		font-size: 18px;
		font-weight: normal;
	}

	.idx_make .make_box .swiper_box .details {
		font-size: 14px;
		font-weight: normal;
	}

	.idx_make .make_box .swiper_box .icon a {
		padding: 10px 20px;
		font-size: 12px;
	}
}

@media (max-width:1024px) {
	.idx_make .make_box .swiper_box {
		margin-top: 30px;
	}

	.idx_make .make_box .swiper_box .details {
		margin-top: 5px;
	}

	.idx_make .make_box .swiper_box .icon {
		margin-top: 20px;
	}
}

@media (max-width:768px) {
	.idx_make .make_box .swiper_box .details {
		font-size: 12px;
	}
}

.idx_make .make_images {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.idx_make .make_images ul,
.idx_make .make_images ul li {
	width: 100%;
	height: 100%;
}

.idx_make .make_images .images {
	width: 100%;
	height: 100%;
}

.idx_make .make_images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx_make .make_tab {
	width: 100%;
	height: auto;
	padding: 0 120px;
	min-height: 100px;
	position: absolute;
	bottom: 78px;
	left: 0;
	z-index: 999;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1px;
	overflow: hidden;
}
@media(max-width:1800px){
    .idx_make .make_tab {
        	padding: 0 60px;
    }
    
}

.idx_make .make_tab .item {
	width:97%;
	height: 100%;

background: #fff;
border-radius: 10px;
	/*padding: 0 2vw;*/

	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.idx_make .make_tab .item .info {
	width: 100%;
	height: 100%;
	position: relative;
}

.idx_make .make_tab .item .title {
	width: auto;
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_make .make_tab .item .icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_make .make_tab .item.active {
	background: #fff;
}

.idx_make .make_tab .item.active .title {
	left: 0;
	transform: translateY(-50%);
}

.idx_make .make_tab .item.active .icon {
	opacity: 1;
}

.idx_make .make_tab .item:hover {
	background: #fff;
}

@media (max-width:1366px) {
	.idx_make .make_tab {
		min-height: 50px;
	}

	.idx_make .make_tab .item {
		padding: 0 20px;
	}

	.idx_make .make_tab .item .title {
		font-size: 16px;
	}

	.idx_make .make_tab .item .icon {
		max-width: 16px;
	}
}

@media (max-width:1150px) {
	.idx_make .make_tab .item {
		padding: 0 15px;
	}

	.idx_make .make_tab .item .title {
		font-size: 14px;
	}

	.idx_make .make_tab .item .icon {
		max-width: 14px;
	}
}

.idx_make .pager {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
	font-size: 0;
	text-align: center;
	display: none;
	overflow: hidden;
}

.idx_make .pager span {
	width: 24px;
	height: 2px;
	margin: 0 5px !important;
	border-radius: 0;
	opacity: .2;
	position: relative;
	z-index: 1;
	background: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_make .pager .active {
	opacity: 1;
}

.idx_make .pager .active::before {
	opacity: 1;
}

.idx_make .pager .active::after {
	border-radius: 50%;
}

@media (max-width:1366px) {
	.idx_make {
		padding: 70px 0 50px;
	}
}

@media (max-width:990px) {
	.idx_make {
		height: 70vh;
		padding: 50px 0;
	}

	.idx_make .make_tab {
		display: none;
	}

	.idx_make .pager {
		display: block;
	}
}

.idx_news {
	width: 100%;
	height: 100vh;
	padding-top: 80px;
	background: #f6f6f6;
	overflow: hidden;
}

.idx_news .news_box {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.idx_news .news_box .idx_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.idx_news .news_box .news_main {
	width: 100%;
	height: auto;
	margin-top: 76px;
}

.idx_news .news_box .news_main .news_list {
	width: 100%;
	height: auto;
	position: relative;
}

.idx_news .news_box .news_main .news_list .news_menu {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item {
	width: calc((100% - 6vw) / 4);
	height: auto;
	position: relative;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item::after {
	content: '';
	width: 84%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 8%;
	z-index: 1;
	background: #29166f;
	border-radius: 6.8vw;
	filter: blur(30px);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .item_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	border-radius: 47px;
	border: 4px solid #fff;
	overflow: hidden;
}
.idx_news .news_box .news_main .news_list .news_menu .news_item .item_box:hover {

	border: 4px solid #c33;
	overflow: hidden;
}
.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box li {
	width: 100%;
	height: auto;
	position: relative;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .img {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .img .pb {
	padding-bottom: 85.49%;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .info_box {
	width: 100%;
	height: auto;
	flex: 1;
	padding: 15px 15px 30px;
	background: #e4e3e6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: none;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .info_box .title {
	width: 100%;
	height: calc(2em * 1.55);
	line-height: 1.55;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .info_box .info {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .info_box .info .time {
	font-family: 'NexaBold';
	font-size: 12px;
	color: #6a7590;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .info_box .info .icon {
	width: auto;
	font-size: 12px;
	color: #6a7590;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper li {
	width: 100%;
	height: auto;
	position: relative;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box {
	width: 100%;
	height: auto;
	flex: 1;
	padding: 25px 30px 50px;
	background: #e4e3e6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .title {
	width: 100%;
	height: calc(3em * 1.55);
	line-height: 1.55;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .info {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .info .time {
	font-family: 'NexaBold';
	font-size: 14px;
	color: #6a7590;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .info .icon {
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 14px;
	color: #6a7590;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

@media (max-width:1366px) {
	.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box {
		padding: 15px 30px 40px;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .title {
		height: calc(2em * 1.55);
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .info {
		margin-top: 10px;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .info .time,
	.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper .info_box .info .icon {
		font-size: 12px;
	}
}

.idx_news .news_box .news_main .news_list .news_menu .news_item:hover::after {
	opacity: .7;
}

.idx_news .news_box .news_main .news_list .news_menu .news_item:hover .info_swiper .info_box {
	/*background: #c33;*/
}

.idx_news .news_box .news_main .news_list .news_menu .news_item:hover .info_swiper .info_box .title,
.idx_news .news_box .news_main .news_list .news_menu .news_item:hover .info_swiper .info_box .info .time,
.idx_news .news_box .news_main .news_list .news_menu .news_item:hover .info_swiper .info_box .info .icon {
	/*color: #fff;*/
}

@media (max-width:1366px) {
	.idx_news .news_box .news_main .news_list .news_menu .news_item .item_box {
		border-width: 4px;
	}
}

@media (max-width:990px) {
	.idx_news .news_box .news_main .news_list .news_menu .news_item {
		width: 100%;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item::after {
		display: none;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .item_box {
		border-radius: 0;
		border: 0;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box li {
		border-radius: 60px;
		border: 2px solid #fff;
		overflow: hidden;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box .info_box {
		display: block;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .info_swiper {
		display: none;
	}
}

@media (max-width:768px) {
	.idx_news .news_box .news_main .news_list .news_menu .news_item {
		overflow: initial;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .item_box {
		overflow: initial;
	}

	.idx_news .news_box .news_main .news_list .news_menu .news_item .swiper_box {
		overflow: initial;
	}
}

@media (max-width:990px) {
	.idx_news .news_box .news_main .news_list .news_menu {
		display: block;
		overflow: initial;
	}
}

.idx_news .news_box .news_main .news_list .hot_more {
	width: 1em;
	height: 2em;
	font-size: 18px;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(50vw, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
}

.idx_news .news_box .news_main .news_list .hot_more i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 4px 2px;
	border-color: transparent #000 transparent transparent;
	position: relative;
	z-index: 2;
	opacity: .6;
}

.idx_news .news_box .news_main .news_list .hot_more::after {
	content: '';
	width: 2em;
	height: 2em;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #74a2d2;
	opacity: .2;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

@media (max-width:990px) {
	.idx_news .news_box .news_main .news_list .hot_more {
		display: none;
	}
}

.idx_news .news_box .news_main .pager_box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_news .news_box .news_main .pager_box .swiper_btn {
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 0;
	opacity: .2;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_news .news_box .news_main .pager_box .swiper_btn.prev {
	margin-right: 30px;
}

.idx_news .news_box .news_main .pager_box .swiper_btn.next {
	margin-left: 30px;
}

.idx_news .news_box .news_main .pager_box .swiper_btn:hover {
	opacity: 1;
}

.idx_news .news_box .news_main .pager_box .number {
	width: 2em;
	font-family: 'Gilroy';
	font-size: 12px;
	color: #c33;
	text-align: center;
	pointer-events: none;
}

.idx_news .news_box .news_main .pager_box .middle {
	width: 26px;
	height: 26px;
	margin: 0 10px;
	position: relative;
}

.idx_news .news_box .news_main .pager_box .middle .play {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.idx_news .news_box .news_main .pager_box .middle .play i {
	width: 0;
	height: 5px;
	border-left: 2px solid #999;
}

.idx_news .news_box .news_main .pager_box .middle .play i:last-child {
	margin-left: 2px;
}

.idx_news .news_box .news_main .pager_box .middle .play.active i:first-child {
	height: 0;
	border-style: solid;
	border-width: 5px 3px 5px 7px;
	border-color: transparent transparent transparent #c33;
	margin-left: 7px;
}

.idx_news .news_box .news_main .pager_box .middle .play.active i:last-child {
	height: 0;
	margin: 0;
}

.idx_news .news_box .news_main .pager_box .middle .pager {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_news .news_box .news_main .pager_box .middle .pager span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: none;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	display: none;
}

.idx_news .news_box .news_main .pager_box .middle .pager span::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	border: 1px solid #999;
	opacity: .2;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_news .news_box .news_main .pager_box .middle .pager span svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.idx_news .news_box .news_main .pager_box .middle .pager span svg .circle {
	r: calc(50% - 1px);
	stroke-width: 2;
	stroke: #c33;
	stroke-linejoin: arcs;
	stroke-linecap: arcs;
	stroke-dashoffset: 81.64px;
	stroke-dasharray: 81.64px;
	fill: none;
}

.idx_news .news_box .news_main .pager_box .middle .pager span.active {
	display: block;
}

.idx_news .news_box .news_main .pager_box .middle .pager span.active svg .circle {
	animation: rotate 4s linear both;
}

@keyframes rotate {
	from {
		stroke-dashoffset: 81.64px;
	}

	to {
		stroke-dashoffset: 0px;
	}
}

.idx_news .news_box .news_main .pager_box .middle .play.active~.pager span.active svg .circle {
	animation-play-state: paused;
}

@media (max-width:1366px) {
	.idx_news .news_box .news_main .pager_box {
		margin-top: 20px;
	}

	.idx_news .news_box .news_main .pager_box .swiper_btn {
		width: 20px;
	}

	.idx_news .news_box .news_main .pager_box .swiper_btn.prev {
		margin-right: 15px;
	}

	.idx_news .news_box .news_main .pager_box .swiper_btn.next {
		margin-left: 15px;
	}

	.idx_news .news_box .news_main .pager_box .middle .pager span svg .circle {
		r: 13;
		stroke-width: 1;
	}
}

@media (max-width:990px) {
	.idx_news .news_box .news_main .pager_box {
		display: block;
		margin-top: 30px;
	}

	.idx_news .news_box .news_main .pager_box .swiper_btn {
		display: none;
	}

	.idx_news .news_box .news_main .pager_box .number {
		display: none;
	}

	.idx_news .news_box .news_main .pager_box .middle {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.idx_news .news_box .news_main .pager_box .middle .play {
		display: none;
	}

	.idx_news .news_box .news_main .pager_box .middle .pager {
		height: 2px;
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.idx_news .news_box .news_main .pager_box .middle .pager span {
		width: 24px;
		position: static;
		background: #d9d9d9;
		display: block;
		margin: 0 5px;
		border-radius: 0;
	}

	.idx_news .news_box .news_main .pager_box .middle .pager span::after,
	.idx_news .news_box .news_main .pager_box .middle .pager span svg {
		display: none;
	}

	.idx_news .news_box .news_main .pager_box .middle .pager span.active {
		background: #29166f;
	}
}

@media (max-width:1366px) {
	.idx_news .news_box .news_main {
		margin-top: 20px;
	}
}

@media (max-width:990px) {
	.idx_news {
		height: auto;
		padding: 50px 0;
	}
}

.idx_contact {
	width: 100%;
	height: 100vh;
	background: #fff;
	padding-top: 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.idx_contact .idx_center {
	height: 100%;
	position: relative;
	z-index: 5;
}

.idx_contact .contact_box {
	width: 100%;
	max-width: 550px;
	height: 100%;
	padding: 5.2vw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.idx_contact .contact_box .hotline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 2vw 0 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_contact .contact_box .hotline .icon {
	font-size: 0;
}

.idx_contact .contact_box .hotline .info {
	flex: 1;
	padding-left: 20px;
}

.idx_contact .contact_box .hotline .info .title {
	font-size: 16px;
	font-style: italic;
	color: #6a7590;
}

.idx_contact .contact_box .hotline .info .subtitle {
	margin: 10px 0 0;
	line-height: 1;
	font-family: 'samsun_m';
	font-size: 36px;
	color: #29166f;
}

@media (max-width:1680px) {
	.idx_contact .contact_box .hotline .icon img {
		max-width: 55px;
	}

	.idx_contact .contact_box .hotline .info .subtitle {
		font-size: 32px;
	}
}

@media (max-width:1366px) {
	.idx_contact .contact_box .hotline .icon img {
		max-width: 40px;
	}

	.idx_contact .contact_box .hotline .info .title {
		font-size: 14px;
	}

	.idx_contact .contact_box .hotline .info .subtitle {
		margin-top: 5px;
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.idx_contact .contact_box .hotline .icon img {
		max-height: 40px;
	}
}

@media screen and (max-height: 600px) {
	.idx_contact .contact_box .hotline {
		margin: 20px 0;
	}
}

@media (max-width:990px) {
	.idx_contact .contact_box .hotline .icon {
		filter: brightness(0) invert(1);
	}

	.idx_contact .contact_box .hotline .info .title {
		color: #fff;
		opacity: .5;
	}

	.idx_contact .contact_box .hotline .info .subtitle {
		font-size: 24px;
		color: #fff;
	}
}

.idx_contact .contact_box .footer .idx_more {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.idx_contact .contact_box .footer .idx_more .menu_box {
	width: 200px;
	height: auto;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: -10px;
	opacity: 0;
	visibility: hidden;
}

.idx_contact .contact_box .footer .idx_more .menu_box .menu {
	width: 100%;
	height: auto;
	max-height: 150px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	overflow-y: auto;
}

.idx_contact .contact_box .footer .idx_more .menu_box .menu .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.idx_contact .contact_box .footer .idx_more .menu_box .menu .one a {
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
}

.idx_contact .contact_box .footer .idx_more .menu_box::after {
	content: '';
	width: 0;
	height: 0;
	margin-left: 20px;
	display: block;
	border: 7px solid transparent;
	border-top: 7px solid #fff;
}

.idx_contact .contact_box .footer .idx_more .more {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.idx_contact .contact_box .footer .idx_more .more a {
	background: #fff;
}

.idx_contact .contact_box .footer .idx_more .center:hover .menu_box {
	margin-bottom: 0;
	opacity: 1;
	visibility: initial;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_contact .contact_box .footer .idx_more .center:hover .more a {
	background: #c33;
}

.idx_contact .contact_box .footer .idx_more .center:hover .more a .txt {
	color: #fff;
}

.idx_contact .contact_box .footer .idx_more .center:hover .more a .icon {
	filter: invert(1);
}

.idx_contact .contact_box .footer .copy {
	font-size: 14px;
	color: #727783;
}

.idx_contact .contact_box .footer .copy p {
	margin: 5px 0 0;
}

.idx_contact .contact_box .footer .copy p:first-child {
	margin: 0;
}

.idx_contact .contact_box .footer .copy a {
	color: #727783;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_contact .contact_box .footer .copy a:hover {
	color: #29166f;
}

.idx_contact .contact_box .footer .links {
	margin: 2vw 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_contact .contact_box .footer .links .item {
	position: relative;
	z-index: 1;
	margin-left: 13px;
}

.idx_contact .contact_box .footer .links .item .ewm {
	width: 100px;
	height: auto;
	padding: 5px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	font-size: 0;
	margin-left: -50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_contact .contact_box .footer .links .item .ewm img {
	width: 100%;
}

.idx_contact .contact_box .footer .links .item .ewm::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	border-radius: 5px;
}

.idx_contact .contact_box .footer .links .item .ewm::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -6px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.idx_contact .contact_box .footer .links .item .icon {
	width: 42px;
	height: 42px;
	padding: 25%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.idx_contact .contact_box .footer .links .item .icon img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_contact .contact_box .footer .links .item .icon::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	opacity: .1;
}

.idx_contact .contact_box .footer .links .item .icon::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #29166f;
	border-radius: 50% 50% 0 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.idx_contact .contact_box .footer .links .item:first-child {
	margin: 0;
}

.idx_contact .contact_box .footer .links .item:hover .ewm {
	opacity: 1;
	margin-bottom: 15px;
	visibility: initial;
}

.idx_contact .contact_box .footer .links .item:hover .icon img {
	filter: invert(1);
}

.idx_contact .contact_box .footer .links .item:hover .icon::after {
	height: 100%;
	border-radius: 0;
}

@media (max-width:1366px) {
	.idx_contact .contact_box .footer .links .item .icon {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:990px) {
	.idx_contact .contact_box .footer .links .item:first-child .ewm {
		left: 0;
		margin-left: 0;
	}

	.idx_contact .contact_box .footer .links .item:first-child .ewm::after {
		left: 7px;
		transform: translate(0);
	}
}

@media (max-width:1024px) {
	.idx_contact .contact_box .footer .copy {
		font-size: 12px;
	}

	.idx_contact .contact_box .footer .links {
		margin: 30px 0 0;
	}
}

@media (max-width:990px) {
	.idx_contact .contact_box .footer {
		margin-top: 20px;
	}

	.idx_contact .contact_box .footer .idx_more {
		display: none;
	}

	.idx_contact .contact_box .footer .copy a:hover {
		color: #fff;
	}

	.idx_contact .contact_box .footer .links .item .icon img {
		filter: brightness(1) invert(1);
	}

	.idx_contact .contact_box .footer .links .item .icon::before {
		background: #29166f;
		opacity: 1;
	}

	.idx_contact .contact_box .footer .links .item .icon::after {
		display: none;
	}
}

@media (max-width:1366px) {
	.idx_contact .contact_box {
		padding: 40px 0;
	}
}

@media (max-width:990px) {
	.idx_contact .contact_box {
		min-width: 100%;
		padding: 30px 0;
		display: block;
	}

	.idx_contact .contact_box .idx_title {
		display: none;
	}
}

.idx_contact .images_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	overflow: hidden;
}

.idx_contact .images_bg .img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-clip-path: circle(25% at 70% 75%);
	clip-path: circle(25% at 70% 75%);
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}

.idx_contact .images_bg .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:990px) {
	.idx_contact {
		height: auto;
		padding: 0;
		background: #000;
	}

	.idx_contact .images_bg {
		display: none;
	}
}

.section.fp-completely .idx_contact .images_bg .img {
	transition-delay: .5s;
	-webkit-clip-path: circle(105% at 70% 75%);
	clip-path: circle(105% at 70% 75%);
}

.section.fp-completely .idx_contact .contact_box .dh_delay {
	transition-delay: 1.2s;
}

.section.fp-completely .idx_contact .contact_box .invert {
	filter: brightness(0) invert(1);
}

.section.fp-completely .idx_contact .contact_box .idx_title .title,
.section.fp-completely .idx_contact .contact_box .idx_title .subtitle,
.section.fp-completely .idx_contact .contact_box .hotline .info .title,
.section.fp-completely .idx_contact .contact_box .hotline .info .subtitle,
.section.fp-completely .idx_contact .contact_box .subscribe .tips,
.section.fp-completely .idx_contact .contact_box .subscribe .form .first .layui-input,
.section.fp-completely .idx_contact .contact_box .subscribe .form .last span,
.section.fp-completely .idx_contact .contact_box .footer .copy,
.section.fp-completely .idx_contact .contact_box .footer .copy a {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	transition-delay: 1.2s;
	color: #fff;
}

.section.fp-completely .idx_contact .contact_box .hotline .icon {
	/*-webkit-transition: all .3s linear;*/
	/*-o-transition: all .3s linear;*/
	/*transition: all .3s linear;*/
	/*transition-delay: 1.2s;*/
	/*filter: brightness(0) invert(1);*/
}

.section.fp-completely .idx_contact .contact_box .footer .links .item .icon img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	transition-delay: 1.2s;
	filter: brightness(0) invert(1);
}

.section.fp-completely .idx_contact .contact_box .footer .links .item .icon::after {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	transition-delay: 1.2s;
	height: 100%;
	border-radius: 0;
}

.pendant_box {
	width: 80px;
	height: auto;
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

.pendant_box .menu {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #dee7f1;
	overflow: hidden;
}

.pendant_box .menu .item {
	width: 100%;
	height: 80px;
	border-top: 1px solid #dee7f1;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.pendant_box .menu .item .icon {
	font-size: 0;
	text-align: center;
}

.pendant_box .menu .item .title {
	margin-top: 5px;
	font-size: 14px;
	color: #828282;
}

.pendant_box .menu .item:hover {
	background: #29166f;
}

.pendant_box .menu .item:hover .icon {
	filter: brightness(0) invert(1);
}

.pendant_box .menu .item:hover .title {
	color: #fff;
}

.pendant_box .menu .item:first-child {
	border: 0;
}

@media (max-width:1366px) {
	.pendant_box {
		width: 60px;
		right: 5px;
	}

	.pendant_box .menu {
		border-radius: 5px;
	}

	.pendant_box .menu .item {
		height: 60px;
	}

	.pendant_box .menu .item .icon {
		max-height: 16px;
	}

	.pendant_box .menu .item .title {
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.pendant_box {
		width: 100%;
		height: 50px;
		right: 0;
		top: auto;
		bottom: 5px;
		padding: 0 5px;
		transform: translate(0);
	}

	.pendant_box .menu {
		width: 100%;
		height: 100%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 5px;
		border: 0;
		border-radius: 0;
	}

	.pendant_box .menu .item {
		width: 100%;
		height: 100%;
		border: 0;
		border-radius: 5px;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		background: #29166f;
	}

	.pendant_box .menu .item .icon {
		max-width: 15px;
		max-height: auto;
		filter: brightness(0) invert(1);
	}

	.pendant_box .menu .item .title {
		margin: 0 0 0 10px;
		color: #fff;
	}
}

.anchor_link {
	width: 100%;
	height: 0;
	background: red;
	position: relative;
	top: -180px;
}

@media (max-width:1366px) {
	.anchor_link {
		top: -150px;
	}
}

.inside_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 54px;
}

.inside_more .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.inside_more .more a {
	min-width: 150px;
	height: 100%;
	border-radius: 50px;
	border: 2px solid #29166f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_more .more a:hover {
	background: #29166f;
	color: #fff;
}

@media (max-width:1366px) {
	.inside_more {
		height: 48px;
	}

	.inside_more .more a {
		min-width: 120px;
	}
}

@media (max-width:1024px) {
	.inside_more {
		height: 40px;
	}

	.inside_more .more a {
		min-width: 100px;
		border-width: 1px;
	}
}

.navigation {
	width: 100%;
	height: auto;
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.navigation a,
.navigation span {
	line-height: 1;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	vertical-align: top;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.navigation span {
	color: #000;
}

.navigation i.home {
	width: 10px;
	height: 10px;
	background: #999;
	clip-path: polygon(40% 0, 0 40%, 0 60%, 10% 60%, 10% 100%, 40% 100%, 40% 60%, 60% 60%, 60% 100%, 90% 100%, 90% 60%, 100% 60%, 100% 40%, 60% 0);
}

.navigation i.line {
	width: 3px;
	height: 5px;
	margin: 0 20px;
	background: #999;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.navigation a:hover {
	color: #29166f;
}

@media (max-width:1366px) {

	.navigation a,
	.navigation span {
		font-size: 12px;
	}

	.navigation i.line {
		margin: 0 15px;
	}
}

.inside_banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.inside_banner .center_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
}

.inside_banner .center_box .center {
	width: 100%;
	height: 100%;
}

.inside_banner .center_box .info {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_banner .center_box .info .title {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5.2vw;
}

.inside_banner .center_box .info .navigation {
	position: absolute;
	left: 0;
	bottom: 2.6vw;
}

@media (max-width:1560px) {
	.inside_banner .center_box .info .title {
		font-size: 40px;
	}
}

@media (max-width:1366px) {
	.inside_banner .center_box .info .title {
		font-size: 34px;
	}
}

@media (max-width:1024px) {
	.inside_banner .center_box .info .title {
		font-size: 24px;
	}
}

@media (max-width:990px) {
	.inside_banner .center_box .info {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}

	.inside_banner .center_box .info .title {
		color: #fff;
		margin: 0;
	}

	.inside_banner .center_box .info .navigation {
		margin-top: 15px;
		padding: 0;
		position: relative;
		bottom: 0;
	}

	.inside_banner .center_box .info .navigation i.home,
	.inside_banner .center_box .info .navigation i.line {
		background: #fff;
	}

	.inside_banner .center_box .info .navigation a,
	.inside_banner .center_box .info .navigation span {
		font-weight: normal;
	}

	.inside_banner .center_box .info .navigation a {
		color: #fff;
		opacity: .5;
	}

	.inside_banner .center_box .info .navigation a:hover {
		opacity: 1;
	}

	.inside_banner .center_box .info .navigation span {
		color: #fff;
	}
}

.inside_banner .images {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	padding-bottom: 28px;
	overflow: hidden;
}

.inside_banner .images .img {
	width: 100%;
	height: auto;
	font-size: 0;
	position: relative;
	z-index: 5;
	-webkit-clip-path: ellipse(65% 100% at 57% 0%);
	clip-path: ellipse(65% 100% at 57% 0%);
	overflow: hidden;
}

.inside_banner .images .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside_banner .images::before {
	content: '';
	width: 100%;
	height: calc(100% - 28px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #dee7f1;
	-webkit-clip-path: ellipse(65% 100% at 60% 0%);
	clip-path: ellipse(65% 100% at 60% 0%);
}

.inside_banner .images::after {
	content: '';
	width: 100%;
	height: calc(100% - 28px);
	position: absolute;
	bottom: 14px;
	left: 0;
	z-index: 2;
	background: #93afd1;
	-webkit-clip-path: ellipse(65% 100% at 58.5% 0%);
	clip-path: ellipse(65% 100% at 58.5% 0%);
}

@media (max-width:1560px) {
	.inside_banner .images .img {
		-webkit-clip-path: ellipse(70% 100% at 57% 0%);
		clip-path: ellipse(70% 100% at 57% 0%);
	}

	.inside_banner .images::before {
		-webkit-clip-path: ellipse(70% 100% at 60% 0%);
		clip-path: ellipse(70% 100% at 60% 0%);
	}

	.inside_banner .images::after {
		-webkit-clip-path: ellipse(70% 100% at 58.5% 0%);
		clip-path: ellipse(70% 100% at 58.5% 0%);
	}
}

@media (max-width:990px) {
	.inside_banner .images {
		padding: 0;
		background: #000;
	}

	.inside_banner .images .img {
		-webkit-clip-path: none;
		clip-path: none;
		opacity: .75;
	}

	.inside_banner .images .img img {
		min-height: 200px;
		object-fit: cover;
	}

	.inside_banner .images::before,
	.inside_banner .images::after {
		display: none;
	}
}

.inside_banner.active {
	background: #f7f8fc;
}

.inside_center {
	margin: 5.2vw auto;
}

@media (max-width:1024px) {
	.inside_center {
		margin: 50px auto;
	}
}

.inside_title .title {
	font-size: 42px;
	font-weight: bold;
	color: #000;
}

.inside_title .subtitle {
	margin: 10px 0 0;
	font-size: 30px;
}

@media (max-width:1560px) {
	.inside_title .title {
		font-size: 36px;
	}

	.inside_title .subtitle {
		font-size: 24px;
	}
}

@media (max-width:1366px) {
	.inside_title .title {
		font-size: 30px;
	}

	.inside_title .subtitle {
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.inside_title .title {
		font-size: 24px;
	}

	.inside_title .subtitle {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.inside_title .title {
		font-size: 20px;
	}

	.inside_title .subtitle {
		font-size: 16px;
	}
}

.text_details {
	margin: 0;
	font-size: 16px;
	letter-spacing: .12em;
	line-height: 1.875;
	color: #000;
	overflow: hidden;
}

.text_details img {
	vertical-align: middle;
	max-width: 100%;
}

.text_details table {
	font-size: 18px;
	width: 100%;
	color: #666;
	border-width: 1px;
	border-color: #dfe1e4;
	border-collapse: collapse;
}

.text_details table tr:nth-child(odd) {
	background: #f6f6f6;
}

.text_details table th {
	border-width: 1px;
	padding: 10px 1.5vw;
	border-style: solid;
	border-color: #dfe1e4;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.text_details table td {
	font-size: 16px;
	border-width: 1px;
	padding: 8px 1.5vw;
	font-size: 14px;
	border-style: solid;
	border-color: #dfe1e4;
	text-align: left;
	vertical-align: middle;
}

@media (max-width:1366px) {
	.text_details {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.text_details {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.text_details {
		font-size: 12px;
	}

	.text_details table {
		font-size: 14px;
	}

	.text_details table th {
		font-size: 12px;
	}

	.text_details table td {
		font-size: 12px;
	}
}

.inside_footer {
	width: 100%;
	height: auto;
	background: #fbfbfd;
	overflow: hidden;
}

.inside_footer .footer_head {
	width: 100%;
	height: auto;
}

.inside_footer .footer_head .inside_center {
	margin: 50px auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inside_footer .footer_head .info_box .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 20px;
}

.inside_footer .footer_head .info_box .nav a {
	font-size: 16px;
	font-weight: bold;
	margin: 0 4em 0 0;
}

.inside_footer .footer_head .info_box .nav a:last-child {
	margin: 0;
}

.inside_footer .footer_head .info_box .hotline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 2vw 0 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_footer .footer_head .info_box .hotline .icon {
	width: auto;
	font-size: 0;
}

.inside_footer .footer_head .info_box .hotline .info {
	flex: 1;
	padding-left: 20px;
}

.inside_footer .footer_head .info_box .hotline .info .title {
	font-size: 16px;
	font-style: italic;
	color: #6a7590;
}

.inside_footer .footer_head .info_box .hotline .info .subtitle {
	margin: 10px 0 0;
	line-height: 1;
	font-family: 'samsun_m';
	font-size: 27px;
	color: #29166f;
}

@media (max-width:1680px) {
	.inside_footer .footer_head .info_box .hotline .icon img {
		max-width: 55px;
	}

	.inside_footer .footer_head .info_box .hotline .info .subtitle {
		font-size: 32px;
	}
}

@media (max-width:1366px) {
	.inside_footer .footer_head .info_box .hotline .icon img {
		max-width: 40px;
	}

	.inside_footer .footer_head .info_box .hotline .info .title {
		font-size: 14px;
	}

	.inside_footer .footer_head .info_box .hotline .info .subtitle {
		margin-top: 5px;
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.inside_footer .footer_head .info_box .hotline .icon img {
		max-height: 40px;
	}
}

@media screen and (max-height: 600px) {
	.inside_footer .footer_head .info_box .hotline {
		margin: 20px 0;
	}
}

@media (max-width:990px) {
	.inside_footer .footer_head .info_box .hotline {
		display: none;
	}
}

.inside_footer .footer_head .info_box .address {
	margin: 15px 0;
	font-size: 16px;
	color: #727783;
}

.inside_footer .footer_head .info_box .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_footer .footer_head .info_box .links .item {
	position: relative;
	z-index: 1;
	margin-left: 13px;
}

.inside_footer .footer_head .info_box .links .item .ewm {
	width: 100px;
	height: auto;
	padding: 5px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	font-size: 0;
	margin-left: -50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_footer .footer_head .info_box .links .item .ewm img {
	width: 100%;
}

.inside_footer .footer_head .info_box .links .item .ewm::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	border-radius: 5px;
}

.inside_footer .footer_head .info_box .links .item .ewm::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -6px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.inside_footer .footer_head .info_box .links .item .icon {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 25%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.inside_footer .footer_head .info_box .links .item .icon img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_footer .footer_head .info_box .links .item .icon::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	opacity: .1;
}

.inside_footer .footer_head .info_box .links .item .icon::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #29166f;
	border-radius: 50% 50% 0 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_footer .footer_head .info_box .links .item:first-child {
	margin: 0;
}

.inside_footer .footer_head .info_box .links .item:hover .ewm {
	opacity: 1;
	margin-bottom: 15px;
	visibility: initial;
}

.inside_footer .footer_head .info_box .links .item:hover .icon img {
	filter: invert(1);
}

.inside_footer .footer_head .info_box .links .item:hover .icon::after {
	height: 100%;
	border-radius: 0;
}

@media (max-width:1366px) {
	.inside_footer .footer_head .info_box .links .item .icon {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:990px) {
	.inside_footer .footer_head .info_box .links .item:first-child .ewm {
		left: 0;
		margin-left: 0;
	}

	.inside_footer .footer_head .info_box .links .item:first-child .ewm::after {
		left: 7px;
		transform: translate(0);
	}
}

.inside_footer .footer_head .qr_code .f_title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.inside_footer .footer_head .qr_code .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
}

.inside_footer .footer_head .qr_code .menu .item {
	max-width: 92px;
	margin-right: 14px;
}

.inside_footer .footer_head .qr_code .menu .item .img {
	text-align: center;
	font-size: 0;
}

.inside_footer .footer_head .qr_code .menu .item .title {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #727783;
}

.inside_footer .footer_head .qr_code .menu .item .title a {
	color: #727783;
}

.inside_footer .footer_head .qr_code .menu .item .title a:hover {
	color: #29166f;
}

.inside_footer .footer_head .qr_code .menu .item:last-child {
	margin: 0;
}

@media (max-width:1366px) {
	.inside_footer .footer_head .qr_code .f_title {
		font-size: 14px;
	}

	.inside_footer .footer_head .qr_code .menu {
		margin-top: 20px;
	}
}

@media (max-width:1366px) {
	.inside_footer .footer_head .info_box .logo {
		max-width: 120px;
	}

	.inside_footer .footer_head .info_box .nav a {
		font-size: 14px;
		margin: 0 3em 0 0;
	}

	.inside_footer .footer_head .info_box .address {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_footer .footer_head .info_box .nav a {
		margin: 0 2.5em 0 0;
	}
}

@media (max-width:990px) {
	.inside_footer .footer_head .inside_center {
		margin: 30px auto 20px;
		display: block;
	}

	.inside_footer .footer_head .info_box .nav {
		display: none;
	}

	.inside_footer .footer_head .info_box .address {
		font-size: 12px;
	}

	.inside_footer .footer_head .qr_code {
		display: none;
	}
}

.inside_footer .footer_body {
	border-top: 1px solid #efeff3;
}

.inside_footer .footer_body .inside_center {
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inside_footer .footer_body .copy {
	font-size: 14px;
	color: #727783;
}

.inside_footer .footer_body .copy a {
	color: #727783;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_footer .footer_body .copy a:hover {
	color: #29166f;
}

.inside_footer .footer_body .idx_more {
	height: 48px;
	margin: 0;
	position: relative;
}

.inside_footer .footer_body .idx_more .menu_box {
	width: 200px;
	height: auto;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: -10px;
	opacity: 0;
	visibility: hidden;
}

.inside_footer .footer_body .idx_more .menu_box .menu {
	width: 100%;
	height: auto;
	max-height: 150px;
	background: #29166f;
	border-radius: 10px;
	overflow: hidden;
	overflow-y: auto;
}

.inside_footer .footer_body .idx_more .menu_box .menu .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_footer .footer_body .idx_more .menu_box .menu .one a {
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	color: #fff;
	opacity: .5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_footer .footer_body .idx_more .menu_box .menu .one a:hover {
	opacity: 1;
}

.inside_footer .footer_body .idx_more .menu_box::after {
	content: '';
	width: 0;
	height: 0;
	margin-left: 80%;
	display: block;
	border: 7px solid transparent;
	border-top: 7px solid #29166f;
}

.inside_footer .footer_body .idx_more .more a .icon {
	margin-left: 2vw;
}

.inside_footer .footer_body .idx_more:hover .menu_box {
	margin-bottom: 0;
	opacity: 1;
	visibility: initial;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

@media (max-width:1366px) {
	.inside_footer .footer_body .inside_center {
		margin: 15px auto;
	}

	.inside_footer .footer_body .idx_more {
		height: 40px;
	}
}

@media (max-width:990px) {
	.inside_footer .footer_body .copy {
		font-size: 12px;
	}

	.inside_footer .footer_body .idx_more {
		display: none;
	}
}

.share_links {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.share_links .item {
	width: 40px;
	height: 40px;
	margin: 5px;
	border-radius: 6px;
	overflow: hidden;
}

.share_links .item a {
	width: 100%;
	height: 100%;
	padding: 25%;
	display: block;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.share_links .item a img {
	opacity: .5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.share_links .item a:hover {
	background: #29166f;
}

.share_links .item a:hover img {
	filter: invert(1);
	opacity: 1;
}

.share_links .item:first-child {
	margin-left: 0;
}

@media (max-width:1366px) {
	.share_links .item {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:1024px) {
	.share_links {
		margin-top: 25px;
	}

	.share_links .item {
		width: 32px;
		height: 32px;
	}
}

.details_pager {
	width: 100%;
	height: auto;
	margin-top: 4vw;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}

.details_pager .prev,
.details_pager .next {
	width: 40%;
	height: auto;
	padding: 2vw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.details_pager .prev .tips,
.details_pager .next .tips {
	font-size: 14px;
	color: #000;
}

.details_pager .prev .title,
.details_pager .next .title {
	flex: 1;
	margin-left: 2vw;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.details_pager .prev .title a,
.details_pager .next .title a {
	color: #000;
	opacity: .5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.details_pager .prev .title a:hover,
.details_pager .next .title a:hover {
	opacity: 1;
	color: #29166f;
}

.details_pager .return_box {
	width: 130px;
	height: 40px;
	margin: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.details_pager .return_box a {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.details_pager .return_box a .icon {
	width: 16px;
	height: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.details_pager .return_box a .icon i {
	width: 100%;
	height: 2px;
	background: #999;
}

.details_pager .return_box a .tips {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.details_pager .return_box a:hover {
	background: #29166f;
	border-color: #29166f;
}

.details_pager .return_box a:hover .icon i {
	background: #fff;
}

.details_pager .return_box a:hover .tips {
	color: #fff;
}

@media (max-width:1366px) {

	.details_pager .prev .title,
	.details_pager .next .title {
		font-size: 15px;
	}

	.details_pager .return_box a {
		padding: 0 25px;
	}
}

@media (max-width:1150px) {

	.details_pager .prev .icon_box .tips,
	.details_pager .next .icon_box .tips {
		font-size: 13px;
	}

	.details_pager .prev .title,
	.details_pager .next .title {
		font-size: 14px;
	}

	.details_pager .return_box {
		width: 120px;
		height: 36px;
	}

	.details_pager .return_box a {
		padding: 0 20px;
		background: #29166f;
		border: 0;
	}

	.details_pager .return_box a .icon {
		width: 14px;
	}

	.details_pager .return_box a .icon i {
		background: #fff;
	}

	.details_pager .return_box a .tips {
		color: #fff;
	}
}

@media (max-width:1024px) {

	.details_pager .prev,
	.details_pager .next {
		padding: 20px 0;
	}
}

@media (max-width:768px) {

	.details_pager .prev,
	.details_pager .next {
		width: auto;
		flex: 0 0 auto;
	}

	.details_pager .prev .icon_box .tips,
	.details_pager .next .icon_box .tips {
		font-size: 12px;
	}

	.details_pager .prev .title,
	.details_pager .next .title {
		display: none;
	}
}

.details_pager~.inside_more {
	margin-top: 50px;
}

@media (max-width:1024px) {
	.details_pager {
		margin-top: 30px;
	}
}

.inside_solu {
	width: 100%;
	height: auto;
	background: #f7f8fc;
	overflow: hidden;
}

.inside_solu .inside_title .title {
	text-align: center;
}

.inside_solu .solu_box {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.inside_solu .solu_box .solu_list {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3vw;
}

.inside_solu .solu_box .solu_list .item {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.inside_solu .solu_box .solu_list .item .img {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.inside_solu .solu_box .solu_list .item .img .pb {
	padding-bottom: 62.65%;
}

.inside_solu .solu_box .solu_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside_solu .solu_box .solu_list .item .info {
	width: 100%;
	height: auto;
	padding: 2vw;
	color: #000;
	overflow: hidden;
}

.inside_solu .solu_box .solu_list .item .info .title {
	font-size: 22px;
	font-weight: bold;
}

.inside_solu .solu_box .solu_list .item .info .details {
	width: 100%;
	height: 1.2em;
	margin-top: 10px;
	line-height: 1.2;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inside_solu .solu_box .solu_list .item .info .icon {
	width: 100%;
	height: auto;
	margin-top: 30px;
	font-size: 0;
	filter: brightness(0) opacity(0.15);
	overflow: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_solu .solu_box .solu_list .item:hover .info .icon {
	filter: none;
}

@media (max-width:1560px) {
	.inside_solu .solu_box .solu_list .item .info .title {
		font-size: 20px;
	}

	.inside_solu .solu_box .solu_list .item .info .icon {
		height: 24px;
	}
}

@media (max-width:1366px) {
	.inside_solu .solu_box .solu_list .item .info .title {
		font-size: 18px;
	}

	.inside_solu .solu_box .solu_list .item .info .details {
		font-size: 14px;
	}

	.inside_solu .solu_box .solu_list .item .info .icon {
		height: 18px;
	}
}

@media (max-width:1024px) {
	.inside_solu .solu_box .solu_list {
		grid-gap: 20px;
	}

	.inside_solu .solu_box .solu_list .item {
		border-radius: 10px;
	}

	.inside_solu .solu_box .solu_list .item .info {
		padding: 15px;
	}
}

@media (max-width:768px) {
	.inside_solu .solu_box .solu_list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	.inside_solu .solu_box .solu_list .item .info .title {
		font-size: 16px;
	}

	.inside_solu .solu_box .solu_list .item .info .details {
		font-size: 12px;
	}

	.inside_solu .solu_box .solu_list .item .info .icon {
		height: 14px;
	}
}

@media (max-width:480px) {
	.inside_solu .solu_box .solu_list {
		grid-template-columns: 100%;
	}
}

@media (max-width:1366px) {
	.inside_solu .solu_box {
		margin-top: 40px;
	}
}

@media (max-width:1024px) {
	.inside_solu .solu_box {
		margin-top: 30px;
	}
}

.inside_product {
	width: 100%;
	height: auto;
	background: #f7f8fc;
}

.inside_product .product_classify {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_product .product_classify .inside_title .title {
	text-align: center;
}

.inside_product .product_classify .classify_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_product .product_classify .classify_box .classify_list {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.56vw;
}

.inside_product .product_classify .classify_box .classify_list .item {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.inside_product .product_classify .classify_box .classify_list .item .img {
	width: 180px;
	background: #fafbfc;
	border-radius: 20px;
}

.inside_product .product_classify .classify_box .classify_list .item .img .pb {
	padding-bottom: 87.77%;
}

.inside_product .product_classify .classify_box .classify_list .item .img .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product .product_classify .classify_box .classify_list .item .img img {
	max-width: 80%;
}

.inside_product .product_classify .classify_box .classify_list .item .info {
	flex: 1;
	height: auto;
	margin-left: 20px;
	overflow: hidden;
}

.inside_product .product_classify .classify_box .classify_list .item .info .title {
	font-family: 'Euclid Square';
	font-size: 20px;
	color: #000;
}

.inside_product .product_classify .classify_box .classify_list .item .info .details {
	width: 100%;
	height: calc(2em * 1.42);
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.42;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.inside_product .product_classify .classify_box .classify_list .item .info .more {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product .product_classify .classify_box .classify_list .item .info .more .txt {
	font-size: 14px;
	color: #828282;
}

.inside_product .product_classify .classify_box .classify_list .item .info .more .icon {
	font-size: 0;
	margin-left: 10px;
	opacity: .5;
}

.inside_product .product_classify .classify_box .classify_list .item:hover {
	background: #29166f;
}

.inside_product .product_classify .classify_box .classify_list .item:hover .info .title {
	color: #fff;
}

.inside_product .product_classify .classify_box .classify_list .item:hover .info .details {
	color: #fff;
}

.inside_product .product_classify .classify_box .classify_list .item:hover .info .more .txt {
	color: #fff;
}

.inside_product .product_classify .classify_box .classify_list .item:hover .info .more .icon {
	filter: invert(1);
	opacity: 1;
}

@media (max-width:1366px) {
	.inside_product .product_classify .classify_box .classify_list .item {
		border-radius: 15px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .img {
		width: 150px;
		border-radius: 15px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info {
		margin-left: 15px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info .title {
		font-size: 18px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info .details {
		font-size: 13px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_classify .classify_box .classify_list .item {
		border-radius: 10px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .img {
		width: 120px;
		border-radius: 10px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info {
		margin-left: 10px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info .title {
		font-size: 16px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info .details {
		margin-top: 5px;
		font-size: 12px;
	}

	.inside_product .product_classify .classify_box .classify_list .item .info .more {
		margin-top: 10px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_classify .classify_box .classify_list {
		margin-top: 30px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_classify .classify_box .classify_list {
		margin-top: 30px;
		grid-gap: 15px;
	}
}

@media (max-width:990px) {
	.inside_product .product_classify .classify_box .classify_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:640px) {
	.inside_product .product_classify .classify_box .classify_list {
		grid-template-columns: 100%;
	}
}

.inside_product .product_box {
	width: 100%;
	height: auto;
}

.inside_product .product_box .inside_center {
	margin: 0 auto;
	padding-top: 5.2vw;
	padding-bottom: 5.2vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_product .product_box .sidebar_box {
	width: 220px;
	height: 100%;
	position: sticky;
	top: 100px;
	background: #fff;
	border-radius: 20px;
}

.inside_product .product_box .sidebar_box .item {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f3f1f3;
	overflow: hidden;
}

.inside_product .product_box .sidebar_box .item .headline {
	width: 100%;
	height: auto;
	padding: 24px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product .product_box .sidebar_box .item .headline .icon {
	width: 20px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .sidebar_box .item .headline .title {
	flex: 1;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .sidebar_box .item .headline .arrow {
	width: 7px;
	font-size: 0;
	opacity: .5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .sidebar_box .item .menu_box {
	width: 100%;
	height: auto;
	max-height: 50vh;
	padding: 24px 30px;
	border-top: 1px solid #f3f1f3;
	display: none;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #dcdcdc transparent;
}

.inside_product .product_box .sidebar_box .item .menu_box::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: transparent;
}

.inside_product .product_box .sidebar_box .item .menu_box::-webkit-scrollbar-thumb {
	background-color: #dcdcdc;
	border-radius: 10px;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu {
	width: 100%;
	height: auto;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one a {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #999;
	position: relative;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one .active {
	padding-left: 1.4em;
	color: #29166f;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one .active::before,
.inside_product .product_box .sidebar_box .item .menu_box .menu .one .active::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 10px;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one .active::before {
	width: 1em;
	height: 1em;
	border: 1px solid #29166f;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one .active::after {
	width: .4em;
	height: .4em;
	background: #29166f;
	left: .3em;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one a:hover {
	color: #29166f;
}

.inside_product .product_box .sidebar_box .item .menu_box .menu .one:first-child {
	margin-top: 0;
}

.inside_product .product_box .sidebar_box .item.active .headline .icon,
.inside_product .product_box .sidebar_box .item .headline:hover .icon,
.inside_product .product_box .sidebar_box .item.active .headline .arrow,
.inside_product .product_box .sidebar_box .item .headline:hover .arrow {
	filter: brightness(0.4);
	opacity: 1;
}

.inside_product .product_box .sidebar_box .item.active .headline .title,
.inside_product .product_box .sidebar_box .item .headline:hover .title {
	color: #333;
}

.inside_product .product_box .sidebar_box .item.active .headline .arrow {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.inside_product .product_box .sidebar_box .item:last-child {
	border: 0;
}

.inside_product .product_box .product_main {
	flex: 1;
	height: auto;
	margin-left: 1.56vw;
}

.inside_product .product_box .product_main .product_head {
	width: 100%;
	height: auto;
	padding: 20px 30px 20px 0;
	background: #fff;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}

.inside_product .product_box .product_main .product_head .headline {
	width: auto;
	height: auto;
	padding-left: 30px;
	border-left: 2px solid #29166f;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}

.inside_product .product_box .product_main .product_head .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product .product_box .product_main .product_head .column .details {
	margin-right: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #a6a6a6;
}

.inside_product .product_box .product_main .product_head .column .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product .product_box .product_main .product_head .column .menu .item {
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
}

.inside_product .product_box .product_main .product_head .column .menu .item .icon,
.inside_product .product_box .product_main .product_head .column .menu .item .txt {
	position: relative;
	z-index: 5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .product_main .product_head .column .menu .item .icon {
	font-size: 0;
}

.inside_product .product_box .product_main .product_head .column .menu .item .txt {
	margin-left: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #a6a6a6;
}

.inside_product .product_box .product_main .product_head .column .menu .item::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 20px;
	border: 1px solid #ededed;
	background: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .product_main .product_head .column .menu .item::after {
	content: '';
	width: 70%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
	z-index: 1;
	background: #29166f;
	filter: blur(6px);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .product_main .product_head .column .menu .item.active .icon {
	filter: brightness(0) invert(1);
}

.inside_product .product_box .product_main .product_head .column .menu .item.active .txt {
	color: #fff;
}

.inside_product .product_box .product_main .product_head .column .menu .item.active::before {
	background: #29166f;
	border-color: #29166f;
}

.inside_product .product_box .product_main .product_head .column .menu .item.active::after {
	opacity: 1;
}

.inside_product .product_box .product_main .product_head .column .menu .line {
	width: 2px;
	height: 11px;
	background: #d4d4d4;
	margin: 0 20px;
}

.inside_product .product_box .product_main .filter_box {
	width: 100%;
	height: auto;
	margin: 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.inside_product .product_box .product_main .filter_box .filter_title {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.inside_product .product_box .product_main .filter_box .info {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding-left: 20px;
	overflow: hidden;
}

.inside_product .product_box .product_main .filter_box .info .one {
	width: auto;
	height: 30px;
	margin: 0 15px 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_product .product_box .product_main .filter_box .info .one a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.inside_product .product_box .product_main .filter_box .info .one .title {
	font-size: 12px;
	color: #666;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .product_main .filter_box .info .one .icon {
	font-size: 0;
	margin-left: 10px;
	filter: brightness(0);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .product_main .filter_box .info .one:hover a {
	background: #fff;
}

.inside_product .product_box .product_main .filter_box .info .one:hover a .title {
	color: #29166f;
}

.inside_product .product_box .product_main .filter_box .info .one:hover a .icon {
	filter: none;
}

@media (max-width:990px) {
	.inside_product .product_box .product_main .filter_box .info .one {
		margin: 0 10px 10px 0;
	}
}

@media (max-width:768px) {
	.inside_product .product_box .product_main .filter_box {
		display: block;
	}

	.inside_product .product_box .product_main .filter_box .info {
		width: 100%;
		padding: 0;
	}
}

.inside_product .product_box .product_main .product_list {
	width: 100%;
	height: auto;
	margin-top: 1vw;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1vw;
}

.inside_product .product_box .product_main .product_list .item {
	width: 100%;
	height: auto;
	padding: 0 1.56vw 2.6vw;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.inside_product .product_box .product_main .product_list .item .img {
	width: 90%;
	max-width: 150px;
	height: auto;
	margin: 40px auto;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.inside_product .product_box .product_main .product_list .item .img .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product .product_box .product_main .product_list .item .headtitle {
	width: 100%;
	height: auto;
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	z-index: 5;
	text-align: center;
	letter-spacing: .12em;
	overflow: hidden;
}

.inside_product .product_box .product_main .product_list .item .headtitle span {
	font-family: 'NexaBold';
	font-weight: normal;
}

.inside_product .product_box .product_main .product_list .item .info_box {
	width: 100%;
	height: auto;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.inside_product .product_box .product_main .product_list .item .info_box .info {
	width: auto;
	height: auto;
	padding-right: 5vw;
	display: none;
}

.inside_product .product_box .product_main .product_list .item .info_box .info .title {
	font-family: 'Euclid Square';
	font-size: 20px;
}

.inside_product .product_box .product_main .product_list .item .info_box .info .details {
	margin-top: 5px;
	font-size: 14px;
	color: #828282;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.inside_product .product_box .product_main .product_list .item .info_box .info .details i {
	width: 1px;
	height: 11px;
	background: #8c8c8c;
	margin: 0 20px;
}

.inside_product .product_box .product_main .product_list .item .info_box .info .subtitle {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e9e9e9;
	font-size: 16px;
	color: #333;
}

.inside_product .product_box .product_main .product_list .item .info_box .use {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product .product_box .product_main .product_list .item .info_box .use .more {
	width: auto;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 10px;
}

.inside_product .product_box .product_main .product_list .item .info_box .use .more a {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border-radius: 30px;
	border: 1px solid #e4e4e4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 10px;
	zoom: .8;
	color: #333;
}

.inside_product .product_box .product_main .product_list .item .info_box .use .more a:hover {
	background: #29166f;
	border-color: #29166f;
	color: #fff;
}

.inside_product .product_box .product_main .product_list .item .info_box .use .more:first-child {
	margin-left: 0;
}

.inside_product .product_box .product_main .product_list .item::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 20px;
	background: #fff;
}

.inside_product .product_box .product_main .product_list .item::after {
	content: '';
	width: 70%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
	z-index: 1;
	background: #000;
	filter: blur(20px);
	opacity: .1;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product .product_box .product_main .product_list .item:hover {
	z-index: 1;
}

.inside_product .product_box .product_main .product_list .item:hover::after {
	opacity: .1;
}

.inside_product .product_box .product_main .product_list .item:nth-child(4n-2) {
	animation-delay: .1s;
}

.inside_product .product_box .product_main .product_list .item:nth-child(4n-1) {
	animation-delay: .2s;
}

.inside_product .product_box .product_main .product_list .item:nth-child(4n) {
	animation-delay: .3s;
}

@media (max-width:1366px) {
	.inside_product .product_box .product_main .product_list .item .img {
		max-width: 120px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .title {
		font-size: 18px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .details {
		font-size: 13px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .details i {
		margin: 0 15px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .subtitle {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 14px;
	}

	.inside_product .product_box .product_main .product_list .item::before {
		border-radius: 15px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_box .product_main .product_list .item {
		padding: 0 15px 20px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .title {
		font-size: 16px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .details {
		font-size: 12px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .details i {
		margin: 0 10px;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .info .subtitle {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.inside_product .product_box .product_main .product_list .item .headtitle {
		font-size: 13px;
		letter-spacing: .12em;
	}

	.inside_product .product_box .product_main .product_list .item .info_box .use .more a {
		padding: 0 15px;
	}
}

.inside_product .product_box .product_main .product_list.active {
	grid-template-columns: 100%;
	grid-gap: 10px;
}

.inside_product .product_box .product_main .product_list.active .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px 30px 15px 0;
}

.inside_product .product_box .product_main .product_list.active .item .img {
	width: 60px;
	height: auto;
	margin: 0 30px;
}

.inside_product .product_box .product_main .product_list.active .item .headtitle {
	display: none;
}

.inside_product .product_box .product_main .product_list.active .item .info_box {
	margin: 0;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inside_product .product_box .product_main .product_list.active .item .info_box .info {
	display: block;
	flex: 1;
}

.inside_product .product_box .product_main .product_list.active .item .info_box .info .title {
	font-size: 16px;
}

.inside_product .product_box .product_main .product_list.active .item .info_box .info .subtitle {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
}

.inside_product .product_box .product_main .product_list.active .item .info_box .use {
	width: auto;
	display: block;
}

.inside_product .product_box .product_main .product_list.active .item .info_box .use .more {
	margin: 5px 0 0;
}

.inside_product .product_box .product_main .product_list.active .item .info_box .use .more:first-child {
	margin: 0;
}

@media (max-width:1366px) {
	.inside_product .product_box .product_main .product_list.active .item .info_box .info .title {
		font-size: 14px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .info .details {
		font-size: 12px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .info .subtitle {
		font-size: 12px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_box .product_main .product_list.active .item {
		padding: 15px 20px 15px 0;
	}

	.inside_product .product_box .product_main .product_list.active .item .img {
		margin: 0 20px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .info {
		padding-right: 20px;
	}
}

@media (max-width:768px) {
	.inside_product .product_box .product_main .product_list.active .item {
		padding: 15px 15px 15px 0;
	}

	.inside_product .product_box .product_main .product_list.active .item .img {
		height: 100%;
		margin: 0 15px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box {
		flex: 1;
		display: block;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .title {
		font-size: 14px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .details {
		display: none;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .subtitle {
		font-size: 12px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .use {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-top: 15px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .use .more {
		width: 70px;
		margin: 0 0 0 8px;
	}

	.inside_product .product_box .product_main .product_list.active .item .info_box .use .more a {
		height: 30px;
	}
}

@media (max-width:1150px) {
	.inside_product .product_box .product_main .product_list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:1024px) {
	.inside_product .product_box .product_main .product_list {
		margin-top: 10px;
	}
}

@media (max-width:768px) {
	.inside_product .product_box .product_main .product_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.inside_product .product_box .product_main .faq {
	width: 100%;
	height: auto;
	position: relative;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits {
	width: 120px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select {
	width: 100%;
	height: 100%;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select .layui-select-title {
	width: 100%;
	height: 100%;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select .layui-input {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	border: 0;
	background: #fff;
	border-radius: 10px;
	font-size: 14px;
	color: #2f3133;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select .layui-disabled {
	color: #2f3133 !important;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select .layui-anim-upbit {
	top: 100%;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select .layui-anim-upbit dd {
	font-size: 14px;
	color: #999;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-select .layui-anim-upbit .layui-this {
	background: #29166f;
	color: #fff;
}

.inside_product .product_box .product_main .faq .layui-laypage-limits .layui-form-selectup .layui-anim-upbit {
	top: auto;
	bottom: 100%;
}

@media (max-width:1366px) {
	.inside_product .product_box .product_main .product_head {
		border-radius: 15px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_box .product_main .product_head {
		padding: 15px;
		padding-left: 0;
		border-radius: 10px;
	}

	.inside_product .product_box .product_main .product_head .headline {
		padding-left: 15px;
		font-size: 14px;
	}

	.inside_product .product_box .product_main .product_head .column .details {
		font-size: 12px;
		color: #ccc;
		margin-right: 10px;
	}

	.inside_product .product_box .product_main .product_head .column .menu .item {
		height: 30px;
		padding: 0 10px;
	}

	.inside_product .product_box .product_main .product_head .column .menu .item .icon {
		width: 10px;
	}

	.inside_product .product_box .product_main .product_head .column .menu .item .txt {
		font-size: 12px;
		font-weight: normal;
	}

	.inside_product .product_box .product_main .product_head .column .menu .item::before {
		border-radius: 5px;
	}

	.inside_product .product_box .product_main .product_head .column .menu .line {
		width: 0;
		margin: 0 4px;
	}
}

@media (max-width:990px) {
	.inside_product .product_box .product_main .faq .layui-laypage-limits {
		display: none;
	}
}

@media (max-width:1366px) {
	.inside_product .product_box .sidebar_box {
		border-radius: 15px;
	}
}

@media (max-width:1024px) {
	.inside_product .product_box .inside_center {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.inside_product .product_box .sidebar_box {
		border-radius: 10px;
	}

	.inside_product .product_box .sidebar_box .item .headline {
		padding: 20px 15px;
	}

	.inside_product .product_box .sidebar_box .item .headline .icon {
		width: 14px;
	}

	.inside_product .product_box .sidebar_box .item .headline .title {
		padding: 0 10px;
		font-size: 13px;
	}

	.inside_product .product_box .sidebar_box .item .menu_box .menu .one a {
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-width:990px) {
	.inside_product .product_box .inside_center {
		display: block;
	}

	.inside_product .product_box .sidebar_box {
		width: 100%;
		height: auto;
		position: static;
		top: 0;
	}

	.inside_product .product_box .sidebar_box .item .menu_box {
		max-height: 30vh;
		padding: 15px;
	}

	.inside_product .product_box .sidebar_box .item .menu_box .menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}

	.inside_product .product_box .sidebar_box .item .menu_box .menu .one {
		margin: 0;
	}

	.inside_product .product_box .product_main {
		margin: 20px 0 0;
	}
}

.up_box {
	width: 100%;
	height: 100vh;
	padding: 5.2vw 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	display: none;
	overflow: hidden;
	overflow-y: auto;
}

.up_box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: .8;
}

.up_box .inside_center {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.up_box .up_main {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
}

.up_box .up_main .close_box {
	width: 100%;
	height: auto;
	padding: 30px;
	overflow: hidden;
}

.up_box .up_main .close_box .close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #29166f;
	float: right;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.up_box .up_main .close_box .close i {
	width: 50%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 25%;
	top: 50%;
	margin-top: -1px;
	border-radius: 5px;
	transform-origin: center;
}

.up_box .up_main .close_box .close i:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.up_box .up_main .close_box .close i:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.up_box .up_main .close_box .close:hover {
	background: #000;
}

@media (max-width:1024px) {
	.up_box .up_main .close_box {
		padding: 20px;
	}

	.up_box .up_main .close_box .close {
		width: 30px;
		height: 30px;
	}

	.up_box .up_main .close_box .close i {
		width: 40%;
		left: 30%;
	}
}

.up_box .up_main .up_one {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
}

.up_box .up_main .up_one .inside_title .title {
	text-align: center;
	font-weight: normal;
}

.up_box .up_main .up_one .content {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
	padding: 10px;
	position: relative;
	background: #fafbfc;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.up_box .up_main .up_one .content .img {
	width: 40%;
	max-width: 390px;
	height: auto;
	position: relative;
	z-index: 2;
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
}

.up_box .up_main .up_one .content .img .pb {
	padding-bottom: 87.77%;
}

.up_box .up_main .up_one .content .img .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.up_box .up_main .up_one .content .info_box {
	flex: 1;
	max-width: 740px;
	margin-left: 3vw;
	position: relative;
	z-index: 2;
}

.up_box .up_main .up_one .content .info_box .title {
	font-size: 22px;
	color: #333;
}

.up_box .up_main .up_one .content .info_box .details {
	margin-top: 20px;
	font-size: 14px;
	color: #555;
	line-height: 1.71;
}

.up_box .up_main .up_one .content .info_box .subtitle {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 100;
	color: #555;
}

.up_box .up_main .up_one .content .info_box .subtitle span {
	font-weight: normal;
	color: #000;
}

.up_box .up_main .up_one .content .bg {
	width: 100%;
	height: 90%;
	position: absolute;
	right: -10.5%;
	bottom: -30%;
	z-index: 1;
	text-align: right;
	opacity: .06;
}

@media (max-width:1560px) {
	.up_box .up_main .up_one .content .img {
		max-width: 340px;
	}

	.up_box .up_main .up_one .content .info_box .title {
		font-size: 20px;
	}

	.up_box .up_main .up_one .content .info_box .subtitle {
		font-size: 22px;
	}
}

@media (max-width:1366px) {
	.up_box .up_main .up_one .content .img {
		max-width: 330px;
	}

	.up_box .up_main .up_one .content .info_box .title {
		font-size: 18px;
	}

	.up_box .up_main .up_one .content .info_box .details {
		font-size: 13px;
	}

	.up_box .up_main .up_one .content .info_box .subtitle {
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_one .content {
		margin-top: 20px;
	}

	.up_box .up_main .up_one .content .img {
		max-width: 300px;
	}

	.up_box .up_main .up_one .content .info_box {
		margin-left: 20px;
	}

	.up_box .up_main .up_one .content .info_box .title {
		font-size: 16px;
	}

	.up_box .up_main .up_one .content .info_box .details {
		margin-top: 15px;
		font-size: 12px;
	}

	.up_box .up_main .up_one .content .info_box .subtitle {
		margin-top: 15px;
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.up_box .up_main .up_one .content {
		display: block;
		border-radius: 10px;
	}

	.up_box .up_main .up_one .content .img {
		width: 100%;
		max-width: 100%;
		border-radius: 10px;
	}

	.up_box .up_main .up_one .content .img .pb {
		height: auto;
		padding: 30px;
	}

	.up_box .up_main .up_one .content .img .ab {
		position: relative;
	}

	.up_box .up_main .up_one .content .info_box {
		margin: 20px 0 0;
	}

	.up_box .up_main .up_one .content .info_box .title {
		font-size: 14px;
	}

	.up_box .up_main .up_one .content .info_box .details,
	.up_box .up_main .up_one .content .info_box .subtitle {
		margin-top: 10px;
	}

	.up_box .up_main .up_one .content .info_box .subtitle {
		font-size: 16px;
	}
}

@media (max-width:1366px) {
	.up_box .up_main .up_one {
		padding: 0 20px;
	}
}

@media (max-width:990px) {
	.up_box .up_main .up_one {
		padding: 0 10px;
	}
}

.up_box .up_main .up_title {
	text-align: center;
	font-size: 32px;
	color: #000;
}

@media (max-width:1366px) {
	.up_box .up_main .up_title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_title {
		font-size: 20px;
	}
}

.up_box .up_main .up_two {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 5.2vw auto;
	padding: 0 30px;
	overflow: hidden;
}

.up_box .up_main .up_two .two_list {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.56vw;
}

.up_box .up_main .up_two .two_list .item {
	width: 100%;
	height: auto;
	padding: 5px;
	background: #fafbfc;
	border-radius: 20px;
	position: relative;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.up_box .up_main .up_two .two_list .item::before,
.up_box .up_main .up_two .two_list .item::after {
	content: '';
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	border: 4px solid #369eff;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.up_box .up_main .up_two .two_list .item::before {
	width: 200px;
	height: 200px;
	left: 0;
	top: 0;
	transform: translate(-60%, -60%);
}

.up_box .up_main .up_two .two_list .item::after {
	width: 400px;
	height: 400px;
	right: 0;
	bottom: 0;
	transform: translate(60%, 40%);
}

.up_box .up_main .up_two .two_list .item .center {
	width: 100%;
	height: auto;
	background: #fafbfc;
	position: relative;
	z-index: 5;
	border-radius: 20px;
}

.up_box .up_main .up_two .two_list .item .img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
}

.up_box .up_main .up_two .two_list .item .img .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.up_box .up_main .up_two .two_list .item .info {
	width: 100%;
	height: auto;
	text-align: center;
	transform: translateY(20px);
	color: #666;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.up_box .up_main .up_two .two_list .item .info .title {
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 1;
}

.up_box .up_main .up_two .two_list .item .info .subtitle {
	width: 100%;
	height: calc(2em * 1.5);
	margin-top: 5px;
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
}

.up_box .up_main .up_two .two_list .item .more {
	width: 100%;
	height: 50px;
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.up_box .up_main .up_two .two_list .item .more .txt {
	font-size: 14px;
	font-weight: bold;
	color: #4757cf;
}

.up_box .up_main .up_two .two_list .item .more .icon {
	font-size: 0;
	margin-left: 5px;
}

.up_box .up_main .up_two .two_list .item:hover {
	background: #4757cf;
}

.up_box .up_main .up_two .two_list .item:hover::before,
.up_box .up_main .up_two .two_list .item:hover::after {
	opacity: 1;
}

.up_box .up_main .up_two .two_list .item:hover .info {
	transform: translate(0);
	color: #000;
}

.up_box .up_main .up_two .two_list .item:hover .more {
	opacity: 1;
}

@media (max-width:1560px) {
	.up_box .up_main .up_two .two_list .item .info .title {
		font-size: 16px;
	}

	.up_box .up_main .up_two .two_list .item .info .subtitle {
		font-size: 18px;
	}
}

@media (max-width:1366px) {
	.up_box .up_main .up_two .two_list .item .info .title {
		font-size: 14px;
	}

	.up_box .up_main .up_two .two_list .item .info .subtitle {
		font-size: 16px;
	}

	.up_box .up_main .up_two .two_list .item .more {
		height: 44px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_two .two_list .item .info .title {
		font-size: 12px;
	}

	.up_box .up_main .up_two .two_list .item .info .subtitle {
		font-size: 14px;
	}

	.up_box .up_main .up_two .two_list .item .more {
		height: 36px;
	}

	.up_box .up_main .up_two .two_list .item .more .txt {
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-width:990px) {
	.up_box .up_main .up_two .two_list .item {
		padding: 0;
		border-radius: 10px;
	}

	.up_box .up_main .up_two .two_list .item::before,
	.up_box .up_main .up_two .two_list .item::after {
		display: none;
	}

	.up_box .up_main .up_two .two_list .item .center {
		border-radius: 10px;
	}

	.up_box .up_main .up_two .two_list .item .info {
		transform: translate(0);
	}

	.up_box .up_main .up_two .two_list .item .more {
		opacity: 1;
	}
}

@media (max-width:768px) {
	.up_box .up_main .up_two .two_list .item .info .subtitle {
		font-size: 13px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_two .two_list {
		margin-top: 20px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}
}

@media (max-width:768px) {
	.up_box .up_main .up_two .two_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:1366px) {
	.up_box .up_main .up_two {
		padding: 0 20px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_two {
		margin: 50px auto;
	}
}

@media (max-width:990px) {
	.up_box .up_main .up_two {
		padding: 0 10px;
	}
}

.up_box .up_main .up_three {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 5.2vw auto;
	padding: 0 30px;
	overflow: hidden;
}

.up_box .up_main .up_three .three_list {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
	overflow: hidden;
}

.up_box .up_main .up_three .three_list .item {
	width: 100%;
	height: auto;
	margin-top: 20px;
	background: #fafbfc;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.up_box .up_main .up_three .three_list .item .img {
	width: 50%;
	height: auto;
	background: red;
	overflow: hidden;
}

.up_box .up_main .up_three .three_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.up_box .up_main .up_three .three_list .item .info_box {
	width: 50%;
	height: auto;
	padding: 3vw;
	overflow: hidden;
}

.up_box .up_main .up_three .three_list .item .info_box .subtitle {
	font-size: 18px;
}

.up_box .up_main .up_three .three_list .item .info_box .title {
	margin-top: 5px;
	font-family: 'NexaLight';
	font-size: 40px;
	line-height: 1;
}

.up_box .up_main .up_three .three_list .item .info_box .details {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
}

.up_box .up_main .up_three .three_list .item .info_box .more {
	margin-top: 2.5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.up_box .up_main .up_three .three_list .item .info_box .more a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.up_box .up_main .up_three .three_list .item .info_box .more .txt {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.up_box .up_main .up_three .three_list .item .info_box .more .icon {
	margin-left: 7px;
	font-size: 0;
	opacity: .4;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.up_box .up_main .up_three .three_list .item .info_box .more a:hover .txt {
	color: #000;
}

.up_box .up_main .up_three .three_list .item .info_box .more a:hover .icon {
	opacity: 1;
}

@media (max-width:1366px) {
	.up_box .up_main .up_three .three_list .item .info_box .subtitle {
		font-size: 16px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .title {
		font-size: 28px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .details {
		font-size: 13px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_three .three_list .item .info_box {
		padding: 15px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .subtitle {
		font-size: 14px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .title {
		font-size: 24px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .details {
		margin-top: 10px;
		font-size: 12px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .more {
		margin-top: 20px;
	}

	.up_box .up_main .up_three .three_list .item .info_box .more .txt {
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-width:768px) {
	.up_box .up_main .up_three .three_list .item .info_box {
		width: 100%;
	}
}

.up_box .up_main .up_three .three_list .item:first-child {
	margin-top: 0;
}

.up_box .up_main .up_three .three_list .item:nth-child(odd) {
	flex-direction: row-reverse;
}

@media (max-width:1366px) {
	.up_box .up_main .up_three .three_list .item {
		border-radius: 15px;
	}
}

@media (max-width:768px) {
	.up_box .up_main .up_three .three_list .item {
		display: block;
	}

	.up_box .up_main .up_three .three_list .item .img {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_three .three_list {
		margin-top: 20px;
	}
}

@media (max-width:1366px) {
	.up_box .up_main .up_three {
		padding: 0 20px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main .up_three {
		margin: 50px auto;
	}
}

@media (max-width:990px) {
	.up_box .up_main .up_three {
		padding: 0 10px;
	}
}

@media (max-width:1366px) {
	.up_box .up_main {
		border-radius: 30px;
	}
}

@media (max-width:1024px) {
	.up_box .up_main {
		border-radius: 20px;
	}
}

@media (max-width:768px) {
	.up_box .up_main {
		border-radius: 10px;
	}
}

@media (max-width:1024px) {
	.up_box {
		padding: 70px 0 70px;
	}
}

@media (max-width:990px) {
	.up_box .inside_center {
		padding: 0 10px;
	}
}

.inside_product_details {
	width: 100%;
	height: auto;
	position: relative;
}

.inside_product_details::after {
	content: '';
	width: 40vw;
	height: 40vw;
	position: absolute;
	top: -20vw;
	right: -20vw;
	z-index: 2;
	box-sizing: border-box;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .05;
	-webkit-mask: linear-gradient(-135deg, transparent 60%, #000000);
	mask: linear-gradient(-135deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_product_details::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_product_details::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_product_details::after {
		border-width: 20px;
	}
}

.inside_product_details .product_head {
	width: 100%;
	height: auto;
}

.inside_product_details .product_head .inside_center {
	margin: 0 auto;
}

.inside_product_details .product_head .product_box {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product_details .product_head .details_swiper {
	width: 50%;
	height: 100%;
	position: relative;
	background: radial-gradient(#ffffff, #f0f7fd);
	border-radius: 20px;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_box {
	width: 70%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_box ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_box ul li {
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_box .pager {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_box .pager span {
	width: 6px;
	height: 6px;
	background: #29166f;
	opacity: .2;
}

.inside_product_details .product_head .details_swiper .swiper_box .pager span.active {
	opacity: 1;
}

.inside_product_details .product_head .details_swiper .swiper_tab {
	width: 45px;
	height: 100%;
	position: absolute;
	left: 3vw;
	top: 0;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper li {
	width: 100%;
	height: auto;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	text-align: center;
	border: 1px solid #c3ced9;
	background: #fff;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper li .pb {
	padding-bottom: 100%;
}

.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper li .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper .active {
	border-color: #29166f;
}

.inside_product_details .product_head .details_swiper .swiper_tab .pager {
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.inside_product_details .product_head .details_swiper .swiper_tab .pager span {
	width: 24px;
	height: 2px;
	margin: 0 5px !important;
	border-radius: 0;
	opacity: .2;
	position: relative;
	z-index: 1;
	background: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_details .product_head .details_swiper .swiper_tab .pager .active {
	opacity: 1;
}

.inside_product_details .product_head .details_swiper .swiper_tab .pager .active::before {
	opacity: 1;
}

.inside_product_details .product_head .details_swiper .swiper_tab .pager .active::after {
	border-radius: 50%;
}

@media (max-width:1366px) {
	.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper {
		height: 248px;
		margin: 15px 0;
	}

	.inside_product_details .product_head .details_swiper .swiper_tab .tab_btn i {
		width: 6px;
		height: 6px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_head .details_swiper .swiper_tab {
		width: 50px;
	}

	.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper {
		height: 209px;
	}
}

@media (max-width:990px) {

	.inside_product_details .product_head .details_swiper .swiper_tab .tab_swiper,
	.inside_product_details .product_head .details_swiper .swiper_tab .tab_btn {
		display: none;
	}
}

@media (max-width:1366px) {
	.inside_product_details .product_head .details_swiper {
		border-radius: 15px;
	}

	.inside_product_details .product_head .details_swiper .swiper_tab {
		width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_head .details_swiper {
		border-radius: 10px;
	}

	.inside_product_details .product_head .details_swiper .swiper_tab {
		left: 20px;
	}
}

@media (max-width:990px) {
	.inside_product_details .product_head .details_swiper {
		width: 100%;
	}

	.inside_product_details .product_head .details_swiper .swiper_box {
		width: 100%;
		max-width: 400px;
	}

	.inside_product_details .product_head .details_swiper .swiper_box .pager {
		opacity: 1;
		visibility: initial;
	}

	.inside_product_details .product_head .details_swiper .swiper_tab {
		display: none;
	}
}

.inside_product_details .product_head .info_box {
	flex: 1;
	height: auto;
	margin: 0 5.2vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product_details .product_head .info_box .headline h1 {
	font-size: 44px;
	color: #000;
}

.inside_product_details .product_head .info_box .subtitle {
	padding: 10px 0 20px;
	line-height: 1.875;
	font-size: 14px;
	font-weight: 100;
	color: #666;
	border-bottom: 1px solid #c3ced9;
}

.inside_product_details .product_head .info_box .details {
	width: 100%;
	height: auto;
	margin-top: 25px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

.inside_product_details .product_head .info_box .details p {
	margin-top: 10px;
}

.inside_product_details .product_head .info_box .details p:first-child {
	margin-top: 0;
}

.inside_product_details .product_head .info_box .inside_more {
	margin-top: 3vw;
}

@media (max-width:1366px) {
	.inside_product_details .product_head .info_box .headline h1 {
		font-size: 30px;
	}

	.inside_product_details .product_head .info_box .details {
		margin-top: 20px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_head .info_box .headline h1 {
		font-size: 24px;
	}

	.inside_product_details .product_head .info_box .subtitle {
		padding: 8px 0 15px;
		font-size: 13px;
	}

	.inside_product_details .product_head .info_box .details {
		margin-top: 15px;
		font-size: 13px;
	}

	.inside_product_details .product_head .info_box .inside_more {
		margin-top: 25px;
	}

	.inside_product_details .product_head .info_box .inside_more .more a {
		border-color: #29166f;
		background: #29166f;
		color: #fff;
	}
}

@media (max-width:990px) {
	.inside_product_details .product_head .info_box {
		width: 100%;
		margin: 20px 0 0;
	}

	.inside_product_details .product_head .info_box .headline::after {
		content: '';
		width: 36px;
		height: 2px;
		margin-top: 15px;
		display: block;
		background: #29166f;
	}

	.inside_product_details .product_head .info_box .subtitle {
		padding: 15px 0;
	}
}

@media (max-width:768px) {
	.inside_product_details .product_head .info_box .headline h1 {
		font-size: 20px;
	}

	.inside_product_details .product_head .info_box .subtitle,
	.inside_product_details .product_head .info_box .details {
		font-size: 12px;
	}
}

@media (max-width:990px) {
	.inside_product_details .product_head .product_box {
		display: block;
	}
}

.inside_product_details .product_main {
	width: 100%;
	height: auto;
	margin-top: 5.2vw;
	background: #fdfdfe;
	overflow: hidden;
}

.inside_product_details .product_main .product_item {
	width: 100%;
	height: auto;
	padding: 3vw 0 4vw;
	border-bottom: 1px solid #e3e4e4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_product_details .product_main .product_item .item_title {
	width: 22%;
	height: auto;
	padding-right: 2vw;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .12em;
}

.inside_product_details .product_main .product_item .item_content {
	flex: 1;
	height: auto;
	overflow: hidden;
}

.inside_product_details .product_main .product_item .item_content .one_menu {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1vw;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item {
	width: 100%;
	height: auto;
	padding: 20px 30px;
	border-radius: 10px;
	background: #ecf2f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	overflow: hidden;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item .icon,
.inside_product_details .product_main .product_item .item_content .one_menu .item .down {
	font-size: 0;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item .icon {
	width: 19px;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item .down {
	width: 16px;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item .title,
.inside_product_details .product_main .product_item .item_content .one_menu .item .hot {
	font-size: 14px;
	font-weight: bold;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item .title {
	flex: 1;
	padding: 0 15px;
	color: #000;
}

.inside_product_details .product_main .product_item .item_content .one_menu .item .hot {
	color: #29166f;
}

@media (max-width:1024px) {
	.inside_product_details .product_main .product_item .item_content .one_menu {
		grid-gap: 10px;
	}

	.inside_product_details .product_main .product_item .item_content .one_menu .item {
		padding: 20px;
	}
}

@media (max-width:768px) {
	.inside_product_details .product_main .product_item .item_content .one_menu {
		grid-template-columns: 100%;
		grid-gap: 5px;
	}

	.inside_product_details .product_main .product_item .item_content .one_menu .item {
		padding: 15px;
		border-radius: 5px;
	}

	.inside_product_details .product_main .product_item .item_content .one_menu .item .icon {
		width: 15px;
	}

	.inside_product_details .product_main .product_item .item_content .one_menu .item .title,
	.inside_product_details .product_main .product_item .item_content .one_menu .item .hot {
		font-size: 12px;
		font-weight: normal;
	}

	.inside_product_details .product_main .product_item .item_content .one_menu .item .title {
		padding: 0 10px;
	}

	.inside_product_details .product_main .product_item .item_content .one_menu .item .down {
		width: 10px;
	}
}

.inside_product_details .product_main .product_item:first-child {
	padding-top: 0;
}

.inside_product_details .product_main .product_item:last-child {
	padding-bottom: 0;
	border: 0;
}

@media (max-width:1366px) {
	.inside_product_details .product_main .product_item .item_title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_main .product_item {
		padding: 40px 0;
	}

	.inside_product_details .product_main .product_item .item_title {
		font-size: 20px;
	}
}

@media (max-width:990px) {
	.inside_product_details .product_main .product_item {
		display: block;
	}

	.inside_product_details .product_main .product_item .item_title {
		width: 100%;
		padding: 0;
	}

	.inside_product_details .product_main .product_item .item_title::after {
		content: '';
		width: 36px;
		height: 2px;
		margin-top: 15px;
		display: block;
		background: #29166f;
	}

	.inside_product_details .product_main .product_item .item_content {
		margin-top: 20px;
	}
}

@media (max-width:768px) {
	.inside_product_details .product_main .product_item .item_title {
		font-size: 18px;
	}
}

@media (max-width:480px) {
	.inside_product_details .product_main .product_item .item_title {
		font-size: 16px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_main {
		margin-top: 50px;
	}
}

.inside_product_details .product_hot {
	width: 100%;
	height: auto;
	background: #f8fafb;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_title {
	font-size: 30px;
	font-weight: bold;
}

@media (max-width:1560px) {
	.inside_product_details .product_hot .hot_title {
		font-size: 28px;
	}
}

@media (max-width:1366px) {
	.inside_product_details .product_hot .hot_title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_hot .hot_title {
		font-size: 20px;
	}
}

@media (max-width:990px) {
	.inside_product_details .product_hot .hot_title::after {
		content: '';
		width: 36px;
		height: 2px;
		margin-top: 15px;
		display: block;
		background: #29166f;
	}
}

@media (max-width:768px) {
	.inside_product_details .product_hot .hot_title {
		font-size: 18px;
	}
}

.inside_product_details .product_hot .hot_list {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_product_details .product_hot .hot_list ul li {
	width: 20%;
	height: auto;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_list ul li .center_box {
	width: 100%;
	height: 100%;
	padding: 5px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_list ul li .center_box::before,
.inside_product_details .product_hot .hot_list ul li .center_box::after {
	content: '';
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	border: 4px solid #369eff;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_details .product_hot .hot_list ul li .center_box::before {
	width: 200px;
	height: 200px;
	left: 0;
	top: 0;
	transform: translate(-60%, -60%);
}

.inside_product_details .product_hot .hot_list ul li .center_box::after {
	width: 400px;
	height: 400px;
	right: 0;
	bottom: 0;
	transform: translate(60%, 40%);
}

.inside_product_details .product_hot .hot_list ul li .center_box .center {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 5;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inside_product_details .product_hot .hot_list ul li .center_box .img {
	width: 90%;
	max-width: 120px;
	height: auto;
	margin: 40px auto;
}

.inside_product_details .product_hot .hot_list ul li .center_box .img .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_product_details .product_hot .hot_list ul li .center_box .info {
	width: 100%;
	height: auto;
	padding: 0 10px;
	text-align: center;
	transform: translateY(20px);
	color: #666;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_details .product_hot .hot_list ul li .center_box .info .title {
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 1;
}

.inside_product_details .product_hot .hot_list ul li .center_box .info .subtitle {
	width: 100%;
	height: auto;
	margin-top: 5px;
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_list ul li .center_box .use {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_details .product_hot .hot_list ul li .center_box .use .more {
	width: auto;
	flex: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.inside_product_details .product_hot .hot_list ul li .center_box .use .more a {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.inside_product_details .product_hot .hot_list ul li .center_box .use .more a:hover {
	color: #29166f;
}

.inside_product_details .product_hot .hot_list ul li .center_box .use .more:first-child {
	border-left: 0;
}

.inside_product_details .product_hot .hot_list ul li .center_box:hover {
	background: #4757cf;
}

.inside_product_details .product_hot .hot_list ul li .center_box:hover::before,
.inside_product_details .product_hot .hot_list ul li .center_box:hover::after {
	opacity: 1;
}

.inside_product_details .product_hot .hot_list ul li .center_box:hover .info {
	transform: translate(0);
	color: #000;
}

.inside_product_details .product_hot .hot_list ul li .center_box:hover .use {
	opacity: 1;
}

@media (max-width:1560px) {
	.inside_product_details .product_hot .hot_list ul li .center_box .info .title {
		font-size: 16px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info .subtitle {
		font-size: 18px;
	}
}

@media (max-width:1366px) {
	.inside_product_details .product_hot .hot_list ul li .center_box {
		border-radius: 15px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .center {
		border-radius: 15px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info .title {
		font-size: 14px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info .subtitle {
		font-size: 16px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .use {
		height: 44px;
	}
}

@media (max-width:1024px) {
	.inside_product_details .product_hot .hot_list ul li .center_box {
		border-radius: 10px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .center {
		border-radius: 10px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info .title {
		font-size: 12px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info .subtitle {
		font-size: 14px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .use {
		height: 36px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .use .more a {
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-width:990px) {
	.inside_product_details .product_hot .hot_list ul li .center_box {
		padding: 0;
		border-radius: 10px;
		background: transparent !important;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box::before,
	.inside_product_details .product_hot .hot_list ul li .center_box::after {
		display: none;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .center {
		border-radius: 10px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info {
		transform: translate(0);
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .use {
		opacity: 1;
	}
}

@media (max-width:768px) {
	.inside_product_details .product_hot .hot_list ul li .center_box {
		border-radius: 5px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .center {
		border-radius: 5px;
	}

	.inside_product_details .product_hot .hot_list ul li .center_box .info .subtitle {
		font-size: 13px;
	}
}

.inside_product_details .product_hot .hot_list .pager_box {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_list .pager_box .pager {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.inside_product_details .product_hot .hot_list .pager_box .pager span {
	width: 6px;
	height: 6px;
	margin: 0 5px;
	background: #29166f;
	opacity: .2;
}

.inside_product_details .product_hot .hot_list .pager_box .pager span.active {
	opacity: 1;
}

@media (max-width:1024px) {
	.inside_product_details .product_hot .hot_list .pager_box {
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.inside_product_details .product_hot .hot_list {
		overflow: initial;
	}
}

.inside_product_offer {
	width: 100%;
	height: auto;
	background: #f7f8fc;
	overflow: hidden;
}

.inside_product_offer .offer_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_product_offer .offer_box .inside_center {
	margin: 5.2vw auto 20px;
}

.inside_product_offer .offer_box .inside_title .title {
	text-align: center;
}

.inside_product_offer .offer_box .offer_add {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	overflow: hidden;
}

.inside_product_offer .offer_box .offer_add .item,
.inside_product_offer .offer_box .offer_add .add_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	padding: 20px 30px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
}

.inside_product_offer .offer_box .offer_add .item .img {
	width: 60px;
	height: auto;
	overflow: hidden;
}

.inside_product_offer .offer_box .offer_add .item .info {
	width: auto;
	flex: 1;
	height: auto;
	margin-left: 15px;
}

.inside_product_offer .offer_box .offer_add .item .info .title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .12em;
}

.inside_product_offer .offer_box .offer_add .item .info .use {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product_offer .offer_box .offer_add .item .info .use .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 10px;
}

.inside_product_offer .offer_box .offer_add .item .info .use .more a {
	width: auto;
	height: 32px;
	padding: 0 20px;
	border-radius: 50px;
	border: 1px solid #e4e4e4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 12px;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.inside_product_offer .offer_box .offer_add .item .info .use .more a:hover {
	background: #29166f;
	border-color: #29166f;
	color: #fff;
}

.inside_product_offer .offer_box .offer_add .item .info .use .more:last-child {
	margin: 0;
}

.inside_product_offer .offer_box .offer_add .add_box {
	grid-column: span 3;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
}

.inside_product_offer .offer_box .offer_add .add_box a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	overflow: hidden;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add {
	width: 5.2vw;
	height: 5.2vw;
	position: relative;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add::before,
.inside_product_offer .offer_box .offer_add .add_box .icon_add::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add::before {
	border: 1px dashed #d9d9d9;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add::after {
	width: 80%;
	height: 80%;
	border: 1px solid #29166f;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add i {
	width: 1.2vw;
	height: 1.2vw;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	display: block;
	background: #29166f;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add .w {
	height: 2px;
}

.inside_product_offer .offer_box .offer_add .add_box .icon_add .h {
	width: 2px;
}

.inside_product_offer .offer_box .offer_add .add_box .title {
	margin-top: 15px;
	font-size: 18px;
	color: #333;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_offer .offer_box .offer_add .add_box:hover .icon_add::after {
	background: #29166f;
}

.inside_product_offer .offer_box .offer_add .add_box:hover .icon_add i {
	background: #fff;
}

.inside_product_offer .offer_box .offer_add .add_box:hover .title {
	color: #29166f;
}

@media (max-width:1366px) {

	.inside_product_offer .offer_box .offer_add .item,
	.inside_product_offer .offer_box .offer_add .add_box {
		border-radius: 15px;
	}
}

@media (max-width:1024px) {
	.inside_product_offer .offer_box .offer_add {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	.inside_product_offer .offer_box .offer_add .item,
	.inside_product_offer .offer_box .offer_add .add_box {
		padding: 20px 15px;
		border-radius: 10px;
	}

	.inside_product_offer .offer_box .offer_add .add_box {
		grid-column: span 2;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.inside_product_offer .offer_box .offer_add .add_box .icon_add {
		width: 54px;
		height: 54px;
	}

	.inside_product_offer .offer_box .offer_add .add_box .icon_add i {
		width: 12px;
		height: 12px;
	}

	.inside_product_offer .offer_box .offer_add .add_box .title {
		margin: 0 0 0 20px;
	}
}

@media (max-width:768px) {
	.inside_product_offer .offer_box .offer_add {
		grid-template-columns: 100%;
		grid-gap: 10px;
	}

	.inside_product_offer .offer_box .offer_add .item .info .use .more a {
		padding: 0 15px;
		font-size: 12px;
	}

	.inside_product_offer .offer_box .offer_add .add_box {
		grid-column: span 1;
	}

	.inside_product_offer .offer_box .offer_add .add_box .icon_add::after {
		background: #29166f;
		border: 0;
	}

	.inside_product_offer .offer_box .offer_add .add_box .icon_add i {
		background: #fff;
	}
}

@media (max-width:1024px) {
	.inside_product_offer .offer_box .inside_center {
		margin: 50px auto 10px;
	}

	.inside_product_offer .offer_box .offer_add {
		margin-top: 20px;
	}
}

.inside_product_offer .offer_form {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.inside_product_offer .offer_form .inside_center {
	margin: 3vw auto;
}

.inside_product_offer .offer_form .offer_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .12em;
}

.inside_product_offer .offer_form .layui-form {
	width: 100%;
	height: auto;
	margin-top: 2vw;
}

.inside_product_offer .offer_form .layui-form form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.inside_product_offer .offer_form .layui-form .layui_item {
	width: 100%;
	height: auto;
}

.inside_product_offer .offer_form .layui-form .layui_item .layui_label {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_product_offer .offer_form .layui-form .layui_item .layui_label span {
	color: red;
}

.inside_product_offer .offer_form .layui-form .layui_item .layui_input {
	flex: 1;
}

.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 10px;
	border: 0;
	background: #f8f8f8;
	font-size: 14px;
	color: #000;
}

.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-textarea {
	width: 100%;
	height: 80px;
	padding: 16px 20px;
	border: 0;
	border-radius: 10px;
	background: #f8f8f8;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	overflow: hidden;
	overflow-y: auto;
}

.inside_product_offer .offer_form .layui-form .layui_item.active,
.inside_product_offer .offer_form .layui-form .layui_item.code,
.inside_product_offer .offer_form .layui-form .layui_item.last {
	grid-column: span 2;
}

.inside_product_offer .offer_form .layui-form .layui_item.code .layui_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_product_offer .offer_form .layui-form .layui_item.code .layui_input .layui-input {
	max-width: 500px;
}

.inside_product_offer .offer_form .layui-form .layui_item.code .layui_input img {
	max-height: 40px;
	margin-left: 20px;
	border-radius: 10px;
	border: 1px solid #e8eaea;
}

.inside_product_offer .offer_form .layui-form .layui_item.last {
	margin-top: 10px;
	font-size: 0;
}

.inside_product_offer .offer_form .layui-form .layui_item.last button {
	min-width: 150px;
	height: 54px;
	padding: 0 30px;
	border-radius: 50px;
	border: 0;
	color: #fff;
	opacity: 1;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_product_offer .offer_form .layui-form .layui_item.last .layui-btn-primary {
	margin-left: 20px;
	background: #f6f6f6;
	color: #000;
}

.inside_product_offer .offer_form .layui-form .layui_item.last .layui-btn:hover {
	background: #000;
	color: #fff;
}

@media (max-width:1366px) {

	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-input,
	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-textarea {
		font-size: 12px;
	}
}

@media (max-width:1024px) {
	.inside_product_offer .offer_form .layui-form .layui_item .layui_label {
		height: 48px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-input {
		height: 48px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item.code .layui_input img {
		max-height: 48px;
		margin-left: 10px;
	}
}

@media (max-width:768px) {
	.inside_product_offer .offer_form .layui-form .layui_item .layui_label {
		font-size: 12px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-input {
		height: 44px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-input,
	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-textarea {
		border-radius: 5px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item.code .layui_input img {
		max-width: 50%;
		max-height: 44px;
		border-radius: 5px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item.last {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		font-size: 12px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item.last button {
		min-width: 120px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 12px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item.last .layui-btn-primary {
		margin-left: 10px;
	}
}

@media (max-width:480px) {
	.inside_product_offer .offer_form .layui-form .layui_item .layui_label {
		padding: 0 10px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-input {
		padding: 0 10px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item .layui_input .layui-textarea {
		padding: 10px;
	}

	.inside_product_offer .offer_form .layui-form .layui_item.last button {
		min-width: 80px;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 10px;
	}
}

@media (max-width:1366px) {
	.inside_product_offer .offer_form .offer_title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_product_offer .offer_form .offer_title {
		font-size: 20px;
	}

	.inside_product_offer .offer_form .inside_center {
		margin: 40px auto;
	}

	.inside_product_offer .offer_form .layui-form {
		margin-top: 20px;
	}

	.inside_product_offer .offer_form .layui-form form {
		grid-gap: 15px;
	}
}

@media (max-width:768px) {
	.inside_product_offer .offer_form .offer_title {
		font-size: 18px;
	}
}

.add_product {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	overflow: hidden;
	display: none;
}

.add_product::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: .8;
}

.add_product .add_box {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.add_product .add_box .add_main {
	width: 100%;
	max-width: 800px;
	height: auto;
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 20px;
}

.add_product .add_box .add_head {
	width: 100%;
	height: auto;
	padding: 2vw 2vw 20px;
	border-bottom: 1px solid #f7f8fc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.add_product .add_box .add_head .title {
	font-size: 30px;
}

@media (max-width: 1680px) {
	.add_product .add_box .add_head .title {
		font-size: 26.25px;
	}
}

@media (max-width: 1440px) {
	.add_product .add_box .add_head .title {
		font-size: 22.5px;
	}
}

@media (max-width: 1280px) {
	.add_product .add_box .add_head .title {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.add_product .add_box .add_head .title {
		font-size: 16px;
	}
}

@media (max-width: 1680px) {
	.add_product .add_box .add_head .title {
		font-size: 24px;
	}
}

@media (max-width: 1440px) {
	.add_product .add_box .add_head .title {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	.add_product .add_box .add_head .title {
		font-size: 18px;
	}
}

.add_product .add_box .add_head .close {
	color: #818585;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.add_product .add_box .add_head .close i {
	font-size: 14px;
}

.add_product .add_box .add_head .close:hover {
	color: #29166f;
}

.add_product .add_box .add_form {
	width: 100%;
	height: auto;
	margin: 30px 0 0;
	padding: 0 2vw;
}

.add_product .add_box .add_form .items {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.add_product .add_box .add_form .items .layui-input {
	flex: 1;
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
}

.add_product .add_box .add_form .items .layui-btn {
	width: 120px;
	background: #000;
}

.add_product .add_box .add_form .items .layui-btn:hover {
	background: #29166f;
	opacity: 1;
}

.add_product .add_box .add_list {
	width: 100%;
	height: auto;
	max-height: calc(90px * 3 + 20px * 2);
	margin: 30px 0 40px;
	overflow: hidden;
	overflow-y: auto;
}

.add_product .add_box .add_list ul {
	padding: 0 2vw;
	overflow: hidden;
}

.add_product .add_box .add_list ul li {
	width: calc(50% - 10px);
	height: 90px;
	float: left;
	padding: 14px;
	background: #f7f8fc;
	border: 1px solid #f7f8fc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
}

.add_product .add_box .add_list ul li .img {
	width: 60px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.add_product .add_box .add_list ul li .img .pb {
	padding-bottom: 100%;
	position: relative;
	z-index: 1;
}

.add_product .add_box .add_list ul li .img img {
	vertical-align: middle;
}

.add_product .add_box .add_list ul li .info {
	flex: 1;
	height: auto;
	padding-left: 20px;
	overflow: hidden;
}

.add_product .add_box .add_list ul li .info .title {
	font-size: 18px;
	color: #2f3133;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.add_product .add_box .add_list ul li .info .details {
	margin-top: 2px;
	font-size: 14px;
	color: #818585;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.add_product .add_box .add_list ul li::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 1;
	background: #29166f;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	opacity: 0;
}

.add_product .add_box .add_list ul li.active {
	border-color: #29166f;
}

.add_product .add_box .add_list ul li.active .info .title {
	color: #29166f;
}

.add_product .add_box .add_list ul li.active::after {
	opacity: 1;
}

.add_product .add_box .add_list ul li:nth-child(odd) {
	margin-right: 20px;
}

.add_product .add_box .add_list ul li:nth-child(2n)~li {
	margin-top: 20px;
}

.add_product .add_box .submit_btn {
	width: 100%;
	height: auto;
	padding: 0 2vw 30px;
	text-align: right;
	overflow: hidden;
}

.add_product .add_box .submit_btn .layui-btn {
	background: #222;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.add_product .add_box .submit_btn .layui-btn:hover {
	background: #29166f;
	opacity: 1;
}

@media screen and (max-height: 540px) {
	.add_product .add_box .add_form {
		margin-top: 20px;
	}

	.add_product .add_box .add_list {
		max-height: calc(90px * 3 + 10px * 2);
		margin: 20px 0 30px;
	}

	.add_product .add_box .add_list ul {
		grid-gap: 10px 10px;
	}
}

@media (max-width:990px) {
	.add_product .add_box .add_main {
		width: calc(100% - 40px);
	}

	.add_product .add_box .add_head {
		padding: 20px;
	}

	.add_product .add_box .add_head .title {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.add_product .add_box .add_head {
		padding: 20px 15px;
	}

	.add_product .add_box .add_head .title {
		font-size: 16px;
	}

	.add_product .add_box .add_head .close i {
		font-size: 12px;
	}

	.add_product .add_box .add_form {
		margin: 15px 0 0;
		padding: 0 15px;
	}

	.add_product .add_box .add_form .items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px 5px;
	}

	.add_product .add_box .add_form .items .item:last-child {
		grid-column: span 2;
	}

	.add_product .add_box .add_form .items .item {
		width: 100%;
		height: 50px;
		margin: 0 !important;
	}

	.add_product .add_box .add_form .items .item .layui-form-select .layui-input {
		font-size: 12px;
	}

	.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit dd {
		font-size: 12px;
	}

	.add_product .add_box .add_list {
		margin: 10px 0 15px;
		max-height: calc(130px * 2 + 10px);
	}

	.add_product .add_box .add_list ul {
		padding: 0 15px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px 10px;
	}

	.add_product .add_box .add_list ul li {
		width: 100%;
		height: auto;
		margin: 0 !important;
		padding: 9px;
		display: block;
	}

	.add_product .add_box .add_list ul li .img {
		margin: 0 auto;
	}

	.add_product .add_box .add_list ul li .info {
		width: 100%;
		height: 30px;
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}

	.add_product .add_box .add_list ul li .info .title {
		line-height: 18px;
		font-size: 12px;
	}

	.add_product .add_box .add_list ul li .info .details {
		margin: 0;
		line-height: 12px;
		font-size: 10px;
	}

	.add_product .add_box .submit_btn {
		padding: 0 15px 20px;
	}
}

.alert_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	overflow: hidden;
}

.alert_box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
	opacity: .8;
}

.alert_box .alert_main {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.alert_box .content {
	width: 100%;
	max-width: 1200px;
	height: auto;
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
}

.alert_box .content .images {
	width: 41%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.alert_box .content .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.alert_box .content .details_box {
	width: 59%;
	height: auto;
	position: relative;
}

.alert_box .content .details_box .close {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	right: 2vw;
	top: -25px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.alert_box .content .details_box .close::after,
.alert_box .content .details_box .close::before {
	content: '';
	width: 44%;
	height: 2px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	margin: -1px 0 0 -22%;
	transform-origin: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.alert_box .content .details_box .close::before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.alert_box .content .details_box .close::after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.alert_box .content .details_box .close:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	background: #29166f;
}

@media (max-width:1366px) {
	.alert_box .content .details_box .close {
		width: 44px;
		height: 44px;
		top: -22px;
	}
}

.alert_box .content .details_box .details_main {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.alert_box .content .details_box .details_info {
	width: 100%;
	height: 100%;
	padding: 3.5vw;
	display: none;
	overflow: hidden;
}

.alert_box .content .details_box .details_info .info_box {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.alert_box .content .details_box .details_info .login_title {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.alert_box .content .details_box .details_info .form_box {
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

.alert_box .content .details_box .details_info .form_box .item {
	width: 100%;
	height: auto;
	margin-top: 1.56vw;
	overflow: hidden;
}

.alert_box .content .details_box .details_info .form_box .item .label {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.alert_box .content .details_box .details_info .form_box .item .label span {
	color: red;
}

.alert_box .content .details_box .details_info .form_box .item .input {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

.alert_box .content .details_box .details_info .form_box .item .input input {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border-color: #ebebeb;
}

.alert_box .content .details_box .details_info .form_box .item:first-child {
	margin: 0;
}

.alert_box .content .details_box .details_info .form_box .qrcode .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.alert_box .content .details_box .details_info .form_box .qrcode .input input {
	flex: 1;
}

.alert_box .content .details_box .details_info .form_box .qrcode .input .phone_code,
.alert_box .content .details_box .details_info .form_box .qrcode .input img {
	width: 130px;
	height: 100%;
	margin-left: 10px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

.alert_box .content .details_box .details_info .form_box .last {
	margin-top: 1vw;
}

.alert_box .content .details_box .details_info .form_box .last button {
	width: 140px;
	height: 50px;
	border-radius: 30px;
	background: #29166f;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}

.alert_box .content .details_box .details_info .form_box .last button[type="reset"] {
	display: none;
}

.alert_box .content .details_box .details_info .form_box .last button:hover {
	background: #000;
	opacity: 1;
}

.alert_box .content .details_box .details_info .form_box .tips {
	margin-top: 1.56vw;
	font-size: 12px;
}

.alert_box .content .details_box .details_info .form_box .tips span {
	color: #999;
}

.alert_box .content .details_box .details_info .form_box .tips .is_show {
	color: #000;
}

.alert_box .content .details_box .details_info .form_box .tips .is_show:hover {
	color: #29166f;
	text-decoration: underline;
}

@media (max-height: 600px) {
	.alert_box .content .details_box .details_info .form_box .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 15px;
	}

	.alert_box .content .details_box .details_info .form_box .item .label {
		width: 8em;
		text-align: right;
		padding-right: 1em;
	}

	.alert_box .content .details_box .details_info .form_box .item .input {
		margin: 0;
	}

	.alert_box .content .details_box .details_info .form_box .last {
		margin-top: 15px;
		padding-left: 8em;
		font-size: 12px;
	}

	.alert_box .content .details_box .details_info .form_box .last button {
		height: 44px;
	}

	.alert_box .content .details_box .details_info .form_box .tips {
		margin-top: 15px;
		padding-left: 8em;
	}
}

@media (max-width:1024px) {
	.alert_box .content .details_box .details_info .form_box .item {
		margin-top: 15px;
	}

	.alert_box .content .details_box .details_info .form_box .item .input {
		height: 44px;
	}

	.alert_box .content .details_box .details_info .form_box .item .input input {
		font-size: 12px;
	}

	.alert_box .content .details_box .details_info .form_box .last {
		margin-top: 15px;
	}

	.alert_box .content .details_box .details_info .form_box .last button {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.alert_box .content .details_box .details_info .form_box .qrcode .input .phone_code {
		font-size: 12px;
	}

	.alert_box .content .details_box .details_info .form_box .tips {
		margin-top: 15px;
	}
}

@media (max-width:1560px) {
	.alert_box .content .details_box .details_info .login_title {
		font-size: 30px;
	}
}

@media (max-width:1366px) {
	.alert_box .content .details_box .details_info .login_title {
		font-size: 24px;
	}
}

@media (max-height: 600px) {
	.alert_box .content .details_box .details_info {
		padding: 30px;
	}

	.alert_box .content .details_box .details_info .login_title {
		padding-left: calc(8 * 12px);
	}
}

@media (max-width:1024px) {
	.alert_box .content .details_box .details_info {
		padding: 20px;
	}

	.alert_box .content .details_box .details_info .login_title {
		font-size: 20px;
	}
}

@media (max-width:1366px) {
	.alert_box .content {
		max-width: 80vw;
	}
}

@media (max-width:990px) {
	.alert_box .content {
		display: block;
		max-width: 100%;
		padding: 0 20px;
		background: transparent;
	}

	.alert_box .content .images {
		display: none;
	}

	.alert_box .content .details_box {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
	}
}

.inside_about {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.inside_about::after {
	content: '';
	width: 50vw;
	height: 50vw;
	position: absolute;
	top: -25vw;
	right: -30vw;
	z-index: 2;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(-135deg, transparent 60%, #000000);
	mask: linear-gradient(-135deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_about::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_about::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_about::after {
		border-width: 20px;
	}
}

.inside_about .about_box {
	width: 100%;
	height: auto;
}

.inside_about .about_box .text_details {
	height: auto;
	margin: 3vw 0 0;
	padding-right: 10px;
}

.inside_about .about_box .items {
	width: 100%;
	height: auto;
	margin-top: 2vw;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px;
}

.inside_about .about_box .items .item {
	width: 100%;
	height: auto;
}

.inside_about .about_box .items .item .number {
	font-family: 'Gilroy';
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 15px;
	border-bottom: 1px solid #e3e4e6;
}

.inside_about .about_box .items .item .number .beat {
	font-size: 50px;
}

.inside_about .about_box .items .item .number .unit {
	width: 10px;
	height: 10px;
	margin-left: 10px;
	position: relative;
}

.inside_about .about_box .items .item .number .unit::before,
.inside_about .about_box .items .item .number .unit::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
}

.inside_about .about_box .items .item .number .unit::before {
	width: 2px;
	left: 50%;
	margin-left: -1px;
}

.inside_about .about_box .items .item .number .unit::after {
	height: 2px;
	top: 50%;
	margin-top: -1px;
}

@media (max-width:1560px) {
	.inside_about .about_box .items .item .number .beat {
		font-size: 44px;
	}
}

@media (max-width:1366px) {
	.inside_about .about_box .items .item .number .beat {
		font-size: 36px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_box .items .item .number .beat {
		font-size: 30px;
	}

	.inside_about .about_box .items .item .number .unit {
		width: 7px;
		height: 7px;
		margin-left: 7px;
	}

	.inside_about .about_box .items .item .number .unit::before {
		width: 1px;
		left: 3px;
		margin: 0;
	}

	.inside_about .about_box .items .item .number .unit::after {
		height: 1px;
		top: 3px;
		margin: 0;
	}
}

@media (max-width:768px) {
	.inside_about .about_box .items .item .number .beat {
		font-size: 24px;
	}
}

.inside_about .about_box .items .item .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	opacity: .8;
}

@media (max-width:1366px) {
	.inside_about .about_box .items .item .title {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_box .items .item .title {
		font-size: 12px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_box .items {
		margin-top: 30px;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px;
	}
}

@media (max-width:768px) {
	.inside_about .about_box .items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 20px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_box .text_details {
		margin: 20px 0 0;
	}
}

@media (max-width:990px) {
	.inside_about .about_box .text_details {
		height: 20vh;
		overflow-y: auto;
	}
}

.inside_about .about_two {
	width: 100%;
	height: auto;
	background: url('../images/ab_bg_2.png') no-repeat bottom;
}

.inside_about .about_two .about_case {
	width: 100%;
	height: auto;
}

.inside_about .about_two .about_case .items {
	width: 100%;
	height: auto;
	margin: 2.2vw 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.inside_about .about_two .about_case .items .item {
	width: 100%;
	height: auto;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.inside_about .about_two .about_case .items .item .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.inside_about .about_two .about_case .items .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside_about .about_two .about_case .items .item .info {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 3.3vw 2vw;
	color: #fff;
	position: relative;
	z-index: 2;
}

.inside_about .about_two .about_case .items .item .info .title {
	font-size: 20px;
	font-weight: bold;
}

.inside_about .about_two .about_case .items .item .info .details {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.625;
}

.inside_about .about_two .about_case .items .item .menu {
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.inside_about .about_two .about_case .items .item .menu .one {
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin: 10px 20px 10px 0;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Arial';
}

@media (max-width:1560px) {
	.inside_about .about_two .about_case .items .item .info .title {
		font-size: 18px;
	}

	.inside_about .about_two .about_case .items .item .menu .one {
		margin: 8px 14px 8px 0;
	}
}

@media (max-width:1366px) {
	.inside_about .about_two .about_case .items .item {
		border-radius: 15px;
	}

	.inside_about .about_two .about_case .items .item .info .title {
		font-size: 16px;
	}

	.inside_about .about_two .about_case .items .item .info .details {
		margin-top: 15px;
		font-size: 14px;
	}

	.inside_about .about_two .about_case .items .item .menu .one {
		padding: 8px 16px;
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_case .items .item {
		border-radius: 10px;
	}

	.inside_about .about_two .about_case .items .item .info {
		padding: 30px 20px;
	}

	.inside_about .about_two .about_case .items .item .info .title {
		font-size: 16px;
	}

	.inside_about .about_two .about_case .items .item .info .details {
		margin-top: 15px;
		font-size: 13px;
	}

	.inside_about .about_two .about_case .items .item .menu .one {
		margin: 5px 10px 5px 0;
		padding: 5px 12px;
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.inside_about .about_two .about_case .items .item {
		border-radius: 5px;
	}

	.inside_about .about_two .about_case .items .item .info .title {
		font-size: 15px;
	}

	.inside_about .about_two .about_case .items .item .info .details {
		margin-top: 10px;
		font-size: 12px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_case .items {
		margin: 20px 0 0;
	}
}

@media (max-width:768px) {
	.inside_about .about_two .about_case .items {
		grid-template-columns: 100%;
	}
}

.inside_about .about_two .about_culture {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	-webkit-clip-path: ellipse(100% 80% at 50% 81%);
	clip-path: ellipse(100% 80% at 50% 81%);
}

.inside_about .about_two .about_culture .bg_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.inside_about .about_two .about_culture .bg_box .img {
	width: 100%;
	height: 100%;
	font-size: 0;
}

.inside_about .about_two .about_culture .bg_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.inside_about .about_two .about_culture .inside_center {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.inside_about .about_two .about_culture .culture_box {
	width: 100%;
	height: auto;
	padding-top: 5.2vw;
}

.inside_about .about_two .about_culture .culture_box .inside_title .title {
	text-align: center;
	color: #fff;
}

.inside_about .about_two .about_culture .culture_box .menu {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-top: 49px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}

.inside_about .about_two .about_culture .culture_box .menu::before,
.inside_about .about_two .about_culture .culture_box .menu::after {
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 1;
	background: linear-gradient(transparent, #ffffff);
	opacity: .5;
}

.inside_about .about_two .about_culture .culture_box .menu::before {
	left: calc(50% - 40px);
}

.inside_about .about_two .about_culture .culture_box .menu::after {
	left: calc(50% + 40px);
}

.inside_about .about_two .about_culture .culture_box .menu .item {
	color: #fff;
	position: relative;
	padding: 40px 30px 0;
}

.inside_about .about_two .about_culture .culture_box .menu .item::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	opacity: .5;
}

.inside_about .about_two .about_culture .culture_box .menu .item::before {
	content: '';
	width: 1px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	background: #fff;
	opacity: .5;
}

.inside_about .about_two .about_culture .culture_box .menu .item .img {
	width: 11.25vw;
	max-width: 216px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.inside_about .about_two .about_culture .culture_box .menu .item .img::after {
	content: '';
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -3px);
	background: #fff;
	border-radius: 50%;
	opacity: .5;
}

.inside_about .about_two .about_culture .culture_box .menu .item .img .pb {
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-clip-path: polygon(0 0, 0 100%, 105% 100%, 105% 0, calc(50% + 8px) 0, calc(50% + 8px) 10px, calc(50% - 8px) 10px, calc(50% - 8px) 0);
	clip-path: polygon(0 0, 0 100%, 105% 100%, 105% 0, calc(50% + 8px) 0, calc(50% + 8px) 10px, calc(50% - 8px) 10px, calc(50% - 8px) 0);
}

.inside_about .about_two .about_culture .culture_box .menu .item .img .icon {
	width: 100%;
	height: 100%;
}

.inside_about .about_two .about_culture .culture_box .menu .item .info {
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: center;
}

.inside_about .about_two .about_culture .culture_box .menu .item .info .title {
	font-size: 24px;
	font-weight: bold;
}

.inside_about .about_two .about_culture .culture_box .menu .item:first-child::after {
	width: 50%;
	left: 50%;
}

.inside_about .about_two .about_culture .culture_box .menu .item:last-child::after {
	width: 50%;
	right: 50%;
}

.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(3)::before {
	height: 87px;
	top: -50px;
	background: linear-gradient(transparent, #ffffff);
}

.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(3)::after {
	background: linear-gradient(to right, #ffffff calc(50% - 40px), transparent calc(50% - 40px), transparent calc(50% + 40px), #ffffff calc(50% + 40px));
}

@media (max-width:1366px) {
	.inside_about .about_two .about_culture .culture_box .menu .item .info .title {
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture .culture_box .menu .item .img::after {
		width: 7px;
		height: 7px;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item .info .title {
		font-size: 16px;
	}
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture .culture_box .menu .item {
		width: 30%;
		margin: 40px 0 0;
		padding: 0;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item::before,
	.inside_about .about_two .about_culture .culture_box .menu .item::after {
		display: none;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item .img {
		width: 100px;
		height: 100px;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item .img::after {
		display: none;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item .img .pb {
		border-width: 1px;
		-webkit-clip-path: none;
		clip-path: none;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item .img .icon img {
		max-width: 40%;
		max-height: 40%;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(2) {
		margin: 40px 5% 0;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(3)::before,
	.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(3)::after {
		display: none;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(4),
	.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(5) {
		width: 40%;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item:nth-child(4) {
		margin-right: 5%;
	}
}

@media (max-width:768px) {
	.inside_about .about_two .about_culture .culture_box .menu .item .img {
		width: 80px;
		height: 80px;
	}

	.inside_about .about_two .about_culture .culture_box .menu .item .info .title {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.inside_about .about_two .about_culture .culture_box .menu .item .img {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture .culture_box .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 0;
		padding: 0;
	}

	.inside_about .about_two .about_culture .culture_box .menu::before,
	.inside_about .about_two .about_culture .culture_box .menu::after {
		display: none;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture .culture_box {
		padding-top: 50px;
	}
}

.inside_about .about_two .about_culture .culture_main {
	width: 100%;
	height: auto;
	position: sticky;
	top: 0;
}

.inside_about .about_two .about_culture .hot_title {
	width: 100%;
	height: 80vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	font-size: 0;
}

.inside_about .about_two .about_culture .hot_title img {
	max-width: 75%;
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture .hot_title {
		height: auto;
		margin: 30vh 0 10vh;
	}
}

.inside_about .about_two .about_culture .layout_box {
	width: 100%;
	height: auto;
	padding-bottom: 10vw;
	overflow: hidden;
}

.inside_about .about_two .about_culture .layout_box .inside_title .title {
	text-align: center;
}

.inside_about .about_two .about_culture .layout_box .layout_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 20px;
}

.inside_about .about_two .about_culture .layout_box .layout_tab .one {
	height: 46px;
	margin: 0 5px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_about .about_two .about_culture .layout_box .layout_tab .one.active {
	border-color: #29166f;
	background: #29166f;
}

@media (max-width:1366px) {
	.inside_about .about_two .about_culture .layout_box .layout_tab .one {
		height: 44px;
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture .layout_box .layout_tab .one {
		height: 36px;
		font-size: 12px;
		border-width: 1px;
	}
}

.inside_about .about_two .about_culture .layout_box .layout_main {
	width: 100%;
	height: auto;
}

.inside_about .about_two .about_culture .layout_box .layout_main ul.swiper-wrapper {
	align-items: stretch;
	height: auto !important;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box {
	width: 270px;
	height: auto;
	padding: 40px 30px;
	border-radius: 60px 20px 60px 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item {
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .number {
	font-family: 'NexaLight';
	line-height: 1;
	font-size: 40px;
	color: #29166f;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .title {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item:first-child {
	padding-top: 0;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item:last-child {
	padding-bottom: 0;
	border: 0;
}

@media (max-width:1366px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box {
		width: 240px;
		padding: 30px 20px;
		border-radius: 40px 15px 40px 15px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .number {
		font-size: 28px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .subtitle {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box {
		width: 200px;
		padding: 25px 15px;
		border-radius: 30px 10px 30px 10px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item {
		padding: 20px 0;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .number {
		font-size: 20px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .title {
		margin-top: 5px;
		font-weight: normal;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .subtitle {
		font-size: 12px;
	}
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box {
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 0;
		position: static;
		left: 0;
		top: 0;
		transform: translate(0);
		background: transparent;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item {
		padding: 20px 15px !important;
		background: #fff;
		border: 0;
		border-radius: 5px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .number {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item {
		padding: 15px !important;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .number {
		font-size: 16px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .title,
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .sidebar_box .item .subtitle {
		font-size: 10px;
	}
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content {
	width: auto;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one {
	width: 0;
	height: 0;
	position: absolute;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .icon {
	width: 16px;
	height: auto;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .title {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one.l .title {
	left: auto;
	right: 1em;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one.b .title {
	left: 50%;
	top: 100%;
	transform: translate(-50%, 80%);
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one.b2 .title {
	transform: translateY(20%);
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_1 {
	left: 22%;
	top: 22%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2 {
	left: 44%;
	top: 64%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_3 {
	left: 38%;
	top: 81%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_4 {
	left: 56%;
	top: 52%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_5 {
	left: 65%;
	top: 40%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_6 {
	left: 66%;
	top: 38%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_7 {
	left: 83%;
	top: 17%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_8 {
	left: 76%;
	top: 32%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_9 {
	left: 62%;
	top: 55%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_10 {
	left: 72%;
	top: 45%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_11 {
	left: 73%;
	top: 55%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_12 {
	left: 75.5%;
	top: 59.5%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_13 {
	left: 63.5%;
	top: 66%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_14 {
	left: 73%;
	top: 78%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_15 {
	left: 68%;
	top: 85%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_16 {
	left: 66.5%;
	top: 86%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_17 {
	left: 65%;
	top: 86.8%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_18 {
	left: 63%;
	top: 85%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_19 {
	left: 57%;
	top: 95%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_1 {
	left: 78.5%;
	top: 50.8%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_2 {
	left: 74.8%;
	top: 63%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_3 {
	left: 20%;
	top: 39%;
}

.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .img {
	width: 100%;
	max-width: 50vw;
	text-align: center;
}

@media (max-width:1366px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .icon {
		width: 14px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .title {
		font-size: 10px;
	}
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .icon {
		width: 12px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .img {
		max-width: 100%;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_1 .icon,
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_2 .icon,
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_3 .icon {
		width: 10px !important;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_1 .title,
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_2 .title,
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_2_3 .title {
		font-size: 10px !important;
	}
}

@media (max-width:768px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .icon {
		width: 10px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .title {
		font-size: 8px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_9 .title,
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_12 .title {
		left: auto;
		right: 1em;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one_17.b .title {
		transform: translate(-50%, 30%);
	}
}

@media (max-width:480px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .icon {
		width: 7px;
	}

	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item .content .one .title {
		font-size: 7px;
	}
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture .layout_box .layout_main .layout_item {
		flex-direction: column-reverse;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture .layout_box .layout_main {
		margin-top: 30px;
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture .layout_box {
		padding-bottom: 50px;
	}
}

@media (max-width:1560px) {
	.inside_about .about_two .about_culture {
		-webkit-clip-path: ellipse(110% 70% at 50% 70%);
		clip-path: ellipse(110% 70% at 50% 70%);
	}
}

@media (max-width:1366px) {
	.inside_about .about_two .about_culture {
		-webkit-clip-path: ellipse(130% 60% at 50% 60%);
		clip-path: ellipse(130% 60% at 50% 60%);
	}
}

@media (max-width:1024px) {
	.inside_about .about_two .about_culture {
		-webkit-clip-path: ellipse(150% 60% at 50% 60%);
		clip-path: ellipse(150% 60% at 50% 60%);
	}
}

@media (max-width:990px) {
	.inside_about .about_two .about_culture {
		-webkit-clip-path: initial;
		clip-path: initial;
	}
}

.inside_partner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_partner .inside_title {
	text-align: center;
}

.inside_partner .inside_title .details {
	color: #999;
}

.inside_partner .partner_box {
	width: 100%;
	height: auto;
	margin-top: 25px;
}

.inside_partner .partner_box .partner_tab {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	overflow: hidden;
}

.inside_partner .partner_box .partner_tab .item {
	width: auto;
	height: 55px;
	margin: 5px;
	padding: 0 2.2vw;
	border-radius: 50px;
	border: 2px solid #d4d0e2;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_partner .partner_box .partner_tab .item.active {
	background: #29166f;
	border-color: #29166f;
	color: #fff;
}

@media (max-width:1366px) {
	.inside_partner .partner_box .partner_tab .item {
		height: 40px;
		padding: 0 20px;
		font-size: 13px;
	}
}

@media (max-width:1024px) {
	.inside_partner .partner_box .partner_tab .item {
		margin: 4px;
		font-size: 12px;
		border-width: 1px;
	}
}

.inside_partner .partner_box .partner_main {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 4vw;
	overflow: hidden;
}

.inside_partner .partner_box .partner_main .partner_swiper {
	width: 100%;
	height: auto;
	position: relative;
}

.inside_partner .partner_box .partner_main .partner_swiper div.swiper-slide {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_partner .partner_box .partner_main .partner_swiper div.swiper-slide.active {
	opacity: 1;
}

.inside_partner .partner_box .partner_main .swiper_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_partner .partner_box .partner_main .swiper_box ul {
	width: auto !important;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 24px 34px;
}

.inside_partner .partner_box .partner_main .swiper_box li {
	width: 10%;
	height: auto;
	margin: 0 !important;
	order: initial !important;
	position: relative;
}

.inside_partner .partner_box .partner_main .swiper_box li .img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	padding: 15px;
	background: #f7f8fc;
	border: 1px solid #ececec;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_partner .partner_box .partner_main .swiper_box li .img img {
	mix-blend-mode: multiply;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .tCoop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 10px;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .tCoop span {
	z-index: 4;
	position: relative;
	color: white;
	opacity: 0;
	transition: all 2s;
	font-weight: 800;
	font-size: 22px;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .tCoop::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: #3d3d3d85;
	width: 100%;
	height: 0%;
	transition: all .5s;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .tCoop::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	background: #3d3d3d85;
	width: 100%;
	height: 0%;
	transition: all .5s;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .tCoop:hover::after {
	height: 50%;
}

.inside_partner .partner_box .partner_main .swiper_box li .img .tCoop:hover::before {
	height: 50%;
}

.inside_partner .partner_box .partner_main .swiper_box li::after {
	content: '';
	width: 84%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 8%;
	z-index: 1;
	background: #29166f;
	filter: blur(20px);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_partner .partner_box .partner_main .swiper_box li:hover .img {
	background: #fff;
	border-color: #29166f;
}

.inside_partner .partner_box .partner_main .swiper_box li:hover::after {
	opacity: .1;
}

.inside_partner .partner_box .partner_main .swiper_box li:hover img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}

.inside_partner .partner_box .partner_main .swiper_box li:hover .tCoop span {
	opacity: 1;
}

.inside_partner .partner_box .partner_main .swiper_box .title {
	width: 100%;
	height: calc(2em * 1.2);
	margin-top: 25px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	color: #282828;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width:1560px) {
	.inside_partner .partner_box .partner_main .swiper_box ul {
		grid-gap: 20px;
	}
}

@media (max-width:1024px) {
	.inside_partner .partner_box .partner_main .swiper_box ul {
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 15px;
	}
}

@media (max-width:768px) {
	.inside_partner .partner_box .partner_main .swiper_box ul {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px;
	}

	.inside_partner .partner_box .partner_main .swiper_box li .img {
		border-radius: 5px;
	}
}

@media (max-width:480px) {
	.inside_partner .partner_box .partner_main .swiper_box ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.inside_partner .partner_box .partner_main .pager {
	width: 100%;
	height: auto;
	margin-top: 30px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.inside_partner .partner_box .partner_main .pager span {
	width: 6px;
	height: 6px;
	margin: 10px !important;
	border-radius: 50%;
	opacity: .2;
	position: relative;
	z-index: 1;
	background: #29166f;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_partner .partner_box .partner_main .pager .active {
	opacity: 1;
}

.inside_partner .partner_box .partner_main .pager .active::before {
	opacity: 1;
}

.inside_partner .partner_box .partner_main .pager .active::after {
	border-radius: 50%;
}

@media (max-width:1024px) {
	.inside_partner .partner_box .partner_main {
		margin-top: 30px;
	}

	.inside_partner .partner_box .partner_main .swiper_box .title {
		margin-top: 15px;
		font-size: 12px;
	}
}

@media (max-width:990px) {
	.inside_partner .partner_box .partner_main {
		width: 100%;
	}

	.inside_partner .partner_box .partner_main .pager {
		display: block;
	}
}

@media (max-width:768px) {
	.inside_partner .partner_box .partner_main .swiper_box .title {
		margin-top: 10px;
	}

	.inside_partner .partner_box .partner_main .pager span {
		width: 4px;
		height: 4px;
		margin: 5px !important;
	}
}

@media (max-width:1024px) {
	.inside_partner .inside_center {
		margin: 50px auto;
	}
}

.inside_history {
	width: 100%;
	height: calc(100vh - 80px);
	position: relative;
	background: #f7f8fc;
	/*.history_mask { width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; background: blue; opacity: .5; pointer-events: none;
		&.active { pointer-events: initial }
	}*/
}

.inside_history .p_nav {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.inside_history .p_nav .inside_center {
	margin: 0 auto;
}

.inside_history .p_nav .navigation .home,
.inside_history .p_nav .navigation .line {
	background: #fff;
}

.inside_history .p_nav .navigation a {
	color: #fff;
	opacity: .5;
}

.inside_history .p_nav .navigation a:hover {
	opacity: 1;
}

.inside_history .p_nav .navigation span {
	color: #fff;
}

.inside_history .history_box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.inside_history .history_box ul {
	width: auto;
	height: 100%;
	transition-duration: 0.8s !important;
}

.inside_history .history_box li {
	position: relative;
	z-index: 2;
}

.inside_history .history_box .one {
	width: 100vw;
	height: 100%;
}

.inside_history .history_box .one .info {
	width: 100%;
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(16px);
	text-align: center;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.inside_history .history_box .one .info .title {
	font-size: 48px;
	font-style: italic;
}

.inside_history .history_box .one .info .subtitle {
	margin-top: 10px;
	font-size: 28px;
	font-weight: 100;
	line-height: 1;
}

.inside_history .history_box .one .info .time {
	margin: 25px 0 15px;
	font-size: 60px;
	font-family: 'Euclid Square';
	line-height: 1;
}

.inside_history .history_box .one .info .icon {
	width: 33px;
	height: 33px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_history .history_box .one .info .icon i {
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
}

.inside_history .history_box .one .info.active {
	opacity: 1;
}

.inside_history .history_box .one .line {
	width: 0;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 2;
	transform: translateX(16px);
	background: #e4e4e4;
	-webkit-transition: all 3s linear;
	-o-transition: all 3s linear;
	transition: all 3s linear;
	overflow: hidden;
}

.inside_history .history_box .one .line::after {
	content: '';
	width: calc(50vw - 16px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
}

.inside_history .history_box .one .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.inside_history .history_box .one .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside_history .history_box .one .img.active {
	opacity: 1;
}

@media (max-width:1366px) {
	.inside_history .history_box .one .info {
		transform: translateY(10px);
	}

	.inside_history .history_box .one .info .title {
		font-size: 32px;
	}

	.inside_history .history_box .one .info .subtitle {
		font-size: 18px;
	}

	.inside_history .history_box .one .info .time {
		font-size: 42px;
	}

	.inside_history .history_box .one .info .icon {
		width: 21px;
		height: 21px;
	}

	.inside_history .history_box .one .info .icon i {
		width: 7px;
		height: 7px;
	}

	.inside_history .history_box .one .line {
		transform: translateX(10px);
	}

	.inside_history .history_box .one .line::after {
		width: calc(50vw - 10px);
	}
}

@media (max-width:1024px) {
	.inside_history .history_box .one .info {
		transform: translateY(8px);
	}

	.inside_history .history_box .one .info .title {
		font-size: 24px;
	}

	.inside_history .history_box .one .info .subtitle {
		font-size: 16px;
	}

	.inside_history .history_box .one .info .time {
		font-size: 30px;
	}

	.inside_history .history_box .one .info .icon {
		width: 17px;
		height: 17px;
	}

	.inside_history .history_box .one .info .icon i {
		width: 5px;
		height: 5px;
	}

	.inside_history .history_box .one .line {
		transform: translateX(8px);
	}

	.inside_history .history_box .one .line::after {
		width: calc(50vw - 8px);
	}
}

@media (max-width:990px) {
	.inside_history .history_box .one {
		border-radius: 5px;
		overflow: hidden;
	}

	.inside_history .history_box .one .info {
		padding: 30px 15px;
		position: relative;
		opacity: 1;
	}

	.inside_history .history_box .one .line {
		width: 1px;
		height: 100vh;
		left: 0;
		top: 0;
		transform: translateX(0);
		display: none;
	}

	.inside_history .history_box .one .line::after {
		display: none;
	}

	.inside_history .history_box .one .img {
		opacity: 1;
	}
}

@media (max-width:768px) {
	.inside_history .history_box .one .info .title {
		font-size: 20px;
	}

	.inside_history .history_box .one .info .subtitle {
		margin-top: 5px;
		font-size: 12px;
	}

	.inside_history .history_box .one .info .time {
		font-size: 24px;
	}

	.inside_history .history_box .one::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: #000;
		opacity: .3;
	}
}

.inside_history .history_box .two {
	width: 20vw;
	margin: 0 2vw;
}

.inside_history .history_box .two .center {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 50%;
	transform: translateY(11px);
	cursor: pointer;
	overflow: hidden;
}

.inside_history .history_box .two .center .img {
	width: 100%;
	height: auto;
	background: #fff;
	filter: grayscale(1);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_history .history_box .two .center .img .pb {
	padding-bottom: 50%;
}

.inside_history .history_box .two .center .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside_history .history_box .two .center .info {
	width: 100%;
	height: auto;
}

.inside_history .history_box .two .center .info .title {
	min-height: calc(2em * 1.8);
	max-height: calc(4em * 1.8);
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #d9d9d9 transparent;
}

.inside_history .history_box .two .center .info .title::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: transparent;
}

.inside_history .history_box .two .center .info .title::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
	border-radius: 10px;
}

.inside_history .history_box .two .center .info .time {
	margin: 25px 0 15px;
	font-size: 32px;
	font-family: 'Euclid Square';
	line-height: 1;
}

.inside_history .history_box .two .center .info .icon {
	width: 23px;
	height: 23px;
	border: 2px solid #29166f;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_history .history_box .two .center .info .icon i {
	width: 11px;
	height: 11px;
	background: #29166f;
	border-radius: 50%;
}

@media (max-width:1366px) {
	.inside_history .history_box .two .center .info .title {
		min-height: calc(2em * 1.5);
		max-height: calc(3em * 1.5);
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	.inside_history .history_box .two .center .info .time {
		margin: 10px 0;
		font-size: 18px;
	}

	.inside_history .history_box .two .center .info .icon {
		width: 15px;
		height: 15px;
	}

	.inside_history .history_box .two .center .info .icon i {
		width: 5px;
		height: 5px;
	}
}

@media (max-width:990px) {
	.inside_history .history_box .two .center .info .title {
		min-height: initial;
		max-height: initial;
		margin: 15px 0 0;
	}
}

@media (max-width:768px) {
	.inside_history .history_box .two .center .info .title {
		font-size: 12px;
	}

	.inside_history .history_box .two .center .info .time {
		margin: 15px 0 10px;
		font-size: 18px;
	}
}

.inside_history .history_box .two .center:hover .img {
	filter: none;
}

@media (max-width:1366px) {
	.inside_history .history_box .two .center {
		transform: translateY(7px);
	}
}

.inside_history .history_box .two:nth-child(odd) .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
	top: 50%;
	bottom: auto;
	transform: translateY(-11px);
}

.inside_history .history_box .two:nth-child(odd) .center .img {
	margin-top: 20px;
}

.inside_history .history_box .two:nth-child(odd) .center .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
}

.inside_history .history_box .two:nth-child(odd) .center .info .title {
	margin: 0;
}

.inside_history .history_box .two:nth-child(odd) .center .info .time {
	margin: 15px 0 25px;
}

@media (max-width:1366px) {
	.inside_history .history_box .two:nth-child(odd) .center {
		transform: translateY(-7px);
	}

	.inside_history .history_box .two:nth-child(odd) .center .img {
		margin-top: 10px;
	}

	.inside_history .history_box .two:nth-child(odd) .center .info .time {
		margin: 10px 0;
	}
}

.inside_history .history_box .two.active {
	opacity: 1;
}

@media (max-width:1024px) {
	.inside_history .history_box .two {
		width: 300px;
		margin: 0 20px;
	}
}

@media (max-width:990px) {
	.inside_history .history_box .two {
		margin: 30px 0 0;
	}

	.inside_history .history_box .two .center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		position: relative;
		top: auto;
		bottom: auto;
		transform: translate(0);
	}

	.inside_history .history_box .two .center .img {
		width: 100%;
		height: 100%;
		border-radius: 5px;
		overflow: hidden;
	}

	.inside_history .history_box .two .center .img .pb {
		padding-bottom: 60%;
	}

	.inside_history .history_box .two .center .info {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		margin-left: 30px;
		padding: 10px 20px 10px 0;
		position: static;
	}

	.inside_history .history_box .two .center .info .icon {
		position: absolute;
		left: 0;
		top: 12px;
	}

	.inside_history .history_box .two .center .info .time {
		margin: 0;
	}

	.inside_history .history_box .two:nth-child(odd) .center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
	}

	.inside_history .history_box .two:nth-child(odd) .center .info .time {
		margin: 0;
	}

	.inside_history .history_box .two:nth-child(odd) .center .img {
		margin: 0;
	}
}

.inside_history .history_box .three {
	width: 20vw;
}

.inside_history .history_box .swiper_btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
}

.inside_history .history_box .swiper_btn.prev {
	left: 20px;
}

.inside_history .history_box .swiper_btn.next {
	right: 20px;
}

.inside_history .history_box .swiper_btn:hover {
	background: #29166f;
}

.inside_history .history_box .swiper_btn.active {
	opacity: 1;
	visibility: initial;
}

@media (max-width:1366px) {
	.inside_history .history_box .swiper_btn {
		width: 44px;
		height: 44px;
	}
}

@media (max-width:1024px) {
	.inside_history .history_box .swiper_btn {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:990px) {
	.inside_history .history_box .swiper_btn {
		top: auto;
		bottom: 20px;
		display: none;
	}

	.inside_history .history_box .swiper_btn.prev {
		left: 50%;
		transform: translateX(-100%);
		margin-left: -10px;
	}

	.inside_history .history_box .swiper_btn.next {
		left: 50%;
		right: auto;
		transform: translateX(0);
		margin-left: 10px;
	}
}

@media (max-width:990px) {
	.inside_history .history_box {
		height: auto;
		padding: 0 20px 50px;
	}

	.inside_history .history_box ul {
		display: block;
	}

	.inside_history .history_box ul::after {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 7px;
		z-index: 1;
		background: #dcdcdc;
	}

	.inside_history .history_box .one,
	.inside_history .history_box .two {
		width: 100%;
	}

	.inside_history .history_box .three {
		display: none;
	}
}

@media (max-width:1366px) {
	.inside_history {
		height: calc(100vh - 70px);
	}
}

@media (max-width:990px) {
	.inside_history {
		height: auto;
	}

	.inside_history .p_nav {
		position: static;
	}

	.inside_history .p_nav .navigation i.home,
	.inside_history .p_nav .navigation i.line {
		background: #999;
	}

	.inside_history .p_nav .navigation a {
		color: #000;
	}

	.inside_history .p_nav .navigation span {
		color: #000;
	}
}

.inside_duty {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.inside_duty::after {
	content: '';
	width: 38vw;
	height: 38vw;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translate(60%, -50%);
	box-sizing: border-box;
	opacity: .6;
	border: 60px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(0deg, transparent 60%, #000000);
	mask: linear-gradient(0deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_duty::after {
		border-width: 50px;
	}
}

@media (max-width:1024px) {
	.inside_duty::after {
		border-width: 40px;
	}
}

@media (max-width:768px) {
	.inside_duty::after {
		border-width: 30px;
	}
}

.inside_duty .inside_center {
	margin: 5.2vw auto 6.5vw;
}

.inside_duty .duty_details {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	margin-top: 30px;
}

.inside_duty .duty_details .title {
	font-size: 60px;
	font-weight: 100;
	color: #29166f;
	line-height: 1;
}

.inside_duty .duty_details .text_details {
	margin-top: 25px;
}

.inside_duty .duty_details .swiper_box {
	width: 100%;
	height: auto;
	margin: 2.6vw auto 0;
	overflow: hidden;
}

.inside_duty .duty_details .swiper_box li {
	transform-origin: center;
}

.inside_duty .duty_details .swiper_box .pb {
	padding-bottom: 62.06%;
}

.inside_duty .duty_details .swiper_box .societyTit {
	width: 100%;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 700;
	font-size: 17px;
	font-family: 'Microsoft YaHei';
}

.inside_duty .duty_details .swiper_box .pager {
	width: 100%;
	height: auto;
	margin-top: 40px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_duty .duty_details .swiper_box .pager span {
	width: 6px;
	height: 6px;
	background: #29166f;
	opacity: .2;
	margin: 0 10px;
	cursor: pointer;
}

.inside_duty .duty_details .swiper_box .pager .active {
	opacity: 1;
}

@media (max-width:1560px) {
	.inside_duty .duty_details .title {
		font-size: 50px;
	}
}

@media (max-width:1366px) {
	.inside_duty .duty_details .title {
		font-size: 40px;
	}
}

@media (max-width:1024px) {
	.inside_duty .duty_details {
		margin-top: 20px;
	}

	.inside_duty .duty_details .title {
		font-size: 30px;
	}

	.inside_duty .duty_details .swiper_box {
		margin: 40px auto 0;
	}
}

@media (max-width:990px) {
	.inside_duty .duty_details .swiper_box {
		overflow: initial;
	}
}

@media (max-width:768px) {
	.inside_duty .duty_details .title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_duty .inside_center {
		margin: 50px auto;
	}
}

.inside_rd {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.inside_rd .rd_box {
	width: 100%;
	height: auto;
}

.inside_rd .rd_box .text_details {
	margin-top: 1.56vw;
}

@media (max-width:1024px) {
	.inside_rd .rd_box .text_details {
		margin-top: 15px;
	}
}

.inside_rd .rd_box .items {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	overflow: hidden;
}

.inside_rd .rd_box .items .item {
	width: 100%;
	height: auto;
	padding: 2vw 30px;
	border-radius: 10px;
	background: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_rd .rd_box .items .item .icon {
	font-size: 0;
}

.inside_rd .rd_box .items .item .info {
	margin-left: 15px;
	flex: 1;
}

.inside_rd .rd_box .items .item .info .title {
	line-height: 1;
	font-size: 22px;
	color: #29166f;
	font-style: italic;
}

.inside_rd .rd_box .items .item .info .details {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.875;
	color: #060606;
}

@media (max-width:1560px) {
	.inside_rd .rd_box .items .item .info .title {
		font-size: 20px;
	}

	.inside_rd .rd_box .items .item .info .detials {
		font-size: 15px;
	}
}

@media (max-width:1366px) {
	.inside_rd .rd_box .items .item .icon {
		width: 20px;
	}

	.inside_rd .rd_box .items .item .info .title {
		font-size: 18px;
	}

	.inside_rd .rd_box .items .item .info .details {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_rd .rd_box .items .item {
		padding: 20px;
	}

	.inside_rd .rd_box .items .item .icon {
		width: 16px;
	}

	.inside_rd .rd_box .items .item .info .title {
		font-size: 16px;
	}

	.inside_rd .rd_box .items .item .info .details {
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.inside_rd .rd_box .items .item .info .title {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_rd .rd_box .items {
		grid-gap: 15px;
	}
}

@media (max-width:768px) {
	.inside_rd .rd_box .items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}

@media (max-width:480px) {
	.inside_rd .rd_box .items {
		grid-template-columns: 100%;
	}
}

.inside_rd .rd_box_active {
	width: 100%;
	height: auto;
}

.inside_rd .rd_box_active .rd_one {
	width: 100%;
	height: auto;
	background: #0d85ea;
	position: relative;
	z-index: 2;
	-webkit-clip-path: polygon(0 5.2vw, 0 calc(100% - 5.2vw), 100% 100%, 100% 0);
	clip-path: polygon(0 5.2vw, 0 calc(100% - 5.2vw), 100% 100%, 100% 0);
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_one .inside_center {
	position: relative;
	z-index: 2;
	margin: 10vw auto;
}

.inside_rd .rd_box_active .rd_one .inside_title .title {
	color: #fff;
}

.inside_rd .rd_box_active .rd_one .details {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: .12em;
	line-height: 1.875;
	color: #fff;
}

.inside_rd .rd_box_active .rd_one .items {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_one .items .item {
	width: 100%;
	height: auto;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.inside_rd .rd_box_active .rd_one .images {
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: right;
}

.inside_rd .rd_box_active .rd_one .images img {
	object-fit: cover;
}

@media (max-width:1366px) {
	.inside_rd .rd_box_active .rd_one .details {
		font-size: 14px;
	}

	.inside_rd .rd_box_active .rd_one .items {
		grid-gap: 15px;
	}

	.inside_rd .rd_box_active .rd_one .items .item {
		font-size: 16px;
	}
}

@media (max-width:1024px) {
	.inside_rd .rd_box_active .rd_one {
		-webkit-clip-path: polygon(0 30px, 0 calc(100% - 30px), 100% 100%, 100% 0);
		clip-path: polygon(0 30px, 0 calc(100% - 30px), 100% 100%, 100% 0);
	}

	.inside_rd .rd_box_active .rd_one .inside_center {
		margin: 80px auto;
	}

	.inside_rd .rd_box_active .rd_one .details {
		font-size: 13px;
	}

	.inside_rd .rd_box_active .rd_one .items {
		grid-gap: 10px;
	}

	.inside_rd .rd_box_active .rd_one .items .item {
		padding: 15px;
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.inside_rd .rd_box_active .rd_one .details {
		font-size: 12px;
	}

	.inside_rd .rd_box_active .rd_one .items {
		grid-template-columns: repeat(2, 1fr);
	}

	.inside_rd .rd_box_active .rd_one .items .item {
		border-radius: 5px;
		padding: 10px;
		font-size: 13px;
	}
}

.inside_rd .rd_box_active .rd_two {
	width: 100%;
	height: auto;
	margin-top: -5.2vw;
	position: relative;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 8.8vw), 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 8.8vw), 100% 0);
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .two_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .two_box .inside_center {
	margin: 50px auto;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .two_box .details_box {
	width: 100%;
	max-width: 900px;
	height: auto;
	float: right;
	pointer-events: initial;
}

.inside_rd .rd_box_active .rd_two .two_box .details_box .inside_title .title {
	color: #fff;
}

.inside_rd .rd_box_active .rd_two .two_box .details_box .text_details {
	margin-top: 20px;
	color: #fff;
}

.inside_rd .rd_box_active .rd_two .two_box .details_box .pager {
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .two_box .details_box .pager span {
	width: 6px;
	height: 6px;
	margin-right: 20px;
	border-radius: 50%;
	background: #fff;
	opacity: .2;
	cursor: pointer;
}

.inside_rd .rd_box_active .rd_two .two_box .details_box .pager .active {
	opacity: 1;
}

.inside_rd .rd_box_active .rd_two .swiper_box {
	width: 100%;
	height: 90vh;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .swiper_box ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .swiper_box li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_two .swiper_box li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1024px) {
	.inside_rd .rd_box_active .rd_two {
		margin-top: -30px;
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 30px), 100% 0);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 30px), 100% 0);
	}

	.inside_rd .rd_box_active .rd_two .swiper_box {
		height: 60vh;
	}
}

.inside_rd .rd_box_active .rd_three {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_three .inside_center {
	margin: 4.5vw auto;
}

.inside_rd .rd_box_active .rd_three .text_details {
	margin-top: 20px;
}

.inside_rd .rd_box_active .rd_three .info_box {
	margin-top: 20px;
}

.inside_rd .rd_box_active .rd_three .info_box .info_title {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .12em;
}

.inside_rd .rd_box_active .rd_three .info_box .menu {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.inside_rd .rd_box_active .rd_three .info_box .menu .item {
	margin: 20px 20px 0 0;
	padding: 25px 4.8vw 25px 30px;
	border-radius: 10px;
	background: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_rd .rd_box_active .rd_three .info_box .menu .item .icon {
	font-size: 0;
}

.inside_rd .rd_box_active .rd_three .info_box .menu .item .info {
	flex: 1;
	margin-left: 10px;
	font-style: italic;
	font-family: '楷体';
}

.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .title {
	line-height: 1;
	font-size: 22px;
	color: #060606;
	white-space: nowrap;
}

.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .subtitle {
	margin-top: 5px;
	line-height: 1;
	font-size: 18px;
	color: #060606;
}

@media (max-width:1560px) {
	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .title {
		font-size: 20px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .subtitle {
		font-size: 16px;
	}
}

@media (max-width:1366px) {
	.inside_rd .rd_box_active .rd_three .info_box .info_title {
		font-size: 15px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item {
		margin: 10px 10px 0 0;
		padding: 20px 4vw 20px 25px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .title {
		font-size: 18px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .subtitle {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_rd .rd_box_active .rd_three .inside_center {
		margin: 50px auto;
	}

	.inside_rd .rd_box_active .rd_three .info_box .info_title {
		font-size: 15px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item {
		margin: 5px 5px 0 0;
		padding: 15px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .title {
		font-size: 16px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .subtitle {
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.inside_rd .rd_box_active .rd_three .info_box .menu .item {
		width: 100%;
		border-radius: 5px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .title {
		font-size: 14px;
	}

	.inside_rd .rd_box_active .rd_three .info_box .menu .item .info .subtitle {
		font-size: 10px;
	}
}

.inside_rd .rd_box_active .rd_four {
	width: 100%;
	height: auto;
	position: relative;
	background: #fbfbfd;
	-webkit-clip-path: polygon(0 0, 100% 8.5vw, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 8.5vw, 100% 100%, 0 100%);
	overflow: hidden;
}

.inside_rd .rd_box_active .rd_four .inside_center {
	margin: 10.4vw auto 14.2vw;
	position: relative;
	z-index: 2;
}

.inside_rd .rd_box_active .rd_four .inside_title .title {
	color: #fff;
}

.inside_rd .rd_box_active .rd_four .text_details {
	max-width: 1440px;
	margin-top: 20px;
	color: #fff;
}

.inside_rd .rd_box_active .rd_four .images {
	width: 100%;
	height: 100%;
	padding-top: 3.9vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #0d85ea;
	text-align: right;
	font-size: 0;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 0);
}

.inside_rd .rd_box_active .rd_four .images img {
	object-fit: cover;
}

@media (max-width:1024px) {
	.inside_rd .rd_box_active .rd_four {
		-webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
	}

	.inside_rd .rd_box_active .rd_four .inside_center {
		margin: 80px auto;
	}

	.inside_rd .rd_box_active .rd_four .images {
		padding: 0;
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 40px), 100% 0);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 40px), 100% 0);
	}
}

@media (max-width:768px) {
	.inside_rd .rd_box_active .rd_four .images img {
		height: 100%;
		opacity: .5;
	}
}

.inside_service_one {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_service_one .text_details {
	margin-top: 20px;
}

.inside_service_one .one_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.inside_service_one .one_box::after {
	content: '';
	width: 50vw;
	height: 50vw;
	position: absolute;
	top: 10%;
	right: 0;
	transform: translateX(60%);
	z-index: 2;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(-90deg, transparent 60%, #000000);
	mask: linear-gradient(-90deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_service_one .one_box::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_service_one .one_box::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_one .one_box::after {
		border-width: 20px;
	}
}

.inside_service_one .two_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.inside_service_one .two_box .inside_center {
	width: 100%;
	height: auto;
	margin: 13vw auto;
	position: relative;
	z-index: 2;
}

.inside_service_one .two_box .inside_title .title,
.inside_service_one .two_box .text_details {
	color: #fff;
}

.inside_service_one .two_box .images {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10vw);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10vw);
}

.inside_service_one .two_box .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1024px) {
	.inside_service_one .two_box {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 40px);
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 40px);
	}

	.inside_service_one .two_box .inside_center {
		margin: 80px auto;
	}
}

.inside_service_one .three_box {
	width: 100%;
	height: auto;
	margin-top: -7.8vw;
	background: #0d85ea;
	position: relative;
	z-index: 3;
	-webkit-clip-path: polygon(0 7.8vw, 0 100%, 100% 100%, 100% 0);
	clip-path: polygon(0 7.8vw, 0 100%, 100% 100%, 100% 0);
	overflow: hidden;
}

.inside_service_one .three_box .inside_center {
	margin: 10vw auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.inside_service_one .three_box .center {
	width: 100%;
	max-width: 1000px;
	float: right;
}

.inside_service_one .three_box .center .inside_title .title,
.inside_service_one .three_box .center .text_details {
	color: #fff;
}

.inside_service_one .three_box .images {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	overflow: hidden;
}

@media (max-width:1024px) {
	.inside_service_one .three_box {
		margin-top: -40px;
		-webkit-clip-path: polygon(0 40px, 0 100%, 100% 100%, 100% 0);
		clip-path: polygon(0 40px, 0 100%, 100% 100%, 100% 0);
	}

	.inside_service_one .three_box .inside_center {
		margin: 80px auto;
	}
}

.inside_service_one .four_box {
	width: 100%;
	height: auto;
	margin-top: -5.2vw;
	background: #f5faff;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 5.2vw), 100% 5.2vw);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 5.2vw), 100% 5.2vw);
	position: relative;
	z-index: 4;
	overflow: hidden;
}

.inside_service_one .four_box .inside_center {
	margin: 7vw auto;
}

@media (max-width:1024px) {
	.inside_service_one .four_box {
		margin-top: -30px;
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 30px), 100% 30px);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 30px), 100% 30px);
	}

	.inside_service_one .four_box .inside_center {
		margin: 60px auto;
	}
}

.inside_service_one .five_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.inside_service_one .five_box::after {
	content: '';
	width: 40vw;
	height: 40vw;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-70%);
	z-index: 2;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(0deg, transparent 60%, #000000);
	mask: linear-gradient(0deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_service_one .five_box::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_service_one .five_box::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_one .five_box::after {
		border-width: 20px;
	}
}

.inside_service_one .five_box .inside_center {
	margin: 5.2vw auto;
}

@media (max-width:1024px) {
	.inside_service_one .five_box .inside_center {
		margin: 40px auto;
	}
}

.inside_service_one .six_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	background: #fbfbfd;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 5.2vw);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 5.2vw);
	overflow: hidden;
}

.inside_service_one .six_box .inside_center {
	position: relative;
	z-index: 2;
	margin: 10vw auto;
	overflow: hidden;
}

.inside_service_one .six_box .center {
	width: 100%;
	max-width: 1000px;
	height: auto;
	float: right;
	overflow: hidden;
}

.inside_service_one .six_box .center .inside_title .title,
.inside_service_one .six_box .center .text_details {
	color: #fff;
}

.inside_service_one .six_box .center .details {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.inside_service_one .six_box .center .details .icon {
	font-size: 0;
}

.inside_service_one .six_box .center .details .email {
	margin-left: .5em;
	font-size: 24px;
	color: #fff;
}

@media (max-width:1366px) {
	.inside_service_one .six_box .center .details .email {
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.inside_service_one .six_box .center .details .email {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.inside_service_one .six_box .center .details .icon {
		width: 20px;
	}

	.inside_service_one .six_box .center .details .email {
		font-size: 16px;
	}
}

.inside_service_one .six_box .images {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 6vw), 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 6vw), 100% 0);
	overflow: hidden;
}

.inside_service_one .six_box .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

@media (max-width:1024px) {
	.inside_service_one .six_box {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30px);
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30px);
	}

	.inside_service_one .six_box .inside_center {
		margin: 60px auto;
	}

	.inside_service_one .six_box .images {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 30px), 100% 0);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 30px), 100% 0);
	}
}

.inside_service_two {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_service_two .text_details {
	margin-top: 20px;
}

.inside_service_two .inside_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_service_two .inside_info .icon {
	font-size: 0;
}

.inside_service_two .inside_info .info {
	margin-left: 20px;
}

.inside_service_two .inside_info .info .title {
	font-size: 18px;
}

.inside_service_two .inside_info .info .number {
	font-size: 26px;
	color: #29166f;
	font-family: 'Arial';
}

@media (max-width:1366px) {
	.inside_service_two .inside_info .icon {
		width: 40px;
	}

	.inside_service_two .inside_info .info .title {
		font-size: 16px;
	}

	.inside_service_two .inside_info .info .number {
		font-size: 22px;
	}
}

@media (max-width:1024px) {
	.inside_service_two .inside_info .icon {
		width: 34px;
	}

	.inside_service_two .inside_info .info .title {
		font-size: 14px;
	}

	.inside_service_two .inside_info .info .number {
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.inside_service_two .inside_info .icon {
		width: 28px;
	}

	.inside_service_two .inside_info .info {
		margin-left: 10px;
	}

	.inside_service_two .inside_info .info .title {
		font-size: 12px;
		line-height: 1;
	}

	.inside_service_two .inside_info .info .number {
		font-size: 16px;
	}
}

.inside_service_two .one_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.inside_service_two .one_box::after {
	content: '';
	width: 40vw;
	height: 40vw;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-60%, 100%);
	z-index: 1;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(0deg, transparent 60%, #000000);
	mask: linear-gradient(0deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_service_two .one_box::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_service_two .one_box::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_two .one_box::after {
		border-width: 20px;
	}
}

.inside_service_two .one_box .inside_center {
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
}

.inside_service_two .one_box .menu {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.inside_service_two .one_box .menu .item {
	margin: 20px 20px 0 0;
	padding: 25px 4.8vw 25px 30px;
	border-radius: 10px;
	background: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_service_two .one_box .menu .item .icon {
	font-size: 0;
}

.inside_service_two .one_box .menu .item .info {
	flex: 1;
	margin-left: 10px;
	font-style: italic;
	font-family: '楷体';
}

.inside_service_two .one_box .menu .item .info .title {
	line-height: 1;
	font-size: 22px;
	color: #060606;
	white-space: nowrap;
}

.inside_service_two .one_box .menu .item .info .subtitle {
	margin-top: 5px;
	line-height: 1;
	font-size: 18px;
	color: #060606;
}

.inside_service_two .one_box .inside_info {
	margin-top: 3vw;
}

@media (max-width:1560px) {
	.inside_service_two .one_box .menu .item .info .title {
		font-size: 20px;
	}

	.inside_service_two .one_box .menu .item .info .subtitle {
		font-size: 16px;
	}
}

@media (max-width:1366px) {
	.inside_service_two .one_box .menu .item {
		margin: 10px 10px 0 0;
		padding: 20px 4vw 20px 25px;
	}

	.inside_service_two .one_box .menu .item .info .title {
		font-size: 18px;
	}

	.inside_service_two .one_box .menu .item .info .subtitle {
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_service_two .one_box .inside_center {
		margin: 50px auto 20px;
	}

	.inside_service_two .one_box .menu .item {
		margin: 5px 5px 0 0;
		padding: 15px;
	}

	.inside_service_two .one_box .menu .item .info .title {
		font-size: 16px;
	}

	.inside_service_two .one_box .menu .item .info .subtitle {
		font-size: 12px;
	}

	.inside_service_two .one_box .inside_info {
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_two .one_box .menu .item {
		width: 100%;
		border-radius: 5px;
	}

	.inside_service_two .one_box .menu .item .info .title {
		font-size: 14px;
	}

	.inside_service_two .one_box .menu .item .info .subtitle {
		font-size: 10px;
	}
}

.inside_service_two .two_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	-webkit-clip-path: polygon(0 13.5vw, 0 100%, 100% 100%, 100% 0);
	clip-path: polygon(0 13.5vw, 0 100%, 100% 100%, 100% 0);
	overflow: hidden;
}

.inside_service_two .two_box .inside_center {
	width: 100%;
	height: auto;
	margin: 20.8vw auto 18.75vw;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.inside_service_two .two_box .center {
	width: 100%;
	max-width: 1000px;
	height: auto;
	float: right;
}

.inside_service_two .two_box .center .inside_title .title,
.inside_service_two .two_box .center .text_details {
	color: #fff;
}

.inside_service_two .two_box .center .details {
	width: 100%;
	height: auto;
	margin-top: 2vw;
	font-size: 30px;
	font-weight: 100;
	color: #fff;
	overflow: hidden;
}

@media (max-width:1560px) {
	.inside_service_two .two_box .center .details {
		font-size: 28px;
	}
}

@media (max-width:1366px) {
	.inside_service_two .two_box .center .details {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_service_two .two_box .center .details {
		margin-top: 30px;
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.inside_service_two .two_box .center .details {
		font-size: 16px;
	}
}

.inside_service_two .two_box .images {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.inside_service_two .two_box .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1024px) {
	.inside_service_two .two_box {
		-webkit-clip-path: polygon(0 40px, 0 100%, 100% 100%, 100% 0);
		clip-path: polygon(0 40px, 0 100%, 100% 100%, 100% 0);
	}

	.inside_service_two .two_box .inside_center {
		margin: 80px auto;
	}
}

.inside_service_two .three_box {
	width: 100%;
	height: auto;
	margin-top: -7.2vw;
	background: #0d85ea;
	position: relative;
	z-index: 3;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 7.2vw);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 7.2vw);
	overflow: hidden;
}

.inside_service_two .three_box .inside_center {
	margin: 10vw auto;
}

.inside_service_two .three_box .inside_title .title,
.inside_service_two .three_box .text_details {
	color: #fff;
}

.inside_service_two .three_box .inside_info {
	margin-top: 3vw;
}

.inside_service_two .three_box .inside_info .info .title,
.inside_service_two .three_box .inside_info .info .number {
	color: #fff;
}

@media (max-width:1024px) {
	.inside_service_two .three_box {
		margin-top: -40px;
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 40px), 100% 40px);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 40px), 100% 40px);
	}

	.inside_service_two .three_box .inside_center {
		margin: 50px auto 80px;
	}

	.inside_service_two .three_box .inside_info {
		margin-top: 30px;
	}
}

.inside_service_two .four_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
}

.inside_service_two .four_box::after {
	content: '';
	width: 50vw;
	height: 50vw;
	position: absolute;
	bottom: 20%;
	right: 0;
	transform: translateX(65%);
	z-index: 1;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .05;
	-webkit-mask: linear-gradient(290deg, transparent 60%, #000000);
	mask: linear-gradient(290deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_service_two .four_box::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_service_two .four_box::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_two .four_box::after {
		border-width: 20px;
	}
}

.inside_service_two .four_box .four_main {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.inside_service_two .four_box .inside_center {
	margin: 7.2vw auto;
}

.inside_service_two .four_box .headtitle {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
}

.inside_service_two .four_box .headtitle .title {
	font-size: 28px;
	letter-spacing: .12em;
}

.inside_service_two .four_box .headtitle .subtitle {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	line-height: 1.875;
}

.inside_service_two .four_box .info_box {
	width: 100%;
	height: auto;
	margin-top: 25px;
}

.inside_service_two .four_box .info_box .title {
	font-size: 20px;
	font-weight: bold;
	color: #29166f;
}

.inside_service_two .four_box .info_box .menu {
	width: 100%;
	height: auto;
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 10px;
	overflow: hidden;
}

.inside_service_two .four_box .info_box .menu .item {
	width: 100%;
	height: auto;
	min-height: 80px;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #dedede;
	text-align: center;
	line-height: 1.875;
	font-size: 16px;
	color: #333;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	overflow: hidden;
}

.inside_service_two .four_box .info_box .menu .item:hover {
	background: #f7f8fc;
	border-color: #f7f8fc;
}

.inside_service_two .four_box .inside_info {
	margin-top: 2vw;
}

@media (max-width:1366px) {
	.inside_service_two .four_box .headtitle .title {
		font-size: 24px;
	}

	.inside_service_two .four_box .headtitle .subtitle {
		font-size: 14px;
	}

	.inside_service_two .four_box .info_box .title {
		font-size: 18px;
	}

	.inside_service_two .four_box .info_box .menu .item {
		min-height: 70px;
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_service_two .four_box .inside_center {
		margin: 50px auto;
	}

	.inside_service_two .four_box .headtitle .title {
		font-size: 18px;
	}

	.inside_service_two .four_box .headtitle .subtitle {
		font-size: 13px;
	}

	.inside_service_two .four_box .info_box {
		margin-top: 20px;
	}

	.inside_service_two .four_box .info_box .title {
		font-size: 16px;
	}

	.inside_service_two .four_box .info_box .menu {
		grid-template-columns: repeat(6, 1fr);
	}

	.inside_service_two .four_box .info_box .menu .item {
		min-height: 60px;
		font-size: 12px;
		padding: 10px;
	}

	.inside_service_two .four_box .inside_info {
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_two .four_box .headtitle .title {
		font-size: 16px;
	}

	.inside_service_two .four_box .headtitle .subtitle {
		font-size: 12px;
	}

	.inside_service_two .four_box .info_box .menu {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 5px;
	}

	.inside_service_two .four_box .info_box .menu .item {
		min-height: 50px;
		padding: 8px 10px;
		border-radius: 5px;
	}
}

@media (max-width:480px) {
	.inside_service_two .four_box .info_box .title {
		font-size: 14px;
	}

	.inside_service_two .four_box .info_box .menu {
		grid-template-columns: repeat(3, 1fr);
	}
}

.inside_service_three {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.inside_service_three .header_title {
	font-size: 36px;
	letter-spacing: .12em;
}

@media (max-width:1366px) {
	.inside_service_three .header_title {
		font-size: 30px;
	}
}

@media (max-width:1024px) {
	.inside_service_three .header_title {
		font-size: 24px;
	}
}

@media (max-width:768px) {
	.inside_service_three .header_title {
		font-size: 18px;
	}
}

.inside_service_three .text_details {
	margin-top: 20px;
}

.inside_service_three .icon_box {
	margin-top: 30px;
	font-size: 0;
}

@media (max-width:1366px) {
	.inside_service_three .icon_box {
		width: 50px;
	}
}

@media (max-width:1024px) {
	.inside_service_three .icon_box {
		width: 44px;
	}
}

@media (max-width:768px) {
	.inside_service_three .icon_box {
		width: 36px;
	}
}

.inside_service_three .one_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 0);
	overflow: hidden;
}

.inside_service_three .one_box .inside_center {
	margin: 5.2vw auto 7.2vw;
}

.inside_service_three .one_box .inside_title .title {
	text-align: center;
}

.inside_service_three .one_box .header_title {
	margin-top: 3vw;
}

@media (max-width:1024px) {
	.inside_service_three .one_box {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 50px), 100% 0);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 50px), 100% 0);
	}

	.inside_service_three .one_box .inside_center {
		margin: 50px auto;
	}

	.inside_service_three .one_box .header_title {
		margin-top: 30px;
	}
}

.inside_service_three .two_box {
	width: 100%;
	height: auto;
	margin-top: -7.2vw;
	position: relative;
	z-index: 1;
	background: #0d85ea;
	overflow: hidden;
}

.inside_service_three .two_box .inside_center {
	margin: 13.5vw auto;
}

.inside_service_three .two_box .header_title,
.inside_service_three .two_box .text_details {
	color: #fff;
}

@media (max-width:1024px) {
	.inside_service_three .two_box {
		margin-top: -50px;
	}

	.inside_service_three .two_box .inside_center {
		margin: 100px auto;
	}

	.inside_service_three .two_box .header_title {
		margin-top: 30px;
	}
}

.inside_service_three .three_box {
	width: 100%;
	height: auto;
	margin-top: -7.2vw;
	position: relative;
	z-index: 2;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 7.2vw);
	clip-path: polygon(0 0, 0 100%, 100% calc(100% - 7.2vw), 100% 7.2vw);
	overflow: hidden;
}

.inside_service_three .three_box .inside_center {
	margin: 15vw auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.inside_service_three .three_box .center {
	width: 100%;
	max-width: 1000px;
	height: auto;
	float: right;
}

.inside_service_three .three_box .header_title,
.inside_service_three .three_box .text_details {
	color: #fff;
}

.inside_service_three .three_box .images {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 0;
}

.inside_service_three .three_box .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1024px) {
	.inside_service_three .three_box {
		margin-top: -40px;
		-webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 40px), 100% 40px);
		clip-path: polygon(0 0, 0 100%, 100% calc(100% - 40px), 100% 40px);
	}

	.inside_service_three .three_box .inside_center {
		margin: 70px auto;
	}

	.inside_service_three .three_box .header_title {
		margin-top: 30px;
	}
}

.inside_service_three .four_box {
	width: 100%;
	height: auto;
	position: relative;
}

.inside_service_three .four_box::after {
	content: '';
	width: 50vw;
	height: 50vw;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(50%);
	z-index: 1;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .05;
	-webkit-mask: linear-gradient(290deg, transparent 60%, #000000);
	mask: linear-gradient(290deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_service_three .four_box::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_service_three .four_box::after {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_service_three .four_box::after {
		border-width: 20px;
	}
}

.inside_service_three .four_box .inside_center {
	margin: 5.2vw auto;
}

.inside_service_three .four_box .details {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.inside_service_three .four_box .details .icon {
	font-size: 0;
}

.inside_service_three .four_box .details .email {
	margin-left: .5em;
	font-size: 24px;
	color: #29166f;
}

@media (max-width:1366px) {
	.inside_service_three .four_box .details .email {
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.inside_service_three .four_box .details .email {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.inside_service_three .four_box .details .icon {
		width: 20px;
	}

	.inside_service_three .four_box .details .email {
		font-size: 16px;
	}
}

@media (max-width:1024px) {
	.inside_service_three .four_box .inside_center {
		margin: 50px auto;
	}
}

.inside_news {
	width: 100%;
	height: auto;
	background: #f7f8fc;
	overflow: hidden;
}

.inside_news .inside_center {
	margin-top: 20px;
}

@media (max-width:990px) {
	.inside_news .inside_center {
		margin-top: 0;
	}
}

.inside_news .inside_title .title {
	text-align: center;
}

.inside_news .news_box {
	width: 100%;
	height: auto;
	margin-top: 2.6vw;
}

.inside_news .news_box .news_list {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2.1vw;
}

.inside_news .news_box .news_list .item {
	width: 100%;
	height: auto;
	border-radius: 6.8vw;
	border: 8px solid #fff;
	overflow: hidden;
}

.inside_news .news_box .news_list .item a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.inside_news .news_box .news_list .item .img {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.inside_news .news_box .news_list .item .img .pb {
	padding-bottom: 85.49%;
}

.inside_news .news_box .news_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside_news .news_box .news_list .item .info_box {
	width: 100%;
	height: auto;
	flex: 1;
	padding: 25px 30px 50px;
	background: #e4e3e6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.inside_news .news_box .news_list .item .info_box .title {
	width: 100%;
	height: calc(3em * 1.55);
	line-height: 1.55;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.inside_news .news_box .news_list .item .info_box .info {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}

.inside_news .news_box .news_list .item .info_box .info .time {
	font-family: 'NexaBold';
	font-size: 14px;
	color: #6a7590;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_news .news_box .news_list .item .info_box .info .icon {
	width: auto;
	height: auto;
	font-size: 0;
	overflow: hidden;
}

@media (max-width:1560px) {
	.inside_news .news_box .news_list .item .info_box .info .icon {
		height: 24px;
	}
}

@media (max-width:1366px) {
	.inside_news .news_box .news_list .item .info_box {
		padding: 15px 20px 40px;
	}

	.inside_news .news_box .news_list .item .info_box .title {
		height: calc(2em * 1.55);
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.inside_news .news_box .news_list .item .info_box .info {
		margin-top: 10px;
	}

	.inside_news .news_box .news_list .item .info_box .info .time {
		font-size: 12px;
	}

	.inside_news .news_box .news_list .item .info_box .info .icon {
		height: 18px;
	}
}

@media (max-width:768px) {
	.inside_news .news_box .news_list .item .info_box {
		padding: 15px 15px 30px;
	}

	.inside_news .news_box .news_list .item .info_box .title {
		font-size: 12px;
	}

	.inside_news .news_box .news_list .item .info_box .info .icon {
		height: 14px;
	}
}

.inside_news .news_box .news_list .item:hover .info_box {
	background: #29166f;
}

.inside_news .news_box .news_list .item:hover .info_box .title {
	color: #fff;
}

.inside_news .news_box .news_list .item:hover .info_box .info .time {
	color: #fff;
}

@media (max-width:1366px) {
	.inside_news .news_box .news_list .item {
		border-width: 4px;
	}
}

@media (max-width:1024px) {
	.inside_news .news_box .news_list .item {
		border-width: 3px;
	}
}

@media (max-width:990px) {
	.inside_news .news_box .news_list .item {
		border-radius: 60px;
	}
}

@media (max-width:768px) {
	.inside_news .news_box .news_list .item {
		border-width: 2px;
	}
}

@media (max-width:1024px) {
	.inside_news .news_box .news_list {
		grid-gap: 20px;
	}
}

@media (max-width:990px) {
	.inside_news .news_box .news_list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}
}

@media (max-width:768px) {
	.inside_news .news_box .news_list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}

@media (max-width:1024px) {
	.inside_news .news_box {
		margin-top: 30px;
	}
}

.inside_news .news_details {
	width: 100%;
	height: auto;
}

.inside_news .news_details .inside_center {
	position: relative;
	margin: 0 auto;
}

.inside_news .news_details .navigation {
	height: 0;
	padding: 0;
	position: relative;
	top: 40px;
}

@media (max-width:990px) {
	.inside_news .news_details .navigation {
		width: 100%;
		height: auto;
		padding: 20px 0;
		position: static;
		top: 0;
	}
}

.inside_news .news_details .details_box {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_news .news_details .details_box .details_main {
	flex: 1;
	margin: 5.2vw 0;
	padding-right: 2.5vw;
}

.inside_news .news_details .details_box .details_main .title_details .title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.inside_news .news_details .details_box .details_main .title_details .time {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.inside_news .news_details .details_box .details_main .text_details {
	margin-top: 2vw;
	color: #686869;
}

@media (max-width:1366px) {
	.inside_news .news_details .details_box .details_main .title_details .title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_news .news_details .details_box .details_main {
		margin: 80px 0 50px;
		padding-right: 20px;
	}

	.inside_news .news_details .details_box .details_main .title_details .title {
		font-size: 20px;
	}

	.inside_news .news_details .details_box .details_main .title_details .time {
		font-size: 13px;
	}

	.inside_news .news_details .details_box .details_main .text_details {
		margin-top: 20px;
	}
}

@media (max-width:990px) {
	.inside_news .news_details .details_box .details_main {
		width: 100%;
		margin: 20px 0 50px;
		padding: 0;
	}
}

@media (max-width:768px) {
	.inside_news .news_details .details_box .details_main .title_details .title {
		font-size: 18px;
	}
}

.inside_news .news_details .details_box .sidebar_box {
	width: 25%;
	height: auto;
	padding: 5.2vw 0;
	padding-left: 2.5vw;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.inside_news .news_details .details_box .sidebar_box .sidebar_title {
	font-size: 18px;
	font-weight: bold;
	color: #282828;
}

.inside_news .news_details .details_box .sidebar_box .share_box .share_links {
	margin-top: 12px;
}

.inside_news .news_details .details_box .sidebar_box .info_box {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu {
	width: 100%;
	height: auto;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu .item {
	padding: 30px 0;
	position: relative;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .time {
	font-size: 14px;
	color: #282828;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.66;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .title a {
	color: #282828;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .title a:hover {
	color: #29166f;
}

.inside_news .news_details .details_box .sidebar_box .info_box .menu .item::after {
	content: '';
	width: 100vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -2.5vw;
	z-index: 1;
	background: #000;
	opacity: .1;
}

@media (max-width:1366px) {

	.inside_news .news_details .details_box .sidebar_box .sidebar_title,
	.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .title {
		font-size: 16px;
	}
}

@media (max-width:1024px) {
	.inside_news .news_details .details_box .sidebar_box {
		padding: 80px 0 50px;
		padding-left: 20px;
	}

	.inside_news .news_details .details_box .sidebar_box .sidebar_title {
		font-size: 15px;
	}

	.inside_news .news_details .details_box .sidebar_box .info_box .menu .item {
		padding: 20px 0;
	}

	.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .time {
		font-size: 12px;
	}

	.inside_news .news_details .details_box .sidebar_box .info_box .menu .item .title {
		margin-top: 4px;
		font-size: 14px;
	}
}

@media (max-width:990px) {
	.inside_news .news_details .details_box .sidebar_box {
		display: none;
	}
}

@media (max-width:990px) {
	.inside_news .news_details .details_box {
		display: block;
	}
}

.inside_details_box {
	width: 100%;
	height: auto;
	background: #f7f8fc;
	overflow: hidden;
}

.inside_details_box .inside_center {
	margin-top: 20px;
}

@media (max-width:990px) {
	.inside_details_box .inside_center {
		margin-top: 0;
	}
}

.inside_details_box .details_box {
	width: 100%;
	height: auto;
}

.inside_details_box .details_box .inside_center {
	position: relative;
	margin: 0 auto;
}

.inside_details_box .details_box .navigation {
	height: 0;
	padding: 0;
	position: relative;
	top: 40px;
}

@media (max-width:990px) {
	.inside_details_box .details_box .navigation {
		width: 100%;
		height: auto;
		padding: 20px 0;
		position: static;
		top: 0;
	}
}

.inside_details_box .details_box .details_main {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.inside_details_box .details_box .details_main .details_content {
	width: 75%;
	flex: 1;
	margin: 5.2vw 0;
	padding-right: 2.5vw;
}

.inside_details_box .details_box .details_main .details_content .title_details .title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.inside_details_box .details_box .details_main .details_content .title_details .time {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.inside_details_box .details_box .details_main .details_content .text_details {
	margin-top: 2vw;
	color: #686869;
}

@media (max-width:1366px) {
	.inside_details_box .details_box .details_main .details_content .title_details .title {
		font-size: 24px;
	}
}

@media (max-width:1024px) {
	.inside_details_box .details_box .details_main .details_content {
		margin: 80px 0 50px;
		padding-right: 20px;
	}

	.inside_details_box .details_box .details_main .details_content .title_details .title {
		font-size: 20px;
	}

	.inside_details_box .details_box .details_main .details_content .title_details .time {
		font-size: 13px;
	}

	.inside_details_box .details_box .details_main .details_content .text_details {
		margin-top: 20px;
	}
}

@media (max-width:990px) {
	.inside_details_box .details_box .details_main .details_content {
		width: 100%;
		margin: 20px 0 50px;
		padding: 0;
	}
}

@media (max-width:768px) {
	.inside_details_box .details_box .details_main .details_content .title_details .title {
		font-size: 18px;
	}
}

.inside_details_box .details_box .details_main .sidebar_box {
	width: 25%;
	height: auto;
	padding: 5.2vw 0;
	padding-left: 2.5vw;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.inside_details_box .details_box .details_main .sidebar_box .sidebar_title {
	font-size: 18px;
	font-weight: bold;
	color: #282828;
}

.inside_details_box .details_box .details_main .sidebar_box .share_box .share_links {
	margin-top: 12px;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu {
	width: 100%;
	height: auto;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item {
	padding: 30px 0;
	position: relative;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .time {
	font-size: 14px;
	color: #282828;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.66;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .title a {
	color: #282828;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .title a:hover {
	color: #29166f;
}

.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item::after {
	content: '';
	width: 100vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -2.5vw;
	z-index: 1;
	background: #000;
	opacity: .1;
}

@media (max-width:1366px) {

	.inside_details_box .details_box .details_main .sidebar_box .sidebar_title,
	.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .title {
		font-size: 16px;
	}
}

@media (max-width:1024px) {
	.inside_details_box .details_box .details_main .sidebar_box {
		padding: 80px 0 50px;
		padding-left: 20px;
	}

	.inside_details_box .details_box .details_main .sidebar_box .sidebar_title {
		font-size: 15px;
	}

	.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item {
		padding: 20px 0;
	}

	.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .time {
		font-size: 12px;
	}

	.inside_details_box .details_box .details_main .sidebar_box .info_box .menu .item .title {
		margin-top: 4px;
		font-size: 14px;
	}
}

@media (max-width:990px) {
	.inside_details_box .details_box .details_main .sidebar_box {
		display: none;
	}
}

@media (max-width:990px) {
	.inside_details_box .details_box .details_main {
		display: block;
	}
}

.inside_invest {
	width: 100%;
	height: auto;
	background: #f7f8fc;
	overflow: hidden;
}

.inside_invest .invest_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.inside_invest .invest_box .inside_title {
	text-align: center;
}

.inside_invest .invest_box .inside_title .inside_center {
	margin: 5.2vw auto 3vw;
}

@media (max-width:1024px) {
	.inside_invest .invest_box .inside_title .inside_center {
		margin: 50px auto 20px;
	}
}

.inside_invest .invest_box .invest_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_invest .invest_box .invest_list .invest_item {
	width: 100%;
	height: auto;
	background: #f7f8fc;
	overflow: hidden;
}

.inside_invest .invest_box .invest_list .invest_item .inside_center {
	margin: 2.6vw auto;
}

.inside_invest .invest_box .invest_list .invest_item:nth-child(2n) {
	background: #eff0f5;
}

.inside_invest .invest_box .invest_list .invest_item .invest_title {
	font-size: 34px;
	font-weight: bold;
	color: #000;
}

.inside_invest .invest_box .invest_list .invest_item .menu {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item {
	width: 100%;
	height: auto;
	position: relative;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 1.56vw 2vw;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url('../images/invest_bg.png') no-repeat bottom / cover;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item .title {
	flex: 1;
	font-size: 20px;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item .icon {
	width: 47px;
	height: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #f7f8fc;
	background: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item::after {
	content: '';
	width: 84%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 8%;
	z-index: 1;
	background: #29166f;
	filter: blur(20px);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item:hover a {
	background-color: #29166f;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item:hover a::after {
	opacity: .6;
	mix-blend-mode: overlay;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item:hover .title {
	color: #fff;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item:hover .icon {
	border-color: #fff;
}

.inside_invest .invest_box .invest_list .invest_item .menu .item:hover::after {
	opacity: .5;
}

@media (max-width:1560px) {
	.inside_invest .invest_box .invest_list .invest_item .invest_title {
		font-size: 30px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item .title {
		font-size: 18px;
	}
}

@media (max-width:1366px) {
	.inside_invest .invest_box .invest_list .invest_item .invest_title {
		font-size: 24px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item .title {
		font-size: 16px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item .icon {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:1024px) {
	.inside_invest .invest_box .invest_list .invest_item .inside_center {
		margin: 40px auto;
	}

	.inside_invest .invest_box .invest_list .invest_item .invest_title {
		font-size: 20px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item a {
		padding: 20px 15px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item .title {
		font-size: 14px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item .icon {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:990px) {
	.inside_invest .invest_box .invest_list .invest_item .menu {
		grid-template-columns: 100%;
		grid-gap: 15px;
	}
}

@media (max-width:768px) {
	.inside_invest .invest_box .invest_list .invest_item .invest_title {
		font-size: 16px;
	}

	.inside_invest .invest_box .invest_list .invest_item .menu .item .title {
		font-size: 14px;
	}
}

.inside_invest .invest_main {
	width: 100%;
	height: auto;
	flex: 1;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.inside_invest .invest_main .invest_tab {
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.inside_invest .invest_main .invest_tab a {
	width: 100%;
	height: auto;
	margin-top: 12px;
	border-radius: 30px 0 0 30px;
	background: #f2f2f2;
	padding: 15px 30px;
	font-size: 16px;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_invest .invest_main .invest_tab a:first-child {
	margin: 0;
}

.inside_invest .invest_main .invest_tab a:hover,
.inside_invest .invest_main .invest_tab a.active {
	background: #29166f;
	color: #fff;
}

@media (max-width:1366px) {
	.inside_invest .invest_main .invest_tab a {
		margin-top: 10px;
		padding: 12px 25px;
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_invest .invest_main .invest_tab a {
		margin-top: 5px;
		padding: 10px 20px;
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.inside_invest .invest_main .invest_tab a {
		font-size: 12px;
	}
}

.inside_invest .invest_main .invest_content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inside_contact_info {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.inside_contact_info .contact_map {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.inside_contact_info .contact_map .images {
	width: 100%;
	height: 100%;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.inside_contact_info .contact_map .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.inside_contact_info .contact_map .title_box {
	width: 0;
	height: 0;
	position: absolute;
	left: 68%;
	top: 54%;
	z-index: 3;
}

.inside_contact_info .contact_map .title_box .icon_box {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inside_contact_info .contact_map .title_box .icon_box .icon {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #29166f;
}

.inside_contact_info .contact_map .title_box .icon_box::before,
.inside_contact_info .contact_map .title_box .icon_box::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
}

.inside_contact_info .contact_map .title_box .icon_box::before {
	animation: dot_big 3s linear infinite;
}

.inside_contact_info .contact_map .title_box .icon_box::after {
	animation: dot_big 3s linear 1s infinite;
}

.inside_contact_info .contact_map .title_box .title {
	width: auto;
	height: auto;
	white-space: nowrap;
	position: absolute;
	left: 2em;
	top: 50%;
	transform: translateY(-50%);
	background: #29166f;
	border: 2px solid #fff;
	padding: 10px 30px;
	border-radius: 30px;
	color: #fff;
}

.inside_contact_info .contact_map .title_box .title::after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: -2px;
	z-index: 1;
	transform: rotate(45deg) translateX(-50%);
	background: #29166f;
	border: 2px solid #fff;
	border-right: 0;
	border-top: 0;
}

@media (max-width:1366px) {
	.inside_contact_info .contact_map .title_box .icon_box {
		width: 12px;
		height: 12px;
	}

	.inside_contact_info .contact_map .title_box .title {
		padding: 8px 25px;
		left: 1.5em;
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	.inside_contact_info .contact_map .title_box .icon_box {
		width: 12px;
		height: 12px;
	}

	.inside_contact_info .contact_map .title_box .title {
		padding: 8px 20px;
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.inside_contact_info .contact_map .title_box .icon_box {
		width: 10px;
		height: 10px;
	}

	.inside_contact_info .contact_map .title_box .icon_box .icon {
		border-width: 1px;
	}

	.inside_contact_info .contact_map .title_box .title {
		border-width: 1px;
		padding: 5px 15px;
		font-size: 10px;
		left: auto;
		right: 1.5em;
	}

	.inside_contact_info .contact_map .title_box .title::after {
		border-width: 1px;
		left: auto;
		right: -1px;
		transform: rotate(45deg) translateY(-50%);
		border: 1px solid #fff;
		border-left: 0;
		border-bottom: 0;
	}
}

.inside_contact_info .contact_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.inside_contact_info .contact_box .contact_main {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.inside_contact_info .contact_box .contact_main .inside_center {
	margin: 0 auto;
	position: relative;
}

.inside_contact_info .contact_box .contact_main .contact {
	font-family: 'Euclid Square';
	font-weight: bold;
	font-size: 200px;
	line-height: 1;
	-webkit-text-stroke: 2px #29166f;
	color: transparent;
}

.inside_contact_info .contact_box .contact_main .info {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.inside_contact_info .contact_box .contact_main .info .menu {
	width: 100%;
	height: auto;
	margin-top: 2vw;
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 20px;
}

.inside_contact_info .contact_box .contact_main .info .menu .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.inside_contact_info .contact_box .contact_main .info .menu .one .icon {
	width: 19px;
	height: calc(1em * 1.375);
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_contact_info .contact_box .contact_main .info .menu .one .txt {
	flex: 1;
	padding-left: .5em;
	line-height: 1.375;
	font-size: 16px;
	color: #666;
	letter-spacing: .12em;
}

.inside_contact_info .contact_box .contact_main .info .menu .one .txt span {
	font-family: 'Euclid Square';
	font-weight: 500;
}

.inside_contact_info .contact_box .contact_main .navigation {
	margin: 3vw 0 20px;
}

@media (max-width:1560px) {
	.inside_contact_info .contact_box .contact_main .contact {
		font-size: 160px;
	}
}

@media (max-width:1366px) {
	.inside_contact_info .contact_box .contact_main .contact {
		font-size: 120px;
	}

	.inside_contact_info .contact_box .contact_main .info .menu {
		grid-gap: 10px;
	}

	.inside_contact_info .contact_box .contact_main .info .menu .one .icon {
		width: 12px;
		font-size: 13px;
	}

	.inside_contact_info .contact_box .contact_main .info .menu .one .txt {
		font-size: 13px;
	}

	.inside_contact_info .contact_box .contact_main .navigation {
		margin: 30px 0 20px;
		padding: 0;
	}
}

@media (max-width:1024px) {
	.inside_contact_info .contact_box .contact_main .contact {
		font-size: 100px;
	}

	.inside_contact_info .contact_box .contact_main .info .menu {
		grid-gap: 10px;
	}

	.inside_contact_info .contact_box .contact_main .info .menu .one .icon {
		width: 10px;
		font-size: 12px;
	}

	.inside_contact_info .contact_box .contact_main .info .menu .one .txt {
		font-size: 12px;
	}

	.inside_contact_info .contact_box .contact_main .navigation {
		margin: 30px 0 20px;
		padding: 0;
	}
}

@media (max-width:990px) {
	.inside_contact_info .contact_box .contact_main .inside_center {
		margin: 50px auto;
	}

	.inside_contact_info .contact_box .contact_main .contact {
		font-size: 60px;
		-webkit-text-stroke: 1px #29166f;
	}
}

.inside_contact_info .contact_box::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #f3f4f8;
	opacity: .92;
	-webkit-clip-path: circle(60% at 13% 115%);
	clip-path: circle(60% at 13% 115%);
}

.inside_contact_info .contact_box::after {
	content: '';
	width: 30vw;
	height: 30vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-40%, 40%);
	z-index: 2;
	box-sizing: border-box;
	opacity: .6;
	border: 54px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(0, transparent 45%, #000000);
	mask: linear-gradient(0, transparent 45%, #000000);
}

@media (max-width:1366px) {
	.inside_contact_info .contact_box::after {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_contact_info .contact_box::after {
		border-width: 30px;
		transform: translate(-20%, 40%);
	}
}

@media (max-width:768px) {
	.inside_contact_info .contact_box::after {
		width: 50vw;
		height: 50vw;
		border-width: 20px;
		transform: translate(-20%, 50%);
	}
}

@media (max-width:1366px) {
	.inside_contact_info .contact_box::before {
		-webkit-clip-path: circle(60% at 15% 120%);
		clip-path: circle(60% at 15% 120%);
	}
}

@media (max-width:990px) {
	.inside_contact_info {
		height: auto;
	}

	.inside_contact_info .contact_map {
		height: 50vh;
	}

	.inside_contact_info .contact_box {
		width: 100%;
		height: auto;
		position: static;
		background: #f3f4f8;
	}

	.inside_contact_info .contact_box::before {
		display: none;
	}
}

.inside_contact {
	width: 100%;
	height: auto;
	background: #f7f8fc url('../images/contact_bg.png') no-repeat right 7.2vh;
	background-size: 100% auto;
	overflow: hidden;
}

.inside_contact .contact_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inside_contact .contact_box .inside_title {
	text-align: center;
}

.inside_contact .contact_box .contact_main {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_contact .contact_box .contact_main .swiper_box {
	width: 100%;
	height: auto;
	margin: 6.2vw 0 0;
}

.inside_contact .contact_box .contact_main .swiper_box ul {
	height: auto;
}

.inside_contact .contact_box .contact_main .swiper_box li {
	width: 32%;
	height: auto;
	padding: 4.6vw 2vw;
	position: relative;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}

.inside_contact .contact_box .contact_main .swiper_box li::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_contact .contact_box .contact_main .swiper_box li .title {
	font-size: 28px;
	color: #000;
	letter-spacing: .12em;
}

.inside_contact .contact_box .contact_main .swiper_box li .menu {
	width: 100%;
	height: auto;
	flex: 1;
	margin-top: 2vw;
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 20px;
}

.inside_contact .contact_box .contact_main .swiper_box li .menu .one {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.inside_contact .contact_box .contact_main .swiper_box li .menu .one .icon {
	width: 19px;
	height: calc(1em * 1.375);
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_contact .contact_box .contact_main .swiper_box li .menu .one .txt {
	flex: 1;
	padding-left: .5em;
	line-height: 1.375;
	font-size: 16px;
	color: #666;
	letter-spacing: .12em;
}

.inside_contact .contact_box .contact_main .swiper_box li .menu .one .txt span {
	font-family: 'Euclid Square';
	font-weight: 500;
}

.inside_contact .contact_box .contact_main .swiper_box li .icon_box {
	font-size: 0;
	margin-top: 2vw;
}

.inside_contact .contact_box .contact_main .swiper_box li.active::after {
	background: #29166f;
	opacity: .95;
}

.inside_contact .contact_box .contact_main .swiper_box li.active .title {
	color: #fff;
}

.inside_contact .contact_box .contact_main .swiper_box li.active .menu .one .icon {
	filter: brightness(0) invert(1);
}

.inside_contact .contact_box .contact_main .swiper_box li.active .menu .one .txt {
	color: #fff;
}

.inside_contact .contact_box .contact_main .swiper_box li.active .icon_box {
	filter: brightness(0) invert(1);
	mix-blend-mode: overlay;
}

@media (max-width:1560px) {
	.inside_contact .contact_box .contact_main .swiper_box li .title {
		font-size: 24px;
	}
}

@media (max-width:1366px) {
	.inside_contact .contact_box .contact_main .swiper_box li {
		border-radius: 15px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .title {
		font-size: 20px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .menu {
		grid-gap: 10px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .menu .one .icon {
		width: 12px;
		font-size: 13px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .menu .one .txt {
		font-size: 13px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .icon_box {
		width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_contact .contact_box .contact_main .swiper_box li {
		padding: 30px 20px;
		border-radius: 10px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .contact {
		font-size: 100px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .menu {
		margin-top: 15px;
		grid-gap: 10px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .menu .one .icon {
		width: 10px;
		font-size: 12px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .menu .one .txt {
		font-size: 12px;
	}

	.inside_contact .contact_box .contact_main .swiper_box li .icon_box {
		width: 30px;
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.inside_contact .contact_box .contact_main .swiper_box li {
		width: 100%;
		border-radius: 5px;
	}
}

.inside_contact .contact_box .contact_main .swiper_box .pager_box {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper_btn {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 2px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #000;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper_btn img {
	filter: brightness(0) invert(1);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.inside_contact .contact_box .contact_main .swiper_box .pager_box .prev {
	margin-right: 10px;
}

.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper-button-disabled {
	background: #fff;
}

.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper-button-disabled img {
	filter: none;
}

@media (max-width:1366px) {
	.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper_btn {
		width: 54px;
		height: 54px;
	}
}

@media (max-width:1024px) {
	.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper_btn {
		width: 48px;
		height: 48px;
	}
}

@media (max-width:768px) {
	.inside_contact .contact_box .contact_main .swiper_box .pager_box .swiper_btn {
		width: 40px;
		height: 40px;
		border-width: 1px;
	}
}

@media (max-width:1024px) {
	.inside_contact .contact_box .contact_main .swiper_box {
		margin: 50px 0 0;
	}
}

@media (max-width:768px) {
	.inside_contact .contact_box .contact_main .swiper_box {
		width: 90%;
		max-width: 320px;
		margin: 50px 0 0;
	}
}

.inside_contact .office_box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.inside_contact .office_box::before {
	content: '';
	width: 40vw;
	height: 40vw;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-70%);
	z-index: 2;
	box-sizing: border-box;
	opacity: .6;
	border: 50px solid #29166f;
	border-radius: 50%;
	opacity: .1;
	-webkit-mask: linear-gradient(45deg, transparent 60%, #000000);
	mask: linear-gradient(45deg, transparent 60%, #000000);
}

@media (max-width:1366px) {
	.inside_contact .office_box::before {
		border-width: 40px;
	}
}

@media (max-width:1024px) {
	.inside_contact .office_box::before {
		border-width: 30px;
	}
}

@media (max-width:768px) {
	.inside_contact .office_box::before {
		border-width: 20px;
	}
}

.inside_contact .office_box::after {
	content: '';
	width: 50vw;
	height: 30vw;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .2;
	background: linear-gradient(-45deg, transparent, #29166f);
	-webkit-clip-path: circle(50% at 100% 120%);
	clip-path: circle(50% at 100% 120%);
}

.inside_contact .office_box .inside_center {
	margin: 13.5vw auto 7.8vw;
}

.inside_contact .office_box .inside_title {
	text-align: center;
}

.inside_contact .office_box .office_main {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_contact .office_box .office_main .content {
	width: auto;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inside_contact .office_box .office_main .content .item {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
}

.inside_contact .office_box .office_main .content .item .icon {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	position: relative;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
}

.inside_contact .office_box .office_main .content .item::before,
.inside_contact .office_box .office_main .content .item::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	background: #29166f;
	border-radius: 50%;
}

.inside_contact .office_box .office_main .content .item::before {
	animation: dot 3s linear infinite;
}

.inside_contact .office_box .office_main .content .item::after {
	animation: dot 3s linear 1s infinite;
}

.inside_contact .office_box .office_main .content .item.xs .icon {
	width: 2px;
	height: 2px;
}

.inside_contact .office_box .office_main .content .item.xs::before,
.inside_contact .office_box .office_main .content .item.xs::after {
	animation-name: xs_dot;
	opacity: .1;
}

.inside_contact .office_box .office_main .content .item.sm .icon {
	width: 6px;
	height: 6px;
}

.inside_contact .office_box .office_main .content .item.sm::before,
.inside_contact .office_box .office_main .content .item.sm::after {
	animation-name: sm_dot;
}

.inside_contact .office_box .office_main .content .item.lg .icon {
	width: 10px;
	height: 10px;
	background: transparent;
}

.inside_contact .office_box .office_main .content .item.lg::before,
.inside_contact .office_box .office_main .content .item.lg::after {
	animation-name: lg_dot;
	background: #002361;
}

.inside_contact .office_box .office_main .content .item.item_1 {
	left: 66%;
	top: 38%;
}

.inside_contact .office_box .office_main .content .item.item_2 {
	left: 75.5%;
	top: 59.5%;
}

.inside_contact .office_box .office_main .content .item.item_3 {
	left: 66.5%;
	top: 86%;
}

.inside_contact .office_box .office_main .content .one {
	width: 0;
	height: 0;
	position: absolute;
}

.inside_contact .office_box .office_main .content .one .icon {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #29166f;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inside_contact .office_box .office_main .content .one .title {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	position: absolute;
	left: .5em;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width:1024px) {
	.inside_contact .office_box .office_main .content .one .icon {
		width: 5px;
		height: 5px;
		border-width: 1px;
	}

	.inside_contact .office_box .office_main .content .one .title {
		font-size: 10px;
	}
}

@media (max-width:768px) {
	.inside_contact .office_box .office_main .content .one .icon {
		width: 4px;
		height: 4px;
	}

	.inside_contact .office_box .office_main .content .one .title {
		font-size: 8px;
	}
}

.inside_contact .office_box .office_main .content .one.l .title {
	left: auto;
	right: .5em;
}

.inside_contact .office_box .office_main .content .one.b .title {
	left: 50%;
	top: 100%;
	transform: translate(-50%, 80%);
}

.inside_contact .office_box .office_main .content .one.b2 .icon {
	width: 18px;
	height: auto;
	border-radius: 0;
	border: 0;
}

.inside_contact .office_box .office_main .content .one.b2 .title {
	transform: translateY(20%);
}

@media (max-width:1024px) {
	.inside_contact .office_box .office_main .content .one.b2 .icon {
		width: 7px;
		height: 10px;
	}
}

.inside_contact .office_box .office_main .content .one_1 {
	left: 22%;
	top: 22%;
}

.inside_contact .office_box .office_main .content .one_2 {
	left: 44%;
	top: 64%;
}

.inside_contact .office_box .office_main .content .one_3 {
	left: 38%;
	top: 81%;
}

.inside_contact .office_box .office_main .content .one_4 {
	left: 56%;
	top: 52%;
}

.inside_contact .office_box .office_main .content .one_5 {
	left: 65%;
	top: 40%;
}

.inside_contact .office_box .office_main .content .one_6 {
	left: 66%;
	top: 38%;
}

.inside_contact .office_box .office_main .content .one_7 {
	left: 83%;
	top: 17%;
}

.inside_contact .office_box .office_main .content .one_8 {
	left: 76%;
	top: 32%;
}

.inside_contact .office_box .office_main .content .one_9 {
	left: 62%;
	top: 55%;
}

.inside_contact .office_box .office_main .content .one_10 {
	left: 72%;
	top: 45%;
}

.inside_contact .office_box .office_main .content .one_11 {
	left: 73%;
	top: 55%;
}

.inside_contact .office_box .office_main .content .one_12 {
	left: 75.5%;
	top: 59.5%;
}

.inside_contact .office_box .office_main .content .one_13 {
	left: 63.5%;
	top: 67%;
}

.inside_contact .office_box .office_main .content .one_14 {
	left: 73%;
	top: 78%;
}

.inside_contact .office_box .office_main .content .one_15 {
	left: 68%;
	top: 85%;
}

.inside_contact .office_box .office_main .content .one_16 {
	left: 66.5%;
	top: 86%;
}

.inside_contact .office_box .office_main .content .one_17 {
	left: 65%;
	top: 86.8%;
}

.inside_contact .office_box .office_main .content .one_18 {
	left: 63%;
	top: 85%;
}

.inside_contact .office_box .office_main .content .one_19 {
	left: 57%;
	top: 95%;
}

@media (max-width:990px) {
	.inside_contact .office_box .office_main .content .one .title {
		font-size: 10px;
	}

	.inside_contact .office_box .office_main .content .one.b2 .icon {
		width: 14px;
	}

	.inside_contact .office_box .office_main .content .img {
		max-width: 100%;
	}
}

@media (max-width:768px) {
	.inside_contact .office_box .office_main .content .one .title {
		font-size: 8px;
	}

	.inside_contact .office_box .office_main .content .one.b2 .icon {
		width: 10px;
	}

	.inside_contact .office_box .office_main .content .one_9 .title,
	.inside_contact .office_box .office_main .content .one_12 .title {
		left: auto;
		right: 1em;
	}

	.inside_contact .office_box .office_main .content .one_17.b .title {
		transform: translate(-50%, 30%);
	}
}

@media (max-width:480px) {
	.inside_contact .office_box .office_main .content .one .title {
		font-size: 7px;
	}

	.inside_contact .office_box .office_main .content .one.b2 .icon {
		width: 7px;
	}
}

@media (max-width:768px) {
	.inside_contact .office_box .office_main {
		margin-top: 30px;
	}
}

@media (max-width:1024px) {
	.inside_contact .office_box .inside_center {
		margin: 50px auto 60px;
	}
}

@media (max-width:768px) {
	.inside_contact {
		background-position: center 20%;
		background-size: auto 50%;
	}
}