.Home-banner {
	padding-top: 1.16rem
}

.swiper-pagination .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	border: .02rem solid;
	background: #fff
}

.swiper-pagination .swiper-pagination-bullet-active {
	border-color: var(--color)
}

.section {
	padding: .6rem 0
}

.head_block .title {
	font-size: .26rem;
	font-family: segoeuib;
	text-transform: uppercase;
	line-height: .36rem;
	text-align: center
}

.index_pro_categories .categories_box {
	display: flex;
	justify-content: space-between;
	margin-top: .6rem
}

.index_pro_categories .categories_box .item {
	max-width: 2.2rem
}

.index_pro_categories .categories_box .item .cate_icon {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: .2rem
}

.index_pro_categories .categories_box .item .text_box {
	font-size: .18rem;
	font-family: segoeuib;
	text-align: center
}

.index_pro_categories .categories_box .item .text_box span {
	-webkit-line-clamp: 2
}

.index_pro_categories .categories_box .item:hover .text_box {
	color: var(--color)
}

.index_banner_block {
	padding: 0;
	min-height: 2.3rem;
	position: relative
}

.index_banner_block p {
	position: absolute;
	right: .15rem;
	top: 0;
	bottom: 0;
	max-height: 1.18rem;
	margin: auto;
	background-image: -webkit-linear-gradient(0deg,#E1382D 0,rgb(2 87 196 / 0) 100%);
	font-size: .26rem;
	font-family: segoeuib;
	color: #fff;
	min-width: 7.35rem;
	padding: .23rem 0;
	padding-left: .23rem;
	line-height: .36rem
}

.index_product {
	padding: .8rem 0
}

.index_product .index_product_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: .01rem solid #e0e0e0
}

.index_product .index_product_box .item {
	width: 25%;
	border-top: .01rem solid #e0e0e0;
	border-right: .01rem solid #e0e0e0;
	position: relative
}

.index_product .index_product_box .item:after,.index_product .index_product_box .item:before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	transition: .5s ease-in-out
}

.index_product .index_product_box .item:before {
	top: 0;
	left: -.01rem;
	border-top: .02rem solid transparent;
	border-left: .02rem solid transparent
}

.index_product .index_product_box .item:after {
	right: -.01rem;
	bottom: 0;
	border-bottom: .02rem solid transparent;
	border-right: .02rem solid transparent
}

.index_product .index_product_box .item:hover:after,.index_product .index_product_box .item:hover:before {
	width: calc(100% + .01rem);
	height: calc(100% + 0rem);
	border-color: var(--color);
	z-index: 1
}

.index_product .index_product_box .item:nth-child(-n+4) {
	border-top: 0
}

.index_product .index_product_box .item:nth-child(4n) {
	border-right: 0
}

.index_product .index_product_box .item a {
	padding: .4rem;
	display: block;
	position: relative;
	z-index: 2
}

.index_product .index_product_box .item .img_box {
	overflow: hidden;
	text-align: center;
	margin-bottom: .5rem;
	margin-top: .3rem
}

.index_product .index_product_box .item .text_box {
	text-align: center;
	font-size: .18rem;
	font-family: segoeuib;
	-webkit-line-clamp: 2;
    min-height: .54rem;
}

.index_banner_block1 {
	min-height: 2.3rem;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.index_banner_block1 .index_banner_block1_box {
	text-align: center
}

.index_banner_block1 p {
	font-size: .26rem;
	color: #fff;
	font-family: segoeuib;
	margin-bottom: .3rem
}

.index_banner_block1 a {
	font-size: .16rem;
	font-family: segoeuib;
	color: #fff;
	border: .02rem solid #fff;
	border-radius: .05rem;
	padding: 0 5px;
	width: 2rem;
	height: .45rem;
	transition: all .3s linear
}

.index_banner_block1 .banner_block1_btn {
	background: var(--color);
	border-color: var(--color)
}

.head .nav_box .nav .btn_anima .btn_major span,.index_about .right .btn_anima .btn_major span,.index_banner_block1 .btn_anima .btn_major span,.index_banner_block2 .btn_anima .btn_major span {
	animation: none;
	width: 100%;
	text-align: center
}

.index_banner_block1 .banner_block1_btn:hover {
	background: #2275de;
	border-color: #2275de
}

.index_banner_block1 .banner_block2_btn:hover {
	background: rgb(255 255 255 / 40%);
	border-color: rgb(255 255 255 / 40%)
}

.index_about {
	padding: .8rem 0;
	padding-bottom: .5rem
}

.index_about .auto-container {
	display: flex
}

.index_about .left,.index_about .right {
	width: 50%
}

.index_about .left {
	position: relative
}

@keyframes rotate360 {
	to {
		transform: rotate(360deg)
	}
}

.index_about .left .play_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: max-content
}

.index_about .left .play_btn img:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
	cursor: pointer
}

.index_about .left .play_btn img:last-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: rotate360 10s linear infinite
}
.index_about .left  .iframe_box{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:.05rem;
    overflow:hidden;
    z-index:-1;
    opacity: 0;
}
.index_about .left .iframe_box iframe{
    height: 4.6rem !important;
}






.index_about .right {
	padding-left: 5.714%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.index_about .right .head_block {
	margin-bottom: .3rem
}

.index_about .right .head_block .title {
	text-align: left
}

.index_about .right .title1 {
	font-size: .2rem;
	line-height: .26rem;
	margin-bottom: .2rem
}

.index_about .right>.remark {
	white-space: pre-line;
	font-size: .16rem;
	line-height: .24rem
}

.index_about .right .index_about_num {
	display: flex;
	color: #df1e31;
	justify-content: space-between;
	margin: .3rem 0
}

.index_about .right .index_about_num .item {
	display: flex;
	justify-content: space-between;
	margin-right: 19px
}

.index_about .right .index_about_num .item .counter {
	font-size: .3rem;
	font-family: segoeuib
}

.index_about .right .index_about_num .item .remark {
	font-size: .16rem;
	margin-left: .1rem
}

.index_about .right .btn_anima {
	width: 1.4rem;
	height: .45rem;
	color: #fff;
	background: var(--color);
	line-height: .45rem;
	padding: 0 .1rem
}

.index_about .right .btn_anima:hover {
	background: #2275de
}

.index_about .right .btn_anima img {
	vertical-align: middle;
	margin-left: .1rem
}

.index_pro_series {
	padding-top: 0
}

.index_pro_series .auto-container {
	display: flex;
	flex-direction: row-reverse
}

.index_pro_series .index_pro_series_box,.index_pro_series .left {
	width: 50%
}

.index_pro_series .index_pro_series_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 5.714%
}

.index_pro_series .index_pro_series_box .item {
	border-top: .01rem solid;
	cursor: pointer
}

.index_pro_series .index_pro_series_box .item:last-child {
	border-bottom: .01rem solid
}

.index_pro_series .index_pro_series_box .item .title {
	position: relative;
	padding: .2rem 0;
	font-size: .18rem;
	font-family: segoeuib
}

.index_pro_series .index_pro_series_box .item .title:before {
	content: '+';
	display: block;
	width: .2rem;
	height: .2rem;
	border-radius: .2rem;
	font-size: .22rem;
	font-weight: 700;
	text-align: center;
	line-height: .21rem;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: .2rem
}

.index_pro_series .index_pro_series_box .item.open .title:before {
	content: '-';
	line-height: .26rem
}

.index_pro_series .index_pro_series_box .item .title img {
	max-width: .4rem;
	margin-right: .1rem;
	vertical-align: middle
}

.index_pro_series .index_pro_series_box .item .remark {
	font-size: .16rem;
	line-height: .26rem;
	padding-left: .5rem;
	padding-right: .4rem;
	padding-bottom: .3rem;
	display: none
}

.index_pro_series .index_pro_series_box .item:hover .title {
	color: var(--color)
}

.index_factory {
	padding-top: .2rem;
	padding-bottom: .8rem
}

.index_factory .index_factory_head {
	display: flex;
	justify-content: space-between
}

.index_factory .index_factory_head .index_factory_swiper_btn {
	position: relative;
	width: .5rem
}

.index_factory .index_factory_head .index_factory_swiper_btn .swiper-button-next,.index_factory .index_factory_head .index_factory_swiper_btn .swiper-button-prev {
	opacity: 1;
	top: .07rem
}

.index_factory .index_factory_head .index_factory_swiper_btn .swiper-button-prev {
	left: 0
}

.index_factory .index_factory_head .index_factory_swiper_btn .swiper-button-disabled {
	opacity: .3
}

.index_factory .index_factory_head .index_factory_swiper_btn .swiper-button-next {
	right: 0
}

.index_factory .index_factory_box {
	margin-top: .3rem
}

.index_factory .index_factory_box .swiper-slide {
	overflow: hidden;
	cursor: pointer
}

.index_news {
	border-top: .01rem solid #dedede
}

.index_news .auto-container {
	display: flex
}

.index_news .index_certificate,.index_news .index_news_box {
	width: 50%
}

.index_news .index_certificate .index_certificate_box .head_block .title,.index_news .index_news_box .head_block .title {
	text-align: left
}

.index_news .index_news_box .index_news_swiper {
	padding-right: .3rem;
	height: 3.76rem;
	margin-top: .4rem
}

.index_news .index_news_box .index_news_swiper .swiper-slide a {
	display: flex
}

.index_news .index_news_box .index_news_swiper .swiper-slide .img_box {
	width: 38%;
	overflow: hidden
}

.index_news .index_news_box .index_news_swiper .swiper-slide .text_box {
	width: 62%;
	border: .01rem solid #eaeaea;
	border-left: 0;
	background: #f3f1f1;
	padding: .3rem;
	transition: all .3s linear
}

.index_news .index_news_box .index_news_swiper .swiper-slide .text_box p {
	font-size: .2rem;
	line-height: .26rem;
	margin-bottom: .1rem
}

.index_news .index_news_box .index_news_swiper .swiper-slide .text_box span {
	font-size: .16rem;
	line-height: .26rem;
	color: #666
}

.index_news .index_news_box .index_news_swiper .swiper-slide:hover .text_box {
	background: #fff
}

.index_news .index_news_box .swiper-pagination {
	margin-top: .2rem
}

.index_news .index_certificate {
	padding-left: .5rem
}

.index_news .index_certificate .index_certificate_box .index_certificate_swiper {
	margin-top: .4rem
}

.index_news .index_certificate .index_certificate_box .index_certificate_swiper .swiper-slide {
	width: 41.8%;
}

.index_news .index_certificate .index_certificate_box .index_certificate_swiper .swiper-slide img {
	display: block;
	max-width: 100%;
	/* height: 375px; */
	object-fit: cover
}

.index_our_partner {
	padding-bottom: 0
}

.index_our_partner .auto-container {
	position: relative
}

.index_our_partner .index_our_partner_box {
	margin-top: .45rem;
	background: #ddd;
	padding: .4rem 0
}

.index_our_partner .index_our_partner_box .index_our_partner_swiper {
	max-width: 85%;
	margin: auto
}

.index_our_partner .index_our_partner_box .index_our_partner_swiper .swiper-wrapper {
	justify-content: space-between;
	align-items: center
}

.index_our_partner .index_our_partner_box .index_our_partner_swiper .swiper-slide {
	width: max-content
}

.index_our_partner .index_our_partner_box .index_our_partner_swiper .swiper-slide a {
	display: block
}

.index_our_partner .index_our_partner_box .index_our_partner_swiper .swiper-slide img {
	transition: all .3s linear
}

.index_our_partner .index_our_partner_box .index_our_partner_swiper .swiper-slide:hover img {
	transform: scale(.92)
}

.index_our_partner .index_our_partner_box .swiper-button-prev {
	left: 0
}

.index_our_partner .index_our_partner_box .swiper-button-next {
	right: 0
}
