.section-title_two{
	width: 100%;
	min-height: 720px;
	position: relative;
	left: 0;
	top: 0;
    padding-bottom:30px;
}
.section-title_two ul{
	width: 720px;
	height: 720px;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	background: url(/skin/images/ppgl.png) 173px 159px no-repeat;
	background-size: 304px 304px;
	animation: 20s move linear infinite;
	transform: scale(1);
}
@keyframes move{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}


.section-title_two ul:hover{
	animation: none;
}
.section-title_two ul li{
	position: absolute;
}
.section-title_two ul li:nth-of-type(1){left: 268px;}
.section-title_two ul li:nth-of-type(2){left: 453px; top: 75px;}
.section-title_two ul li:nth-of-type(3){left: 520px; top: 266px;}
.section-title_two ul li:nth-of-type(4){left: 450px; top: 450px;}
.section-title_two ul li:nth-of-type(5){left: 268px; top: 520px;}
.section-title_two ul li:nth-of-type(6){left: 80px; top: 445px;}
.section-title_two ul li:nth-of-type(7){left: 5px; top: 260px;}
.section-title_two ul li:nth-of-type(8){left: 83px; top: 73px;}



.section-title_two ul li:nth-of-type(9){top: 210px;left: 212px;}


.section-title_two ul li:nth-of-type(10){top: 167px; left: 230px;}
.section-title_two ul li:nth-of-type(11){top: 377px; left: 230px;}
.section-title_two ul li:nth-of-type(12){top: 255px; left: 270px;}


.section-title_two ul li:hover{
	transform: scale(1.1);
}
		        .xingxiang-title {
		            padding-top: 0px;
		        }

		        .recent-post h5 {
		            float: none;
		        }

		        .recent-post {
		            overflow: hidden;
		        }

		        .our-team li {
		            height: auto;
		        }

		        .our-team li img {
		            width: 100%;

		        }

		        .team-profile {
		            height: 100%;
		            margin-top: 200%;
		        }

		        @media screen and (min-width: 1024px) {
		            .br_hang {
		                display: none;
		            }

		            .team-person {
		                width: 15% !important;
		            }

		            .section-title_two {
		                transform: scale(1);
		            }
		        }

		        @media screen and (min-width: 750px) and (max-width: 1024px) {
		            .br_hang {
		                display: block;
		            }
		            .section-title_one{
		                height:auto;
		            }
		        }

		        @media screen and (min-width: 750px) and (max-width: 800px) {
		            .section-title_two {
		                transform: scale(0.6);
		                margin-top: -140px;
		            }

		            .section-title_two_bottom {
		                margin-top: -140px;
		            }
		        }

		        @media screen and (min-width: 800px) and (max-width: 850px) {
		            .section-title_two {
		                transform: scale(0.7);
		                margin-top: -120px;
		            }

		            .section-title_two_bottom {
		                margin-top: -126px;
		            }
		        }

		        @media screen and (min-width: 850px) and (max-width: 900px) {
		            .section-title_two {
		                transform: scale(0.7);
		                margin-top: -100px;
		            }

		            .section-title_two_bottom {
		                margin-top: -106px;
		            }
		        }

		        @media screen and (min-width: 900px) and (max-width: 950px) {
		            .section-title_two {
		                transform: scale(0.8);
		                margin-top: -80px;
		            }

		            .section-title_two_bottom {
		                margin-top: -80px;
		            }
		        }

		        @media screen and (min-width: 950px) and (max-width: 1000px) {
		            .section-title_two {
		                transform: scale(0.9);
		                margin-top: -20px;
		            }

		            .section-title_two_bottom {
		                margin-top: -20px;
		            }
		        }

		        @media screen and (max-width: 750px) {
		            .br_hang {
		                display: none;
		            }

		            .team-person {
		                width: 100% !important;
		            }

		            .section-title_one {
		                height: auto;
		            }

		            .section-title_two {
		                transform: scale(0.5);
		                margin-top: -160px;
		            }

		            .section-title_two_bottom {
		                margin-top: -156px;
		            }
		        }