* {
	margin: 0;
	padding: 0;
	/* font-size: 0.16rem; */
}



.about {
	padding: 0.8rem 0 1.5rem;
	box-sizing: border-box;
	background: url(../img/jishu_bg.png) center no-repeat;
	background-size: auto 100%;
}

.about_title1 {
	text-align: center;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	margin-bottom: 0.5rem;
}

.about_cont1 {
	width: 12rem;
	margin: 0 auto;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}

.about_cont1 p,
.about_cont1 div {
	text-indent: 2em;
	line-height: 0.36rem;
}







.index2 {
	width: 100%;
	height: 8.5rem;
	position: relative;
}

.index2_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background:url(../img/bgg5.jpg) no-repeat 50%/cover; */
	overflow: hidden;
}

.index2Left,
.index2Right,
.index2Bottom {
	z-index: 50;
}

.index2Right {
	position: relative;
}

.index2_bg img {
	height: 8.5rem;
}

.index2_bg .one {
	display: inline-block;
	width: 100%;
	position: absolute;
	right: 0rem;
	top: 0;
	height: 100%;
	background: url(../img/bnn1.png) center right no-repeat;
}

.index2_bg .one_on {
	display: inline-block;
	width: 100%;
	position: absolute;
	right: -0.2rem;
	top: 0;
	height: 100%;
	opacity: 0;
	background: url(../img/bnn1.png) center right no-repeat;
}

.index2_bg .two {
	display: inline-block;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	background: url(../img/bnn2.png) center right no-repeat;
}

.index2_bg .one img,
.index2_bg .two img,
.index2_bg .one_on img {
	width: 100%;
	display: none;
}

.index2_bg .one.on {
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity: 0;
}

.index2_bg .one_on.on {
	right: 0px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity: 1;
}

.index2Left {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 50%;
	top: 0;
	max-width: 7rem;
}

.index2Left .yffwIndexXun {
	display: flex;
	align-items: center;
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
}

.index2Left .yffwIndexXun:nth-child(1) {
	left: calc(100% * (614 / 700));
	top: calc(100% * (238 / 850));
}

.index2Left .yffwIndexXun:nth-child(2) {
	left: calc(100% * (641 / 700));
	top: calc(100% * (370 / 850));
}

.index2Left .yffwIndexXun:nth-child(3) {
	left: calc(100% * (644 / 700));
	top: calc(100% * (502 / 850));
}

.index2Left .yffwIndexXun:nth-child(4) {
	left: calc(100% * (621 / 700));
	top: calc(100% * (634 / 850));
}

.index2Left .yffwIndexXun .yixDots {
	width: 0;
	top: 0.04rem;
	position: absolute;
	left: 0;
}

.index2Left .yffwIndexXun .yixDots .yixDots1 {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.08rem;
	background: #fff;
	margin: -0.04rem 0.3rem 0 -0.04rem;
}

.index2Left .yffwIndexXun .yixDots .jdt {
	width: auto;
	height: auto;
	position: absolute;
	left: -0.28rem;
	top: -0.28rem;
	transform: rotate(-90deg);
	transform-origin: 0.27rem;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	margin: 0.02rem;
}

.index2Left .yffwIndexXun.on .yixDots .jdt {
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index2Left .yffwIndexXun.on .yixDots .jdt3 {
	animation: jdt3 infinite 5s linear;
}

.index2Left .yffwIndexXun .yixTitle {
	font-weight: 400;
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 0.15rem;
	top: -0.1rem;
	white-space: pre;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index2Left .yffwIndexXun.on .yixTitle {
	left: 0.4rem;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index2Right {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	margin-left: 60%;
}



.index2Right .irBox {
	display: none;
	flex-direction: column;
}

.index2Right .irBox.on {
	display: flex;
}

.index2Right .irBox .irBox1 {
	font-weight: bold;
	font-size: 0.36rem;
	color: #FFFFFF;
}

.index2Right .irBox .irBox4 {
	width: 5.2rem;
	min-height: 3.2rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.14rem 0.01rem rgba(7, 59, 87, 0.48);
	border-radius: 0.1rem;
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
	margin: 0.75rem 0 0.3rem 0;
	transform: translate(0, 0.5rem);
	transition: all ease 1.3s;
	opacity: 0.5;
}

.index2Right .irBox.on .irBox4 {
	transform: translate(0px, 0px);
	opacity: 1;
}

.index2Right .irBox .irBox4 .irBoxTitle {
	width: 100%;
	font-weight: 400;
	font-size: 0.3rem;
	color: #222222;
	margin-bottom: 0.38rem;
}

.index2Right .irBox .irBox4 .irBoxBody {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}





.fuwu {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	background: url(../img/fuwu_bg.png) bottom center no-repeat;
}

.fuwu_list {
	display: flex;
	flex-wrap: wrap;
}

.fuwu_item {
	width: 3.5rem;
	height: 2.8rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.17rem 0.01rem rgba(61, 61, 61, 0.14);
	border-radius: 0.1rem;
	padding: 0.5rem 0.45rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-right: 0.4rem;
	margin-bottom: 0.4rem;
}

.fuwu_item:nth-child(4n) {
	margin-right: 0;
}

.fuwu_item .fuwu_bg {
	position: absolute;
	width: 0.03rem;
	height: 0.4rem;
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
	top: 0.5rem;
	left: 0;
	transition: 0.5s;
	border-radius: 0.1rem;
}

.fuwu_item .fuwu_icon {
	width: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
	position: relative;
}

.fuwu_item .fuwu_icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.fuwu_item .fuwu_icon .fuwu_img2 {
	display: none;
}

.fuwu_item .fuwu_title {
	width: 100%;
	font-weight: 400;
	font-size: 0.24rem;
	color: #222222;
	margin-top: 0.15rem;
	margin-bottom: 0.3rem;
	position: relative;
}

.fuwu_item .fuwu_cont {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}

.fuwu_item .fuwu_more {
	width: 1.16rem;
	height: 0.36rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0.54rem;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	position: absolute;
	bottom: -0.5rem;
	transition: 0.5s;
	flex-shrink: 0;
}

.fuwu_item .fuwu_more img {
	width: 0.2rem;
	height: 0.12rem;
	margin-left: 0.08rem;
	filter: brightness(1) invert(0);
}

.fuwu_item:hover .fuwu_img1 {
	filter: brightness(0) invert(1);
}

.fuwu_item:hover {
	box-shadow: 0rem 0rem 0.17rem 0.01rem rgba(38, 37, 37, 0.29);
}

.fuwu_item:hover .fuwu_bg {
	width: 100%;
	height: 100%;
	top: 0;
	transition: 0.5s;
}

.fuwu_item:hover .fuwu_title {
	color: #fff;
	transition: all 0.5s;
}

.fuwu_item:hover .fuwu_cont {
	margin-top: 2rem;
	transition: all 0.5s;
}

.fuwu_item:hover .fuwu_more {
	bottom: 0.5rem;
	transition: all 0.5s;
}



@media only screen and (max-width: 1400px) {
	.index2Left .yffwIndexXun .yixDots .jdt {
		transform: scale(0.6);
		top: -28px;
		left: -25px;
	}
}