.site-01 {
	background-color: #F7F7F7;
}

.site-01 {
	padding: 120px 0 0px 0;


}

.bg-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.bg-item {
	width: 50%;
	height: 342px;
}

.bg-item:nth-of-type(1),
.bg-item:nth-of-type(4) {
	padding: 104px 0 0 34px;
	background: #FFFFFF;
}

.bg-item>p:nth-of-type(1) {
	font-size: 28px;
	font-weight: 400;
	color: #222222;
}

.bg-item>p:nth-of-type(2) {
	margin: 40px 0 0 0;
	font-size: 36px;
	font-weight: 500;
	color: #000000;
}

.bg-item:nth-of-type(2)>img,
.bg-item:nth-of-type(3)>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 第一个页面 */

/* 第二个页面 */

.sitename-list {
    display: flex;
}
.site-question-list {
	position: relative;
	background-color: #FFFFFF;
	width: 1116px;
	margin: auto;
	padding: 0 0 120px 0;
}

.site-question-list ul li {
	position: relative;
	width: 50%;
	height: 100px;
	float: left;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.site-question-list ul li:nth-of-type(1) {
	height: 55px;
}

.site-question-list ul li:nth-of-type(2) {
	height: 55px;
}

.site-question-list ul li:nth-of-type(9) {
	height: 80px;
}

.site-question-list ul li i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 9px;
	height: 9px;
	border: 3px solid #b3c0c3;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.site-question-list ul:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.site-question-list ul li:nth-child(odd):not(:nth-child(9)) p {
	padding-left: 40px;
}

.site-question-list ul li:nth-child(odd):not(:nth-child(9)) i {
	left: 0;
}

.site-question-list ul li:nth-child(even) p {
	text-align: right;
	padding-right: 40px;
	right: 0;
}

.site-question-list ul li:nth-child(even) i {
	right: 0;
}

.site-question-list ul li:nth-child(9) {
	float: right;
}

.site-question-list ul li:nth-child(9) p {
	text-align: right;
	padding-right: 40px;
	right: 0;
}

.site-question-list ul li:nth-child(9) i {
	right: 0;
}



.site-question-list ul li i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 9px;
	height: 9px;
	border: 3px solid #b3c0c3;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.site-question-list ul li p {
	position: absolute;
	width: 430px;
	padding: 15px 0;
	line-height: 24px;
	border-bottom: 1px solid #dee2e4;
	bottom: 0;
}

.site-question-list ul li:nth-of-type(1) p {
	width: 480px;

}

.site-question-list ul li:nth-of-type(2) p {
	width: 480px;

}


.site-question-list ul li:nth-of-type(7) p {
	width: 420px;

}

.site-question-list ul li:nth-of-type(8) p {
	width: 420px;

}

.site-question-list ul li:nth-of-type(9) p {
	width: 520px;

}

.site-question-list .circle {
	position: absolute;
	width: 360px;
	height: 360px;
	left: 50%;
	margin-left: -180px;
	top: 48px;
}

.site-question-list.circle img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}


.site-question-list ul li.a p:after,
.site-question-list ul li.b p:after,
.site-question-list ul li.g p:after,
.site-question-list ul li.h p:after,
.site-question-list ul li.i p:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background: #dee2e4;
	bottom: -1px;
}

.site-question-list ul li.a:hover p:after {
	background: #ff5c00;
}

.site-question-list ul li.b:hover p:after {
	background: #ffc53d;
}

.site-question-list ul li.g:hover p:after {
	background: #790df2;
}

.site-question-list ul li.h:hover p:after {
	background: #c40df2;
}

.site-question-list ul li.i:hover p:after {
	background: #f20def;
}


.site-question-list ul li.a p:after {
	left: 100%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transform: rotate(45deg);

}

.site-question-list ul li.b p:after {
	right: 100%;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	transform: rotate(-45deg);
}

.site-question-list ul li.g p:after {
	left: 100%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transform: rotate(-45deg);
}

.site-question-list ul li.h p:after {
	right: 100%;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	transform: rotate(45deg);
}


.site-question-list ul li.i p:after {
	right: 100%;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	transform: rotate(45deg);
}

.site-question-list .circle img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.site-question-list .circle img.img {
	display: none;
}

.site-question-list .circle.cur {
	opacity: 1;
	transform: scale(1) rotate(0);
}



.site-02>h2,
.site-03>h2 {
	font-size: 60px;
	text-align: center;
	font-weight: 400;
	color: #222222;
	margin: 89px auto 0;
}


.site-02>h3,
.site-03>h3 {
	font-size: 36px;
	text-align: center;
	font-weight: 300;
	color: #222222;
	margin: 20px auto 0px;
}

.site-02>h4,
.site-03>h4 {
	font-size: 30px;
	font-weight: 400;
	color: #222222;
	width: 417px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border: 1px solid #222222;
	margin: 42px auto 107px;
}



/* 第三个页面 */
.why-img {
	width: 100%;
}

.why-img>img {
	width: 100%;
	object-fit: cover;
}

.site-03 .h5-list>h2:nth-of-type(1) {
	text-align: center;
	font-size: 36px;

	font-weight: 400;
	color: #222222;
	margin: 109px 0 62px 0;

}

.site-03 .h5-list>h3:nth-of-type(1) {
	font-size: 18px;
	font-weight: 300;
	color: #555555;
	text-align: center;
	margin: 54px 0 109px 0;

}


.site-03 .h5-list>h2:nth-of-type(2) {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #222222;
	margin: 0 0 93px 0;

}


.site-03 .h5-list>ul {
	display: flex;
	padding: 0 153px;
}

.site-03 .h5-list>ul>li {
	position: relative;
	font-size: 36px;
	font-weight: 400;
	color: #222222;
}

.site-03 .h5-list>ul>li:not(:nth-last-of-type(1))::after {
	content: '';
	width: 1px;
	height: 24px;
	border: 2px solid #222222;
	margin: 0 40px;

}

.h5img-list {
	display: flex;
	flex-wrap: wrap;
}

.h5img-list:nth-of-type(1) {
	justify-content: space-between;
}


.h5img-item:nth-of-type(3)~.h5img-item {
	width: 50%;
	margin: 50px 0 0 0;

}

.h5img-item.h5img-item>img {
	margin: auto;
	display: block;

}

.h5img-item>span {
	text-align: center;
	display: block;

}

.h5img-item>span:nth-of-type(1) {
	font-size: 22px;
	font-weight: 400;
	color: #222222;
	margin: 40px 0 0 0;

}

.h5img-item>span:nth-of-type(2) {
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	margin: 11px 0 0 0;
}


@media (max-width: 1199.98px) {

	.main {
        padding: 0px 0 30px;
	}

	.site-02 .sitename-list,
	.site-03 .sitename-list {
		padding: 10px 0;

	}

	

	.bg-list {
		margin-top: 10px;
	}


	.bg-item:nth-of-type(1),
	.bg-item:nth-of-type(4) {
		padding: 10px 0 0 10px;
	}

	.bg-item > p:nth-of-type(1) {
		font-size: 14px;
        color: #222222;
		margin: 10px 0 22px 0;
	}

	.bg-item > p:nth-of-type(2) {
		margin: 10px 0 30px 0;
		font-size: 18px;
        color: #000000;
	}

	.bg-item {
		width: 100%;
		height: auto;

 	}

    .bg-item:nth-of-type(2) {
        order: 1;
    }
    .bg-item:nth-of-type(1) {
        order: 2;
    }
    .bg-item:nth-of-type(3) {
        order: 3;
    }

    .bg-item:nth-of-type(4) {
        order: 4;
    }

    
	/* 第二个页面 */
		.site-02 > h2,
		.site-03 > h2 {
			font-size: 30px;
			margin: 30px auto 0;
		}


	.site-02>h3,
	.site-03>h3 {
		font-size: 18px;
		margin: 10px auto 0px;
	}

	.site-02>h4,
	.site-03>h4 {
		font-size: 15px;
		width: 200px;
		height: 27px;
		line-height: 27px;
		margin: 10px auto 10px;
	}

	.circle {
		display: none;
	}

	.site-question-list {
		width: 100%;
		padding: 10px 2%;
	}

	.site-question-list ul li {
		width: 100%;
		height: 55px;
		float: none;
	}

	.site-question-list ul li:nth-child(even) i {
		left: 0;
	}

	site-question-list ul li:nth-of-type(1) p {
		width: 100%;

	}

	.site-question-list ul li:nth-of-type(2) p {
		width: 100%;

	}


	.site-question-list ul li:nth-of-type(7) p {
		width: 100%;

	}

	.site-question-list ul li:nth-of-type(8) p {
		width: 100%;

	}

	.site-question-list ul li:nth-child(9) i {
		left: 0;
	}

	.site-question-list ul li:nth-of-type(9) p {
		width: 100%;
		padding-left: 40px;
		text-align: left;
	}

	.site-question-list .circle {
		width: 100%;
	}

	.site-question-list ul li.a p:after,
	.site-question-list ul li.b p:after,
	.site-question-list ul li.g p:after,
	.site-question-list ul li.h p:after,
	.site-question-list ul li.i p:after {
		content: '';
		position: absolute;
		width: 0px;
	}


	.site-question-list ul li:nth-child(even) p {
		text-align: left;
		position: absolute;
		width: 100%;
		padding-left: 40px;
		line-height: 24px;
		border-bottom: 1px solid #dee2e4;
		bottom: 0;
	}
    .site-question-list ul li p {
        font-size: 14px;
    }

	.site-question-list ul li:nth-of-type(1) p {
		width: 100%;

	}

	.site-question-list ul li:nth-of-type(2) p {
		width: 100%;

	}


	.site-question-list ul li:nth-of-type(7) p {
		width: 100%;

	}

	.site-question-list ul li:nth-of-type(8) p {
		width: 100%;

	}

	.site-question-list ul li:nth-of-type(9) p {
		width: 100%;

	}

	.site-question-list ul li:nth-child(odd):not(:nth-child(9)) p {
		width: 100%;
	}

	/* 第三个页面 */
	.h5-list {
        padding: 30px 2% 0;
	}

	.site-03 .h5-list>h2:nth-of-type(1) {
		text-align: center;
		font-size: 18px;
		margin: 10px 0 10px 0;

	}

	.site-03 .h5-list>ul {
		display: flex;
		padding: 0;
	}

	.site-03 .h5-list>ul>li {
		font-size: 3.74vw;
	}

	.site-03 .h5-list>ul>li:not(:nth-last-of-type(1))::after {
		content: '';
		width: 1px;
		height: 12px;
		border: 1px solid #222222;
		margin: 0 3.74vw;
	}

	.site-03 .h5-list > h3:nth-of-type(1) {
		font-size: 3.73vw;
		text-align: center;
        margin: 10px 0 30px 0;
	}

	.site-03 .h5-list>h2:nth-of-type(2) {
		text-align: center;
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.h5img-item {
        width: 50%;
		margin: 10px 0 0 0;
	}

	.h5img-item.h5img-item>img {
		width: 48px;
	}

	.h5img-item>span:nth-of-type(1) {
		font-size: 12px;
		margin: 10px 0 0 0;

	}

	.h5img-item>span:nth-of-type(2) {
		font-size: 11px;
		margin: 10px 0 0 0;
	}


		.h5img-item:nth-of-type(3) ~ .h5img-item {
            width: 50%;
			margin: 10px 0 0 0;
		}

	
}
