@import url('./swiper-bundle.min.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	transition: 0.5S;
	scroll-behavior: smooth;
	height: 100%;
}

html::-webkit-scrollbar {
	/* width: 0px; */
}

html body {
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
}

html body input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

html body img {
	display: block;
	transition: 0.4s;
}

html body i {
	display: inline-block;
	transition: 0.3s;
}

html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
	outline: none !important;
}

html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
	outline: none !important;
}

html body span {
	display: inline-block;
}

html body a,
html body span,
html body li {
	transition: 0.3s;
}

html body .content {
	margin: auto;
	max-width: 1400px;
	width: calc(100% - 60px);
}

html body .sw_content {
	margin: auto;
	max-width: 1703px;
	width: calc(100% - 60px);
}

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 9999;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 5px;
	transform: translateY(-50%);
	top: 50%;
	transition: 0.5s;
	opacity: 1;
}

.rightMenu>a,
.rightMenu>span {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	height: 59px;
	background-color: #f2f2f2;
	border-radius: 10px;
	cursor: pointer;
}

.rightMenu>a a,
.rightMenu>span a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rightMenu>a i,
.rightMenu>span i {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.rightMenu>a:hover,
.rightMenu>span:hover {
	background-color: #ffd900;
}

.rightMenu>a:hover i,
.rightMenu>span:hover i {
	color: #fff;
}

.rightMenu .goTop i {
	font-size: 22px;
	font-weight: normal;
}

.rightMenu>a:nth-of-type(1) i {
	font-size: 40px;
}

.rightMenu>span:not(:nth-of-type(1))>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rightMenu>span:not(:nth-of-type(1))>a i {
	font-size: 22px;
}

.rightMenu>span:nth-of-type(1) {
	cursor: pointer;
	position: relative;
}

.rightMenu>span:nth-of-type(1)>img {
	display: none;
	position: absolute;
	right: 100%;
}

@media screen and (min-width: 992px) {
	.rightMenu>span:nth-of-type(1):hover>img {
		display: block;
	}
}

html .fp-viewing-0 .rightMenu {
	right: -200%;
}

.fyrm {
	display: none;
}

/* nav */
.xnav {
	display: none;
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: transparent;
	right: 2.5%;
	top: 32px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #ffd900;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991;
}

.nav .nav1 {
	margin-top: -1px;
}

.nav .nav2 {
	margin-top: -8px;
}

.nav .nav3 {
	margin-top: 6px;
}

.navh .nav1 {
	transform: rotate(45deg);
}

.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #ccc;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}

.smdaohangh {
	right: 0px;
	opacity: 1;
}

.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}

ul.topnav li {
	text-align: left;
	position: relative;
}

ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
}

ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}

ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
	padding-left: 60px;
}

ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}

ul.topnav span:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: 0px;
	transform: rotate(45deg);
	transform-origin: right center;
}

ul.topnav span:after {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: 0.5s;
}

ul.topnav span.yizi {
	transform: rotate(90deg);
}

.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}

.smdaohang form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}

.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}

.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 3px;
}

@media screen and (max-width: 768px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}

	.daohang,
	.daohang1 {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.xnav {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		top: 30px;
	}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.imgBox {
	width: 100%;
}

.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgBox a img:hover {
	transform: scale(1.1);
}

.imgBox img {
	width: 100%;
}

canvas {
	position: fixed;
	/*闂傚倷娴囧畷鍨叏瀹曞洨鐭嗗ù锝堫潐濞呯姴霉閻樺樊鍎愰柛瀣典邯閺屾盯鍩勯崘顏呭枦闂佺ǹ顑嗛幐楣冨箟閹绢喖绀嬫い鎾跺Т瑜板海绱撻崒姘偓鍝ョ矙閸曨垰绠柨鐕傛嫹*/
	top: 0;
	left: 0;
	z-index: -3;
	/*濠电姷鏁搁崑鐘诲箵椤忓棛绀婇柍褜鍓氱换娑欏緞鐎ｎ偆顦伴悗娈垮櫘閸嬪﹤鐣峰鍡╂Ъ闂佸搫妫欑划鎾诲蓟濞戙垹绠涢柍杞扮椤姊洪崫銉ヤ杭闁告柨鐭傚﹢浣糕攽閻樿宸ラ柛鐕佸亰椤㈡濮€閿涘嫮顔曢梺鐟板⒔閹虫捇鎮￠幇鐗堢厵鐎瑰嫮澧楅崳娲煙椤栨稒顥堥柡浣哥Ч瀹曠喖顢楅埀顒傗偓锝傚亾*/
	background: #080808;
	/*闂傚倸鍊烽悞锕傛儑瑜版帒鍨傚┑鍌氬閺佸鎲歌箛鏇炲灊闁冲搫鎳忛崐濠氭煠閹帒鍔氭繛鍫熷灴閺岋綀绠涢弴鐐版埛闂佺ǹ顑嗛幑鍥箖閻㈠壊鏁嶉柣鎰嚟閸橀箖姊虹拫搴″暞閸熺偤鎮楀鐐*/
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

html .fp-viewing-0 header {
	background-color: transparent;
}

.fp-viewing-0 header {
	padding-top: 18px;
	padding-bottom: 14px;
	background-color: transparent;
}

.fp-viewing-0 header .logoBox {
	width: 99px;
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	max-width: 1920px;
	transition: 0.3s;
	padding-top: 20px;
	padding-bottom: 8px;
}

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

header .logoBox {
	width: 99px;
	flex-shrink: 0;
	margin-right: 8px;
}

header .logoBox a {
	width: 100%;
}

header .logoBox a img {
	width: 100%;
}

header .menuactive>a::before {
	width: 100%;
}

header .center {
	display: flex;
	align-items: center;
	padding-top: 2px;
}

header .center .active>a::before {
	width: 100% !important;
}

header .center .sousuo {
	position: relative;
	margin-right: 4px;
}

header .center .sousuo i {
	cursor: pointer;
	font-size: 23px;
	line-height: 25px;
	color: #fff;
}

header .center .sousuo i:hover {
	color: #ffd900;
}

header .center .sousuo form {
	display: none;
	overflow: hidden;
	height: 35px;
	width: 230px;
	border-radius: 4px;
	border: 1px solid #333;
	background-color: #ffffff;
	position: absolute;
	top: 40px;
	right: 0px;
}

header .center .sousuo form input:nth-of-type(1) {
	width: 180px;
	height: 33px;
	line-height: 33px;
	border-radius: 4px;
	padding-left: 10px;
	font-size: 14px;
	color: #2f3135;
	background: none;
}

header .center .sousuo form input:nth-of-type(2) {
	line-height: 33px;
	font-size: 20px;
	background: none;
	position: absolute;
	right: 10px;
	color: #333;
	cursor: pointer;
	transition: .3s;
}

header .center .sousuo form input:nth-of-type(2):hover {
	color: #ffd900;
}

header .center .menuOne {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 32px;
}

header .center .menuOne>a {
	color: #ffffff;
	position: relative;
}

header .center .menuOne>a::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 3px;
	background-color: #ffd900;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

header .center .menuOne>a:hover::before {
	width: 100%;
}

header .center .menuOne .menuactive>a {
	color: #ffd900 !important;
}

header .center .menuOne>ul {
	position: absolute;
	top: 100%;
	min-width: 251px;
	padding-top: 22px;
	left: -15%;
	display: none;
}

header .center .menuOne>ul>div {
	background-color: #3b3b3b;
	padding: 10px 0px;
}

header .center .menuOne>ul .menuTwo {
	position: relative;
	line-height: 30px;
	letter-spacing: 0px;
	padding: 2px 27px;
}

header .center .menuOne>ul .menuTwo a {
	font-size: 20px;
	color: #fff;
	position: relative;
	white-space: nowrap;
}

header .center .menuOne>ul .menuTwo a:hover {
	color: #ffd900;
}

header .center .menuOne>ul .menuTwo>ul {
	display: none;
	position: absolute;
	right: 100%;
	top: 0px;
	min-width: 251px;
	padding-right: 5px;
}

header .center .menuOne>ul .menuTwo>ul .sa {
	background-color: #3b3b3b;
	padding: 10px 0px;
}

header .center .menuOne>ul .menuTwo>ul .menuThree {
	line-height: 30px;
	padding: 2px 27px;
}

header .center .menuOne>ul .menuTwo>ul .menuThree>ul {
	display: none;
	position: absolute;
	right: 100%;
	top: 0px;
	min-width: 251px;
	background-color: #3b3b3b;
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.47);
}

header .center .menuOne>ul .menuTwo>ul .menuThree>ul .menuFour {
	line-height: 30px;
}

header .center .lastOne {
	margin-right: 30px;
	padding-right: 0px;
}

header .center .sousuo,
header .center .lang {
	display: flex;
	align-items: center;
}

header .l_box {
	display: flex;
	align-items: center;
}

.fyhead .logoBox {
	width: 86px;
}

.indexHead {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(95, 95, 95, 0.28);
}

.indexHead .logoBox {
	width: 86px;
}

.s_font {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
}

.s_font a {
	color: #fff;
}

.s_font a:hover {
	color: #ffd900;
}

.buttonBox a {
	width: 164px;
	height: 58px;
	border: solid 1px #ffd900;
	color: #333333;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	display: flex;
	justify-content: space-around;
	padding: 0px 15px;
	align-items: center;
	background-color: #ffd900;
}

.buttonBox a:hover {
	background-color: #fff;
}

.buttonBox span {
	transition: 0s;
}

.buttonBox .fh {
	font-size: 18px;
}

.fp-viewing-1 .index .ib .content {
	transform: translateX(0);
}

.fp-viewing-1 .index .ib::before {
	transform: translateX(0);
}

/* .fp-viewing-1 .index .ib .r_box{
	right: -100%;
	right: 2.2%;
} */
.fp-viewing-2 .index .ic .content {
	transform: translateX(0%);
}

.fp-viewing-3 .index .id .r_box .imgBox {
	transform: translateX(0);
}

.fp-viewing-3 .index .id .r_box .img_1 {
	transition-delay: 0.2s;
}

.fp-viewing-3 .index .id .r_box .img_2 {
	transition-delay: 0.5s;
}

.fp-viewing-3 .index .id .r_box .img_3 {
	transition-delay: 0.9s;
}

.index .b_t {
	font-family: Poppins;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #fff;
}

.index .b_t a {
	color: #fff;
}

.index .b_t a:hover {
	color: #ffd900;
}

.index .zping {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.index .zping {
		overflow: visible;
	}
}

@media screen and (max-width: 1024px) {
	.index .zping {
		height: auto !important;
	}

	.index .zping .fp-tableCell {
		height: auto !important;
	}
}

.index .ia .banner {
	position: relative;
}

.index .ia .banner .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index .ia .banner .carouse .slideItem {
	width: 100%;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.index .ia .banner .carouse .slideItem .banner-img {
	width: 100%;
}

.index .ia .banner .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.index .ia .banner .dotList {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
}

.index .ia .banner .dotList ul li {
	display: inline-block;
	width: 41px;
	height: 7px;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}

.index .ia .banner .dotList ul li.active {
	background: #fbc649;
}

.index .ia .banner .carousel-control {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
	display: none !important;
	transition: 0s;
}

.index .ia .banner .carousel-control.left {
	left: 55px;
	cursor: pointer;
}

.index .ia .banner .carousel-control.left:hover {
	color: #ffd900;
}

.index .ia .banner .carousel-control.right {
	right: 55px;
	cursor: pointer;
}

.index .ia .banner .carousel-control.right:hover {
	color: #ffd900;
}

.index .ia .banner .slidedetail {
	display: none;
}

@media screen and (min-width: 1024px) {
	.index .ia .banner {
		height: 100%;
	}

	.index .ia .banner .banner-slide {
		height: 100% !important;
	}

	.index .ia .banner .carouse {
		height: 100% !important;
	}

	.index .ia .banner .carouse .slideItem {
		height: 100%;
		top: 50%;
		transform: translate(0, -50%);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}
}

@media screen and (max-width: 1024px) {
	.index .ia .banner {
		position: relative;
		overflow: hidden;
		padding-bottom: 50.46875% !important;
	}

	.index .ia .banner .banner-slide {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	.index .ia .banner .dotList ul li {
		width: 36px;
		height: 6px;
	}

	.index .ia .banner .carousel-control {
		font-size: 20px;
		font-size: 2rem;
	}

	.index .ia .banner .carousel-control.left {
		left: 20px;
		cursor: pointer;
	}

	.index .ia .banner .carousel-control.right {
		right: 20px;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	.index .ia .banner .dotList {
		display: none;
	}
}

.index .ib {
	background: url('../img/i_ib.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.index .ib .b_t {
	text-align: right;
}

.index .ib .b_t a {
	color: #fcdd2f;

}

.index .ib .b_t a:hover {
	color: #fff;
}

.index .ib::before {
	position: absolute;
	content: '';
	width: 62.5%;
	height: 45%;
	right: 0;
	bottom: 0;
	background: #333;
	opacity: .3;
}

.index .ib .imgBox {
	display: none;
}

.index .ib .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-top: 100px;
	padding-bottom: 64px;
	padding-left: 28%;
	height: 100%;
	transition: 1s cubic-bezier(0.165, 0.52, 0.2, 1);
	transition-delay: .3s;
	transform: translateX(-500%);
}


/* .index .ib .buttonBox {
	margin-top: 19.4%;
} */

.index .ib .buttonBox a {
	border: 1px solid #000;
	background-color: transparent;
}


.index .ib .s_font {
	color: #666666;
	padding-right: 15%;
	margin-top: 6.5%;
	text-align: right;
}

.index .ib .s_font a {
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index .ib .s_font a:hover {
	color: #fff;
}

.index .ib .r_box {
	position: relative;

}

.index .ib .r_box .buttonBox {
	margin-top: 7.9%;
}

.index .ib .buttonBox a {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	margin-left: auto;
	margin-right: 0;
}

.index .ib .buttonBox a:hover {
	background-color: #fcdd2f;
	border: 1px solid #fcdd2f;
}

.index .ib .r_box .s_font {
	margin-top: 2.3%;
	padding-right: 0%;
}

.index .ib .r_box .s_font a {
	color: #fff;
}

.index .ib .r_box .s_font a:hover {
	color: #fcdd2f;
}

/* @media screen and (max-width: 1024px) {
	.index .ib .r_box {
		display: none;
	}
} */

.index .b_bt {
	font-family: Poppins;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #fcdd2f;
}

.index .b_bt a {
	color: #fcdd2f;
}

.index .b_bt a:hover {
	color: #333;
}

.index .ic {
	background: url('../img/i_id.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.index .ic::before {
	position: absolute;
	content: '';
	width: 62.5%;
	height: 45%;
	left: 0;
	bottom: 0;
	background: #333;
	opacity: .3;
}

@media screen and (max-width: 1024px) {
	.index .ic::before {
		width: 100% !important;
		height: 100%;
	}
}

.index .ic .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 64px;
	padding-right: 28%;
	transition: 1s cubic-bezier(0.165, 0.52, 0.2, 1);
	transition-delay: 0.3s;
	padding-top: 100px;
	transform: translateX(500%);
}

.index .ic .b_t {
	margin-bottom: 2.3%;
}

.index .ic .b_t a {
	color: #fcdd2f;
}

.index .ic .b_t a:hover {
	color: #fff;
}

.index .ic .s_font {
	margin-bottom: 7.9%;
}

.index .ic .s_font a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index .ic .s_font a:hover {
	color: #fcdd2f;
}

.index .ic .buttonBox a {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}

.index .ic .buttonBox a:hover {
	background-color: #fcdd2f;
	border: 1px solid #fcdd2f;
}

.index .id .content {
	padding-top: 100px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
}

.index .id .r_box {
	width: 85.24vh;
	max-width: 59%;
	display: flex;
	justify-content: flex-end;
}

.index .id .r_box .imgBox {
	width: 30.024%;
	max-width: 33%;
	transform: translateX(1000%);
	transition: 1.5s cubic-bezier(0.165, 0.82, 0.165, 1);
	transition-delay: 0.3s;
}

.index .id .s_font {
	margin-top: 11px;
}

.index .id .s_font a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.index .id .buttonBox {
	margin-top: 12px;
}

.index .id .l_box {
	padding-top: 13px;
	flex: 1;
}

.index .id .l_box .imgBox {
	margin-top: 35px;
	transform: translateX(-31%);
	width: 58.51vh;
}

.index .ie {
	background: url('../img/i_if.jpg') no-repeat center;
	background-size: cover;
}

.index .ie .content {
	padding-top: 150px;
	padding-bottom: 100px;
}

.index .ie .b_t {
	text-align: center;
}

.index .ie .s_font {
	width: 64%;
	margin: auto;
	text-align: center;
	margin-top: 19px;
}

.index .ie .s_font a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index .ie .buttonBox {
	margin-top: 4px;
}

.index .ie .buttonBox a {
	margin: auto;
}

.index .if {
	position: relative;
}

.index .if .imgBox {
	width: 198.15vh;
	max-width: 100%;
	margin: auto;
}

.index .if .content {
	top: 0;
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 3.5%;
}

.index .ig {
	background: url('../img/i_ih.jpg') no-repeat center;
	background-size: cover;
}

.index .ig figure {
	width: 63.88vh;
	max-width: 44.22%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index .ig .imgBox {
	border-radius: 20px;
	overflow: hidden;
}

.index .ig .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 120px;
}

.index .ig .s_font a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index .ig .xbt {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 20px;
}

.index .ig .xbt a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}

.index .ig .xbt a:hover {
	color: #ffd900;
}

.index .ig .buttonBox {
	margin-top: 19px;
}

.index .ih {
	position: relative;
}

.index .ih .content {
	padding-top: 190px;
	position: relative;
	z-index: 2;
	padding-right: 28%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 12%;
}

.index .ih .imgBox {
	bottom: 0;
	right: 0;
	position: absolute;
	max-width: 100%;
	width: 198.14vh;
	z-index: 1;
}

.index .ih .s_font {
	color: #cacaca;
	line-height: 22px;
	padding-top: 29px;
}

@media screen and (min-width: 1024px) {
	.index .ih .s_font {
		height: 40.6vh;
		overflow: hidden;
	}
}

/* .index .ih .s_font::-webkit-scrollbar{
	width: 2px;
	background-color: #ffd900;
} */
.index .ih .s_font span {
	display: inline;
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}

.index .ih .s_font a {
	display: inline;
	color: #cacaca;
}

.index .ih .s_font a:hover {
	color: #ffd900;
}

.index .ih .s_font p {
	position: relative;
	padding-left: 23px;
	margin-top: 26px;
}

.index .ih .s_font p::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffd900;
	left: 0;
	top: 6px;
}

.index .ih .buttonBox {
	margin-top: 44px;
}

.mbx {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 28px;
	color: #ffffff;
}

.mbx a {
	color: #fff;
}

.mbx a:hover {
	color: #ffd900;
}

.mbx .active {
	color: #ffd900;
}

.o_o .b_t {
	font-family: Poppins;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 76px;
	letter-spacing: 0px;
	transform: translateX(-85px);
}

.o_o .b_t p {
	display: flex;
	align-items: flex-start;
}

.o_o .b_t span {
	background-image: -webkit-linear-gradient(bottom, #fff 20%, #ffd900);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	vertical-align: top;
}

.o_o .b_t .big {
	font-size: 126px;
	line-height: 106px;
	margin-right: 4px;
}

.o_o .xbt {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #333333;
}

.o_o .xbt a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}

.o_o .xbt a:hover {
	color: #fff;
}

.o_o .buttonBox a {
	border: 1px solid #000;
	background-color: transparent;
}

.o_o .buttonBox a:hover {
	background-color: #fff;
	color: #ffd900;
	border: 1px solid #fff;
}

.o_o .text {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.o_o .text a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #666666;
}

.o_o .text a:hover {
	color: #fff;
}

.o_o .l_box {
	width: 76.64%;
}

.o_o .r_box {
	width: 23.36%;
	padding: 80px 9px 20px 31px;
}

.o_o .box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.o_o .text {
	margin-top: 28px;
}

.o_o .buttonBox {
	margin-top: 93px;
	flex-shrink: 0;
}

.o_o .o_a {
	padding-top: 48px;
}

.o_o .o_a .b_1 {
	margin-top: 0px;
}

.o_o .o_a .r_box {
	background: url('../img/oo_ia.png') no-repeat left;
	background-size: cover;
}

.o_o .o_a .b_0:nth-of-type(2){
	margin-top: 0px !important;
}

.o_o .o_a .b_0 {
	margin-top: 42px;
}
.o_o .o_a .b_0:nth-of-type(odd){
	flex-direction: row-reverse;
}
.o_o .o_a .b_0:nth-of-type(odd) .r_box{
	background: url('../img/oo_ib.png') no-repeat right;
	background-size: cover;
}



.o_o .o_b {
	padding-top: 183px;
	background: url('../img/oo_back.png') no-repeat center 15%;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
}

.o_o .o_b .b_4:nth-of-type(2){
	margin-top: 0px;
}

.o_o .o_b .b_4{
	margin-top: 42px;
}
.o_o .o_b .b_5 .b_1{
	margin-top: 42px;
}
.o_o .o_b .b_5 .b_1:nth-of-type(even){
	flex-direction: row;
}
.o_o .o_b .b_5 .b_1:nth-of-type(even) .r_box{
	background: url('../img/oo_ia.png') no-repeat right;
	background-size: cover;
}

.o_o .o_b .b_1 {
	flex-direction: row-reverse;
	margin-top: 2px;
}

.o_o .o_b .b_1 .r_box {
	background: url('../img/oo_ib.png') no-repeat right;
	background-size: cover;
}

.o_o .o_b .b_2 {
	margin-top: 42px;
}

.o_o .o_b .b_2 .r_box {
	background: url('../img/oo_ic.png') no-repeat left;
	background-size: cover;
}

.o_o .o_b .fl_box {
	display: flex;
	flex-wrap: wrap;
}

.o_o .o_b .fl_box .fl {
	display: flex;
	flex-direction: column;
	margin-top: 54px;
}

.o_o .o_b .fl_box .buttonBox {
	margin-top: 0px;
}

.o_o .o_b .p_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1;
	align-items: center;
}

.o_o .o_b .fl_1 {
	width: 41.22%;
}

.o_o .o_b .fl_1 .xbt {
	width: 60%;
}

.o_o .o_b .fl_1 .p_box {
	background: url('../img/oo_ie.png') no-repeat left;
	background-size: cover;
	padding: 12px 16px 28px 16.8%;
}

.o_o .o_b .fl_2:nth-of-type(1){
	margin-left: 0%;
}

.o_o .o_b .fl_2 {
	width: 48%;
	margin-left: 4%;
}

.o_o .o_b .fl_2 .p_box {
	background: url('../img/oo_if.png') no-repeat left;
	background-size: cover;
	padding: 12px 7.1% 28px 16.1%;
}

.o_o .o_b .fl_2 .xbt {
	width: 45%;
}

.o_o .o_c {
	margin-top: 169px;
	padding-bottom: 22px;
}

.o_o .o_c .b_3:nth-of-type(2){
	margin-top: 0px;
}

.o_o .o_c .b_3 {
	margin-top: 42px;
	flex-direction: row-reverse;
}

.o_o .o_c .b_3:nth-of-type(odd){
	flex-direction: row;
}

.o_o .o_c .b_3:nth-of-type(odd) .r_box{
	background: url('../img/oo_ia.png') no-repeat right;
	background-size: cover;
}

.o_o .o_c .r_box {
	background: url('../img/oo_ib.png') no-repeat right;
	background-size: cover;
}

.anniu {
	display: flex;
}

.anniu div {
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
}

.anniu div i {
	transition: 0s;
	color: #000;
	font-size: 18px;
}

.anniu div:hover {
	background-color: #ffd900;
}

.anniu div:hover i {
	color: #fff;
}

.anniu .next {
	margin-left: 8px;
}

.anniu .prev {
	margin-right: 8px;
}

.o_t .anniu {
	padding-bottom: 35px;
}

.o_t .b_t {
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffd900;
}

.o_t .text {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.o_t .text a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #ffffff;
}

.o_t .text a:hover {
	color: #ffd900;
}

.o_t .ota {
	margin-top: 60px;
}

.o_t .ota .text {
	margin-top: 17px;
}

.o_t .otb {
	margin-top: 51px;
}

.o_t .otb .m_l {
	display: flex;
	flex-wrap: wrap;
	font-family: Poppins-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 29px;
}

.o_t .otb .m_l p {
	width: 33.333333%;
	padding-right: 10px;
	color: #fff;
	margin-top: 20px;
}

.o_t .otb .m_l a:hover {
	color: #ffd900;
}

.o_t .t {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-right: 10px;
}

.o_t .otc {
	margin-top: 69px;
}

.o_t .otc .mySwiperTwo {
	margin-top: 46px;
}

.o_t .otd {
	margin-top: 70px;
}

.o_t .otd .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.o_t .otd .l_box {
	width: 66.5%;
}

.o_t .otd .r_box {
	width: 31.22%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.o_t .otd .mySwiperThree {
	margin-top: 56px;
}

.th_o {
	padding-bottom: 45px;
}

.th_o .text {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.th_o .text a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #ffffff;
}

.th_o .text a:hover {
	color: #ffd900;
}

.th_o .thoa {
	margin-top: 50px;
	background: url('../img/tho_back.jpg') no-repeat center;
	background-size: cover;
	padding-top: 78px;
	padding-bottom: 45px;
}

.th_o .thoa .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.th_o .thoa .l_box {
	width: 55.5%;
	margin-top: 25px;
}

.th_o .thoa .r_box {
	width: 40.93%;
}

.th_o .thoa .bt {
	font-family: Poppins;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffd900;
}

.th_o .thoa .b_bt {
	font-family: Poppins-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 33px;
}

.th_o .thoa .pad {
	padding-left: 35px;
	padding-right: 8%;
}

.th_o .thoa .box {
	background: url('../img/tho_ia.jpg') no-repeat center;
	background-size: cover;
	padding: 49px 9% 50px 33px;
}

.th_o .thoa .img {
	margin-top: 13px;
	margin-bottom: 11px;
}

.th_o .thoa .img img {
	margin: auto;
	max-width: 100%;
}

.th_o .thoa .xbt {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.th_o .thoa .text {
	margin-top: 18px;
	color: #666666;
}

.th_o .thob {
	position: relative;
	margin-top: 94px;
}

.th_o .thob .bofangBox {
	width: 91px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.th_o .thob .bofangBox img {
	width: 100%;
}

.th_o .b_t {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.th_o .l_x {
	width: 15px;
	height: 15px;
	background-color: #ffd900;
	transform: rotate(45deg);
}

.th_o .article {
	font-family: Poppins-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
}

.th_o .thod {
	display: flex;
	justify-content: space-between;
	margin-top: 86px;
}

.th_o .thod .l_x {
	margin-top: 15px;
}

.th_o .thod .l_x:nth-of-type(1) {
	margin-top: 0px;
}

.th_o .thod .l_box {
	flex: 1;
	padding-top: 9px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.th_o .thod .r_box {
	width: 83%;
}

.th_o .thod .buttonBox {
	margin-top: 32px;
}

.th_o .thoc {
	margin-top: 56px;
}

.th_o .thoc .l_x {
	margin-right: 16px;
}

.th_o .thoc .box {
	margin-top: 44px;
	display: flex;
	justify-content: space-between;
}

.th_o .thoc .box .text {
	width: 44%;
}

.th_o .thoc .mySwiperOne {
	margin-top: 42px;
}

.th_o .thoc .swiper-slide {
	position: relative;
}

.th_o .thoc .swiper-slide .z_z {
	background: rgba(0, 0, 0, 0.74);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-top: 19px;
	padding-bottom: 17px;
}

.th_o .thoc .swiper-slide .text {
	text-align: center;
}

.th_o .thoc .anniu {
	justify-content: center;
	margin-top: 36px;
}

.th_o .thoe {
	margin-top: 72px;
}

.t_o {
	padding-bottom: 118px;
	background: url('../img/to_back.png') no-repeat center 53%;
	background-size: 100% auto;
}

.t_o .toa {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.t_o .toa .s_font {
	margin-top: 33px;
}

.t_o .toa .buttonBox {
	margin-top: 52px;
}

.t_o .toa .xbt {
	font-family: Poppins;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffd900;
	margin-top: 46px;
}

.t_o .toa .bt {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
}

.t_o .toa .mySwiperOne {
	position: absolute;
	top: 0;
	left: 0;
}

.t_o .toa .l_box {
	width: 28.286%;
}

.t_o .toa .l_box .box {
	position: relative;
	padding-bottom: 209.1%;
	width: 100%;
	overflow: hidden;
}

.t_o .toa .r_box {
	width: 68.5%;
}

.t_o .toa .imgBox a img:hover {
	transform: none;
}

.t_o .toa .swiper-slide {
	position: relative;
}

.t_o .toa .swiper-slide:hover .z_z::before {
	width: 15px;
}

.t_o .toa .active .bt {
	transition: 0.3s;
	font-family: Poppins;
	font-size: 22px;
}

.t_o .toa .active .z_z::before {
	width: 15px;
}

.t_o .toa .anniu {
	margin-top: 18px;
}

.t_o .toa .z_z {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 20px;
	pointer-events: none;
}

.t_o .toa .z_z::before {
	position: absolute;
	width: 0px;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	transition: 0.3s;
}

.t_o .toa .z_1 {
	background: linear-gradient(to right, rgba(13, 166, 49, 0.47), transparent);
}

.t_o .toa .z_1::before {
	background-color: #0da631;
}

.t_o .toa .z_2 {
	background: linear-gradient(to right, rgba(15, 31, 233, 0.47), transparent);
}

.t_o .toa .z_2::before {
	background-color: #0f1fe9;
}

.t_o .toa .z_3 {
	background: linear-gradient(to right, rgba(168, 7, 192, 0.8), transparent);
}

.t_o .toa .z_3::before {
	background-color: #a807c0;
}

.t_o .toa .z_4 {
	background: linear-gradient(to right, rgba(255, 217, 1, 0.47), transparent);
}

.t_o .toa .z_4::before {
	background-color: #ffd901;
}

.t_o .tob {
	margin-top: 100px;
}

.t_o .tob .anniu {
	margin-right: 26px;
	padding-bottom: 12px;
}

.t_o .tob .anniu div {
	background: transparent;
	border: 1px solid #fff;
}

.t_o .tob .anniu div i {
	color: #fff;
}

.t_o .tob .anniu div:hover {
	border: 1px solid #ffd900;
	background: #ffd900;
}

.t_o .tob .box {
	justify-content: flex-end;
	align-items: flex-end;
	display: flex;
	margin-top: -6.75%;
}

.t_o .tob .mySwiperThree {
	width: 59.5%;
	margin-left: 0;
	margin-right: 28px;
}

.t_o .tob .mySwiperTwo .swiper-slide {
	position: relative;
}

.t_o .tob .mySwiperTwo .bofangBox {
	width: 91px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.t_o .tob .mySwiperTwo .bofangBox img {
	width: 100%;
}

.t_o .l_x {
	width: 15px;
	height: 15px;
	background-color: #ffd900;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: 0;
}

.t_o .article {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
}

.t_o .b_t {
	font-family: Poppins;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffd900;
}

.t_o .toc {
	margin-top: 78px;
}

.t_o .toc .a_1 {
	padding-top: 11px;
}

.t_o .toc .a_1 p {
	margin-top: 31px;
	position: relative;
	padding-left: 35px;
}

.t_o .tod {
	padding-top: 15px;
}

.t_o .tod figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 49px;
}

.t_o .tod figure:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.t_o .tod .article {
	margin-top: 51px;
	line-height: 36px;
}

.t_o .tod .l_box {
	width: 50%;
}

.t_o .tod .r_box {
	width: 46%;
	padding-top: 2.6%;
}

.t_o .toe {
	margin-top: 112px;
}

.t_o .toe .prs_bt {
	font-family: Poppins;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.t_o .toe .prs_pn {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 21px;
}

.t_o .toe .prs_pn a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
}

.t_o .toe .prs_pn a:hover {
	color: #fcdd2f;
}

.t_o .toe .anniu {
	justify-content: center;
	margin-top: 24px;
}

.t_o .toe .mySwiperFour {
	margin-top: 78px;
}

.f_o {
	padding-bottom: 115px;
}

.f_o .bofangBox {
	width: 91px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	cursor: pointer;
}

.f_o .bofangBox img {
	width: 100%;
}

.f_o .buttonBox {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
}

.f_o .icBox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding-bottom: 30px;
	justify-content: flex-end;
	align-items: center;
}

.f_o .icBox p {
	flex: 1;
	width: 1px;
	background-color: #e5e5e5;
}

.f_o .icBox a {
	width: 36px;
	height: 36px;
	background-color: #272727;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 20px;
}

.f_o .icBox a i {
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}

.f_o .icBox a:hover {
	background-color: #fff;
}

.f_o .icBox a:hover i {
	color: #272727;
}

.f_o .icBox a:nth-of-type(6n+1) {
	margin-left: 0px;
}

.f_o .b_bt {
	font-family: Poppins;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 61px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 42%;
	position: absolute;
	top: 45%;
	left: 55%;
	transform: translate(-50%, -50%);
}

.f_o .text {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.f_o .foa {
	background: url('../img/fo_ia.png') no-repeat center top;
	background-size: cover;
	margin-top: 50px;
}

.f_o .foa .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_o .foa .l_box {
	width: 77.36%;
	padding-bottom: 40px;
}

.f_o .foa .l_box .imgBox {
	position: relative;
}

.f_o .foa .text {
	width: 100%;
	margin-top: 40px;
}

.f_o .article {
	font-family: Poppins;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.f_o .l_x {
	width: 15px;
	height: 15px;
	background-color: #ffd900;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: 0;
}

.f_o .b_t {
	width: 591px;
	max-width: 100%;
	position: relative;
	font-family: Poppins;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	background: rgba(255, 217, 0, 0.28);
	padding: 14px 1.4%;
	margin-left: 8px;
}

.f_o .b_t::before,
.f_o .b_t::after {
	content: '';
	width: 8px;
	height: 100%;
	background-color: #ffd900;
	position: absolute;
	top: 0;
}

.f_o .b_t::before {
	left: 0;
	transform: translateX(-100%);
}

.f_o .b_t::after {
	right: 0;
	transform: translateX(100%);
}

.f_o .fob .a_1 {
	padding-top: 6px;
}

.f_o .fob .a_1 p {
	margin-top: 30px;
	position: relative;
	padding-left: 35px;
}

.f_o .foc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 68px;
}

.f_o .foc .b_t {
	margin-left: 0px;
	padding: 14px 4.2%;
}

.f_o .foc .l_box {
	width: 54.36%;
	padding-top: 2px;
}

.f_o .foc .r_box {
	width: 42.214%;
}

.f_o .foc .text {
	padding-top: 3px;
}

.f_o .foc .text p {
	display: flex;
	margin-top: 16px;
	padding-right: 10px;
}

.f_o .foc .text p:nth-of-type(1) {
	flex-shrink: 0;
}

.f_o .fod {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 50px;
}

.f_o .fod .box {
	width: 89%;
}

.f_o .foe {
	margin-top: 100px;
}

.f_o .foe .box {
	margin-top: 66px;
	position: relative;
}

.f_o .foe .box .prev,
.f_o .foe .box .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.f_o .foe .box .prev {
	left: -6%;
}

.f_o .foe .box .next {
	right: -6%;
}

.f_o .table {
	display: flex;
	flex-wrap: wrap;
	padding-top: 17px;
}

.f_o .table p {
	min-width: 50%;
	padding-right: 20px;
	margin-top: 22px;
}

.f_o .table p:nth-of-type(2n) {
	padding-left: 1.4%;
}

.f_o .fof {
	margin-top: 145px;
}

.f_o .fof .box {
	display: flex;
	justify-content: center;
	margin-top: 41px;
}

.f_o .fof .box img {
	max-width: 100%;
}

.f_o .fof .t_1 {
	margin-top: 112px;
	margin-bottom: 22px;
}

.f_o .fog {
	margin-top: 96px;
}

.f_o .fog .xbt {
	font-family: Poppins;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.f_o .fog .xbt span {
	padding: 19px 32px 9px 28px;
	background-color: #ffd900;
}

.f_o .fog .box {
	margin-top: 92px;
}

.f_o .fog .box img {
	max-width: 100%;
}

.f_o .fog .t_1 {
	margin-top: 136px;
	margin-bottom: 22px;
}

.fi_o {
	padding-bottom: 118px;
	background: url('../img/fio_id.png') no-repeat center 74%;
	background-size: 100% auto;
}

.fi_o .b_j {
	font-family: Poppins;
	font-size: 144px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 144px;
	letter-spacing: 0px;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
	color: transparent;
	text-align: center;
}

.fi_o .b_bt {
	position: relative;
}

.fi_o .x_j {
	position: absolute;
	left: 50%;
	top: 35.5%;
	transform: translateX(-50%);
	font-family: Poppins;
	font-size: 112px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 100px;
	letter-spacing: 0px;
	color: #ffd900;
	text-align: center;
}

.fi_o .xbt {
	font-family: Poppins-Regular;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffd900;
	text-align: center;
	margin-top: 26px;
}

.fi_o .fioa {
	margin-top: 40px;
}

.fi_o .article {
	font-family: Poppins-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 53px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.fi_o .fiob {
	background: url('../img/fio_back.png') no-repeat center;
	background-size: cover;
	padding-top: 126px;
}

.fi_o .fiob .c_1 {
	background: url('../img/fio_ia.png') no-repeat left;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 14.5%;
}

.fi_o .fiob .l_box {
	width: 60%;
	padding-top: 6.65%;
	padding-left: 107px;
}

.fi_o .fiob .r_box {
	width: 38.86%;
	position: absolute;
	top: -9%;
	right: -1%;
}

.fi_o .fiob .peo_n {
	font-family: Poppins;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffd900;
}

.fi_o .fiob .peo_jj {
	font-family: Poppins;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 36px;
}

.fi_o .fiob .article {
	width: 82%;
	margin: 0px auto;
	padding-top: 71px;
}

.fi_o .fiob .buttonBox {
	margin-top: 33px;
}

.fi_o .fiob .buttonBox a {
	margin: auto;
}

.fi_o .anniu {
	padding-bottom: 1.3%;
}

.fi_o .b_t {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.fi_o .b_t span {
	padding: 19px 16px 22px 17px;
	background-color: #ffd900;
}

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

.fi_o .fio_1 {
	margin-top: 88px;
}

.fi_o .fio_1 .mySwiper1 {
	margin-top: 62px;
}

.fi_o .fio_1 .b_t span {
	padding: 19px 69px 22px 31px;
}

.fi_o .fio_2 {
	margin-top: 60px;
}

.fi_o .fio_2 .mySwiper2 {
	margin-top: 79px;
}

.fi_o .fio_3 {
	margin-top: 99px;
}

.fi_o .fio_3 .anniu {
	justify-content: flex-end;
	padding-bottom: 0;
	margin-top: 16px;
}

.fi_o .fio_3 .mySwiper3 {
	margin-top: 59px;
}

.fi_o .fio_4 {
	margin-top: 123px;
}

.fi_o .fio_4 .mySwiper4 {
	margin-top: 37px;
}

.fi_o .fio_5 {
	margin-top: 101px;
}

.fi_o .fio_5 .mySwiper5 {
	margin-top: 39px;
}

.fi_o .fio_6 {
	margin-top: 101px;
}

.fi_o .fio_6 .mySwiper6 {
	margin-top: 39px;
}

.s_o {
	padding-bottom: 161px;
}

.s_o .b_bt {
	font-family: Poppins;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 106px;
	letter-spacing: 0px;
	color: #fefffe;
	margin-top: 14px;
}

.s_o .text {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fefffe;
}

.s_o .article {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fefffe;
}

.s_o .soa {
	background: url('../img/so_ic.png') no-repeat left top;
	background-size: 100% auto;
	overflow: hidden;
	padding-top: 51px;
}

.s_o .soa .logoBox {
	width: 99px;
}

.s_o .soa .logoBox img {
	width: 100%;
}

.s_o .soa .l_box {
	padding-top: 14.1%;
}

.s_o .soa .r_box {
	width: 53.79%;
	float: right;
	margin-left: 3%;
}

.s_o .sob {
	margin-top: 124px;
}

.s_o .sob img {
	max-width: 100%;
	margin-left: auto;
	margin-right: 0;
}

.s_o .b_t {
	font-family: Poppins;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
}

.s_o .b_1 .article {
	margin-top: 25px;
	padding-right: 12px;
}

.s_o .b_2 {
	margin-top: 85px;
}

.s_o .b_2 .article {
	padding-top: 35px;
}

.s_o .b_2 .anniu {
	margin-top: 38px;
	justify-content: center;
}

.s_o .y_ear {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fefffe;
}

.s_o .mySwiperOne {
	margin-top: 61px;
}

.s_o .mySwiperOne .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.s_o .mySwiperOne .text {
	padding-top: 13px;
}

.s_o .mySwiperOne .text p {
	padding-left: 26px;
	position: relative;
	margin-top: 26px;
}

.s_o .mySwiperOne .text p::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ffd900;
	border-radius: 50%;
	top: 8px;
	left: 2px;
}

.s_o .mySwiperOne .text p:nth-of-type(1) {
	margin-top: 0px;
}

.s_o .mySwiperOne .l {
	width: 34.71%;
	border-radius: 10px;
	overflow: hidden;
}

.s_o .mySwiperOne .r {
	padding-top: 5px;
	width: 62.5%;
}

.s_o .mySwiperTwo {
	padding-top: 15px;
	position: relative;
	margin-top: 16px;
}

.s_o .mySwiperTwo .swiper-slide {
	position: relative;
	cursor: pointer;
}

.s_o .mySwiperTwo .swiper-slide::before {
	background-color: #fff;
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #c5c5c5;
	top: 0;
	left: 5px;
	transform: translateY(-50%);
	transition: 0.4s;
}

.s_o .mySwiperTwo .swiper-slide:hover::before {
	width: 26px;
	height: 26px;
	background-color: #ffd900;
	left: 20px;
}

.s_o .mySwiperTwo::before {
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	background-color: #fff;
	width: 100%;
	height: 1px;
}

.s_o .mySwiperTwo .swiper-slide-thumb-active::before {
	width: 26px;
	height: 26px;
	background-color: #ffd900;
	left: 20px;
}

.s_o .mySwiperTwo .swiper-slide-thumb-active .article {
	font-family: Poppins;
	font-size: 22px;
}

.s_o .soc {
	font-family: Poppins-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 108px;
}

.s_o .soc .b_t {
	text-align: left;
}

.s_o .soc .b_3 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1px;
}

.s_o .soc .b_3 figure {
	min-height: 73px;
	width: 28.57%;
	margin-left: 7.145%;
}

.s_o .soc .b_3 figure:nth-of-type(3n+1) {
	margin-left: 0%;
}

.s_o .soc .b_4 {
	padding-top: 26px;
	display: flex;
	justify-content: center;
	line-height: 35px;
}

.s_o .soc .b_4 figure {
	width: 51.72%;
	min-height: 97px;
}

.s_o .soc figure {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	border-radius: 10px;
	border: solid 2px #ffd900;
	margin-top: 74px;
}

.se_o {
	overflow: hidden;
	padding-bottom: 143px;
}

.se_o .l_box {
	width: 76.22%;
	position: relative;
}

.se_o .l_box::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #ffd900;
	opacity: 0.1;
	left: 21px;
	top: 25px;
	z-index: -1;
}

.se_o .b_t {
	font-family: Poppins;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 34px;
	color: #ffffff;
}

.se_o .b_t a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.se_o .b_t a:hover {
	color: #333;
}

.se_o .text {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 44px;
}

.se_o .text a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	color: #fff;
}

.se_o .text a:hover {
	color: #ffd900;
}

.se_o .x_h {
	width: 127px;
	height: 3px;
	background-color: #ffffff;
	margin-top: 14px;
}

.se_o figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 30px;
	margin-top: 94px;
}

.se_o figure:hover .t::before {
	background: #ffd900;
}

.se_o figure:hover .t::after {
	width: 300%;
}

.se_o figure:hover .b_t {
	color: #333;
}

.se_o figure:hover .b_t a {
	color: #333;

}

.se_o figure:hover .x_h {
	background: #333;
}

.se_o figure:nth-of-type(1) {
	margin-top: 51px;
}

.se_o figure:nth-of-type(odd) .r_box {
	padding-top: 34px;
}

.se_o figure:nth-of-type(odd) .t {
	padding-left: 28px;
}

.se_o figure:nth-of-type(odd) .t::before {
	left: 0;
}

.se_o figure:nth-of-type(odd) .t::after {
	left: 0;
	background: url('../img/back.jpg') no-repeat left;
}

.se_o figure:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.se_o figure:nth-of-type(2n) .t::before {
	right: -12%;
}

.se_o figure:nth-of-type(2n) .t::after {
	right: -12%;
	background: url('../img/back.jpg') no-repeat right;
}

.se_o figure:nth-of-type(2n) .r_box {
	padding-top: 47px;
}

.se_o .buttonBox {
	margin-top: 90px;
}

.se_o .r_box {
	width: 20.5%;
}

.se_o .t {
	position: relative;
	padding-top: 51px;
	padding-bottom: 50px;
}

.se_o .t::before {
	position: absolute;
	content: '';
	background: rgba(255, 217, 0, 0.24);
	width: 300%;
	height: 100%;
	top: 0;
	z-index: -2;
	transition: 0s;
}

.se_o .t::after {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0;
	z-index: -1;
	transition: 0s;
}

.se_o .PageNumber {
	margin-top: 34px;
}

.se_t {
	padding-bottom: 142px;
}

.se_t .box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

.se_t .imgBox {
	position: relative;
}

.se_t .r_q {
	min-width: 100px;
	background-color: #ffd900;
	text-align: center;
	position: absolute;
	top: 0;
	left: 3.7%;
	padding: 13px 10px 2px 10px;
}

.se_t .b_rq {
	font-family: Poppins;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.se_t .y_ear {
	font-family: Poppins-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 11px;
}

.se_t .p_n {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 31px;
}

.se_t .p_n a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
}

.se_t .p_n a:hover {
	color: #ffd900;
}

.se_t figure {
	width: 44.22%;
	margin-left: 11.56%;
	margin-bottom: 73px;
}

.se_t figure:nth-of-type(2n+1) {
	margin-left: 0%;
}

.se_t .text {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 19px;
}

.se_t .text a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.se_t .text a:hover {
	color: #ffd900;
}

.se_t .buttonBox {
	margin-top: 25px;
}

.se_t .PageNumber {
	margin-top: 17px;
}

.se_th .b_t {
	font-family: Poppins;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
}

.se_th .b_1 {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 24px;
}

.se_th .sh_box {
	display: flex;
	align-items: center;
	margin-left: 21px;
}

.se_th .share {
	margin-right: 8px;
}

.se_th .text {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 56px;
}

.se_th .text img {
	max-width: 100%;
	margin: auto;
}

.se_th .t {
	padding-top: 44px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 16px;
}

.se_th .h_y {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: rgba(255, 217, 0, 0.1);
	padding: 17px 14px 16px 14px;
	margin-top: 42px;
}

.se_th .h_y i {
	transition: 0s;
}

.se_th .h_y a {
	color: #fff;
	display: flex;
	align-items: center;
}

.se_th .h_y a:hover {
	color: #ffd900;
}

.se_th .h_y a p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.se_th .h_y .l_box,
.se_th .h_y .r_box {
	width: 50%;
}

.se_th .h_y .l_box {
	padding-right: 10px;
}

.se_th .h_y .l_box .icon {
	margin-right: 13px;
	flex-shrink: 0;
}

.se_th .h_y .r_box {
	padding-left: 10px;
	text-align: right;
}

.se_th .h_y .r_box a {
	flex-direction: row-reverse;
}

.se_th .h_y .r_box .icon {
	margin-left: 13px;
}

.se_th .pro_spe {
	margin-top: 78px;
	padding-bottom: 0px;
}

.e_o .b_t {
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.e_o .xbt {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 5px;
}

.e_o .form_bt {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}

.e_o .r_box {
	width: 48.5%;
}

.e_o .r_box .s_font {
	margin-top: 13px;
}

.e_o .r_box .n_t {
	margin-top: 0px;
}

.e_o .l_box {
	width: 45%;
	padding-top: 2px;
}

.e_o .l_box figure {
	margin-top: 36px;
}

.e_o .l_box figure:nth-of-type(1) {
	margin-top: 0px;
}

.e_o figure i {
	flex-shrink: 0;
	color: #ffd900;
	font-size: 20px;
	margin-right: 8px;
}

.e_o figure .s_font {
	display: flex;
	margin-top: 8px;
}

.e_o figure .s_font a,
.e_o figure .s_font span {
	display: inline;
}

.e_o .b_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 72px;
}

.e_o .b_1 {
	padding: 21px 55px 63px 55px;
	margin-top: 50px;
}

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

.e_o .b_3 .xbt {
	padding-bottom: 0px;
}

.e_o .b_3 .text {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 0px;
}

.e_o .b_3 .box {
	margin-top: 23px;
	width: 47.86%;
	padding: 28px 2% 35px 59px;
}

.e_o .box {
	background-color: rgba(47, 47, 47, 0.52);
}

.e_o .eob {
	margin-top: 52px;
}

.e_o form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 28px;
}

.e_o form p {
	width: 100%;
	margin-top: 17px;
}

.e_o form .ttBox {
	margin-top: 20px;
}

.e_o form .half {
	width: 48.8%;
}

.e_o form .hd {
	position: relative;
}

.e_o form .hd::before {
	content: '*';
	position: absolute;
	color: #ff0404;
	top: 17px;
	left: 3px;
}

.e_o form .yzm {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 48.8%;
	position: relative;
	margin-top: 21px;
}

.e_o form .yzm::before {
	top: 19px;
}

.e_o form .yzm span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 28px;
	width: 89px;
	right: 1px;
	flex-shrink: 0;
	cursor: pointer;
}

.e_o form .yzm span img {
	width: 100%;
	height: 100%;
}

.e_o form .yzm input {
	width: 100%;
	height: 44px;
	padding-right: 100px;
}

.e_o form .buttonBox {
	width: 48.8%;
	margin-top: 21px;
	color: #333333;
}

.e_o form .buttonBox input {
	cursor: pointer;
	text-indent: 0px !important;
	border: 1px solid #ffd900;
	background-color: #ffd900;
	color: #333333;
	transition: 0.3s;
	height: 44px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	padding-left: 0px;
}

.e_o form .buttonBox input:hover {
	background-color: #fff;
	color: #333333;
}

.e_o form input {
	height: 44px;
}

.e_o form input,
.e_o form textarea {
	display: block;
	border: none;
	width: 100%;
	resize: none;
	outline: none;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000;
	padding-left: 11px;
	background-color: #fff;
}

.e_o form textarea {
	height: 124px;
	padding-top: 8px;
}

.e_o form input::placeholder,
.e_o form input::-webkit-input-placeholder,
.e_o form textarea::placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
}

.pro_spe {
	margin-top: 229px;
	padding-bottom: 31px;
}

.pro_spe .mySwiperFour {
	margin-top: 35px;
}

.pro_spe .prs_bt {
	font-family: Poppins;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.pro_spe .prs_pn {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 17px;
}

.pro_spe .prs_pn a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
}

.pro_spe .prs_pn a:hover {
	color: #fcdd2f;
}

.pro_spe .imgBox {
	border: solid 2px #ffffff;
	border-radius: 2px;
}

.pro_spe .anniu {
	padding-top: 63px;
	padding-bottom: 0px;
	justify-content: center;
}

.pro_spe .anniu div {
	background-color: #e4e4e4;
}

.pro_spe .anniu div:hover {
	background-color: #ffd900;
}

.othp {
	margin-top: 207px;
}

.ban_3d {
	background: url('../img/3d_back.jpg') no-repeat center;
	background-size: cover;
	margin-top: 46px;
	padding-top: 57px;
	padding-bottom: 35px;
}

.ban_3d .mySwiperOne {
	margin-top: 60px;
	clip-path: polygon(7% 0%, 93% 0%, 93% 100%, 7% 100%);
}

.ban_3d .anniu {
	justify-content: center;
	margin-top: 24px;
	padding-bottom: 0px;
}

.ban_3d .d_name {
	font-family: Poppins;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.ban_3d .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 500ms;
	transform: scale(0.335);
}

.ban_3d a img:hover {
	transform: none;
	transition: 0s;
}

.ban_3d .swiper-slide-prev {
	transform-origin: 27.3% 44%;
}

.ban_3d .swiper-slide-next {
	transform-origin: 75% 44%;
}

.ban_3d .swiper-slide-active,
.ban_3d .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 3;
}

.padding_top {
	padding-top: 131px;
}

.bannerBox img {
	width: 100%;
}

.PageNumber {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
	height: auto;
	width: 100%;
}

.PageNumber a {
	width: 40px;
	line-height: 38px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #c7c7c7;
	margin-right: 10px;
}

.PageNumber a:hover {
	color: #333;
	background-color: #ffd900;
	border: 1px solid #ffd900;
}

.PageNumber .active {
	border: 1px solid #ffd900;
	color: #333;
	background-color: #ffd900;
}

.PageNumber .big {
	width: 100px;
	color: #666666;
}

.PageNumber .p_l {
	width: 69px;
	color: #666666;
}

.PageNumber span {
	margin-left: 10px;
	cursor: pointer;
}

.PageNumber span:hover input {
	background-color: #fff;
	color: #d6251f;
}

.PageNumber span:hover i {
	color: #d6251f;
}

.PageNumber input {
	cursor: pointer;
	width: 164px;
	height: 30px;
	border: 1px solid #d6251f;
	background-color: #d6251f;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	transition: 0.3s;
}

.PageNumber i {
	color: #d6251f;
}

.foot {
	height: auto !important;
}

.foot .fp-tableCell {
	height: auto !important;
}

footer {
	background-color: #000;
	position: relative;
}

footer::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('../img/f_back.jpg') no-repeat right bottom;
	background-size: auto;
	z-index: 0;
}

footer .content {
	position: relative;
	z-index: 1;
	padding-top: 117px;
	padding-bottom: 149px;
}

footer .logoBox {
	padding-left: 1%;
}

footer .logoBox a {
	width: 99px;
	display: block;
	margin: auto;
}

footer .logoBox img {
	width: 100%;
}

footer .icBox {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3px;
}

footer .icBox a {
	width: 36px;
	height: 36px;
	background-color: #272727;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	flex-shrink: 0;
	margin-top: 10px;
}

footer .icBox a i {
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}

footer .icBox a:hover {
	background-color: #fff;
}

footer .icBox a:hover i {
	color: #272727;
}

footer .icBox a:nth-of-type(6n+1) {
	margin-left: 0px;
}

footer .l_j {
	padding-top: 20px;
}

footer .box {
	display: flex;
	justify-content: space-between;
	padding-top: 138px;
}

footer .box .lif {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 38px;
	padding-left: 0px;
}

footer .box .lif a {
	color: #fff;
}

footer .box .lif a:hover {
	color: #ffd900;
}

footer .box li {
	font-family: Poppins-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #c2c2c2;
	padding-left: 8px;
}

footer .box li a {
	color: #c2c2c2;
}

footer .box li a:hover {
	color: #ffd900;
}

footer .ul_1 {
	width: 23%;
}

footer .ul_2 {
	width: 21.7%;
}

footer .ul_3 {
	width: 23%;
}

footer .ul_4 {
	width: 19.95%;
}

.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}

.videoBox>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBox>div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}

.videoBox>div .guanbi i {
	font-size: 40px;
	color: #ccc;
}

.videoBox video {
	width: 80%;
}

.videoBox iframe {
	width: 80%;
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

@media screen and (max-width: 1800px) {
	/* .index .ib .content {
		padding-bottom: 3%;
	} */

	/* .index .ib .s_font {
		margin-top: 3%;
	}

	.index .ib .buttonBox {
		margin-top: 3%;
	} */

	.index .id .l_box .imgBox {
		width: 46vh;
		margin-top: 10px;
		transform: translateX(0%);
	}

	.index .ie .content {
		padding-top: 120px;
	}

	.index .ie .s_font {
		margin-top: 10px;
		width: 100%;
	}

	.index .ig .xbt {
		margin-top: 10px;
		font-size: 24px;
		line-height: 30px;
	}

	.index .ig .xbt a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.index .ig .s_font a {
		-webkit-line-clamp: 3;
	}

	.index .ig .buttonBox {
		margin-top: 10px;
	}

	.index .ih .content {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.index .ih .buttonBox {
		margin-top: 10px;
	}

	.index .ih .s_font {
		padding-top: 0px;
	}

	.index .ih .s_font p {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1650px) {
	.o_o .b_t {
		transform: translateX(0px);
	}

	.o_o .b_t .big {
		font-size: 80px;
		line-height: 76px;
	}

	.f_o .foe .box .prev {
		left: 0;
	}

	.f_o .foe .box .next {
		right: 0;
	}

	.f_o .foe .box .prev,
	.f_o .foe .box .next {
		position: relative;
		top: 0;
		transform: translateY(0);
	}

	.f_o .foe .box .anniu {
		justify-content: center;
		margin-top: 10px;
	}

	.ban_3d .d_name {
		font-size: 42px;
	}
}

@media screen and (max-width: 1550px) {

	.rightMenu>a,
	.rightMenu>span {
		width: 50px;
		height: 50px;
	}

	.rightMenu>a i,
	.rightMenu>span i {
		font-size: 28px;
	}

	.rightMenu .wx {
		cursor: pointer;
		position: relative;
	}

	.rightMenu .wx>img {
		display: none;
		position: absolute;
		right: 100%;
	}
}

@media screen and (max-width: 1450px) {
	.fp-viewing-0 header .logoBox {
		width: 90px;
	}

	.o_t .anniu {
		padding-bottom: 0px;
	}

	.o_t .b_t {
		font-size: 32px;
	}

	.o_t .text {
		font-size: 16px;
		line-height: 26px;
	}

	.o_t .otb .m_l {
		font-size: 20px;
		padding-top: 5px;
	}

	.th_o .text {
		font-size: 16px;
		line-height: 26px;
	}

	.th_o .thoa .l_box {
		width: 50%;
	}

	.th_o .thoa .r_box {
		width: 46%;
	}

	.th_o .thoa .bt {
		font-size: 28px;
	}

	.th_o .thoa .b_bt {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.th_o .thoa .img {
		padding: 0px 35px;
	}

	.th_o .thoa .box {
		padding: 30px 35px;
	}

	.th_o .thoa .text {
		margin-top: 5px;
	}

	.th_o .thoa .xbt {
		font-size: 20px;
		line-height: 26px;
	}

	.th_o .b_t {
		font-size: 22px;
		line-height: 30px;
	}

	.th_o .article {
		font-size: 20px;
		line-height: 32px;
	}

	.th_o .thod .buttonBox a {
		width: 150px;
	}

	.t_o .article {
		font-size: 18px;
		line-height: 26px;
	}

	.t_o .toa .z_z {
		padding-left: 20px;
		padding-right: 10px;
	}

	.t_o .toa .active .bt {
		font-size: 18px;
		line-height: 26px;
	}

	.t_o .toa .active .z_z::before {
		width: 10px;
	}

	.t_o .toa .swiper-slide:hover .z_z::before {
		width: 10px;
	}

	.t_o .toa .bt {
		font-size: 16px;
		line-height: 26px;
	}

	.t_o .toa .xbt {
		font-size: 28px;
		margin-top: 30px;
	}

	.t_o .toa .s_font {
		margin-top: 20px;
	}

	.t_o .toa .buttonBox {
		margin-top: 30px;
	}

	.t_o .b_t {
		font-size: 22px;
		line-height: 26px;
	}

	.t_o .tod .article {
		margin-top: 15px;
		line-height: 28px;
	}

	.t_o .tod .r_box {
		padding-top: 0%;
	}

	.t_o .toe .prs_bt {
		font-size: 32px;
	}

	.f_o .b_bt {
		font-size: 30px;
		line-height: 42px;
		width: 60%;
	}

	.f_o .icBox a {
		margin-top: 10px;
	}

	.f_o .text {
		font-size: 16px;
		line-height: 26px;
	}

	.f_o .article {
		font-size: 20px;
		line-height: 26px;
	}

	.f_o .b_t {
		width: 500px;
		font-size: 20px;
		line-height: 26px;
		padding: 10px 1.4%;
	}

	.f_o .foc .b_t {
		padding: 10px 1.4%;
	}

	.f_o .foc .text p {
		margin-top: 5px;
	}

	.f_o .fod .box {
		width: 86%;
	}

	.f_o .table p {
		margin-top: 10px;
	}

	.f_o .fog .xbt {
		font-size: 22px;
		line-height: 28px;
	}

	.f_o .fog .xbt span {
		padding: 10px 20px;
	}

	.s_o .article {
		font-size: 16px;
		line-height: 26px;
	}

	.s_o .b_bt {
		font-size: 38px;
		line-height: 56px;
	}

	.s_o .b_t {
		font-size: 36px;
		line-height: 32px;
	}

	.s_o .text {
		font-size: 15px;
		line-height: 24px;
	}

	.s_o .y_ear {
		font-size: 24px;
		line-height: 30px;
	}

	.s_o .mySwiperOne .text {
		padding-top: 5px;
	}

	.s_o .mySwiperOne .text p {
		margin-top: 10px;
	}

	.s_o .mySwiperTwo .swiper-slide-thumb-active::before {
		width: 22px;
		height: 22px;
	}

	.s_o .mySwiperTwo .swiper-slide-thumb-active .article {
		font-size: 20px;
	}

	.s_o .soc {
		font-size: 18px;
		line-height: 24px;
		margin-top: 80px;
	}

	.s_o .soc .b_3 figure {
		min-height: 60px;
	}

	.s_o .soc figure {
		margin-top: 50px;
	}

	.s_o .soc .b_4 {
		padding-top: 20px;
		line-height: 24px;
	}

	.fi_o .b_j {
		font-size: 110px;
	}

	.fi_o .x_j {
		font-size: 85px;
		top: 30.5%;
	}

	.fi_o .xbt {
		font-size: 32px;
		margin-top: 15px;
	}

	.fi_o .fiob {
		padding-top: 80px;
	}

	.fi_o .fiob .peo_n {
		font-size: 48px;
	}

	.fi_o .fiob .peo_jj {
		font-size: 24px;
		line-height: 36px;
		margin-top: 20px;
	}

	.fi_o .b_t {
		font-size: 22px;
	}

	.fi_o .article {
		font-size: 24px;
		line-height: 42px;
	}

	header {
		padding-top: 8px;
		padding-bottom: 3px;
	}

	header .logoBox {
		width: 90px;
	}

	header .center .lastOne {
		margin-right: 20px;
	}

	header .center .menuOne {
		font-size: 14px;
		line-height: 28px;
		margin-right: 18px;
	}

	header .center .menuOne>ul {
		min-width: 180px;
	}

	header .center .menuOne>ul .menuTwo {
		padding: 0px 15px;
	}

	header .center .menuOne>ul .menuTwo a {
		font-size: 16px;
		line-height: 24px;
	}

	header .center .menuOne>ul .menuTwo>ul {
		min-width: 180px;
	}

	header .center .menuOne>ul .menuTwo>ul .menuThree {
		padding: 0px 15px;
	}

	header .center .sousuo {
		margin-right: 0px;
	}

	header .center .sousuo i {
		font-size: 20px;
	}

	.fyhead .logoBox {
		width: 80px;
	}

	.indexHead .logoBox {
		width: 72px;
	}

	.ban_3d .mySwiperOne {
		margin-top: 20px;
	}

	footer .logoBox {
		padding-left: 0%;
	}

	footer .logoBox a {
		width: 80px;
	}

	footer .content {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	footer .box {
		padding-top: 60px;
	}

	footer .box .lif {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px;
	}

	footer .box li {
		padding-left: 0px;
		line-height: 24px;
	}

	footer .icBox {
		padding-left: 0px;
	}

	footer .icBox a {
		margin-left: 0px;
		margin-right: 8px;
	}

	.buttonBox a {
		width: 145px;
		height: 42px;
	}

	.s_font {
		line-height: 26px;
	}

	.index .b_t {
		font-size: 30px;
		line-height: 36px;
	}

	.index .ic::before {
		width: 80%;
	}

	.index .ib::before {
		width: 80%;
	}

	/* .index .ib .content {
		padding-bottom: 3%;
	} */
	/* 
	.index .ib .s_font {
		margin-top: 3%;
		padding-right: 0%;
	}

	.index .ib .buttonBox {
		margin-top: 3%;
	} */

	.o_o .b_t {
		font-size: 40px;
		line-height: 60px;
	}

	.o_o .xbt {
		font-size: 24px;
		line-height: 32px;
	}

	.o_o .text {
		font-size: 16px;
		line-height: 26px;
	}

	.o_o .r_box {
		padding: 50px 10px 20px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.o_o .buttonBox {
		margin-top: 40px;
	}

	.o_o .o_b {
		padding-top: 80px;
	}

	.o_o .o_b .fl_1 .xbt {
		width: 55%;
	}

	.o_o .o_b .fl_1 .p_box {
		padding: 12px 10px 20px 12%;
	}

	.o_o .o_c {
		margin-top: 80px;
	}

	.e_o .b_t {
		font-size: 32px;
	}

	.e_o .xbt {
		line-height: 24px;
	}

	.e_o .form_bt {
		font-size: 22px;
	}

	.e_o .l_box {
		width: 40%;
	}

	.e_o .r_box {
		width: 56%;
	}

	.e_o .b_3 .text {
		font-size: 18px;
		line-height: 28px;
		margin-top: 5px;
	}

	.se_o .b_t {
		font-size: 24px;
		line-height: 26px;
	}

	.se_o .text {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}

	.se_o .buttonBox {
		margin-top: 60px;
	}

	.se_o .x_h {
		max-width: 100%;
		margin-top: 8px;
	}

	.se_o .t {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.se_o figure:nth-of-type(odd) .r_box {
		padding-top: 0px;
	}

	.se_o figure:nth-of-type(odd) .t {
		padding-left: 20px;
	}

	.se_o figure:nth-of-type(2n) .r_box {
		padding-top: 0px;
	}

	.se_th .b_t {
		font-size: 24px;
		line-height: 28px;
	}

	.se_th .text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 30px;
	}

	.se_th .h_y {
		padding: 15px 10px;
		font-size: 18px;
		line-height: 28px;
	}

	.padding_top {
		padding-top: 110px;
	}

	.pro_spe {
		margin-top: 80px;
	}

	.pro_spe .prs_bt {
		font-size: 42px;
		line-height: 46px;
	}

	.pro_spe .prs_pn {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	.pro_spe .anniu {
		padding-top: 30px;
	}
}

@media screen and (max-width: 1300px) {

	.rightMenu>a,
	.rightMenu>span {
		width: 40px;
		height: 40px;
		margin-top: 7px;
	}

	.rightMenu>a i,
	.rightMenu>span i {
		font-size: 25px !important;
	}

	.rightMenu .goTop i {
		font-size: 18px !important;
	}

	.rightMenu .vx {
		cursor: pointer;
		position: relative;
	}

	.rightMenu .vx>img {
		display: none;
		position: absolute;
		right: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.margin_top {
		margin-top: 95.8px;
	}

	.s_font {
		font-size: 15px;
		line-height: 24px;
	}

	.index .b_t {
		font-size: 26px;
	}

	.index .ib::before {
		width: 100%;
		height: 100%;
	}


	.index .ib .content {
		padding-left: 0%;
		transform: translateX(0) !important;
	}

	.index .ib .r_box .buttonBox {
		margin-top: 4%;
	}

	.index .ic .content {
		padding-right: 0%;
		transform: translateX(0) !important;
	}

	.index .ic .s_font {
		margin-bottom: 4%;
	}

	.index .id .l_box .imgBox {
		width: 98.5%;
		transform: translateX(0);
	}

	.index .id .r_box {
		width: 59%;
		max-width: 100%;
	}

	.index .id .r_box .imgBox {
		transform: translateX(0);
	}

	.index .ie .content {
		padding-top: 30px;
		padding-bottom: 250px;
	}

	.index .if .imgBox {
		width: 100%;
	}

	.index .ig .content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index .ig .xbt {
		font-size: 20px;
		line-height: 26px;
	}

	.index .ig .xbt a {
		-webkit-line-clamp: 2;
	}

	.index .ig .s_font a {
		-webkit-line-clamp: 4;
	}

	.index .ih .content {
		padding-top: 30px;
	}
}

@media screen and (max-width: 992px) {
	.rightMenu {
		transform: none;
		flex-direction: row;
		width: 100%;
		top: auto;
		bottom: 0px;
		display: flex;
		right: 0px;
	}

	.rightMenu>a,
	.rightMenu>span {
		flex: 1;
		border-radius: 0px;
		margin-top: 0px;
	}

	.rightMenu>a i,
	.rightMenu>span i {
		font-size: 23px;
	}

	.rightMenu .wx {
		position: relative;
	}

	.rightMenu .wx>img {
		bottom: 100%;
		transform: translate(-50%);
		left: 50%;
	}

	header {
		padding-top: 3px;
		padding-bottom: 0px;
		border-bottom: 1px solid #ccc;
		background-color: rgba(0, 0, 0, 0.6);
	}

	header .center {
		display: none;
	}

	header .logoBox {
		width: 75px;
	}

	footer .logoBox a {
		width: 75px;
	}

	footer .ul_1,
	footer .ul_2 {
		display: none;
	}

	footer .ul_3,
	footer .ul_4 {
		width: 48%;
	}

	footer .box {
		padding-top: 20px;
	}

	footer .box .lif {
		margin-bottom: 3px;
	}

	footer .icBox {
		padding-top: 0px;
	}

	footer .l_j {
		padding-top: 5px;
	}

	.e_o .b_t {
		font-size: 26px;
		line-height: 32px;
	}

	.e_o .b_1 {
		padding: 10px 30px 40px 30px;
	}

	.e_o .b_2 {
		justify-content: center;
		margin-top: 20px;
	}

	.e_o .r_box {
		width: 80%;
		margin-top: 20px;
	}

	.e_o .l_box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.e_o .l_box figure {
		min-width: 50%;
		padding-right: 20px;
		margin-top: 20px;
	}

	.e_o .l_box figure:nth-of-type(1) {
		margin-top: 20px;
	}

	.e_o .b_3 .text {
		font-size: 16px;
		line-height: 24px;
	}

	.e_o .b_3 .box {
		padding: 25px 30px;
	}

	.padding_top {
		padding-top: 100px;
	}

	.margin_top {
		margin-top: 82.75px;
	}

	.anniu div {
		width: 36px;
		height: 36px;
	}

	.ban_3d .d_name {
		font-size: 32px;
	}

	.ban_3d .swiper-slide {
		transform: scale(0.5);
	}

	.ban_3d .swiper-slide-active,
	.ban_3d .swiper-slide-duplicate-active {
		transform: scale(1);
	}

	.ban_3d .mySwiperOne {
		margin-top: 20px;
		clip-path: polygon(4% 0%, 96% 0%, 96% 100%, 4% 100%);
	}

	.o_o .b_t {
		font-size: 30px;
		line-height: 40px;
	}

	.o_o .b_t .big {
		font-size: 50px;
		line-height: 50px;
	}

	.o_o .text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
	}

	.o_o .buttonBox {
		margin-top: 20px;
	}

	.o_o .xbt {
		font-size: 20px;
		line-height: 26px;
	}

	.o_o .l_box {
		width: 70%;
	}

	.o_o .r_box {
		width: 30%;
		padding: 20px 10px;
	}

	.o_o .o_b .fl_box .buttonBox {
		margin-top: 5px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.o_o .o_b .fl_1 .xbt {
		width: 80%;
	}

	.o_o .o_b .fl_1 .p_box {
		justify-content: center;
		padding: 10px 10px 10px 12%;
	}

	.o_o .o_b .fl_2 .xbt {
		width: 100%;
	}

	.o_o .o_b .fl_2 .p_box {
		padding: 10px 7.1% 10px 16.1%;
	}

	.o_t .text {
		font-size: 15px;
		line-height: 24px;
	}

	.o_t .b_t {
		font-size: 26px;
		line-height: 36px;
	}

	.o_t .otb .m_l {
		font-size: 16px;
		padding-top: 0px;
		line-height: 24px;
	}

	.o_t .otb .m_l a {
		margin-top: 8px;
		width: 50%;
	}

	.o_t .otc .mySwiperTwo {
		margin-top: 20px;
	}

	.o_t .otd .mySwiperThree {
		margin-top: 20px;
	}

	.fi_o .xbt {
		font-size: 24px;
		margin-top: 10px;
	}

	.fi_o .fioa {
		margin-top: 0px;
	}

	.fi_o .article {
		font-size: 20px;
		line-height: 30px;
	}

	.fi_o .b_t {
		font-size: 20px;
	}

	.fi_o .b_t span {
		padding: 5px 15px;
	}

	.fi_o .fiob .peo_n {
		font-size: 38px;
	}

	.fi_o .fiob .l_box {
		padding-left: 50px;
	}

	.fi_o .fiob .peo_jj {
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}

	.fi_o .fiob .article {
		width: 100%;
	}

	.fi_o .swiper {
		margin-top: 15px !important;
	}

	.fi_o .fio_1 .b_t span {
		padding: 5px 15px;
	}

	.th_o .text {
		font-size: 15px;
		line-height: 24px;
	}

	.th_o .thoa {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.th_o .thoa .content {
		justify-content: center;
	}

	.th_o .thoa .l_box {
		width: 50%;
	}

	.th_o .thoa .r_box {
		width: 80%;
	}

	.th_o .thoc .box .text {
		width: 46%;
	}

	.f_o .b_bt {
		font-size: 26px;
		line-height: 40px;
	}

	.f_o .text {
		font-size: 15px;
		line-height: 24px;
	}

	.f_o .article {
		font-size: 18px;
		line-height: 24px;
	}

	.f_o .foc {
		justify-content: center;
	}

	.f_o .foc .l_box {
		width: 80%;
	}

	.f_o .foc .r_box {
		margin-top: 50px;
		width: 100%;
	}

	.f_o .foc .text {
		padding-top: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.f_o .foc .text p {
		min-width: 50%;
		margin-top: 10px;
	}

	.f_o .fof {
		margin-top: 100px;
	}

	.f_o .fof .t_1 {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.f_o .fog .t_1 {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.t_o .article {
		font-size: 16px;
		line-height: 24px;
	}

	.t_o .toa .active .bt {
		font-size: 16px;
		line-height: 16px;
	}

	.t_o .toa .bt {
		font-size: 14px;
		line-height: 20px;
	}

	.t_o .toa .xbt {
		font-size: 22px;
		margin-top: 15px;
	}

	.t_o .toa .s_font {
		margin-top: 5px;
	}

	.t_o .toa .buttonBox {
		margin-top: 10px;
	}

	.t_o .b_t {
		font-size: 20px;
		line-height: 26px;
	}

	.t_o .tod .article {
		line-height: 26px;
		margin-top: 3px;
	}

	.t_o .tod .r_box {
		width: 100%;
	}

	.t_o .tod figure {
		display: block;
	}

	.t_o .tod figure .l_box {
		float: left;
		margin-right: 4%;
	}

	.t_o .tod figure:nth-of-type(2n) .l_box {
		float: right;
		margin-left: 4%;
		margin-right: 0px;
	}

	.t_o .toe {
		margin-top: 80px;
	}

	.t_o .toe .prs_bt {
		font-size: 26px;
	}

	.t_o .toe .mySwiperFour {
		margin-top: 10px;
	}

	.t_o .toe .prs_pn {
		margin-top: 10px;
	}

	.s_o {
		padding-bottom: 25px;
	}

	.s_o .soa {
		padding-top: 20px;
	}

	.s_o .soa .logoBox {
		width: 86px;
	}

	.s_o .soa .l_box {
		padding-top: 5%;
	}

	.s_o .b_t {
		font-size: 28px;
	}

	.s_o .b_bt {
		font-size: 32px;
		line-height: 46px;
	}

	.s_o .article {
		font-size: 15px;
		line-height: 24px;
	}

	.s_o .y_ear {
		font-size: 22px;
		line-height: 28px;
	}

	.s_o .mySwiperOne .swiper-slide {
		justify-content: center;
	}

	.s_o .mySwiperOne .l {
		width: 60%;
	}

	.s_o .mySwiperOne .r {
		margin-top: 10px;
		width: 100%;
	}

	.s_o .mySwiperTwo .swiper-slide-thumb-active::before {
		width: 22px;
		height: 22px;
	}

	.s_o .mySwiperTwo .swiper-slide-thumb-active .article {
		font-size: 18px;
	}

	.s_o .b_2 .article {
		padding-top: 25px;
	}

	.s_o .soc {
		font-size: 16px;
		line-height: 24px;
	}

	.se_o .l_box {
		width: 70%;
	}

	.se_o .r_box {
		width: 25%;
	}

	.se_o .text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}

	.se_o .buttonBox {
		margin-top: 20px;
	}

	.se_o figure {
		margin-top: 50px;
	}

	.se_o .b_t {
		font-size: 20px;
		line-height: 22px;
	}

	.se_t .y_ear {
		margin-top: 0px;
		line-height: 20px;
	}

	.se_t .b_rq {
		font-size: 28px;
		line-height: 26px;
	}

	.se_t .r_q {
		min-width: 85px;
		padding: 5px 10px;
	}

	.se_t .p_n {
		font-size: 18px;
		margin-top: 20px;
	}

	.se_t .text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
	}

	.se_t .buttonBox {
		margin-top: 20px;
	}

	.se_th .b_t {
		font-size: 22px;
	}

	.se_th .b_1 {
		font-size: 14px;
		line-height: 20px;
	}

	.se_th .h_y {
		font-size: 14px;
		line-height: 20px;
	}

	.se_th .h_y .l_box .icon {
		margin-right: 5px;
	}

	.se_th .h_y .r_box .icon {
		margin-left: 5px;
	}

	.pro_spe .prs_bt {
		font-size: 32px;
		line-height: 36px;
	}

	.pro_spe .mySwiperFour {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.rightMenu .wx>img {
		bottom: 100%;
		transform: none;
		left: 0%;
	}

	html body .content {
		width: calc(100% - 40px);
	}

	html body .sw_content {
		width: calc(100% - 40px);
	}

	.s_font {
		font-size: 14px;
		line-height: 20px;
	}

	.buttonBox a {
		width: 140px;
		height: 42px;
	}

	.e_o .eob {
		margin-top: 30px;
	}

	.e_o .b_1 {
		margin-top: 0px;
	}

	.e_o .b_t {
		font-size: 22px;
	}

	.e_o .xbt {
		font-size: 18px;
		padding-bottom: 0px;
	}

	.e_o figure .s_font {
		margin-top: 3px;
	}

	.e_o .b_2 {
		margin-top: 5px;
	}

	.e_o .r_box {
		margin-top: 30px;
	}

	.e_o .r_box .s_font {
		margin-top: 5px;
	}

	.e_o .l_box figure {
		margin-top: 10px !important;
	}

	.e_o .r_box {
		width: 100%;
	}

	.e_o .b_3 {
		flex-wrap: wrap;
	}

	.e_o .b_3 .box {
		padding: 15px 30px;
		width: 100%;
	}

	.e_o form {
		padding-top: 15px;
	}

	.e_o form .half {
		margin-top: 10px;
	}

	.e_o form .ttBox {
		margin-top: 10px;
	}

	.e_o form .yzm,
	.e_o form .buttonBox {
		margin-top: 10px;
	}

	.index .b_t {
		font-size: 20px;
		line-height: 24px;
	}

	.index .ib .content {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.index .ib .r_box .s_font {
		margin-top: 10px;
	}

	.index .ib .r_box .buttonBox {
		margin-top: 15px;
	}

	.index .ic .content {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.index .ic .s_font {
		margin-bottom: 10px;
	}

	.index .ic .b_t {
		margin-bottom: 10px;
	}

	.index .id .content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index .id .l_box {
		flex: none;
		width: 100%;
		padding-top: 10px;
	}

	.index .id .r_box {
		width: 100%;
	}

	.index .ie .content {
		padding-bottom: 145px;
	}

	.index .if .content {
		position: relative;
		left: 0;
		transform: none;
		padding-bottom: 25px;
		justify-content: center;
	}

	.index .ig figure {
		max-width: 46%;
	}

	.index .ih .imgBox {
		width: 80%;
	}

	.index .ih .content {
		padding-right: 0%;
		padding-bottom: 120px;
	}

	.index .ih .s_font span {
		font-size: 16px;
	}

	.o_o .b_t {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.o_o .b_t p {
		justify-content: center;
	}

	.o_o .b_t .big {
		margin-right: 0px;
		font-size: 22px;
		line-height: 30px;
	}

	.o_o .text {
		font-size: 14px;
		line-height: 20px;
	}

	.o_o .o_a {
		padding-top: 10px;
	}

	.o_o .box {
		justify-content: center;
	}
	
	.o_o .o_b .b_4,
	.o_o .o_b .b_1,
	.o_o .o_c .b_3,
	.o_o .o_b .b_5 .b_1{
		margin-top: 30px;
	}

	.o_o .l_box {
		width: 90%;
	}

	.o_o .r_box {
		width: 90%;
	}

	.o_o .o_b {
		padding-top: 30px;
	}

	.o_o .o_b .b_2 {
		margin-top: 30px;
	}

	.o_o .o_b .fl_box {
		justify-content: center;
	}

	.o_o .o_b .fl_box .fl {
		margin-top: 30px;
	}

	.o_o .o_b .fl_box .xbt {
		/* width: 50% !important; */
	}

	.o_o .o_b .p_box {
		padding: 10px 7.1% 10px 16.1% !important;
	}

	.o_o .o_b .fl_1 {
		width: 90%;
	}

	.o_o .o_b .fl_2 {
		width: 90%;
		margin-left: 0%;
	}

	.o_o .o_c {
		margin-top: 30px;
		padding-bottom: 25px;
	}

	.fi_o {
		padding-bottom: 25px;
	}

	.fi_o .b_j {
		font-size: 68px;
		line-height: 70px;
	}

	.fi_o .x_j {
		font-size: 50px;
		line-height: 50px;
	}

	.fi_o .xbt {
		font-size: 18px;
		line-height: 26px;
	}

	.fi_o .fiob {
		padding-top: 30px;
	}

	.fi_o .fiob .article {
		font-size: 16px;
		line-height: 24px;
	}

	.fi_o .fiob .peo_n {
		font-size: 28px;
		line-height: 42px;
	}

	.fi_o .fiob .peo_jj {
		font-size: 16px;
		line-height: 24px;
		margin-top: 0px;
	}

	.fi_o .fiob .article {
		padding-top: 15px;
	}

	.fi_o .fiob .buttonBox {
		margin-top: 20px;
	}

	.fi_o .fiob .buttonBox a {
		width: 150px;
	}

	.fi_o .b_t {
		line-height: 28px;
	}

	.fi_o .b_t span {
		padding: 5px 10px;
	}

	.fi_o .fio_1,
	.fi_o .fio_2,
	.fi_o .fio_3,
	.fi_o .fio_5,
	.fi_o .fio_6,
	.fi_o .fio_4 {
		margin-top: 50px;
	}

	.o_t .text {
		font-size: 14px;
		line-height: 20px;
	}

	.o_t .b_t {
		font-size: 20px;
		line-height: 28px;
	}

	.o_t .ota {
		margin-top: 30px;
	}

	.o_t .ota .text {
		margin-top: 3px;
	}

	.o_t .otb {
		margin-top: 30px;
	}

	.o_t .otb .m_l {
		font-size: 14px;
		line-height: 22px;
	}

	.o_t .otb .m_l a {
		width: auto;
		margin-top: 5px;
		min-width: 50%;
	}

	.o_t .otc {
		margin-top: 30px;
	}

	.o_t .otd {
		margin-top: 30px;
	}

	.th_o {
		padding-bottom: 25px;
	}

	.th_o .b_t {
		font-size: 20px;
		line-height: 26px;
	}

	.th_o .text {
		font-size: 14px;
		line-height: 20px;
	}

	.th_o .thoa .r_box {
		width: 100%;
	}

	.th_o .thoa .bt {
		font-size: 22px;
	}

	.th_o .thoa .b_t {
		font-size: 22px;
	}

	.th_o .thoa .b_bt {
		font-size: 16px;
		line-height: 22px;
		margin-top: 5px;
	}

	.th_o .thoa .img {
		margin-top: 0px;
	}

	.th_o .thob {
		margin-top: 30px;
	}

	.th_o .thoc {
		margin-top: 30px;
	}

	.th_o .thoc .box {
		margin-top: 15px;
	}

	.th_o .thoc .mySwiperOne {
		margin-top: 15px;
	}

	.th_o .thoc .swiper-slide .z_z {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.th_o .l_x {
		width: 12px;
		height: 12px;
	}

	.th_o .article {
		font-size: 16px;
		line-height: 24px;
	}

	.th_o .thod {
		margin-top: 30px;
	}

	.th_o .thod .buttonBox {
		margin-top: 15px;
	}

	.th_o .thod .r_box {
		width: 90%;
	}

	.th_o .thoe {
		margin-top: 30px;
	}

	.t_o {
		padding-bottom: 20px;
	}

	.t_o .article {
		font-size: 14px;
		line-height: 20px;
	}

	.t_o .toa {
		margin-top: 0px;
		flex-wrap: wrap;
	}

	.t_o .toa .l_box {
		width: 100%;
	}

	.t_o .toa .l_box .box {
		padding-bottom: 0%;
	}

	.t_o .toa .mySwiperOne {
		position: relative;
	}

	.t_o .toa .active .bt {
		font-size: 14px;
		line-height: 18px;
	}

	.t_o .toa .anniu {
		margin-top: 10px;
		justify-content: center;
	}

	.t_o .toa .r_box {
		width: 100%;
		margin-top: 20px;
	}

	.t_o .tob {
		margin-top: 30px;
	}

	.t_o .tob .box {
		margin-top: 10px;
	}

	.t_o .tob .mySwiperThree {
		width: 65%;
	}

	.t_o .l_x {
		width: 12px;
		height: 12px;
	}

	.t_o .toc {
		margin-top: 30px;
	}

	.t_o .toc .a_1 p {
		margin-top: 10px;
		padding-left: 25px;
	}

	.t_o .tod {
		padding-top: 30px;
	}

	.t_o .tod .article {
		line-height: 20px;
	}

	.t_o .tod figure {
		margin-top: 20px;
	}

	.t_o .toe {
		margin-top: 30px;
	}

	.t_o .toe .prs_bt {
		font-size: 22px;
	}

	.t_o .toe .prs_pn {
		font-size: 14px;
		line-height: 20px;
	}

	.s_o .soa {
		padding-top: 0px;
	}

	.s_o .soa .r_box {
		width: 48%;
		margin-left: 2%;
	}

	.s_o .soa .l_box {
		padding-top: 0px;
	}

	.s_o .article {
		font-size: 14px;
		line-height: 20px;
	}

	.s_o .b_bt {
		font-size: 24px;
		line-height: 32px;
		margin-top: 10px;
	}

	.s_o .logoBox {
		width: 80px;
	}

	.s_o .b_t {
		font-size: 22px;
		line-height: 20px;
	}

	.s_o .b_1 .article {
		margin-top: 15px;
		padding-right: 0px;
	}

	.s_o .b_2 {
		margin-top: 30px;
	}

	.s_o .b_2 .anniu {
		margin-top: 15px;
	}

	.s_o .y_ear {
		font-size: 18px;
		line-height: 24px;
	}

	.s_o .text {
		font-size: 14px;
		line-height: 20px;
	}

	.s_o .mySwiperOne {
		margin-top: 15px;
	}

	.s_o .mySwiperOne .l {
		width: 80%;
	}

	.s_o .sob {
		margin-top: 30px;
	}

	.s_o .soc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 30px;
	}

	.s_o .soc .b_3 figure {
		width: 48%;
		margin-left: 4%;
	}

	.s_o .soc .b_3 figure:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.s_o .soc .b_3 figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.s_o .soc figure {
		margin-top: 15px;
	}

	.s_o .soc .b_4 figure {
		width: 90%;
	}

	header .logoBox {
		width: 71px;
	}

	.indexHead {
		position: relative;
	}

	footer .logoBox a {
		width: 71px;
	}

	footer .content {
		padding-top: 30px;
		padding-bottom: 45px;
	}

	footer .box .lif {
		text-align: center;
	}

	footer .icBox {
		justify-content: center;
	}

	footer .l_j {
		text-align: center;
	}

	footer .ul_3 {
		display: none;
	}

	footer .ul_4 {
		width: 100%;
	}

	.PageNumber {
		font-size: 14px;
	}

	.PageNumber a {
		margin-right: 5px;
		line-height: 30px;
		width: 32px;
	}

	.PageNumber .p_f {
		width: 69px;
	}

	.PageNumber .p_l {
		width: 62px;
	}

	.PageNumber span {
		margin-left: 5px;
	}

	.PageNumber input {
		font-size: 14px;
	}

	.f_o {
		padding-bottom: 25px;
	}

	.f_o .text {
		font-size: 14px;
		line-height: 20px;
	}

	.f_o .buttonBox a {
		width: 145px;
	}

	.f_o .b_bt {
		font-size: 20px;
		line-height: 32px;
		width: 86%;
		text-align: center;
	}

	.f_o .icBox {
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding-bottom: 0px;
	}

	.f_o .icBox a {
		margin-left: 10px !important;
	}

	.f_o .icBox p {
		display: none;
	}

	.f_o .l_x {
		width: 12px;
		height: 12px;
	}

	.f_o .foa {
		margin-top: 0px;
	}

	.f_o .foa .content {
		flex-direction: column;
	}

	.f_o .foa .l_box {
		width: 85%;
		padding-bottom: 30px;
	}

	.f_o .foa .text {
		margin-top: 15px;
	}

	.f_o .b_t {
		font-size: 18px;
		line-height: 22px;
	}

	.f_o .article {
		font-size: 16px;
		line-height: 22px;
	}

	.f_o .fob .a_1 p {
		margin-top: 10px;
		padding-left: 25px;
	}

	.f_o .b_t {
		width: 415px;
	}

	.f_o .foc {
		margin-top: 30px;
	}

	.f_o .foc .r_box {
		margin-top: 20px;
	}

	.f_o .foc .text {
		padding-top: 8px;
	}

	.f_o .foc .text p {
		margin-top: 5px;
	}

	.f_o .fod {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.f_o .fod .box {
		width: 100%;
	}

	.f_o .fod .anniu {
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}

	.f_o .foe {
		margin-top: 30px;
	}

	.f_o .foe .box {
		margin-top: 10px;
	}

	.f_o .fof {
		margin-top: 30px;
	}

	.f_o .fof .box {
		margin-top: 10px;
	}

	.f_o .fog {
		margin-top: 30px;
	}

	.f_o .fog .box {
		margin-top: 10px;
	}

	.margin_top {
		margin-top: 0px;
	}

	.bannerBox {
		display: none;
	}

	.mbx {
		display: none;
	}

	.anniu div {
		width: 32px;
		height: 32px;
	}

	.anniu div i {
		font-size: 16px;
	}

	.se_o {
		padding-bottom: 25px;
	}

	.se_o .PageNumber {
		margin-top: 20px;
	}

	.se_o .t {
		padding: 8px 0px;
	}

	.se_o .x_h {
		margin-top: 5px;
	}

	.se_o .text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
	}

	.se_o .buttonBox {
		margin-top: 15px;
	}

	.se_o .buttonBox a {
		width: 150px;
	}

	.se_o figure {
		justify-content: center;
		padding-bottom: 0px;
	}

	.se_o figure:nth-of-type(odd) .t {
		padding-left: 10px;
	}

	.se_o figure:nth-of-type(2n) .t {
		padding-left: 10px;
	}

	.se_o figure:nth-of-type(2n) .t::after,
	.se_o figure:nth-of-type(2n) .t::before {
		right: 0;
	}

	.se_o figure:nth-of-type(1) {
		margin-top: 0px;
	}

	.se_o figure {
		margin-top: 30px;
	}

	.se_o .l_box {
		width: 90%;
	}

	.se_o .l_box::before {
		display: none;
	}

	.se_o .r_box {
		margin-top: 20px;
		width: 100%;
	}

	.se_t {
		padding-bottom: 25px;
	}

	.se_t .box {
		padding-top: 0px;
		justify-content: center;
	}

	.se_t .p_n {
		font-size: 16px;
		margin-top: 15px;
	}

	.se_t .text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}

	.se_t .buttonBox {
		margin-top: 15px;
	}

	.se_t figure {
		margin-bottom: 30px;
		width: 90%;
		margin-left: 0%;
	}

	.se_t figure .imgBox {
		width: 90%;
		margin: auto;
	}

	.se_t .PageNumber {
		margin-top: 0px;
	}

	.se_th .t {
		padding-top: 0px;
	}

	.se_th .b_1 {
		margin-top: 8px;
	}

	.se_th .b_t {
		font-size: 20px;
		line-height: 24px;
	}

	.se_th .text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.se_th .h_y {
		margin-top: 20px;
		padding: 5px 5px;
	}

	.se_th .h_y .l_box {
		width: 100%;
	}

	.se_th .h_y .r_box {
		margin-top: 3px;
		padding-left: 0px;
		text-align: left;
		width: 100%;
	}

	.se_th .h_y .r_box .icon {
		margin-left: 0px;
		margin-right: 5px;
	}

	.se_th .h_y .r_box a {
		flex-direction: row;
	}

	.se_th .pro_spe {
		margin-top: 30px;
	}

	.ban_3d {
		margin-top: 10px;
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.ban_3d .d_name {
		font-size: 22px;
		line-height: 32px;
	}

	.ban_3d .swiper-slide {
		transform: scale(0.8);
	}

	.ban_3d .swiper-slide-active,
	.ban_3d .swiper-slide-duplicate-active {
		transform: scale(1);
	}

	.ban_3d .mySwiperOne {
		margin-top: 10px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.pro_spe {
		margin-top: 30px;
		padding-bottom: 31px;
	}

	.pro_spe .prs_bt {
		font-size: 22px;
		line-height: 30px;
	}

	.pro_spe .prs_pn {
		font-size: 18px;
		line-height: 24px;
		margin-top: 5px;
	}

	.pro_spe .anniu {
		padding-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	.s_o .soa .r_box {
		width: 100%;
		float: none;
		margin-left: 0%;
	}

	.PageNumber {
		font-size: 14px;
		flex-wrap: wrap;
	}

	.PageNumber a {
		width: 26px;
		line-height: 24px;
	}

	.PageNumber .p_l {
		width: 44px;
	}

	.PageNumber span {
		margin-top: 10px;
	}

	.fi_o .fiob .peo_n {
		font-size: 22px;
		line-height: 34px;
	}

	.fi_o .fiob .c_1 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		padding-top: 5%;
	}

	.fi_o .fiob .r_box {
		position: relative;
		top: 0;
		right: 0;
	}

	.fi_o .fiob .l_box {
		padding-left: 0%;
		width: 80%;
		padding-left: 0px;
		padding-bottom: 30px;
	}

	.fi_o .fiob .peo_jj {
		font-size: 14px;
		line-height: 18px;
	}

	.fi_o .t {
		flex-wrap: wrap;
		justify-content: center;
	}

	.fi_o .b_t {
		font-size: 18px;
		line-height: 22px;
	}

	.fi_o .anniu {
		width: 100% !important;
		justify-content: center !important;
		margin-top: 10px !important;
	}

	.buttonBox a {
		font-size: 14px;
		width: 120px;
		height: 38px;
		padding: 0px 5px;
	}

	.buttonBox .fh {
		font-size: 16px;
	}

	.index .b_t {
		font-size: 20px;
		line-height: 26px;
	}

	/* .index .ib {
		background: #ffd900;
	}

	.index .ib::before {
		display: none;
	}

	.index .ib .imgBox {
		display: block;
	} */

	.index .ib .content {
		padding-right: 0;
	}

	.index .ig .xbt {
		font-size: 18px;
		line-height: 24px;
	}

	.index .ig .content {
		padding-top: 20px;
	}

	.index .ig figure {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}

	.index .ih .content {
		padding-bottom: 70px;
	}

	.index .ih .imgBox {
		width: 100%;
	}

	.e_o .b_1 {
		padding: 15px;
	}

	.e_o .b_3 .box {
		padding: 15px;
	}

	.e_o .form_bt {
		font-size: 20px;
	}

	.e_o form .half {
		width: 100%;
		margin-top: 10px !important;
	}

	.e_o form .yzm,
	.e_o form .buttonBox {
		width: 100%;
	}

	footer .icBox a {
		width: 32px;
		height: 32px;
		margin-right: 3px;
		margin-top: 5px;
	}

	footer .icBox a i {
		font-size: 16px;
	}

	footer .box {
		padding-top: 10px;
		line-height: 22px;
	}

	footer .l_j {
		padding-top: 8px;
	}

	.o_o .l_box {
		width: 100%;
	}

	.o_o .r_box {
		width: 100%;
	}

	.o_o .xbt {
		font-size: 18px;
		line-height: 24px;
	}

	.o_o .o_b .fl_1,
	.o_o .o_b .fl_2 {
		width: 100%;
	}

	.o_o .o_b .fl_box .xbt {
		width: 100% !important;
	}

	.o_o .o_b .p_box {
		justify-content: center;
	}

	.ban_3d .mySwiperOne {
		padding: 0px 10px;
	}

	.ban_3d .swiper-slide {
		transform: scale(1);
	}

	.o_t .t {
		flex-direction: column;
		align-items: center;
	}

	.o_t .t .anniu {
		margin-top: 5px;
	}

	.o_t .otd .swiper-slide {
		flex-wrap: wrap;
	}

	.o_t .otd .l_box {
		width: 100%;
	}

	.o_t .otd .r_box {
		margin-top: 10px;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}

	.o_t .otd .r_box .imgBox {
		width: 48%;
	}

	.th_o .thoa {
		margin-top: 0px;
	}

	.th_o .thoa .l_box {
		width: 80%;
	}

	.th_o .thoa .r_box {
		width: 100%;
	}

	.th_o .thoa .box {
		padding: 15px;
	}

	.th_o .thoa .pad {
		padding-left: 15px;
		padding-right: 15px;
	}

	.th_o .thoa .img {
		padding: 0px 15px;
	}

	.th_o .thob .bofangBox {
		width: 80px;
	}

	.th_o .thoc .box {
		margin-top: 0px;
		flex-wrap: wrap;
	}

	.th_o .thoc .box .text {
		margin-top: 10px;
		width: 100%;
	}

	.th_o .thoc .anniu {
		margin-top: 15px;
	}

	.th_o .thod .buttonBox a {
		width: 135px;
	}

	.t_o .tob .box {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.t_o .tob .box .anniu {
		margin-top: 5px;
		width: 100%;
		justify-content: center;
		margin-right: 0px;
	}

	.t_o .tob .mySwiperThree {
		width: 100%;
		margin-right: 0px;
	}

	.t_o .tob .mySwiperTwo .bofangBox {
		width: 80px;
	}

	.t_o .tod .l_box {
		float: none !important;
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.t_o .tod .r_box {
		width: 100%;
		margin-top: 10px;
	}

	.s_o .b_t {
		font-size: 20px;
	}

	.s_o .mySwiperOne .l {
		width: 100%;
	}

	.s_o .soc .b_4 {
		padding-top: 0px;
	}

	.s_o .soc .b_4 figure {
		width: 100%;
	}

	.s_o .soc .b_3 figure {
		width: 100%;
		margin-left: 0% !important;
	}

	.f_o .b_bt {
		font-size: 18px;
		line-height: 24px;
		width: 100%;
		top: 45%;
	}

	.f_o .buttonBox {
		right: 50%;
		bottom: -86px;
		transform: translate(50%);
	}

	.f_o .bofangBox {
		right: 50%;
		top: 100%;
		width: 80px;
	}

	.f_o .icBox a {
		width: 32px;
		height: 32px;
		margin-left: 3px !important;
		margin-top: 5px;
	}

	.f_o .icBox a i {
		font-size: 16px;
	}

	.f_o .foa .l_box {
		width: 100%;
		padding-bottom: 100px;
	}

	.se_o .l_box {
		width: 100%;
	}

	.se_t figure {
		width: 100%;
	}

	.se_t figure .imgBox {
		width: 100%;
	}

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

	.se_th .sh_box {
		width: 100%;
		justify-content: center;
		margin-top: 5px;
		margin-left: 0px;
	}

	.pro_spe .mySwiperFour {
		margin-top: 5px;
	}
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-display: swap;
}
@font-face {
	font-family: "iconfont";
	/* Project id 4160138 */
	src: url('../fonts/iconfont.woff2?t=1702352007365') format('woff2'), url('../fonts/iconfont.woff?t=1702352007365') format('woff'), url('../fonts/iconfont.ttf?t=1702352007365') format('truetype');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiangshang4-copy:before {
  content: "\ecdd";
}

.icon-xiangshang4:before {
  content: "\e795";
}

.icon-tiktok:before {
  content: "\ecdc";
}

.icon-icon_TikTok-square:before {
  content: "\e626";
}

.icon-guge:before {
  content: "\e65c";
}

.icon-a-dianhua2:before {
  content: "\eb3c";
}

.icon-wodekefu:before {
  content: "\e68b";
}

.icon-huidaodingbu:before {
  content: "\e669";
}

.icon-duihao:before {
  content: "\eaf1";
}

.icon-linkedin1:before {
  content: "\e625";
}

.icon-jiantou_xiangzuo:before {
  content: "\eb0a";
}

.icon-jiantou_qiehuanzuo2:before {
  content: "\eb06";
}

.icon-jiantou_qiehuanyou:before {
  content: "\e623";
}

.icon-shijian1:before {
  content: "\e61f";
}

.icon-pinterest1:before {
  content: "\e61e";
}

.icon-weixin:before {
  content: "\e619";
}

.icon-dizhi2:before {
  content: "\e61d";
}

.icon-homepage_fill:before {
  content: "\e702";
}

.icon-shujuzhiliang:before {
  content: "\e618";
}

.icon-Tags:before {
  content: "\e667";
}

.icon-dianhua3:before {
  content: "\e693";
}

.icon-tubiaoku03:before {
  content: "\e617";
}

.icon-15fenzhongxiangying:before {
  content: "\e692";
}

.icon-zuanshi_o:before {
  content: "\eb70";
}

.icon-yanfa:before {
  content: "\e632";
}

.icon-zhengshu:before {
  content: "\e66e";
}

.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-WeChat:before {
  content: "\e62f";
}

.icon-zhiding:before {
  content: "\e704";
}

.icon-skype2:before {
  content: "\ea04";
}

.icon-email2:before {
  content: "\e634";
}

.icon-whatsapp2:before {
  content: "\e60e";
}

.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}

.icon-instagram2:before {
  content: "\e73a";
}

.icon-youtube1:before {
  content: "\e614";
}

.icon-biaoqian1:before {
  content: "\e629";
}

.icon-feiji:before {
  content: "\e6ae";
}

.icon-xiazai:before {
  content: "\e64b";
}

.icon-home1:before {
  content: "\e60b";
}

.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}

.icon-dianhua2:before {
  content: "\e61c";
}

.icon-youjiantou-copy:before {
  content: "\eb8f";
}

.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}

.icon-sanjiaoleft:before {
  content: "\e609";
}

.icon-youjiantou:before {
  content: "\e73d";
}

.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}

.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}

.icon-tuandui:before {
  content: "\e62d";
}

.icon-renzhengpeizhi:before {
  content: "\e612";
}

.icon-jichusheshi:before {
  content: "\e670";
}

.icon-dianji-shouzhi:before {
  content: "\e60a";
}

.icon-pinterest2:before {
  content: "\e82e";
}

.icon-facebook1:before {
  content: "\eb8d";
}

.icon-douyin:before {
  content: "\e6b0";
}

.icon-xiangxiaxialakuang:before {
  content: "\e657";
}

.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}

.icon-dizhi1:before {
  content: "\e64a";
}

.icon-home-fill:before {
  content: "\e622";
}

.icon-message1:before {
  content: "\e6b5";
}

.icon-message2:before {
  content: "\e660";
}

.icon-jiantou:before {
  content: "\e638";
}

.icon-jiantou-copy:before {
  content: "\eb91";
}

.icon-up2:before {
  content: "\e721";
}

.icon-shubiao1:before {
  content: "\e662";
}

.icon-diqiu:before {
  content: "\e62e";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-dianhua1:before {
  content: "\e61b";
}

.icon-dingzhijiaju:before {
  content: "\e61a";
}

.icon-shenhe:before {
  content: "\e64f";
}

.icon-dianhua:before {
  content: "\e71a";
}

.icon-daohangdizhi:before {
  content: "\e65f";
}

.icon-calendar2:before {
  content: "\e606";
}

.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}

.icon-fangda:before {
  content: "\e835";
}

.icon-calculation:before {
  content: "\e6ca";
}

.icon-chizi:before {
  content: "\e645";
}

.icon-chuangyejidi:before {
  content: "\e650";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-yuangongfuzeren:before {
  content: "\e62a";
}

.icon-gongchang:before {
  content: "\e98e";
}

.icon-dizhi:before {
  content: "\e652";
}

.icon-youxiang-32:before {
  content: "\e605";
}

.icon-appquality:before {
  content: "\e69b";
}

.icon-yuangong:before {
  content: "\e64e";
}

.icon-skype-fill:before {
  content: "\e882";
}

.icon-kexuejishu-:before {
  content: "\e9be";
}

.icon-zu:before {
  content: "\e613";
}

.icon-zuojiantou:before {
  content: "\e75c";
}

.icon-yuyan:before {
  content: "\e684";
}

.icon-shijian:before {
  content: "\e6c8";
}

.icon-jingyanfankui1:before {
  content: "\e665";
}

.icon-funengkejiyanfa:before {
  content: "\e64d";
}

.icon-shubiao:before {
  content: "\e89d";
}

.icon-icon_37:before {
  content: "\e60c";
}

.icon-xiangxia:before {
  content: "\e666";
}

.icon-wodedingdan2:before {
  content: "\e651";
}

.icon-zhiliangrenzheng:before {
  content: "\e65e";
}

.icon-tuanduishezhi:before {
  content: "\e604";
}

.icon-035meijin:before {
  content: "\e7d1";
}

.icon-trun-north:before {
  content: "\e615";
}

.icon-zhuanwan:before {
  content: "\e603";
}

.icon-guanbi:before {
  content: "\e601";
}

.icon-zhedie2:before {
  content: "\e621";
}

.icon-shouji:before {
  content: "\e658";
}

.icon-rili:before {
  content: "\e8b4";
}

.icon-youxiang:before {
  content: "\e664";
}

.icon-yingguoguoqi:before {
  content: "\e63e";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.index .ia .banner .carouse .slideItem iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index .ia .banner .carouse .slideItem video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}


@media screen and (max-width: 991px) {
	.index .ia .banner .carouse .slideItem video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}
.down{
	display: flex;
	align-items: center;
}
.down_box{
	margin-left: 23px;
	padding-bottom: 2%;
}
.down_b{
	min-width: 207px;
	height: 36px;
	cursor: pointer;
	background: #ffd900;
	border: 1px solid #ffd900;
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 9px;
	transition: .3s;
}
.down_b:hover{
	background: #fff;
}
.down_t{
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.down_t img{
	width: 21px;
	flex-shrink: 0;
	margin-right: 8px;
}
.down_b span{
	padding-top: 3px;
	margin-right: 8px;
}
.down_b img{
	width: 20px;
	flex-shrink: 0;
}
@media screen and (max-width: 992px){
	.down_t{
		font-size: 14px;
		line-height: 24px;
	}
	.down_b{
		min-width: 165px;
		font-size: 18px;
		height: 32px;
	}
}
@media screen and (max-width: 768px){
	.down{
		flex-wrap: wrap;
	}
	.down_box{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.down_b{
		min-width: auto;
		width: 170px;
		font-size: 16px;
	}
}
@media screen and (max-width: 481px){
	.down{
		justify-content: center;
	}
	.down_t{
		justify-content: center;
	}
	.down_b{
		margin: 10px auto 0px auto;
	}
}

.domain2 {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 99999999;
}
.domain2 .do2n {
  width: 95%;
  max-width: 928px;
  max-height: 80%;
  overflow: auto;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 43px 65px 59px;
  position: relative;
  border-radius: 10px;
}
.domain2 .guanbi {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 13px;
  color: #333;
  cursor: pointer;
}
.domain2 .guanbi:hover {
  color: #ffd900;
}
.domain2 .guanbi i {
  font-size: 18px;
  transform: rotate(45deg);
}
.domain2 form {
  padding-top: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
  width: 675px;
  max-width: 95%;
  padding-right: 4.6%;
}
.domain2 form p {
  width: 48.3%;
  margin-top: 23px;
}
.domain2 form input,
.domain2 form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  outline: none;
  resize: none;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  height: 44px;
  padding-left: 14px;
}
.domain2 form input::placeholder,
.domain2 form input::-webkit-input-placeholder,
.domain2 form textarea::placeholder {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #999999;
}
.domain2 form textarea {
  height: 133px;
  padding-top: 8px;
}
.domain2 form .ttBox {
  width: 100%;
  margin-top: 28px;
}
.domain2 form .submit input {
  background: #ffd900;
  border: 1px solid #ffd900;
	 font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 0px;
}
.domain2 form .submit input:hover {
  background: #fff;
  color: #ffd900;
}
.domain2 form .afterBox {
  position: relative;
}
.domain2 form .afterBox::before {
  left: -15px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.domain2 form .ttBox::before {
  top: 22px;
}
.domain2 .domain2_bt {
	font-family: Poppins;
 	font-size: 26px;
 	font-weight: normal;
 	font-stretch: normal;
 	line-height: 26px;
 	letter-spacing: 0px;
 	color: #333333;
	text-align: center;
}
.domain2 .yzm{
	position: relative;
}
.domain2 .yzm input{
	padding-right: 95px;
}
.domain2 .yzm span{
	width: 89px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
}
.domain2 .yzm span img{
	width: 100%;
}

@media screen and (max-width: 768px){
	.domain2 .domain2_bt {
		font-size: 22px;
	}
	.domain2 form{
		padding-top: 0px;
	}
	.domain2 form p{
		width: 100%;
		margin-top: 15px;
	}
}
@media screen and (max-width: 481px){
	.domain2 .domain2_bt {
		font-size: 20px;
	}
	.domain2 .do2n {
	  padding: 50px 30px;
	}
	.domain2 form{
		padding-right: 0px;
	}
	.domain2 form input,
	.domain2 form textarea {
	  font-size: 14px;
	  line-height: 26px;
	  height: 38px;
	}
	.domain2 form input::placeholder,
	.domain2 form input::-webkit-input-placeholder,
	.domain2 form textarea::placeholder {
	  font-size: 14px;
	  line-height: 26px;
	}
}

.desc_ser{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
}