#can_bg{
	position: absolute;
    top: 1.6rem;
    
}
#can_bg *{
    /*width: 12rem !important;*/
    /*height: 9rem !important;*/
}
.leftFixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5rem;
	z-index: 53;
	display: none;
}

.leftFixed ul {
	width: 0.32rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.leftFixed_solid {
	width: 0.1rem;
	height: 0.1rem;
	display: block;
	background: #b7b7b8;
	border-radius: 50%;
	/*margin-bottom: 0.14rem;*/
	cursor: pointer;
}

.leftFixed_items {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .35s;
	margin-bottom: 0.15rem;
}

.leftFixed_yuan {
	width: 0.32rem;
	height: 0.32rem;
	border: 0.01rem solid #E60012;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.leftFixed_yuan img {
	width: 0.13rem;
	height: 0.12rem;
	object-fit: contain;
}



.leftFixed_name {
	color: #757575;
	font-size: 0.16rem;
	text-align: center;
	letter-spacing: 0.2em;
	padding-left: 0.04rem;
	writing-mode: vertical-rl;
	margin: 0.08rem 0 0.14rem 0 ;
	/* 设置竖排文字 */
	text-orientation: upright;
	/* 设置文字方向为正立 */
	white-space: nowrap;
	/* 禁止换行 */
}
.leftFixed_activeShow{
	display: none;
}
.leftFixed_items.active .leftFixed_solid{
	display: none;
}
.leftFixed_items.active .leftFixed_activeShow{
	display: block;
}



.index_banner .swiper-pagination-bullet {
	width: 0.13rem;
	height: 0.13rem;
	background: #3E3A39;
	border-radius: 50% !important;
	opacity: 0.5;
	margin: 0 0.075rem !important;
	transition: all .25s;
}

.index_banner .swiper-pagination-bullet-active {
	width: 0.28rem;
	height: 0.13rem;
	background: #EE2928;
	border-radius: 0.07rem 0.07rem 0.07rem 0.07rem !important;
	opacity: 1;
}

.index_banner .swiper-pagination {
	bottom: 0.32rem !important;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
	width: 0.47rem !important;
	height: 0.47rem !important;
	opacity: 1 !important;
	top: 58% !important;

}

.index_banner .swiper-button-next {
	background: url(../images/index/right.png);
	background-size: 100% 100%;
	right: 0.4rem !important;
}

.index_banner .swiper-button-prev {
	background: url(../images/index/left.png);
	background-size: 100% 100%;
	left: 0.4rem !important;
}

.index_banner .swiper-button-next::after,
.index_banner .swiper-button-prev::after {
	color: transparent !important;
}

.indexbannerSwiper {
	height: 8.5rem;
}

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

/*.index_banner video::-webkit-media-controls-enclosure {*/
/*	display: none;*/
/*}*/


.index_twoContent {
	padding: 0.68rem 0;
}

.index_threeList {
	display: flex;
	padding-top: 0.7rem;
}

.index_threeLeft {
	width: 9.13rem;
	display: flex;
	flex-wrap: wrap;
}

.index_threeItems {
	width: 4.42rem;
	height: 3.22rem;
	position: relative;
	margin-top: 0.29rem;
	border-radius: 0.2rem;
	
	overflow: hidden;
}

.index_threeItems>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.index_threeItems:hover>img {
	transform: scale(1.03);
}

.index_threeItems:nth-child(1) {
	width: 100%;
	margin-top: 0;
}

.index_threeItems:nth-child(2n) {
	margin-right: 0.29rem;
}



.index_three_mess {
	position: absolute;
	top: 0;
	left: 0;
}

.index_three_xtit {
	font-weight: bold;
	font-size: 0.27rem;
	color: #3E3A39;
	margin-bottom: 0.15rem;
	padding-bottom: 0.1rem;
	position: relative;
}

.index_three_xtit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.66rem;
	height: 0.03rem;
	background: #E60012;
	border-radius: 1rem 1rem 1rem 1rem;
}

.index_three_xtxt {
	width: 3.5rem;
	font-size: 0.16rem;
	color: #828282;
	line-height: 1.7;
	letter-spacing: 0.01rem;
	margin-bottom: 0.28rem;
}

.index_threeItems:nth-child(1) .index_three_xtxt {
	width: 4.05rem;
	
}


.index_three_many {
	width: 1.67rem;
	height: 0.4rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.01rem solid #ccc;
	transition: all .25s;
	color: #3E3A39;
	font-size: 0.13rem;
}

.index_three_many:hover {
	background-color: #E60012;
	color: #fff;
	border-color: #E60012;
}

.index_threeItems:nth-child(1) .index_three_mess {
	left: 0.49rem;
	top: 0.25rem;
}

.index_threeItems:nth-child(2) .index_three_mess {
	left: 0.32rem;
	top: 0.25rem;
}

.index_threeItems:nth-child(3) .index_three_mess {
	left: 0.32rem;
	top: 0.25rem;
}


.index_threeRight {
	flex: 1;
	margin-left: 0.39rem;
	position: relative;
	border-radius: 0.23rem;
	display: flex;
	flex-direction: column;
    overflow: hidden;
}

.index_threeRight img{
    width: 100%;
    height: 100%;
 
    transition: all .25s;
}

.index_threeRtit {
	color: #3E3A39;
	text-align: center;
	font-size: 0.27rem;
}

.index_threeRtxt {
	color: #828282;
	font-size: 0.16rem;
	margin-top: 0.23rem;
}

.index_threeRtop {
	height: 2.43rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;

}
.index_threeRight:hover #img{
    transform: scale(1.03);
}
.index_threeLast{
    position:absolute;
    top: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
}
.index_threeRtop img{
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0rem !important;
  
}

.index_threeRbottom {
	height: 4.3rem;
	background: red;
	overflow: hidden;
}
.viewImgs{
    height: 4.28rem;
    overflow: hidden;
}
.viewImgs img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.index_threeRbottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.index_threeRbottom:hover>img {
	transform: scale(1.03);
}

.index_twobox {
	width: 19.2rem;
	/*padding: 0rem 1.38rem 0rem 1.6rem;*/
	/*padding: 0rem 0rem 0rem 2.6rem;*/
	
	height: 8.82rem;
	background: url(../images/index/lizi.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	
}

@keyframes pin02 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px RGBA(238, 41, 40, 0.125);
		box-shadow: 0px 0px 0 0px RGBA(238, 41, 40, 0.125);
	}

	50% {
		-webkit-box-shadow: 0px 0px 0 20px RGBA(238, 41, 40, 0.125);
		box-shadow: 0px 0px 0 20px RGBA(238, 41, 40, 0.125);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0 0px RGBA(238, 41, 40, 0.125);
		box-shadow: 0px 0px 0 0px RGBA(238, 41, 40, 0.125);
	}
}

.index_twobox .swiper-button-next,
.index_twobox .swiper-button-prev {
	width: 0.53rem !important;
	height: 0.53rem !important;
	background: #EE2928;
	opacity: 1;
	border-radius: 50%;

	/* position: relative; */
}
.index_twobox .swiper-button-next.active,
.index_twobox .swiper-button-prev.active{
    animation: pin02 3s ease-in-out 0s infinite;
}

.index_twobox .swiper-button-next::after,
.index_twobox .swiper-button-prev::after {
	font-size: 0.15rem !important;
	font-weight: bold;
	color: #fff !important;
}

.index_twobox .swiper-button-next {
	left: auto !important;
	right: 22.7% !important;
	top: 53% !important;
}

.index_twobox .swiper-button-prev {
	left: 74.5% !important;
	top: 44%;
	right: auto !important;
}

.index_twobox .swiper-slide-next{
    opacity: 0.5;
}

.index_twobox .swiper-slide-next .indexProduct_leftBox{
   padding-left: 0 !important;
}
@keyframes circlepulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}

.index_twobox .swiper-button-next.active::before,
.index_twobox .swiper-button-prev.active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: RGBA(238, 41, 40, 0.125);
	-webkit-animation: circlepulse 1.5s ease 0s infinite;
	animation: circlepulse 1.5s ease 0s infinite;
}




.indexProduct_flex {
	display: flex;
	border-right: 0.01rem solid #bbb;

	/*padding-left: 2.6rem;*/
}

.index_productSwiper {
	width: 100%;
}

.indexProduct_leftBox {
	/*flex: 1;*/
	display: flex;
	position: relative;
	padding: 1.05rem 0rem 1.11rem 2.6rem;
    width: 100%;
}

/* .indexProduct_leftBox::after{
	content: '';
	position: absolute;
	width: 0.01rem;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #bbb;
} */


.indexProduct_left_rightbox {
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-left: 0.38rem;*/
	margin-top: 0.8rem;
	margin-left: 1.24rem;
}

.indexProduct_left_imgbox {
	width: 6.14rem;
	height: 6.14rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#animate_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: rotate360 20s linear 0s infinite;
}

.indexProduct_radiusImg {
	width: 5.06rem;
	height: 5.06rem;
	border-radius: 50%;
	position: relative;
	z-index: 15;
	overflow: hidden;
}

.indexProduct_radiusImg img {
	width: 100%;
	height: 100%;
}
.position_abIndex{
    position: absolute;
    left: 2.6rem;
    top: 1.05rem;
    z-index: 45;
}



.indexProduct_RightBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 1.3rem;
}

.indexProduct_titbox {
	padding-bottom: 0.2rem;
	position: relative;
	
}

.indexProduct_titbox::after {
	content: '';
	position: absolute;
	width: 0.95rem;
	height: 0rem;
	border: 0.02rem solid #E60012;
	background: #E60012;
	left: 0;
	bottom: 0;
}

.indexProduct_tit {
	color: #3E3A39;
	font-size: 0.54rem;
	font-weight: bold;
}

.indexProduct_txt {
	color: #5E5E5E;
	font-size: 0.24rem;
	margin-left: 0.15rem;
}

.indexProduct_messBox {
    margin-top: 1.8rem;
	/*margin-top: 0.8rem;*/
}

.indexProduct_messTit {
	font-size: 0.42rem;
	color: #EE2928;
	font-weight: bold;
	background: url(../images/index/xing.png) no-repeat;
	background-size: 1.01rem 0.96rem;
	padding: 0.25rem 0;
}

.indexProduct_messTxt {
	color: #828282;
	width: 3rem;
	line-height: 1.7;
	font-size: 0.16rem;
	margin-bottom: 0.45rem;
}

.indexProduct_messList {
	width: 3.7rem;
}

.indexProduct_messItems {
	margin-bottom: 0.13rem;
	cursor: pointer;
}

.indexProduct_messItems:hover .indexProduct_mess_name {
	transform: translateX(0.42rem);
	/* color: #a8c7e1; */
}

.indexProduct_solid {
	width: 0.1rem;
	height: 0.1rem;
	border: 0.01rem solid #8498A6;
	opacity: 0.5;
	border-radius: 50%;
	position: relative;
}

.indexProduct_solid::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 0rem;
	height: 0.01rem;
	background-color: #8498A6;
	transition: all .3s;
}

.indexProduct_messItems:hover .indexProduct_solid::after {
	width: 0.4rem;
}

/* .indexProduct_messItems:hover .indexProduct_solid {
	border-color: #a8c7e1;
} */


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

.indexProduct_mess_name {
	flex: 1;
	color: #636363;
	font-size: 0.16rem;
	margin-left: 0.07rem;
	transition: all .4s;
}

.indexProduct_many {
	width: 1.67rem;
	height: 0.4rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.03rem solid #BCBCBC;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3E3A39;
	font-size: 0.13rem;
	margin-top: 0.5rem;
	transition: all .4s;
}
.index_rightBoximg{
	width: 0.24rem !important;
	height: 0.15rem !important;
	position: relative;
	margin-left: 0.2rem;
	
}
.indexProduct_many img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .25s;
}
.ico_index2{
	display: none;
}
/* .indexProduct_many:hover>img{
	transform:translateX(5px);
} */
.indexProduct_many:hover{
	background: #E60012;
	border-color:#E60012 ;
	color: #fff;
}
.indexProduct_many:hover .ico_index2{
	display: block;
}


.indexProduct_many:hover .ico_index1{
	display: none;
}



.index_threebox {
	background-size: 100% 100%;
	position: relative;
	background:url(../images/index/a14.png) no-repeat 100% 100%;
}

.index_threebox::after {
	content: '';
	position: absolute;
	top: -1.06rem;
	left: -1.32rem;
	width: 4.78rem;
	height: 4.57rem;
	background: url(../images/index/topbg.png) no-repeat;
	background-size: 100% 100%;
}

.index_threebox::before {
	content: '';
	position: absolute;
	bottom: -1.06rem;
	right: -0.88rem;
	width: 4.78rem;
	height: 4.57rem;
	background: url(../images/index/topbg.png) no-repeat;
	background-size: 100% 100%;
}

.index_four {
	height: 5.9rem;
	position: relative;
	 background: url(../images/index/a14.png) no-repeat; 
	 background-size: 100% auto; 
}

.index_fourImg {
	width: 100%;
	height: 100%;
}

.index_fourContent {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index_four_many {
	width: 2.22rem;
	height: 0.53rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.18rem;
	transition: all .25s;
}

.index_four_many:hover {
	background-color: #E60012;
	border-color: #E60012;
}

.index_four_many img {
	margin-left: 0.18rem;
	transition: all .25s;
}

.index_four_many:hover img {
	transform: translateX(5px);
}

.index_fourTit {
	font-size: 0.28rem;
	color: #fff;
	margin-bottom: 0.3rem;
}

.index_four_imgBox {
	font-size: 0.4rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


.index_four_imgBox img {
	max-width: 80%;
	max-height: 100%;
}

.indexProduct_rightTit {
	color: #EE2928;
	font-weight: bold;
	font-size: 0.42rem;
	opacity: 0.65;
}

.indexProduct_mess {
	width: 2.52rem;
	color: #828282;
	font-size: 0.16rem;
	margin-top: 0.39rem;
	margin-bottom: 0.15rem;
	text-align: justify;
}
.index_five{
	position: relative;
}
.index_five::after{
	content: '';
	position: absolute;
	width: 8.9rem;
	height: 3.07rem;
	background: url(../images/index/news-1.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
	bottom: -0.35rem;
}





@media only screen and (max-width:1024px){
    .index_banner{
        margin-top: 50px;
    }
    .indexbannerSwiper {
        height: 3.5rem;
    }
    .indexProduct_leftBox{
        padding: 15px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .index_twobox{
        width: 100%;
    }
    .position_abIndex{
        left: 50%;
        top: 15px;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    .indexProduct_left_rightbox{
        margin: 0;
    }
    .indexProduct_messTxt{
        width: auto;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .indexProduct_messBox{
        margin-top: 30px;
    }
    .indexProduct_tit{
        font-size: 18px;
    }
    .indexProduct_txt{
        font-size: 14px;
    }
    .indexProduct_messTit{
        font-size: 16px;
        padding: 15px 0;
    }
    .indexProduct_many{
        font-size: 14px;
        padding: 5px 15px;
        width: fit-content;
        height: auto;
    }
    .index_twobox .swiper-button-prev{
        left: auto!important;
        right: 30%!important;
        top: 52%!important;
        bottom: auto!important;
    }
    .index_twobox .swiper-button-next{
        right: 10%!important;
        top: 52%!important;
        bottom: auto!important;
    }
    .indexProduct_flex{
        border: 0;
    }
    .index_twobox{
        height: auto;
    }
    .index_twoContent{
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .index_threeList{
        flex-direction: column;
    }
    .index_threeLeft{
        width: 100%;
    }
    .index_threeItems{
        margin-right: 0!important;
        margin-top: 0!important;
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }
    .index_threeRight{
        margin-left: 0;
    }
    .index_threeRtop{
        width: 100%;
        height: auto;
    }
    .index_three_xtit{
        font-size: 16px;
    }
    .index_three_xtxt{
        font-size: 12px;
    }
    .common_xtxt{
        font-size: 16px;
    }
    .common_xtit span{
        font-size: 18px;
    }
    .index_three_many{
        font-size: 14px;
        padding: 5px 15px;
        width: fit-content;
        height: auto;
    }
    .index_threeItems:nth-child(1) .index_three_mess,
    .index_threeItems:nth-child(2) .index_three_mess{
        top: 15px!important;
        bottom: auto!important;
    }
    .index_threeItems:nth-child(1) .index_three_xtxt{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .index_four{
        height: auto;
    }
    .index_fourTit{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .index_four_many{
        font-size: 14px;
        padding: 5px 15px;
        width: fit-content;
        height: auto;
    }
    .index_fourContent{
        width: 100%;
    }
    .index_four_imgBox{
        margin-bottom: 0px;
    }
    .index_four_imgBox img{
        max-width: 60%;
        height: auto;
    }
    .index_five{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .w1400{
        width: 100%;
    }
    .index_fiveList{
        margin: 15px 0;
    }
    .index_news_month{
        font-size: 18px;
    }
    .index_news_year{
        font-size: 14px;
    }
    .index_news_imgbox{
        width: 90%;
        margin: 0 auto;
    }
    .index_news_imgbox img{
        object-fit: cover;
    }
    .index_news_name{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
    .index_five::after{
        width: 100%;
    }
    .index_five::after{
        height: 2.4rem;
        bottom: 15px;
    }
    .index_manybox{
         font-size: 14px;
        padding: 5px 15px;
        width: fit-content;
        height: auto;
    }
    .index_threebox::before{
        display: none;
    }
    .leftFixed_items{
        margin: 2px 0;
    }
    .leftFixed_name{
        font-size: 12px;
        padding: 0;
        display: none!important;
    }
    .indexProduct_mess_name{
        font-size: 12px;
    }
    .index_three_mess{
        left: 30px!important;
    }
    .index_threeLast{
        top: 15px;
        left: 30px;
        transform: translate(0);
    }
    .leftFixed_yuan{
        width: 17px;
        height: 17px;
    }
    .leftFixed_solid{
        width: 10px;
        height: 10px;
    }
    .leftFixed{
        left: 10px;
    }
}