
/* banner */
.indexSwiper{
	height: 100%;
	height: 100vh;
	position: relative;
}
.banner_cont{
	position: absolute;
	top: 50%;
	    left: 50%;
	    transform: translate(-50%,-30%);
	    display: flex;
	    align-items: center;
		justify-content:space-between;
}
.banner_text{
	width: 74%;
    margin-right: auto;
}
.banner_tit{
	font-family: Montserrat, Montserrat;
	font-weight: bold;
	font-size: 50px;
	color: #FFFFFF;
	text-stroke: 1px #7F9EAE;
	text-align: left;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke: 1px #7F9EAE;
	text-align: left;
	margin-bottom: 0.08rem;
}
.banner_tit2{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	margin-top: 0.39rem;
	text-align: left;
	width: 56%;
}
.banner_but{
	margin-top: 0.54rem;
}
.banner_but_b{
	flex: 0 0 auto !important;
	padding: 0.11rem 0.18rem;
	background: #004EB9;
	border-radius: 25px 25px 25px 25px;
	margin-right: 0.13rem;
	width: auto;
	cursor: pointer;
}

.banner_but_b.contactBtn{
    display: none;
}

.banner_but_b p{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	width: auto;
	white-space: nowrap;
}
.banner_but_t{
	width: 0.28rem;
	height: 0.27rem;
	background: #FFFFFF;
	border-radius: 50%;
	margin-left: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_but_t img{
	width: 0.14rem !important;
	height: 0.12rem !important;
	    object-fit: contain;
}
.banner_but_b:nth-of-type(2){
	background: #FFFFFF;
}
.banner_but_b:nth-of-type(2) p{
	color: #004EB9;
}
.banner_but_b:nth-of-type(2) .banner_but_t{
	background: #004EB9;
}
.banner_but_b:nth-of-type(2):hover{
    background: #004EB9;
}
.banner_but_b:nth-of-type(2):hover p{
    color: #fff;
}
.banner_text2{
	max-width: 2.9rem;
	padding: 0.35rem 0.38rem;
	background: rgba(0,0,0,0.13);
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 0.2rem;
}
.banner_text2_c{
	margin-bottom: 0.3rem;
}
.banner_text2_c:last-child{
	margin-bottom: 0;
}
.banner_text2_c img{
	width: 0.42rem !important;
	height: 0.42rem !important;
}
.banner_text2_c1{
	margin: 0.1rem 0 0.05rem;
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: left;
}
.banner_text2_c2{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: left;
}

.indexSwiper {
      width: 100%;
    }

    .indexSwiper .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .indexSwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper_b{
	position: absolute;
	height: 10.8rem;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}
.swiper_b .swiper-button-next, .swiper_b .swiper-button-prev{
	width: 0.77rem;
	height: 0.77rem;
	background: #009104;
	border-radius: 5px 15px 5px 15px;
	bottom: 2.67rem;
    top: auto;
}
.swiper_b .swiper-button-next{
	left: 0.9rem;
}
.swiper_b .swiper-button-prev{
	left: 0;
}
.swiper_b .swiper-button-next:after{
	content: "";
	width: 0.28rem;
    height: 0.18rem;
	background: url("../img/bannerR2.png") no-repeat;
}
.swiper_b .swiper-button-prev:after{
	content: "";
	width: 0.28rem;
    height: 0.18rem;
	background: url("../img/bannerR1.png") no-repeat;
}
.swiper_b .swiper-button-next.swiper-button-disabled{
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.5);
}
.swiper_b .swiper-button-prev.swiper-button-disabled{
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.5);
}
.swiper_b .swiper-button-next.swiper-button-disabled::after{
	background: url("../img/bannerR2.png") no-repeat !important;
}
.swiper_b .swiper-button-prev.swiper-button-disabled::after{
	background: url("../img/bannerL1.png") no-repeat !important;
}

/* index_part1 */
.index_part1{
	padding: 1rem 0 1rem;
	background: #FFFFFF;
}
.index_alltit{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.16rem;
	color: #656661;
	text-align: center;
	text-transform: uppercase;
}
.index_alldec{
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 0.5rem;
	color: #030303;
	line-height: 0.65rem;
	text-align: center;
	margin-top: 0.1rem;
}

.index_part1_cont{
	margin-top: 0.55rem !important;
	justify-content: flex-start;
	column-gap: 0.5rem;
	align-items: normal!important;
}
.index_part1_li{
	background: #F4F4F4;
	border-radius: 20px 20px 20px 20px;
	padding: 0.48rem 0rem 0.43rem;
	position: relative;
	flex: 0 0 30.5%;
	transition: all 0.3s;
	height: auto;
}
.index_part1_tit{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.25rem;
	color: #030303;
	margin: 0.32rem 0 0.1rem;
	text-align: center;
	transition: all 0.3s;
}
.index_part1_dec{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.18rem;
	color: #656661;
	text-align: center;
	transition: all 0.3s;
	min-height: 0.21rem;
}
.part1_img{
	width: 0.68rem;
	height: 0.68rem;
	background: rgba(255,255,255,0);
	border: 1px solid #004EB9;
	border-radius: 50%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.part1_img img{
	max-width: 0.3rem;
	height: auto;
	transition: all 0.3s;
}
.index_more{
    height: auto;
	justify-content: center;
	width: fit-content;
    margin: 0.4rem auto 0;
	transition: all 0.3s;
}
.index_more p{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.16rem;
	color: #939393;
	letter-spacing: 0.01rem;
	text-decoration:underline;
	transition: all 0.3s;
}
.index_moreiImg{
	margin-left: 0.05rem;
	margin-top: 0.05rem;
	position: relative;
	transition: all 0.3s;
}
.index_moreiImg img{
	width: 0.085rem;
	height: 0.074rem;
	transition: all 0.3s;
}
.index_moreiImg img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
}
.index_part1_li:hover{
	background: #004EB9;
	transform: translate(0,-0.22rem);
	transition: all 0.3s;
}
.index_part1_li:hover .part1_img{
	background: #FFFFFF;
	border-color: #FFFFFF;
	transition: all 0.3s;
}
.index_part1_li:hover .index_part1_tit,.index_part1_li:hover .index_part1_dec{
	color: #FFFFFF;
	transition: all 0.3s;
}
.index_part1_li:hover .index_more p{
	transition: all 0.3s;
	color: #FFFFFF;
}
.index_part1_li:hover .index_moreiImg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_part1_li:hover .index_moreiImg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.index_more:hover .index_moreiImg{
	transform: translate(0.05rem,0);
	transition: all 0.3s;
}


/* index_part2 */
.index_part2{
	background: url("../img/part2.png") no-repeat;
	padding: 1.24rem 0 1.25rem;
	position: relative;
	background-size: 100% 100%;
}
.hAboutB{
	
}
.hAboutItem{
	flex: 0 0 25%;
	position: relative;
}
.hAboutItem::after{
	content: "";
	position: absolute;
	left: 0;
	width: 0.01rem;
	height: 50%;
    top: 50%;
    transform: translate(0, -50%);
	background-image: linear-gradient(to bottom, transparent, #FFFFFF, transparent);
}
.hAboutItem:first-child::after{
	display: none;
}
.numT{
	justify-content: center;
}
.numT,.num{
	font-family: Anton, Anton;
	font-weight: 400;
	font-size: 0.8rem;
	color: #FFC400;
	text-align: center;
}
.numB{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.07rem !important;
	width: 78%;
	margin: auto;
}
.numB2{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.25rem;
	text-align: center;
	margin-top: 0.1rem !important;
	width: 78%;
	margin: auto;
}



/* index_part3 */
.index_part3{
	padding: 0.98rem 0 0.99rem;
}
.index_part3_cont{
	margin-top: 0.63rem !important;
	justify-content: flex-start;
	column-gap: 0.5rem
}
.index_part3_li{
	flex: 0 0 30.5%;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DEDEDE;
	transition: all 0.3s;
	overflow: hidden;
}
.part3_img{
	overflow: hidden;
	transition: all 0.3s;
}
.part3_img img{
	width: 100%;
	height: 2.99rem;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
}
.part3_bot{
	padding: 0.5rem 0.2rem 0.44rem;
}
.part3_bot_tit{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.3rem;
	text-align: left;
	transition: all 0.3s;
}
.index_part3 .index_more{
	margin-top: 0.2rem;
	justify-content: flex-start;
	margin-left: 0;
	transition: all 0.3s;
}
.index_part3_li:hover{
	box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.index_part3_li:hover .part3_img img{
	transform: scale(1.1);
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
}
.index_part3_li:hover .part3_bot_tit,.index_part3_li:hover .index_more p{
	color: #004EB9;
	transition: all 0.3s;
}
.index_part3_li:hover .index_moreiImg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_part3_li:hover .index_moreiImg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}


.e_html-1{
	background: #F7F7F6;
	padding: 1rem 0 0.76rem;
}
#company{
    display: flex;
    justify-content: flex-start;
	margin-top: 0.64rem;
}
#company li{
    width: 20%;
    overflow: hidden;
    background: #000;
    position: relative;
    min-height: 5.6rem;
    transition: all ease .5s;
}
#company li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000a8 0%, transparent 35%);
    z-index: 1;
}
#company li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,0.38);
}
#company li > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
}
.company_bot{
	/* width: 86%; */
	/* position: absolute;
	bottom: 0;
	opacity: 0; */
	display: none;
	transition: all 0.3s;
}
.list_box{
	position: absolute;
    bottom: 0.35rem;
    padding: 0 0.38rem 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 2;
}
.company_img{
	width: 0.37rem;
	height: 0.37rem;
	filter: brightness(0) invert(1);
}

#company li.active1 .company_img{
    filter: brightness(0) invert(1);
}

#company li h3{
    font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list_text_1{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.3rem;
}
.list_text_1:last-child{
	margin-left: 0.13rem;
}
.list_text2{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	margin-top: 0.03rem;
}
.more_btn{
	width: 0.23rem;
	height: 0.23rem;
	margin-top: 0.18rem;
	background: #004EB9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more_btn img{
	width: 0.09rem;
	height: 0.08rem;
}
#company li:hover .company_bot{
    display: block;
	transition: all 0.3s;
}
#company li.active1{
    width: 46%;
}


/* index_part5 */
.index_part5{
	padding: 1rem 0 1.07rem;
	background: #FFFFFF;
}
.index_part5_cont{
	margin-top: 0.69rem !important;
	justify-content: flex-start;
	column-gap: 0.5rem
}
.index_part5_cont .index_part3_li{
	border: none;
	background: #FAFAFA;
}
.index_part5_cont .part3_img{
	border-radius: 10px 10px 10px 10px;
}
.index_part5_cont .part3_img img{
	height: 3.41rem;
	border-radius: 10px 10px 10px 10px;
}
.index_part5_cont .part3_bot{
	padding: 0.33rem 0.44rem 0.59rem 0.2rem;
	border-radius: 0 0 10px 10px;
}
.index_part5_cont .part3_bot_tit{
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 0.2rem;
	color: #030303;
	line-height: 0.3rem;
	height: 0.6rem;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_part5_cont .index_more{
	margin-top: 0.27rem;
	margin-left: 0;
}
.index_part5_cont .index_part3_li:hover{
	background: #FFFFFF;
	transition: all 0.3s;
}


/* .index_part6 */
.index_part6{
	background: linear-gradient( 180deg, #F7F7F6 0%, rgba(255,255,255,0) 100%);
	padding: 1.06rem 0 0.8rem;
}
.index_part6_cont{
	margin-top: 0.96rem !important;
	justify-content: flex-start;
	column-gap: 0.5rem;
	align-items: flex-start !important;
}
.index_part6_cont .index_part3_li{
	border: none;
	padding-bottom: 0.2rem;
}
.part6_img img{
	width: 1.93rem;
	height: 1.93rem;
	margin: auto;
	border-radius: 50%;
}
.part6_tit{
	font-family: Montserrat, Montserrat;
	font-weight: 600;
	font-size: 0.25rem;
	color: #004EB9;
	text-align: center;
	margin-top: 0.4rem;
}
.part6_tit2{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.2rem;
	color: #030303;
	text-align: center;
	margin-top: 0.11rem;
	margin-bottom: 0.21rem;
}
.part6_dec{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.18rem;
	color: #656661;
	line-height: 0.25rem;
	text-align: center;
	height: 0.74rem;
}
.index_part6_cont .index_more{
	margin-top: 0.25rem;
}
.index_part6_cont .index_part3_li:hover{
	box-shadow: none;
	transform: translate(0,-0.22rem);
	transition: all 0.3s;
}


/* index_part7 */
.index_part7{
	background: url("../img/part7BG.png") no-repeat;
	padding: 1.32rem 0 0.94rem;
	background-size: 100% 100%;
}
.index_part7 .index_alltit{
	text-align: left;
}
.index_part7 .index_alldec{
	width: 50%;
	text-align: left;
}
.index_part7_cont{
	margin-top: 0.73rem !important;
}
.index_part7_li{
	margin-bottom: 0.27rem;
}
.index_part7_li:last-child{
	margin-bottom: 0;
}
.part7_img img{
	width: 0.23rem;
	height: 0.45rem;
}
.part7_tit{
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.2rem;
	color: #030303;
	margin: 0 0.16rem 0;
}
.index_part7 .index_more{
	margin-top: 0.62rem;
	margin-left: 0;
}
.index_part7_li:hover .part7_tit{
	color: #004EB9;
	transition: all 0.3s;
}
.index_part7 .index_more:hover p{
	transition: all 0.3s;
	color: #004EB9;
}
.index_part7 .index_more:hover .index_moreiImg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_part7 .index_more:hover .index_moreiImg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}

/* index_part8 */
.index_part8{
	padding: 1rem 0;
	background: #FFFFFF;
}
.formBox{
	margin-top: 0.62rem !important;
}
.form_listLR{
	margin-bottom: 0.3rem;
	justify-content: space-between;
}
.form_list{
	flex: 0 0 49%;
}
.form_list p{
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.2rem;
	color: #656661;
}
.form_list input{
	width: 100%;
	height: 0.6rem;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #C4C4C4;
	margin-top: 0.14rem;
	padding: 0.18rem;
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #000000;
}
.form_list input::-webkit-input-placeholder{
	font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.16rem !important;
    color: #ADADAD !important;
}
.form_list input:focus{
	border-color: #004EB9;
}
.form_list textarea{
	width: 100%;
	height: 1.32rem;
	margin-top: 0.14rem;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #C4C4C4;
	padding: 0.23rem 0.18rem;
	font-family: Montserrat, Montserrat;
	font-weight: 300;
	font-size: 0.16rem;
	color: #000000;
}
.form_list textarea::-webkit-input-placeholder{
	font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.16rem !important;
    color: #ADADAD !important; 
}
.form_list textarea:focus{
	border-color: #004EB9;
}
.form_button{
	width: 1.84rem;
	height: 0.49rem;
	background: #B4B4B4;
	border-radius: 25px 25px 25px 25px;
	font-family: Montserrat, Montserrat;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.49rem;
	text-align: center;
	margin: 0.53rem auto 0;
	transition: all 0.3s;
}
.form_button:hover{
	color: #FFFFFF;
	background: #004EB9;
	transition: all 0.3s;
}









@media screen and (max-width: 1042px) {
	.banner_cont {
		width: 94%;
	}
	.banner_text {
		width: 62%;
	}
	.banner_tit {
		font-size: 32px;
		line-height: 1.2;
	}
	.banner_tit2 {
		width: 80%;
		font-size: 16px;
		line-height: 1.6;
		margin-top: 30px;
	}
	.banner_text2 {
		max-width: 260px;
		padding: 24px;
	}
	.banner_text2_c1{
		font-size: 18px;
	}
	.banner_text2_c2{
		font-size: 16px;
	}
	.banner_but_b{
		padding: 8px 16px;
	}
	.banner_but_b p{
		font-size: 14px;
	}
	.banner_but_t{
		width: 24px;
		height: 24px;
		margin-left: 10px;
	}
	.banner_but_t img{
		width: 50% !important;
		height: 50% !important;
		object-fit: contain !important;
	}

	.index_alldec {
		font-size: 36px;
		line-height: 1.3;
		margin-top: 0;
	}




	.index_part1,
	.index_part2,
	.index_part3,
	.e_html-1,
	.index_part5,
	.index_part6,
	.index_part7,
	.index_part8{
		padding: 80px 0;
	}
	.index_part1_cont,
	.index_part3_cont,
	.index_part5_cont,
	.index_part6_cont {
		gap: 12px;
		margin-top: 50px !important;
	}
	.index_part1_li,
	.index_part3_li {
		flex-basis: calc(33.33% - 8px);
		overflow: hidden;
	}
	.index_part1_li{
		padding: 20px;
	}
	#company li {
		min-height: 420px;
	}
	.part1_img{
		width: 42px;
		height: 42px;
	}
	.part1_img img{
		width: 50%;
		height: auto;
	}
	.index_part1_tit{
		font-size: 18px;
		margin: 16px 0;
	}
	.index_part1_dec{
		font-size: 16px;
	}
	.index_more{
		margin: 20px auto 0;
	}
	.index_more p{
		font-size: 14px;
	}

	.numT, .num{
		font-size: 38px;
	}
	.numB{
		font-size: 18px;
		width: 84%;
	}
	.numB2{
		font-size: 14px;
		line-height: 1.75;
		width: 84%;
	}



	.part3_img{
		height: auto;
		aspect-ratio: 16 / 10;
	}
	.part3_img img,
	.index_part5_cont .part3_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.part3_bot{
		padding: 8px 16px 20px;
	}
	.part3_bot_tit,
	.index_part5_cont .part3_bot_tit{
		font-size: 16px;
		line-height: 1.5;
	}



	#company{
		margin-top: 50px;
		flex-wrap: wrap;
		row-gap: 10px;
	}
	#company li{
		width: 100% !important;
	}



	.index_part5_cont .part3_img{
		height: auto;
		aspect-ratio: 14 / 10;
	}
	.index_part5_cont .part3_bot{
		padding: 16px;
	}


	.part6_tit{
		font-size: 22px;
	}
	.part6_tit2{
		font-size: 16px;
		margin: 6px 0 16px;
	}
	.part6_dec{
		font-size: 14px;
		height: auto;
		line-height: 1.5;
	}



	.index_part7_cont,
	.formBox{
		margin-top: 50px;
	}
	.index_part7_li{
		margin-bottom: 16px;
	}
	.part7_tit{
		font-size: 18px;
	}
	.part7_img img{
		width: 20px;
		height: auto;
	}


	.form_listLR{
		margin-bottom: 16px;
	}
	.form_list p,
	.form_list input::-webkit-input-placeholder{
		font-size: 16px !important;
	}
	.form_list input{height: auto;margin-top: 8px;padding: 8px 16px;font-size: 16px;}
	.form_list textarea{
		padding: 8px 16px;
	}


	
}

@media screen and (max-width: 768px) {
	.indexSwiper {
		height: 80vh;
	}
	.banner_cont {
		width: 94%;
		display: block;
		transform: translate(-50%, -35%);
	}
	.banner_text,
	.banner_tit2 {
		width: 100%;
	}
	.banner_tit {
		font-size: 22px;
	}
	.banner_tit2 {
		font-size: 15px;
		margin-top: 18px;
	}
	.banner_but {
		margin-top: 24px;
	}
	.banner_but_b {
		padding: 6px 10px;
	}
	.banner_but_t {
        width: 20px;
        height: 20px;
    }
	.banner_but_b p {
		font-size: 12px;
	}

	.banner_text2 {
		display: none;
	}




	.index_part1,
	.index_part2,
	.index_part3,
	.e_html-1,
	.index_part5,
	.index_part6,
	.index_part7,
	.index_part8{
		padding: 50px 0;
	}



	.index_alldec {
		font-size: 22px;
		line-height: 1.35;
	}
	.index_alltit{
		font-size: 14px;
	}

	.index_part1_cont,
	.index_part3_cont,
	.index_part5_cont,
	.index_part6_cont {
		display: block !important;
		margin-top: 30px !important;
	}

	.index_part1_li,
	.index_part3_li {
		width: 100%;
		margin-bottom: 16px;
	}

	.index_part1_li {
		padding: 28px 12px;
	}

	#company {
		display: block;
		margin-top: 28px;
	}

	#company li,
	#company li.active1 {
		width: 100%;
		min-height: 240px;
		margin-bottom: 8px;
	}

	#company li .company_bot {
		display: block;
	}

	.list_box {
		padding: 0 20px;
		bottom: 20px;
		z-index: 2;
	}

	.hAboutB {
		flex-wrap: wrap !important;
	}

	.hAboutItem {
		flex-basis: 50%;
		margin-bottom: 28px;
	}

	.numT,
	.num {
		font-size: 32px;
	}
	.numB{
		font-size: 16px;
		width: 94%;
	}
	.numB2{
		font-size: 12px;
		width: 94%;
	}

	#company li h3{
		font-size: 18px;
	}
	.company_img{
		width: 36px;
		height: 36px;
		object-fit: contain;
		filter: brightness(0) invert(1);
	}
	.list_text_1,
	.list_text2{
		font-size: 12px;
		line-height: 1.5;
	}
	.more_btn{width: 20px;height: 20px;}
	.more_btn img{
		width: 46%;
		height: 46%;
		object-fit: contain;
	}


	.part6_tit {
        font-size: 18px;
    }


	.index_part7 .index_alldec {
		width: 100%;
	}
	.part7_tit{
		font-size: 14px;
	}
	.part7_img img{
		width: 16px;
	}



	.form_listLR {
		display: block;
		margin-bottom: 0;
	}

	.form_list {
		width: 100%;
		margin-bottom: 18px;
	}
	.form_list input{
		font-size: 14px;
	}
	.form_list input::placeholder,
	.form_list input::-webkit-input-placeholder,
	.form_list textarea::placeholder{
		font-size: 14px !important;
	}





}





