.banner {
	overflow: hidden;
	position: relative;
	color: white;
}

.banner .banner_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .banner_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner .banner_txt>* {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.banner .banner_txt>*:nth-child(1) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.banner .banner_txt>*:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.banner .banner_txt>*:nth-child(3) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .phone_play {
	display: none;
}

.banner .swiper-slide {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner .swiper-slide-active .banner_txt>* {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.banner .banner_sub {
	font-weight: bold;
	margin-bottom: 5px;
}

.banner .banner_tit {
	font-weight: bold;
}

.banner .banner_honor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 90px;
	text-align: center;
}

.banner .banner_honor>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-right: 60px;
}

.banner .banner_honor>div:last-child {
	margin-right: 0;
}

.banner .banner_honor_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px;
}

.banner .banner_honor_sub {
	margin-bottom: 6px;
	font-weight: bold;
}

.banner .banner_honor_tit {
	font-weight: bold;
}

.banner .star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.banner .star svg {
	margin: 0 3px;
}

.banner_qie {
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5vw;
}

.banner .banner_point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.banner .banner_point span {
	width: 80px;
	height: 4px;
	background: white;
	margin-right: 10px;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.banner .banner_point span:last-child {
	margin-right: 0;
}

.banner .banner_point span::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: var(--yx_Color);
}

.banner .banner_point .swiper-pagination-bullet-active::after {
	width: 100%;
}



.syBox1 {
	height: 40vw;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	max-height: 690px;
	margin-top: 40px;
}

.syBox1_tit {
	font-family: 'Alibaba-PuHuiTi-Heavy';
	color: #fff;
}

.syBox1_txt {
	color: #fff;
	margin-top: 20px;
}

.syBox1_link {
	width: 220px;
	height: 50px;
	margin-top: 3.5vw;
	border: 1px solid #fff;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: 0.5s all;
}

.syBox1_link:hover {
	background: var(--yx_Color);
	border-color: var(--yx_Color);
}

.syBox2 {
	padding: 4vw 0;
	overflow: hidden;
}

.syBox2 .w1440 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.syBox2_li {
	display: flex;
	align-items: center;
}

.syBox2_li img {
	width: auto;
	max-width: 100%;
}

.syBox2_li .fnt_24 {
	color: #333;
	font-family: 'Alibaba-PuHuiTi-Bold';
	margin-left: 15px;
	line-height: 1.4;
}

.syBox2_li .fnt_24 p{
    color: #333;
	font-family: 'Alibaba-PuHuiTi-Bold';
}


.business {
	padding-top: 4.6vw;
	background-image: url(/static/cn/img/index/bg1.jpg);
	background-size: 100% 100%;
	text-align: center;
	overflow: hidden;
	background-position: center bottom;
}

.business .bus_con {
	margin-top: 3.9vw;
	position: relative;
	zoom: 0.7;
}

.business .bus_top {
	position: relative;
}

.business .bus_l {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2;
	width: 50px;
}

.business .bus_r {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 2;
	width: 50px;
}

.business .bus_flx {
	position: relative;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.business .bus_img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	height: 350px;
}

.business .bus_hov .bus_img img:first-child {
	height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.business .bus_btm .bus_img {
	height: 275px;

}

.business .bus_line {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 100%;
}

.business .top_sunshine {
	position: absolute;
	top: -13px;
	left: 50%;
	z-index: 4;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 98%;
}

.business .btm_sunshine {
	position: absolute;
	width: 100%;
	bottom: -20px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.business .guang {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.business .guang1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.business .bus_act {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}

.business .bus_info {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20%;
}

.business .bus_icon {
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.business .bus_icon img {
	width: auto !important;
	height: auto !important;
}

.business .bus_tit {
	color: white;
	margin-top: 15px;
	line-height: 1;
	position: relative;
}

.business .bus_tit::after {
	margin-top: 10px;
	content: "";
	display: block;
	height: 4px;
	width: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #4359ff;
	position: absolute;
}

.business .bus_act .bus_tit::after {
	width: 100%;
}

.business .bus_btm {
	margin-top: 4px;
}

.common_title {
	color: #fff;
	line-height: 1.2;
	text-align: center;
	font-family: 'Alibaba-PuHuiTi-Heavy';
}

.common_sum {
	color: #fff;
	margin: 20px auto 0;
	max-width: 640px;
	text-align: center;
	line-height: 1.8;
}

.syBox4 {
	width: 100%;
	padding-top: 4vw;
	overflow: hidden;
	padding-bottom: 5vw;
}

.syBox4 .common_title {
	color: #333;
}

.syBox4 .common_sum {
	color: #333;
}

.syBox4_imgBox {
	margin-top: 2.5vw;
	width: 100%;
	height: 40vw;
	position: relative;
	overflow: hidden;
	max-height: 600px;
}

.syBox4_imgBox .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.imgBox_li .imgBox_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.imgBox_li .imgBox_img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.syBox4_textBox {
	margin-top: 2vw;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.textBox_li {
	width: auto;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.textBox_li::after {
	content: "";
	width: 0px;
	height: 4px;
	background: #ee1b0c;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: 0.5s;
}

.textBox_li_t {
	line-height: 1;
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
}

.textBox_li_s {
	line-height: 1;
	color: #333;
	margin-top: 10px;
}

.textBox_li.make_act::after {
	width: 40px;
}

.syBox5 {
	background-position: center;
	background-size: cover;
	padding-top: 12vw;
	overflow: hidden;
	padding-bottom: 6vw;
}

.syBox5_con_text {
	width: 100%;
	margin-top: 7vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.syBox5_li {
	display: flex;
	align-items: center;
}

.syBox5_li img {
	width: auto;
	max-width: 100%;
}

.syBox5_li .fnt_24 {
	color: #fff;
	font-family: 'Alibaba-PuHuiTi-Bold';
	margin-left: 15px;
	line-height: 1.4;
}

.syBox5_imgBox {
	width: 100%;
	background: #161616;
	padding: 4vw 0;
}

.swiper_hz {
	width: 100%;
	overflow: hidden;
}

.swiper_hz .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.swiper_hz .swiper-slide {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper_hz .swiper-slide img {
	width: auto;
	max-width: 100%;
}

.syBox6 {
	width: 100%;
	padding: 5vw 0;
	background: #f9f9f9;
}

.syBox6 .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.syBox6_img {
	width: 62.5%;
	overflow: hidden;
}

.syBox6_img img {
	width: 100%;
}

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

.environment_txt {
	width: 34%;
	margin-left: auto;
}

.environment_txt div {
	line-height: 1.3;
	color: #333;
	font-family: 'Alibaba-PuHuiTi-Heavy';
}

.environment .env_point {
	position: absolute;
	width: 34%;
	bottom: 3vw;
	right: 0;
	left: auto;
	z-index: 10;
}

.environment .env_point span {
	width: 80px;
	height: 4px;
	background: white;
	margin-right: 10px;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.environment .env_point span:last-child {
	margin-right: 0;
}

.environment .env_point .swiper-pagination-bullet-active {
	background: var(--yx_Color);
}


.syBox7 {
	padding: 5.4vw 0;
	overflow: hidden;
}

.news .news_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news .news_flx .common_title {
	color: #333;
}

.news .news_flx a {
	border-radius: 50px;
	width: 220px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	border: 1px solid #333;
	color: #333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news .news_flx a:hover {
	border-color: var(--yx_Color);
	background: var(--yx_Color);
	color: white;
}

.news .news_sw {
	margin-right: 0;
	margin-top: 3vw;
}

.news .swiper-slide {
	background: #f9f9f9;
	overflow: hidden;
}

.news .swiper-slide:hover .news_tit {
	color: var(--yx_Color);
}

.news .swiper-slide:hover .news_img {
	margin-left: 0;
}

.news .news_txt {
	padding: 2.6vw 1.8vw 0;
}

.news .news_tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.6em;
	height: 3.2em;
}

.news .news_time {
	margin-top: 25px;
	line-height: 1;
}

.news .news_img {
	display: block;
	margin-left: 1.8vw;
	margin-top: 2.6vw;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}

.news .news_img img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-o-object-fit: cover;
	object-fit: cover;
}



@media only screen and (max-width: 1600px) {
	.banner .banner_point {
		width: 80%;
		bottom: 60px;
	}

	.banner .banner_honor {
		margin-top: 6.25%;
	}
}

@media only screen and (max-width: 1200px) {
	.banner .banner_point {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		margin-top: 56px;
	}

	.banner .banner_honor {
		display: none;
	}

	.banner .swiper-slide {
		height: 300px;
	}

	.banner .banner_bg {
		height: 100%;
		width: auto;
	}

	.banner .banner_point {
		bottom: 20px;
		justify-content: center;
	}

	.banner .banner_point span {
		width: 40px;
	}

	.banner .banner_sub{
		font-size: 14px;
	}
	.banner .banner_tit{
		font-size: 18px;
		    font-family: 'Alibaba-PuHuiTi-Heavy';
	}

	.syBox1 {
		height: auto;
		padding: 50px 0;
	}

	.syBox1_link {
		width: 150px;
		height: 36px;
		margin-top: 25px;
	}

	.syBox2 .w1440 {
		justify-content: center;
	}

	.syBox2_li {
		width: 85%;
		margin: 15px 0;
	}

	.syBox2_li img{
		max-width: 10%;
	}

	.syBox2_li:nth-child(2) .fnt_24 {
		margin-left: 17px;
	}

	.syBox2_li .fnt_24{
		font-size: 16px;
	}
	
	.syBox1_txt{
	    margin-top: 5px;
	}

	.business {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.business .bus_con {
    	zoom: 1;
    }

	.business .bus_btm {
		display: block;
	}

	.business .bus_l {
		width: 10px;
	}

	.business .bus_r {
		width: 10px;
	}

	.business .bus_img {
		height: 83px;
	}

	.business .bus_flx {
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.business .bus_btm .bus_img {
		height: 80px;
		flex: 1;
		margin-bottom: 15px;
	}

	.business .bus_info {
		font-size: 14px;
		width: 14px;
		margin: 8px auto 0;
		top: 0;
	}

	.business .bus_icon {
		height: 14px;
	}

	.business .bus_icon img {
		max-width: 30px;
		max-height: 100%;
	}

	.business .bus_tit {
		font-size: 12px;
		margin-top: 10px;
	}

	.business .top_sunshine {
		top: -3px;
	}

	.business .btm_sunshine {
		bottom: -6px;
	}

	.business .guang {
		top: 43%;
		width: 100%;
	}

	.business .guang1 {
		top: 43%;
		width: 100%;
	}

	.syBox4 {
		padding: 40px 0 10px;
	}

	.syBox4_imgBox {
		margin-top: 25px;
	}

	.textBox_li {
		width: 115px;
	}

	.textBox_li:not(:last-child) {
		margin-right: 15px;
	}

	.syBox4_textBox {
		margin-top: 20px;
		width: 95%;
		white-space: nowrap;
		overflow: auto;
		justify-content: flex-start;
	}

	.syBox5_li {
		width: 75%;
		margin-bottom: 20px;
	}

	.syBox5_con_text {
		justify-content: center;
	}

	.common_title{
		font-size: 18px;
	}

	.common_sum{
		margin-top: 5px;
		font-size: 14px;
	}

	.syBox5_li img {
		max-width: 25px;
	}

	.syBox5_li .fnt_24{
		font-size: 16px;
	}

	.syBox6 {
		padding: 30px 0;

	}

	.syBox6 .swiper-container {
		width: 90%;
		margin: 0 auto;
	}

	.syBox6_img {
		width: 100%;
		overflow: hidden;
	}

	.environment_txt {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.environment .env_point {
		position: unset;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.environment .env_point span {
		width: 40px;
	}

	.syBox7 {
		padding: 40px 0;
	}

	.news .news_flx .common_title {
		width: 100%;
		text-align: left;
	}

	.news .news_flx a {
		width: 150px;
		height: 36px;
		margin-top: 25px;
	}

	.news .news_sw {
		margin: 25px auto 0;
	}

	.news .news_txt {
		padding: 25px 20px;
	}

	.news .news_time {
		margin-top: 15px;
	}
	
	.business .common_sum{
		font-size: 12px;
	}
}
