/* a:hover */
.pro_item .title a:hover {
	color: var(--lightColor);
}

.web_main {
	background: #fff;
}

.head_search_btn .search_btn {
	background-image: url(../img/icon_search_w.png);
}

.head_search_btn .close_btn {
	background-image: url(../img/icon_close_w.png);
}

.head_search_btn:hover .search_btn {
	background-image: url(../img/icon_search.png);
}

.head_search_btn:hover .close_btn {
	background-image: url(../img/icon_close.png);
}

.change-language .change-language-title .language-flag span {
	color: #14457B;
}

.change-language:hover .change-language-title .language-flag span {
	color: var(--lightColor);
}

.fixed-nav .change-language .change-language-title .language-flag span {
	color: var(--commonColor);
}

.change-language-cont .language-flag span {
	color: #14457B;
}

/* slider_banner */
.slider_banner .swiper-pagination {
	padding-bottom: 15px;
}

.slide-page-box {
	display: none;
}

.slider_banner {
	position: relative;
}

.slider_banner,
.swiper-slide {
	overflow: hidden;
}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
	width: 56px;
	height: 56px;
	line-height: 54px;
	margin-top: -28px;
	opacity: 0;
	background-image: none;
	border-radius: 50%;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
	opacity: 1
}

.slider_banner .swiper-button-prev {
	left: 0
}

.slider_banner .swiper-button-next {
	right: 0;
}

.slider_banner:hover .swiper-button-prev {
	left: 20px;
}

.slider_banner:hover .swiper-button-next {
	right: 20px;
}

.slider_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 10px
}

.slider_banner .swiper-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin: 0 8px;
	border-radius: 0;
	padding: 8px 0;
	background: 0 0
}

.slider_banner .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	border-radius: 1em;
	background-color: rgba(0, 0, 0, .9)
}

.slider_banner .swiper-pagination .swiper-pagination-bullet-active:before {
	background-color: hsla(0, 0%, 100%, .9)
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1)
}

.slider_banner .swiper-pagination-bullet {
	margin: 0 8px
}

.banner_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	padding: 0.78rem 0.6rem;
}

.banner_txt .title {
	font-size: 0.56rem;
	line-height: 0.64rem;
}

.banner_txt ul {
	float: left;
}

.banner_txt ul li {
	line-height: 0.28rem;
	color: #fff;
	font-size: 0.24rem;
	margin-top: 0.25rem;
}

.banner_txt ul li a {
	color: #fff;
}

.slider_banner-phone {
	display: none;
}

@media only screen and (max-width: 950px) {
	.web_main {
		background: #fff;
	}

	.slider_banner-phone {
		display: block;
		margin-top: 40px;
	}

	.slider_banner {
		margin-top: 50px;
		display: none;
	}

	.slider_banner .swiper-button-next,
	.slider_banner .swiper-button-prev {
		display: none;
	}

	.pagpc {
		display: block !important;
	}

	.home_app_inner .swiper-wrapper {
		justify-content: inherit !important;
	}
}

/* home_welcome */
.home_welcome {
	/* background: url(../img/bg1.png)  */
	no-repeat left top/27.8% auto;
	min-height: 260px;
}

.home_welcome .web_th .brief {
	color: #666;
	padding-top: 8px;
}

.home_wel_left {
	width: 46%;
	position: relative;
	padding-bottom: 6.6%;
	padding-top: 5%;
	height: 100%;
}

.home_wel_right {
	width: 48.5%;
}

.home_wel_left .wel_pic {
	border-radius: 6px;
}

.wel_pic_small {
	width: 46.5%;
	position: absolute;
	z-index: 1;
	left: -28px;
	bottom: 0;
}

.wel_pic_small .wel_pic {
	padding-bottom: 66%;
	overflow: hidden;
}

.wel_pic_big {
	width: 62.15%;
	position: relative;
	z-index: 0;
	float: right;
}

.wel_pic_big .wel_pic {
	padding-bottom: 68%;
	overflow: hidden;
}

.home_wel_num {
	margin-top: 4%;
	max-width: 580px;
}

.home_wel_num .alignTop {
	font-family: 'Poppins-Bold';
	color: var(--commonColor);
	justify-content: center;
}

.home_wel_num .world-number {
	font-size: 40px;
	line-height: 1.25;
	padding-top: 5px;
}

.home_wel_num .world-number-l {
	font-size: 36px;
	line-height: 1;
	margin-left: 3px;
}

.home_wel_num .world-tip-b {
	line-height: 1.5;
	color: #000;
	text-align: center;
}

.home_wel_more {
	position: relative;
}

.home_wel_more .txt {
	font-size: 120px;
	font-family: 'Poppins-Bold';
	color: #F7F7F7;
	text-align: right;
	width: 106.5%;
	line-height: 1;
}

.home_wel_more .more {
	position: absolute;
	color: var(--commonColor);
	font-size: 18px;
	line-height: 28px;
	top: 45%;
	margin-top: -17px;
	right: 11%;
}

.home_wel_more .more span {
	position: relative;
	padding-bottom: 6px;
}

.home_wel_more .more span::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--commonColor);
	content: '';
}

.home_wel_more .more b {
	margin-left: 18px;
}

.home_wel_more .more:hover span {
	color: var(--lightColor);
}

.home_wel_more .more:hover span::before {
	background: var(--lightColor);
}

.home_wel_more .more:hover b {
	background-color: var(--lightColor);
}


@media only screen and (max-width: 1450px) {
	.home_wel_num .world-number {
		font-size: 38px;
	}

	.home_wel_num .world-number-l {
		font-size: 34px;
	}

	.home_wel_more .txt {
		font-size: 110px;
	}
}

@media only screen and (max-width: 1350px) {
	.home_wel_num .world-number {
		font-size: 36px;
	}

	.home_wel_num .world-number-l {
		font-size: 30px;
	}

	.home_wel_more .txt {
		font-size: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.home_wel_num .world-number {
		font-size: 32px;
	}

	.home_wel_num .world-number-l {
		font-size: 26px;
	}

	.home_wel_more .txt {
		font-size: 80px;
	}
}

@media only screen and (max-width: 950px) {
	.home_welcome {
		background-size: 38.4% auto;
	}

	.home_wel_num {
		flex-wrap: wrap;
	}

	.home_wel_num .num_item {
		margin-bottom: 20px;
	}

	.home_wel_num .world-number {
		font-size: 30px;
	}

	.home_wel_num .world-number-l {
		font-size: 22px;
	}

	.home_wel_more {
		margin-top: 0;
	}

	.home_wel_more .txt {
		font-size: 60px;
		white-space: nowrap;
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.home_wel_more .more {
		right: 0;
	}

	.home_welcome .layout {
		flex-wrap: wrap;
	}

	.home_wel_left {
		width: 100%;
		padding-top: 0;
	}

	.home_wel_right {
		width: 100%;
		margin-top: 20px;
	}
}

/* home_product */
.home_product {
	overflow: hidden;
}

.home_pro_inner {
	padding: 2% 0 50px;
	position: relative;
}

.home_pro_inner .swiper-slide {
	width: 25%;
}

.home_pro_item {
	padding: 18px 20px 20px;
}

.home_pro_item .pro_pic {
	padding-bottom: 71%;
	overflow: hidden;
	border-radius: 8px;
}

.pro_info {
	padding: 2.5% 10px;
}

.pro_info .title {
	position: relative;
	padding: 4% 44px 4% 0;
	border-bottom: 1px solid #C8C9CB;
	line-height: 1.25;
}

.pro_info .title,
.pro_info .title a {
	font-size: 20px;
	font-family: 'Poppins-Medium';
}

.pro_info .title a.txt {
	height: 3.7em;
}

.pro_info .title .more_circle {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}

.pro_info .brief {
	color: #999;
	line-height: 1.5;
	padding-top: 4%;
}

.home_pro_item:hover {}

.home_pro_item:hover .title a {
	color: var(--lightColor);
}

.home_pro_item:hover .more_circle {
	background-color: var(--lightColor);
}

.home_product .swiper-slide {
	height: auto;
	border: 1px solid #C8C9CB;
	border-left: 0;
}

.home_product .swiper-slide::before {
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: #C8C9CB;
}

@media only screen and (max-width: 950px) {
	.home_pro_inner {
		padding: 0 0 32px;
	}

	.home_pro_inner .swiper-slide {
		width: 100%;
	}

	.home_product .swiper-slide {
		border: none;
	}

	.home_pro_item {
		padding-bottom: 10px;
	}

	.pro_info {
		padding: 10px 0 0;
	}

	.pro_info .brief {
		color: #666;
	}
}

/* home_advantage */
.home_advantage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0% 0 3%;
	margin-top: 3%;
}

.advantage_inner {
	padding: 8% 0 5%;
}

.advantage_div {
	width: 50%;
	color: #fff;
	min-height: 280px;
}

.advantage_div .order {
	font-size: 60px;
	font-family: 'News701-BT-Italic';
	line-height: 1.25;
	border-right: 3px solid rgba(255, 255, 255, 0.5);
	padding-right: 15px;
	margin-right: 26px;
	margin-top: 4px;
}

.adv_info .title {
	font-size: 30px;
	line-height: 1.25;
	font-family: 'Poppins-Medium';
	margin-bottom: 5px;
}

.adv_info .brief {
	line-height: 1.5;
}

.home_adv_swiper {
	background: rgba(255, 255, 255, 0.3);
}

.home_adv_swiper .swiper-slide {
	height: auto;
}

.adv_item {
	padding: 8% 20px;
	cursor: pointer;
	height: 126px;
	height: 100%;
}

.adv_item .flex {}

.adv_item .order {
	margin-right: 12px;
	font-family: 'News701-BT-Italic';
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.adv_item .title {
	flex: 1;
	font-family: 'Poppins-Medium';
	line-height: 1.3;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 2%;
}

.adv_item .title,
.adv_item .title a {
	color: #fff;
}

.adv_item .brief {
	display: none;
}

.adv-pagination {
	display: none;
}

.adv_info_phone {
	display: none;
}

.home_advantage .active_item {
	background: var(--commonColor);
}

@media only screen and (max-width: 1350px) {

	.advantage_div .order,
	.adv_item .order {
		font-size: 50px;
	}

	.adv_info .title {
		font-size: 26px;
	}

	.adv_item .title {
		padding-top: 1%;
	}
}

@media only screen and (max-width: 1200px) {

	.advantage_div .order,
	.adv_item .order {
		font-size: 45px;
	}

	.adv_info .title {
		font-size: 24px;
	}

	.adv_item .title {
		font-size: 18px;
	}

	.adv_item {
		padding: 20px 12px;
		height: 110px;
	}
}

@media only screen and (max-width: 1100px) {

	.advantage_div .order,
	.adv_item .order {
		font-size: 42px;
	}

	.adv_item .title {
		font-size: 17px;
	}
}

@media only screen and (max-width: 950px) {
	.home_advantage {
		padding: 30px 0 0;
		margin-top: 30px;
	}

	.advantage_div .order,
	.adv_item .order {
		font-size: 30px;
	}

	.advantage_div .order {
		padding-right: 12px;
		margin-right: 14px;
		font-size: 42px;
		width: 60px;
	}

	.adv_info .title {
		font-size: 22px;
		margin-bottom: 0;
	}

	.advantage_inner {
		padding: 20px 0 30px;
		justify-content: flex-start;
		flex-direction: column;
	}

	.advantage_div {
		width: 100%;
		height: auto;
		min-height: 60px;
		align-items: center;
		position: relative;
	}

	.advantage_div .adv_info .brief {
		display: none;
	}

	.adv_info_phone {
		display: block;
		color: #fff;
		margin-top: 12px;
	}

	.adv_info_phone {
		display: block;
		min-height: 120px;
	}

	.adv_item {
		height: auto;
		padding: 15px 10px;
	}

	.adv_item .flex {
		flex-direction: column;
		text-align: center;
	}

	.home_adv_swiper {
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.adv_item .title {
		font-size: 16px;
		font-family: 'Poppins-Regular';
	}
}

/* home_service */
.home_service {
	/* background: url(../img/bg2.png) no-repeat right top/27.8% auto;  */


	min-height: 260px;
}

.home_service .web_th .brief {
	width: 80%;
}

.service_list {
	margin-top: 2%;
}

.service_item {
	padding: 1.5% 0;
	border-bottom: 1px solid #C8C9CB;
	align-items: center;
}

.service_pic {
	width: 82px;
	margin-right: 20px;
}

.service_pic .ser_pic {
	padding-bottom: 100%;
	overflow: hidden;
}

.service_pic .ser_pic img {
	padding: 8px;
}

.ser_info {
	flex: 1;
	padding-right: 60px;
	line-height: 1.25;
	position: relative;
	padding-right: 0;
}

.ser_info .title {
	font-family: 'Poppins-Medium';
	font-size: 22px;
	color: var(--commonColor);
}

.ser_info .title a {
	color: var(--commonColor);
}

.ser_info .brief {
	color: #333;
	margin-top: 5px;
}

.ser_info .more_btn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	margin-top: -20px;
	background: url(../img/icon_next_d.png) no-repeat center/16px auto;
	display: none;
}

.service_item:hover {
	border-bottom: 1px solid var(--lightColor);
}

.service_item:hover .title {
	color: var(--lightColor);
}

.service_item:hover .title a {
	color: var(--lightColor);
}

.service_item:hover .more_btn {
	background-image: url(../img/icon_next_f.png);
}

@media only screen and (max-width: 950px) {
	.home_service {
		background-size: 38.4% auto;
		padding-top: 50px;
	}

	.home_service .web_th .brief {
		width: 100%;
	}

	.service_item {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 0 20px;
	}

	.service_pic {
		width: 62px;
	}

	.service_pic .ser_pic img {
		padding: 0;
	}

	.ser_info {
		padding: 0;
		margin-top: 15px;
	}

	.ser_info .more_btn {
		display: none;
	}

	.ser_info .brief {
		display: block;
		color: #666;
	}
}

/* home_app */
.home_app {
	background: url(../img/bg4.jpg) no-repeat center top/ 100% auto #F2F3F4;
	margin-top: 4%;
	overflow: hidden;
}

.home_app_inner .swiper-slide {
	width: 25%;
}

.home_app_txt {
	color: #fff;
	font-size: 120px;
	font-family: 'Poppins-Bold';
	text-align: center;
	line-height: 1;
	margin-bottom: -4%;
}

.home_app_inner {
	padding: 2% 0 50px;
	position: relative;
}

.home_app_inner .home_pro_item .pro_pic {
	padding-bottom: 100%;
	border-radius: 5px;
}

.app-pagination {
	display: none;
}

.home_app .pro_info .title {
	border-bottom: none;
}

.home_app .swiper-slide {
	height: auto;
	border: 1px solid #C8C9CB;
	border-left: 0;
}

.home_app .swiper-slide:first-child {
	border-left: 1px solid #C8C9CB;
}

.home_app .swiper-slide::before {
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: #C8C9CB;
}

@media only screen and (max-width: 1450px) {
	.home_app_txt {
		font-size: 100px;
	}
}

@media only screen and (max-width: 1350px) {
	.home_app_txt {
		font-size: 80px;
		margin-bottom: -3%;
	}
}

@media only screen and (max-width: 1200px) {
	.home_app_txt {
		font-size: 60px;
		margin-bottom: -2.5%;
	}

	.home_app_inner .swiper-slide {
		width: 33.33%;
	}
}

@media only screen and (max-width: 950px) {
	.home_app_inner .swiper-slide {
		width: 100%;
	}

	.home_app_txt {
		font-size: 45px;
		margin-bottom: -20px;
	}

	.home_app_inner {
		padding: 0 0 36px;
	}

	.home_app .swiper-slide {
		border: none;
	}

	.app-pagination {
		display: block;
		bottom: 22px !important;
	}
}

/* home_news */
.home_news .web_th .title {
	margin-bottom: 10px;
}

.home_news .web_th .name {
	position: relative;
}

.home_news .web_th .name::before {
	position: absolute;
	width: 32px;
	height: 2px;
	left: 50%;
	margin-left: -16px;
	bottom: 10px;
	background: var(--commonColor);
	content: '';
}

.home_news .web_th .brief {
	color: #666;
	font-size: 20px;
}

.news_inner {
	padding: 2.6% 0 0;
}

.news_left {
	width: 70%;
	position: relative;
}

.news_left_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.news_left .news_pic_item {
	width: 30%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all ease .6s;
	height: 100%;
}

.news_left .active_item {
	width: calc(70% - 16px);
}

.news_pic_item .news_pic,
.news_pic_item .news_pic .pro_pic {
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.news_left .news_pic_item .pro_pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.news_left .active_item .pro_pic img {
	border-radius: 5px;
}

.news_left .active_item:hover .news_item {
	display: block;
}

.news_left .news_pic_item .news_item {
	display: none;
	position: absolute;
	z-index: 2;
	top: 39%;
	padding: 50px 24px;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 43%);
}

.news_left .news_item .brief {
	margin-bottom: 15px;
	max-height: 132px;
	line-height: 22px;
}

.news_left .news_item .news_date,
.news_left .news_item .link_title a,
.news_left .news_item .brief {
	color: #fff;
}

.news_left .news_item .link_title {
	font-family: 'novasskbold';
	color: #fff;
	margin: 6px 0 8px;
}

.news_pic_item .link_btn {
	position: absolute;
	right: 5%;
}

.news_left .active_item .news_item .link_title {
	white-space: normal;
	height: auto;
}

.news_right {
	width: calc(30% - 16px);
}

.news_right .news_item {
	background: #F2F3F4;
	padding: 40px 24px;
	border-radius: 6px;
	transition: all .3s ease-in-out;
}

.news_right .news_item:first-child {
	margin-bottom: 16px;
}

.news_right .news_item:hover {
	background-color: var(--commonColor);
}

.news_item .news_date {
	color: #999;
	font-family: 'Microsoft-PhagsPa';
}

.news_item .link_title {
	height: 26px;
	line-height: 1.25;
	font-family: 'Poppins-Medium';
	font-size: 20px;
}

.news_right .news_item .link_title {
	height: auto;
	white-space: normal;
	margin: 6px 0 10px;
}

.news_item .link_title a {
	color: #333;
	transition: color 0s ease-in-out;
}

.news_item .brief {
	color: #999;
	margin: 6px 0;
	line-height: 1.25;
}

.news_item .link_btn {
	width: 145px;
	height: 36px;
}

.news_item .link_btn a {
	display: block;
	line-height: 36px;
	font-family: 'Poppins-Medium';
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 2px;
	padding-right: 28px;
	background: url(../img/icon_right.png) no-repeat 86% center/12px auto;
}

.news_item:hover .link_btn a {
	border-color: var(--commonColor);
	background-color: var(--commonColor);
}

.news_right .news_item:hover .news_date,
.news_right .news_item:hover .link_title a,
.news_right .news_item:hover .brief {
	color: #fff;
}

@media only screen and (max-width: 1300px) {
	.home_news .web_th .name::before {
		bottom: 2px;
	}

	.news_right .news_item {
		padding: 30px 24px;
	}

	/* .news_pic_item .news_pic, .news_pic_item .news_pic .pro_pic{max-height: 360px;} */
	.news_right .news_item {
		padding: 30px 20px;
	}

	.news_left .news_pic_item .news_item {
		padding: 50px 18px;
	}
}

@media only screen and (max-width: 950px) {
	.home_news .web_th .name::before {
		bottom: 0;
	}

	.home_news .web_th .brief {
		font-size: 19px;
		line-height: 1.3;
		padding-top: 10px;
	}

	.index_news_box {
		padding-top: 26px;
	}

	.news_inner {
		padding: 20px 0 0;
		flex-direction: column;
		gap: 0;
	}

	.news_left,
	.news_right {
		width: 100%;
	}

	.news_left {
		flex-direction: column;
		gap: 0;
	}

	.news_left_inner {
		position: static;
		flex-direction: column;
	}

	.news_left .news_pic_item {
		width: 100%;
		transition: all 0s;
		margin-bottom: 16px;
	}

	.news_pic_item .news_pic {
		position: relative;
	}

	.news_pic_item .news_pic .pro_pic {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 64.6%;
	}

	.news_pic_item .news_pic .pro_pic img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news_left .news_pic_item .news_item {
		padding: 36px 20px;
	}

	.news_pic_item .link_btn {
		bottom: 30px;
	}

	.news_item .link_btn a {
		background-color: var(--commonColor);
		border-color: var(--commonColor);
		border-radius: 5px;
	}

	.news_item .link_title {
		height: auto;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		white-space: normal;
		margin: 5px 0;
		line-height: 1.25;
	}

	.news_item .brief {
		display: none;
	}

	.index_bg {
		padding-bottom: 30px;
	}

	.news_right .news_item {
		background-color: var(--commonColor);
	}

	.news_item .news_date,
	.news_item .link_title a,
	.news_item .brief {
		color: #fff;
	}

	.news_right .news_item .link_title {
		overflow: none;
		min-height: 84px;
	}
}

/* home_form */
/* .home_form{position: relative; margin-top: -2%; z-index: 10;}
.home_form_div{background: #fff; padding: 2.4% 1.8%; align-items: center;}

.home_input{flex-wrap: wrap; justify-content: space-between; flex: 1;}
.home_input .input_item{width: 22%; margin-bottom: 0; display: flex; flex-direction: column; justify-content: space-between;}
.input_item p{text-transform: uppercase; font-family: 'CHAPARRALPRO-BOLD'; font-size: 18px; color: #355E40;}
.input_item p span{color: #ED2736; padding-right: 5px; margin-left: -11px;}
.input_item input, .input_item textarea{border-radius: 0; border: none; border-bottom: 2px solid #040000; width: 100%; font-size: 16px; height: 36px; line-height: 36px; margin-top: 8px; padding: 4px 0 8px;}
.input_item textarea{line-height: 28px; height: 112px; margin-top: 10px;}

.form_btn{margin-left: 10px;}
.form_btn .submit_btn{background: #355E40; color: #fff; line-height: 48px; padding: 0 50px; height: 48px; width: auto; border: none; font-size: 16px; transition: all 0.3s ease; font-size: 24px; font-family: 'CHAPARRALPRO-BOLD'; border-radius: 6px; margin: 0;}
.form_btn .submit_btn:hover{background: #1a4525;}

@media only screen and (max-width: 950px) {
	.home_form{display: none;}
	.home_form_div{flex-wrap: wrap; padding: 20px 15px;}
	.home_input{width: 100%;}
	.home_input .input_item{width: 100%; margin-bottom: 15px;}
	.input_item input, .input_item textarea{border-bottom-width: 1px; margin-top: 2px;}
	.form_btn{width: 100%; margin: 0; text-align: center;}
	.form_btn .submit_btn{margin-top: 5px; font-size: 20px; height: 42px; line-height: 42px;}
} */

/* home_latter */
.home_latter {
	background: url(../img/bg3.jpg) no-repeat center top/100% auto;
	overflow: hidden;
	background-color: var(--commonColor);
}

.home_latter .home_latter_inner {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_latter .web_th .title,
.home_latter .web_th .brief {
	color: #fff;
}

.home_latter .web_th .brief {
	font-size: 20px;
}


.home_latter_form {
	max-width: 810px;
	margin: 3% auto 3.5%;
}

.home_latter_form input {
	height: 54px !important;
	line-height: 54px !important;
	margin: 0 !important;
	color: var(--commonColor);
	border-radius: 27px;
	border: none;
	background: rgba(255, 255, 255, 0.8);
}

.home_latter_form input.txt {
	padding: 0 20px 0 20px;
	font-size: 16px;
	float: left;
	width: 75%;
}

.home_latter_form input.sub {
	width: 22%;
	margin-left: 3% !important;
	color: var(--commonColor);
	font-family: 'Poppins-Medium';
}

.home_latter_form input.txt:focus {
	border-color: #fff;
}

.home_latter_form input.sub:hover {
	background: rgba(255, 255, 255, 1);
}


@media only screen and (max-width: 950px) {
	.advanting li {
		width: 100% !important;
	}

	.advanting {
		flex-wrap: wrap;
		justify-content: left !important;
	}

	.home_latter .home_latter_inner {
		border-bottom: none;
	}

	.home_latter .web_th .brief {
		font-size: 16px;
		line-height: 1.35;
		margin-top: 5px;
	}

	.home_latter_form {
		text-align: center;
		margin: 20px auto 10px;
	}

	.home_latter_form input.txt {
		width: 100%;
		margin-bottom: 30px;
	}

	.home_latter_form input.sub {
		margin: 20px auto 0 !important;
		width: 200px;
		padding: 0;
	}
}

.ading {
	margin-bottom: 30px;
}

.home_advantage {
	position: relative;
}

.home_advantage::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
}




.advanting {
	display: flex;
	justify-content: space-between;
}

.imgsing::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 1;
}

.ading {
	position: relative;
}

.advang {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1;
}

.sapns {
	display: block;
	font-size: 24px;
	padding-bottom: 10px;
}

.sapnsing {
	display: block;
	font-size: 16px;
}

.imgsing {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 96%;
}

.advanting li {
	width: 33%;
}

.imgsing img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.home_app_inner .swiper-wrapper {
	justify-content: center !important;
}


.pro_title_news {
	line-height: 1.3;
	font-family: 'Poppins-Medium';
	font-size: 20px;
	/* height: 1.5em;
	overflow: hidden; */
	padding: 10px 10px 0;
}

.pro_info_news{
	padding-top: 0;
	margin-top: 2.5%;
	padding-bottom: 0;
	line-height: 1.5em;
	height: 6em;
	overflow: hidden;
}

@media only screen and (max-width: 950px) {
.pro_title_news,.pro_info_news{
	height: auto;
}
	.home_app_inner .swiper-wrapper {
		justify-content: inherit !important;
	}
}