﻿.part{
	padding: 0.5rem 0.3rem 0.45rem 0.3rem;
}
.commonTitle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.commonTitle h1 {
	font-size: 0.35rem;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.77px;
	margin: 0 0.17rem;
}
.commonTitle img {
	width: 0.68rem;
	height: 0.38rem;
}
.banner {
	background: url(../images/aboutUs/gsxcBanner.png) no-repeat top center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 9.3rem;
	text-align: center;
}
.banner h1 {
	display: block;
	color: #fff;
	font-size: .58rem;
	letter-spacing: 2.32px;
	font-weight: bold;
}
.banner p {
	color: #fff;
	font-size: .33rem;
}
.aboutNav {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0.01rem 0.02rem 0 rgba(0, 0, 0, 0.10);
}
.aboutNav ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: .3rem;
}
.aboutNav ul li a {
	display: inline-block;
	font-size: .3rem;
	color: #666;
}
.aboutNav ul li a.hover {
	color: #1ABD8F;
	border-bottom: solid 3px #1ABD8F;
	padding-bottom: .08rem;
}
.partAgroup{
	margin-top: 0.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partAitem{
	text-align: center;
}
.partAitem img{
	width: 3.36rem;
	height: 2.03rem;
	border-radius: 0.11rem;
}
.partAitem p{
	padding: 0.13rem 0 0.35rem 0;
	font-size: 0.22rem;
	color: #434245;
	letter-spacing: 0.22px;
}

.page {
	overflow: hidden;
	text-align: center;
	padding-bottom: .5rem;
}

.page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page ul li:last-child {
	width: 100%;
	margin-top: 0.1rem;
}

.page ul li {
	margin: 0 0.08rem;
}
.page ul li.thisclass {
	color: #FFFFFF;
	background: #00c08b;
	display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
    border-radius: 50%;
}
.page li.thisclass a {
	color: #FFFFFF;
	background: #00c08b;
	display: inline-block;
	width: 0.35rem;
	line-height: 0.35rem;
	border-radius: 50%;
}
.page ul li.hover a {
	display: block;
	width: .35rem;
	height: .35rem;
	line-height: .35rem;
	background: #00c08b;
	border-radius: 50%;
	color: #fff;
	margin: 0 .1rem;
}

.page ul li.pre a {
	width: .93rem;
	height: .36rem;
	line-height: .36rem;
	border: .01rem solid #707070;
	background: #fff;
	border-radius: .19rem;
	font-size: .14rem;
	color: #434245;

}

.page ul li.next a {
	width: .93rem;
	height: .36rem;
	line-height: .36rem;
	border: .01rem solid #00c08b;
	background: #00c08b;
	border-radius: .19rem;
	font-size: .14rem;
	color: #fff;
}
