.index_advantage_container {
	background: url(../ZERO/img/ys_bg.jpg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.index_advantage_left {
	width: 50%;
	float: left;
	padding-top: 13vh;
	opacity: 0;
	transform: translateX(-200px);
}

.step_map {
	position: absolute;
	top: 50%;
	margin-top: -147px;
	left: 50%;
	margin-left: -146px;
	z-index: 9;
}

.step_circle {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1;
	width: 448px;
	height: 448px;
	border: 1px solid white;
	border-radius: 100%;
}

.holderCircle {
	width: 548px;
	height: 548px;
	border: 0 solid white;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}

.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

.dotCircle .itemDot {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	border-radius: 100%;
	text-align: center;
	line-height: 65px;
	z-index: 3;
	cursor: pointer;
}

.dotCircle .itemDot::after {
	content: "";
	width: 65px;
	height: 65px;
	position: absolute;
	border-radius: 100%;
	background: none;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
}

.dotCircle .itemDot::before {
	content: "";
	width: 65px;
	height: 65px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;

}


.dotCircle .itemDot1 {
	background-image: url(../ZERO/img/ys/step_1.png);
	background-size: 100%;
}

.dotCircle .itemDot1::after {}

.dotCircle .itemDot1.active {
	background-image: url(../ZERO/img/ys/step_1b.png);
	background-size: 100%;
	transition: 0.5s;
}


.dotCircle .itemDot2 {
	background-image: url(../ZERO/img/ys/step_2.png);
	background-size: 100%;
}

.dotCircle .itemDot2::after {}

.dotCircle .itemDot2.active {
	background-image: url(../ZERO/img/ys/step_2b.png);
	background-size: 100%;
	transition: 0.5s;
}

.dotCircle .itemDot3 {
	background-image: url(../ZERO/img/ys/step_3.png);
	background-size: 100%;
}

.dotCircle .itemDot3::after {}

.dotCircle .itemDot3.active {
	background-image: url(../ZERO/img/ys/step_3b.png);
	background-size: 100%;
	transition: 0.5s;
}

.dotCircle .itemDot4 {
	background-image: url(../ZERO/img/ys/step_4.png);
	background-size: 100%;
}

.dotCircle .itemDot4::after {}

.dotCircle .itemDot4.active {
	background-image: url(../ZERO/img/ys/step_4b.png);
	background-size: 100%;
	transition: 0.5s;
}

.dotCircle .itemDot5 {
	background-image: url(../ZERO/img/ys/step_5.png);
	background-size: 100%;

}

.dotCircle .itemDot5::after {}

.dotCircle .itemDot5.active {
	background-image: url(../ZERO/img/ys/step_5b.png);
	background-size: 100%;
	transition: 0.5s;
}


/*.dotCircle  .itemDot6{
	background-image:url(../ZERO/img/ys/step_6.png); background-size:100%;
}
.dotCircle  .itemDot6::after	{

}
.dotCircle  .itemDot6.active{
	background-image:url(../ZERO/img/ys/step_1b.png); background-size:100%; transition:0.5s;
}

.dotCircle  .itemDot7{
	background-image:url(../ZERO/img/ys/step_7.png); background-size:100%;
}
.dotCircle  .itemDot7::after	{
	
}
.dotCircle  .itemDot7.active{
	background-image:url(../ZERO/img/ys/step_1b.png); background-size:100%; transition:0.5s;
}

.dotCircle  .itemDot8{
background-image:url(../ZERO/img/ys/step_8.png); background-size:100%;
	
}
.dotCircle  .itemDot8::after	{

}
.dotCircle  .itemDot8.active{
	background-image:url(../ZERO/img/ys/step_1b.png); background-size:100%; transition:0.5s;
}

.dotCircle  .itemDot9{
	background-image:url(../ZERO/img/ys/step_9.png); background-size:100%;
	
}
.dotCircle  .itemDot9::after	{

}
.dotCircle  .itemDot9.active{
	background-image:url(../ZERO/img/ys/step_1b.png); background-size:100%; transition:0.5s;
}
*/




.dotCircle .itemDot .forActive {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.dotCircle .itemDot.active .forActive {
	display: block;
}







.contentCircle {
	width: 100%;
	max-width: 500px;
	position: relative;
	left: 0;
}

.contentCircle .CirItem {
	color: #fff;
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	line-height: 250px;
}

.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}

.index_advantage_right {
	width: 50%;
	float: right;
	margin-top: 25vh;
	opacity: 0;
	transform: translateX(200px);
}

.index_advantage_right #title {
	text-align: left;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
}

.index_advantage_right #content1 {
	width: 100%;
	padding: 20px;
	margin-top: 28px;
	background: #f4f7f9;
	height: 200px;
	position: relative;
}

.content1_pic {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.content1_pic img {
	width: 100%;
}

.content1_right_wz {
	float: left;
	text-align: left;
	width: 210px;
	margin-top: 12px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.content1_line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to right, #50a64b, #96cf48);
	height: 2px;
}

.page-acive .index_advantage_left {
	opacity: 1;
	transform: translateX(0);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	z-index: 9;
}

.page-acive .index_advantage_right {
	opacity: 1;
	transform: translateX(0px);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.holderCircle {
		width: 448px;
		height: 448px;
	}

	.step_circle {
		width: 348px;
		height: 348px;
	}

	.step_map img {
		width: 80%;
		margin: 10%;
	}

	.contentCircle {
		max-width: 400px;
	}

	.content1_pic {
		width: 40%;
	}

	.content1_pic img {
		width: 100%;
	}

	.content1_right_wz {
		width: 50%;
	}

	.index_advantage_right #title {
		font-size: 25px;
	}

	.index_advantage_right #content1 {
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.index_advantage_left {
		padding-top: 20vh;
	}

	.holderCircle {
		width: 348px;
		height: 348px;
	}

	.step_circle {
		width: 248px;
		height: 248px;
	}

	.step_map img {
		width: 60%;
		margin: 20%;
	}

	.contentCircle {
		max-width: 300px;
	}

	.content1_pic {
		width: 40%;
	}

	.content1_pic img {
		width: 100%;
	}

	.content1_right_wz {
		width: 50%;
	}

	.index_advantage_right #title {
		font-size: 20px;
	}

	.index_advantage_right #content1 {
		height: auto;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.index_advantage_left {
		padding-top: 2vh;
		width: 100%;
		float: none;
	}

	.holderCircle {
		width: 308px;
		height: 308px;
	}

	.step_circle {
		width: 250px;
		height: 250px;
		top: 30px;
		left: 30px;
	}

	.step_map img {
		width: 50%;
		margin: 25%;
	}

	.index_advantage_right {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.contentCircle {
		max-width: auto;
	}

	.content1_pic {
		width: 40%;
	}

	.content1_pic img {
		width: 100%;
	}

	.content1_right_wz {
		width: 50%;
		font-size: 14px;
		margin-top: 0;
	}

	.index_advantage_right #title {
		font-size: 20px;
		display: none;
	}

	.index_advantage_right #content1 {
		height: auto;
		margin-top: 18px;
	}

	#content1 {}
}