.index_banner #sj {
	display: none;
}


.index_about {
	padding-top: 5%;
	background-image: url(../image/about_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.index_about .layout {
	width: 100%;
}

.index_about .about_wrap {
	justify-content: space-between;
	align-items: center;
}

.index_about .about_wrap .about_left {
	width: 48%;
	position: relative;
	z-index: 99;
	padding-bottom: 10%;
}

.index_about .about_wrap .about_left .about_layout {
	margin-left: 260px;
	margin-right: 0;
}

.index_about .about_wrap .about_left .about_title {
	font-family: 'BlackOpsOne-Regular';
	font-weight: 400;
	font-size: 45px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index_about .about_wrap .about_left .about_title a {
	display: inline-block;
	color: #000000;
}

.index_about .about_wrap .about_left .about_title:hover a {
	color: var(--dominant-color);
}

.index_about .about_wrap .about_left .about_title:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../image/common_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_about .about_wrap .about_left .about_desc {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 558px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 60px;
}

.index_about .about_wrap .about_left .about_data {
	margin-bottom: 50px;
}

.index_about .about_wrap .about_left .about_data .data_list {
	justify-content: space-between;
	align-items: center;
}

.index_about .about_wrap .about_left .about_data .data_list .data_item {
	width: 30%;
}

.index_about .about_wrap .about_left .about_data .data_list .data_item .item_top {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
}


.index_about .about_wrap .about_left .about_data .data_list .data_item .item_top span {
	font-family: 'BlackOpsOne-Regular';
	font-weight: 400;
	font-size: 40px;
	color: var(--dominant-color);
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.index_about .about_wrap .about_left .about_data .data_list .data_item .item_bot {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
}


.index_about .about_wrap .about_left .about_btn {
	display: inline-block;
	padding: 7px 25px;
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	background-color: var(--dominant-color);
	border: 2px solid var(--dominant-color);
}

.index_about .about_wrap .about_left .about_btn:hover {
	background-color: transparent;
	color: #000000;
}

.index_about .about_adv {
	position: relative;
	padding: 15px 0 25px;
	max-width: 1440px;
	margin-top: -9%;
	background-color: var(--dominant-color);
	z-index: 99;
}

.index_about .about_adv .adv_list {
	margin-left: 260px;
	margin-right: 200px;
	justify-content: space-between;
}

.index_about .about_adv .adv_list .adv_item .adv_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.index_about .about_adv .adv_list .adv_item .adv_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index_about .about_adv .adv_list .adv_item .adv_icon:hover {
	animation: swing .5s ease-in-out;
}


.index_about .about_adv .adv_list .adv_item .adv_txt {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.index_about .about_wrap .about_right {
	width: 48%;
	position: relative;
	align-items: center;

}

.index_about .about_wrap .about_right .about_img1 {
	position: relative;
	z-index: 98;
	width: 100%;
	margin-right: -35%;
	height: 0;
	overflow: hidden;
	padding-bottom: 68%;
}

.index_about .about_wrap .about_right .about_img1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;
}

.index_about .about_wrap .about_right .about_img1:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.index_about .about_wrap .about_right .about_img2 {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 91%;
}

.index_about .about_wrap .about_right .about_img2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_product {
	padding: 5% 0;
	background-image: url(../image/pro_bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.index_product .pro_top {
	justify-content: center;
	align-items: center;
}

.index_product .pro_top .top_left {
	width: 55%;
	position: relative;
}

.index_product .pro_top .top_left:after {
	content: "";
	border-top: 478px solid var(--dominant-color);
	border-right: 177px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 630px;
	transition: all .3s ease;
	z-index: 1;
}

.index_product .pro_top .top_left .left_img {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 61%;
	max-width: 572px;
	margin-left: 30px;
	margin-right: auto;
}

.index_product .pro_top .top_left img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 99;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;
}

.index_product .pro_top .top_left:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.index_product .pro_top .top_right {
	width: 60%;
	height: 445px;
	padding: 5% 0;
	padding-left: 185px;
	padding-right: 30px;
	background-image: url(../image/pro_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: -5%;
	margin-top: 3%;
}

.index_product .pro_top .top_right .product_title {
	font-family: 'BlackOpsOne-Regular';
	font-weight: 400;
	font-size: 45px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index_product .pro_top .top_right .product_title a {
	display: inline-block;
	color: #000000;
}

.index_product .pro_top .top_right .product_title:hover a {
	color: var(--dominant-color);
}

.index_product .pro_top .top_right .product_title:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../image/common_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_product .pro_top .top_right .product_desc {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
	max-width: 558px;
	margin: 0 auto;
}

.index_product .pro_top .top_right .product_btn {
	display: inline-block;
	padding: 7px 25px;
	padding-right: 0;
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	background-color: #DDDDDD;
	margin-top: 20px;
}

.index_product .pro_top .top_right .product_btn span {
	position: relative;
	z-index: 99;
}

.index_product .pro_top .top_right .product_btn b {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 13px;
	background-image: url(../image/read_more.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	z-index: 99;
}

.index_product .pro_top .top_right .product_btn:after {
	content: "";
	border-bottom: 46px solid var(--dominant-color);
	border-left: 20px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	transition: all .3s ease;
	z-index: 1;
}

.index_product .pro_top .top_right .product_btn:hover:after {
	width: 100%;
	border-left: 0;
}

.index_product .pro_top .top_right .product_btn:hover {
	color: #FFFFFF;
}

.index_product .pro_wrap {
	margin-top: 90px;
}

.index_product .pro_wrap .swiper-wrapper {
	max-height: 980px;

}

.index_product .pro_wrap .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.index_product .pro_wrap .swiper-slide:nth-child(2n) {
	margin-top: 30px;
}

.index_product .pro_wrap .pro_item {
	background: #FFFFFF;
	border: 1px solid rgba(153, 153, 153, 0.3);
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;
}

.index_product .pro_wrap .pro_item:hover {
	border-color: var(--dominant-color);
}

.index_product .pro_wrap .pro_item .item_img {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

.index_product .pro_wrap .pro_item .item_img .item_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(.6);
	transition: transform .3s ease-out;

}

.index_product .pro_wrap .pro_item:hover .item_img .item_mask {
	transform: scale(1);
	background: rgba(0, 0, 0, 0.2);
}

.index_product .pro_wrap .pro_item:hover .item_img .item_mask a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index_product .pro_wrap .pro_item .item_img .item_mask .mask_add {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	width: 46px;
	height: 46px;
	border: 1px solid var(--dominant-color);
	border-radius: 50%;
	font-size: 26px;
	color: var(--dominant-color);
	text-align: center;
	line-height: 46px;
	transform: translateY(-30%);
	opacity: 0;
}

.index_product .pro_wrap .pro_item:hover .item_img .item_mask .mask_add {
	transform: translateY(-50%);
	opacity: 1;
}

.index_product .pro_wrap .pro_item .item_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;
}

.index_product .pro_wrap .pro_item:hover .item_img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.index_product .pro_wrap .pro_item .item_title {
	padding: 25px 15px;
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	border-top: 1px solid #999999;
}

.index_product .pro_wrap .pro_item .item_title a {
	display: inline-block;
	color: #333333;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 6em;
}

.index_product .pro_wrap .pro_item:hover .item_title {
	border-color: var(--dominant-color);
}

.index_product .pro_wrap .pro_item:hover .item_title a {
	color: var(--dominant-color);
}

.index_product .pro_box .pro-btn-next,
.index_product .pro_box .pro-btn-prev {
	display: none;
}

.index_case {
	margin-top: 5%;
}

.index_case .case_title {
	font-family: 'BlackOpsOne-Regular';
	font-weight: 400;
	font-size: 45px;
	color: #333333;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.index_case .case_title:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: var(--dominant-color);
	transform: scaleX(1);
	transition: transform .5s ease-out;
}


.index_case .case_title:hover:after {
	transform: scaleX(1.3);
}

.index_case .case_title a {
	display: inline-block;
	color: #333333;
}

.index_case .case_title:hover a {
	color: var(--dominant-color);
}

.index_case .case_desc {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 43px;
}

.index_case .case_wrap .case_item {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 31%;
}

.index_case .case_wrap .case_item img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_case .case_wrap .case_item .item_info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* height: 30%; */
	padding: 0 25px;
	background-color: transparent;
	transition: height .5s ease-out, background-color .5s ease-out;
	z-index: 99;
}

.index_case .case_wrap .case_item:hover .item_info {
	height: 100%;
	background-color: var(--dominant-color);
	z-index: 99;
}

.index_case .case_wrap .case_item .item_info .item_num {
	font-family: 'BlackOpsOne-Regular';
	font-weight: 400;
	font-size: 40px;
	color: var(--dominant-color);
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 5px;
}

.index_case .case_wrap .case_item:hover .item_info .item_num {
	color: #FFFFFF;
	margin-top: 100px;
}

.index_case .case_wrap .case_item .item_info .item_title {
	font-family: 'TimesNewRoman-Bold';
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.index_case .case_wrap .case_item .item_info .item_desc {
	height: 0;
	overflow: hidden;
}

.index_case .case_wrap .case_item:hover .item_info .item_desc {
	height: auto;
	overflow: visible;
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.index_case .case_wrap .case_item .item_info .case_btn {
	display: none;

}

.index_case .case_wrap .case_item:hover .item_info .case_btn {
	display: inline-block;
	padding: 5px 0;
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
}

.index_case .case_wrap .case_item .item_info .case_btn:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.5);
	transform: scaleX(1);
	transition: transform .5s ease-out;
}

.index_case .case_wrap .case_item .item_info .case_btn:hover:after {
	transform: scaleX(1.2);
}



.index_news {
	padding: 5% 0;
	background-image: url(../image/news_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_news .news_title {
	font-family: 'BlackOpsOne-Regular';
	font-weight: 400;
	font-size: 45px;
	color: #333333;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.index_news .news_title:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: var(--dominant-color);
	transform: scaleX(1);
	transition: transform .5s ease-out;
}

.index_news .news_title:hover:after {
	transform: scaleX(1.3);
}

.index_news .news_title a {
	display: inline-block;
	color: #333333;
}

.index_news .news_title:hover a {
	color: var(--dominant-color);
}


.index_news .news_desc {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.index_news .news_list {
	justify-content: flex-start;
	align-items: flex-start;
}

.index_news .news_list .news_item {
	width: 32%;
	margin-right: 30px;
	position: relative;
	padding-bottom: 25px;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;
}

.index_news .news_list .news_item:last-child {
	margin-right: 0;
}

.index_news .news_list .news_item .item_img {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	margin-bottom: 20px;
}

.index_news .news_list .news_item .item_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;
}

.index_news .news_list .news_item:hover .item_img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}


.index_news .news_list .news_item .item_title {
	font-family: 'TimesNewRoman-Bold';
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.index_news .news_list .news_item .item_title a {
	display: inline-block;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 64px;
}

.index_news .news_list .news_item:hover .item_title a {
	color: var(--dominant-color);
}


.index_news .news_list .news_item .item_desc {
	font-family: 'TimesNewRoman-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}


.index_news .news_list .news_item .item_desc a {
	display: inline-block;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 6em;
}

.index_news .news_list .news_item .item_date {
	font-family: 'Lato-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.index_news .news_list .news_item:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #EEEEEE;
}

.index_news .news_list .news_item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: var(--dominant-color);
	transition: width .5s ease-out;
}

.index_news .news_list .news_item:hover:after {
	width: 100%;
}

@media only screen and (max-width: 1600px) {
	.index_about .about_wrap .about_left .about_layout {
		margin-left: 100px;
	}

	.index_about .about_adv .adv_list {
		margin-left: 100px;
	}

	.index_about .about_adv {
		width: 1200px;
	}
}

@media only screen and (max-width: 1440px) {
	.index_about .about_wrap .about_left .about_layout {
		margin-left: 2.5%;
	}

	.index_about .about_adv .adv_list {
		margin-left: 2.5%;
	}

	.index_about .about_adv {
		width: 1024px;
	}

	.index_product .pro_top .top_left .left_img {
		max-width: 420px;
	}

	.index_product .pro_top .top_left:after {
		/* width: 575px; */
		width: 86%;
	}

	.index_product .pro_top .top_right {
		padding-left: 135px;
	}

	/* .index_case .case_wrap .case_item .item_info {
		height: 50%;
	} */

	.index_case .case_wrap .case_item:hover .item_info .item_num {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.index_product .pro_top .top_left:after {
		width: 425px;
	}

	.index_product .pro_top .top_right {
		margin-left: -18%;
		margin-top: 12%;
		padding-left: 160px;
	}

	.index_case .case_wrap .case_item:hover .item_info .item_num {
		margin-top: 60px;
	}

	.index_about .about_wrap .about_left .about_data .data_list {
		flex-wrap: wrap;
	}

	.index_about .about_wrap .about_left .about_data .data_list .data_item {
		width: 47%;
		margin-bottom: 20px;
	}
	.index_case .case_wrap .case_item {
		padding-bottom: 40%;
	}

	/* .index_case .case_wrap .case_item .item_info {
		height: 50%;
	} */
}

@media only screen and (max-width: 1150px){
	.index_product .pro_top .top_left:after {
		width: 400px !important;
	}
	.index_product .pro_top .top_right{
		padding-left: 180px;
	}

}
@media only screen and (max-width: 1065px){
    .index_product .pro_top .top_left .left_img {
        max-width: 370px;
    }    .index_product .pro_top .top_left:after {
        width: 70% !important;;
    }
}

@media (max-width: 950px) {
	.index_banner #pc {
		display: none;
	}

	.index_banner #sj {
		display: block;
	}

	.index_about {
		background-image: url(../image/about_mobilebg.png);
	}

	.index_about .layout {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.index_about .about_wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.index_about .about_wrap .about_left .about_title {
		font-size: 30px;
		line-height: 1.5;
	}

	.index_about .about_wrap .about_left {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 30px;
		padding-bottom: 0;
	}

	.index_about .about_wrap .about_left .about_layout {
		margin: 0;
	}

	.index_about .about_wrap .about_left .about_desc {
		max-width: unset;
		margin-bottom: 30px;
	}

	.index_about .about_wrap .about_left .about_data {
		margin-bottom: 30px;
	}

	.index_about .about_wrap .about_left .about_data .data_list {
		flex-wrap: wrap;
	}

	.index_about .about_wrap .about_left .about_data .data_list .data_item {
		width: 48%;
		margin-bottom: 30px;
	}

	/* .index_about .about_wrap .about_left .about_data .data_list .data_item:nth-child(n+2) {
		margin-bottom: 0;
	} */

	.index_about .about_wrap .about_right {
		width: 95%;
		margin-left: auto;
		margin-right: 0;
	}

	.index_about .about_adv {
		width: 100%;
		margin: 0;
	}

	.index_about .about_adv .adv_list {
		margin: 0;
		flex-wrap: wrap;
	}

	.index_about .about_adv .adv_list .adv_item {
		width: 48%;
		margin-bottom: 30px;
	}

	.index_product .pro_top {
		width: 100%;
		flex-direction: column;
	}

	.index_product .pro_top .top_left {
		display: none;
	}

	.index_product .pro_top .top_right {
		width: 100%;
		padding: 0;
		margin: 0;
		height: auto;
		background-image: unset;
	}

	.index_product .pro_top .top_right .product_desc {
		max-width: unset;
		margin: 0;
	}

	.index_product .pro_wrap .pro_item .item_title a {
		-webkit-line-clamp: unset;
	}

	.index_product .pro_wrap {
		margin-top: 30px;
	}

	.index_product .pro_wrap .swiper-wrapper {
		max-height: unset;
		flex-direction: row !important;
		flex-wrap: nowrap;
	}

	.index_product .pro_wrap .swiper-slide:nth-child(2n) {
		margin-top: 0;
	}

	.index_product .pro_box {
		position: relative;
		padding-bottom: 50px;
	}

	.index_product .pro_box .pro-btn-next {
		position: absolute;
		right: 40%;
		bottom: 0;
		display: block;
		width: 30px;
		height: 30px;
		background-color: var(--dominant-color);
		background-image: url(../image/case_next.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 50%;
	}

	.index_product .pro_box .pro-btn-prev {
		position: absolute;
		left: 40%;
		bottom: 0;
		display: block;
		width: 30px;
		height: 30px;
		background-color: var(--dominant-color);
		background-image: url(../image/case_prev.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 50%;
	}

	.index_case .case_title {
		font-size: 30px;
		line-height: 1.5;
	}

	.index_case .case_desc {
		margin-bottom: 30px;
	}

	.index_case .case_wrap .case_item {
		padding-bottom: 130% !important;
	}

	/* .index_case .case_wrap .case_item .item_info {
		height: 30%;
	} */

	.index_case .case_box {
		position: relative;        padding-bottom: 60px;
	}

	.index_case .case_box .case-btn-next {
		position: absolute;
		right: 40%;
		bottom: 10px;
		display: block;
		width: 30px;
		height: 30px;
		background-color: var(--dominant-color);
		background-image: url(../image/case_next.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 50%;
		z-index: 99;
	}

	.index_case .case_box .case-btn-prev {
		position: absolute;
		left: 40%;
		bottom: 10px;
		display: block;
		width: 30px;
		height: 30px;
		background-color: var(--dominant-color);
		background-image: url(../image/case_prev.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 50%;
		z-index: 99;
	}

	.index_news .news_title {
		font-size: 30px;
		line-height: 1.5;
	}

	.index_news .news_list {
		flex-direction: column !important;
	}

	.index_news .news_list .news_item {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.index_news .news_list .news_item .item_desc {
		display: none;
	}

	.index_news .news_list .news_item .item_title a {
		height: unset;
		-webkit-line-clamp: unset;
		overflow: visible;
	}
}