@charset "utf-8";
/* 关于我们、联系我们、管理团队、加入我们、荣誉资质 */
.banner {
	box-sizing: border-box;
	height: 300px;
	padding-top: 105px;
	background: #3981F5 url("../images/banner-about.png") no-repeat center;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
}

.banner h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 520px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 38px;
	font-weight: 600;
}

.banner span {
	display: block;
}

.banner h2 i {
	display: block;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 100%;
}

.banner p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 490px;
	margin: 10px auto 0;
	text-transform: uppercase;
}

/* 关于我们 */
.about-des {
	width: 1060px;
	margin: 35px auto 55px;
	text-align: justify;
	text-indent: 2em;
}

.about-tit {
	margin-bottom: 40px;
	text-align: center;
}

.about-tit .m-tit {
	font-size: 34px;
	font-weight: 600;
	line-height: 48px;
}

.about-tit .l-tit {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
}

.about-01 {
	margin: 0 auto 60px;
}

.about-01 li {
	float: left;
	box-sizing: border-box;
	width: 285px;
	height: 142px;
	padding-top: 25px;
	background: #FFFFFF;
	box-shadow: 0 8px 22px 0 rgba(237,239,247,.68);
	border-radius: 4px;
	overflow: hidden;
}

.about-01 li:nth-child(-n+3) {
	margin-right: 20px;
}

.about-01 .img {
	width: 53px;
	height: 53px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 0 0 6px #F4F4F4;
	border-radius: 50%;
	overflow: hidden;
	transition: ease-out .5s;
}

.about-01 .icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/icon-about-01.png") no-repeat center;
}

.about-01 .icon02 {
	background-image: url("../images/icon-about-02.png");
}

.about-01 .icon03 {
	background-image: url("../images/icon-about-03.png");
}

.about-01 .icon04 {
	background-image: url("../images/icon-about-04.png");
}

.about-01 p {
	position: relative;
	margin-top: 16px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	z-index: 1;
	transition: ease-out .5s;
}

.about-01 li:hover .img {
	transform: scale(1.4);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 0 0 100px #F4F4F4;
}

.about-01 li:hover p {
	color: #4A87F5;
	transform: translateY(10px) scale(1.2);
}

.bg-box {
	padding: 35px 0 40px;
	background: #F5F9FF;
}

.about-02 li {
	float: left;
	box-sizing: border-box;
	width: 285px;
	height: 155px;
	padding: 20px 0 0 55px;
	background: linear-gradient(0deg, #EAF2FF 0%, #FFFFFF 100%);
	background-color: #EAF2FF;
	border-radius: 4px;
}

.about-02 li:nth-child(-n+3) {
	margin-right: 20px;
}

.about-02 li h4 ,
.about-03 li h4 {
	position: relative;
	height: 20px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}

.about-02 li h4::before, 
.about-03 li h4::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -24px;
	width: 4px;
	height: 20px;
	background: #4A87F5;
	border-radius: 2px;
}

.about-02 li p ,
.about-03 li p {
	line-height: 22px;
	transition: ease-out .5s;
}

.about-02 li:hover p ,
.about-03 li:hover p {
	transform: translateX(-24px);
}

.about-03 {
	margin: 40px auto 60px;
}

.about-03 li {
	float: left;
	box-sizing: border-box;
	width: 390px;
	height: 130px;
	padding: 20px 0 0 55px;
	background: #FFFFFF;
	box-shadow: 0px 8px 22px 0px rgba(237,239,247,0.68);
	border-radius: 4px;
}

.about-03 li:nth-child(-n+2) {
	margin-right: 15px;
}

.about-03 li p {
	margin-right: 110px;
}

/* 联系我们 */
.banner-contact {
	box-sizing: border-box;
	height: 388px;
	padding-top: 35px;
	background: #3981F5 url("../images/banner-contact.png") no-repeat center;
	background-size: cover;
	color: #FFFFFF;
}

.banner-contact h2 {
	line-height: 48px;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
}

.banner-contact h6 {
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.banner-contact .des {
	width: 1060px;
	margin: 20px auto 0;
	text-align: justify;
	text-indent: 2em;
}

.contact-01 {
	margin: 80px auto 40px;
}

.contact-01 li {
	float: left;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 580px;
	height: 275px;
	margin-bottom: 40px;
	padding: 10px 50px 0;
	background: #FFFFFF;
	box-shadow: 0 8px 22px 0 rgba(237,239,247,0.68);
	border-radius: 4px;
	transition: ease-out .5s;
}

.contact-01 li::after {
	content: " ";
	display: block;
	position: absolute;
	right: -1%;
	bottom: -30%;
	width: 1px;
	height: 1px;
	border-radius: 100%;
	background: #EAF2FF;
	transition: ease-out .5s;
}

.contact-01 li:nth-child(2n) {
	float: right;
}

.contact-01 li:hover {
	transform: scale(1.02);
}

.contact-01 li:hover::after {
	transform: scale(1200);
	opacity: .1;
}

.contact-01 h3 {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #F0F0F0;
	font-size: 22px;
	font-weight: 600;
	color: #4A87F5;
	line-height: 60px;
	z-index: 2;
}

.contact-01 p {
	position: relative;
	line-height: 34px;
	z-index: 2;
}

.contact-tit {
	font-size: 34px;
	font-weight: 600;
	color: #4A87F5;
	line-height: 40px;
	text-align: center;
}

.contact-02 {
	margin: 40px auto;
}

.contact-02 li {
	float: left;
	width: 285px;
	height: 150px;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	background: #FFFFFF;
	box-shadow: 0px 8px 22px 0px rgba(237,239,247,0.68);
	border-radius: 4px;
	text-align: center;
	transition: ease-out .5s;
	position: relative;
}

.contact-02 li:nth-child(4n) {
	margin-right: 0;
}


.contact-02 li:hover .img-ewm img{
	opacity: 1;
	z-index: 10;
}



.contact-02 .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.contact-02 .img-ewm{
	position: absolute;
	left: -4px;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-02 .img-ewm img{
	opacity: 0;
	height: 100%;
	transition: ease-in-out .5s;
}

/* 管理团队 */
.team-tit {
	margin-top: 40px;
}

.team-01 {
	margin: 50px auto 40px;
}

.team-01 li {
	float: left;
	width: 285px;
	margin: 0 20px 20px 0;
	background: #FFFFFF;
	box-shadow: 0 8px 22px 0 rgba(237,239,247,.68);
	border-radius: 4px;
}

.team-01 li:nth-child(4n) {
	margin-right: 0;
}

.team-01 .pic {
	overflow: hidden;
	height: 290px;
}

.team-01 img {
	display: block;
	width: 100%;
	height: 100%;
	transition: ease-out 1s;
}

.team-01 li:hover img {
	transform: scale(1.15);
}

.team-01 p {
	height: 55px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
}

/* 加入我们 */
.jionTab-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	height: 80px;
	padding: 0 150px;
	background: #FFFFFF;
	box-shadow: 0 8px 22px 0 rgba(237,239,247,.68);
	border-radius: 4px;
}

.jionTab-tit li {
	position: relative;
	cursor: pointer;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: 600;
}

.jionTab-tit li::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #4A87F5;
	opacity: 0;
	transform: translateX(-50%);
	transition: width ease-in-out .5s;
}

.jionTab-tit li.active::after {
	opacity: 1;
	width: 75%;
}

.jionTab-con h4 ,
.jionTab-con p {
	margin-left: 150px;
}

.jionTab-con h4 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.join-02 {
	margin: 40px auto 95px;
	padding: 15px 0;
	background: #F5F9FF;
	border-radius: 4px;
	text-align: center;
}

.join-02 .blue {
	color: #4A87F5;
}

.join-02 a:hover {
	text-decoration: underline;
}

.join-03 {
	position: relative;
	margin-bottom: 75px;
	text-align: center;
}

.join-03::before ,
.join-03::after {
	content: " ";
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -200px;
	background: url("../images/icon-09.png") no-repeat center;
}

.join-03::after {
	top: auto;
	bottom: -20px;
	margin-left: 170px;
	transform: rotate(180deg);
}

/* 荣誉资质 */
.honor-01 {
	margin: 40px auto;
}

.honor-01 li {
	float: left;
	width: 380px;
	margin: 0 20px 20px 0;
	background: #FFFFFF;
	box-shadow: 0 8px 22px 0 rgba(237,239,247,.68);
	border-radius: 4px;
	overflow: hidden;
}

.honor-01 li:nth-child(4n) {
	margin-right: 20px;
}

.honor-01 .pic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: px;
	height: 250px;
	padding-top: 15px;
	overflow: hidden;
}

.honor-01 .pic::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: .25;
	transition: ease-out .5s;
}

.honor-01 li:hover .pic::after {
	height: 1px;
}

.honor-01 img {
	display: block;
	max-width: px;
	max-height: 210px;
	transition: ease-out .5s;
}

.honor-01 li:hover img {
	transform: scale(1.15);
}

.honor-01 h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 76px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}

/* 小屏幕 */
@media screen and (max-width: 1366px) {
	/* 关于我们 */
	.about-des {
		width: 900px;
	}
	
	.about-01 li,
	.about-02 li {
		width: 235px;
	}
	
	.about-03 li {
		width: 320px;
	}
	
	.about-03 li:nth-child(-n+2) {
		margin-right: 20px;
	}
	
	.about-03 li p {
		margin-right: 60px;
	}
	
	/* 联系我们 */
	.banner-contact .des {
		width: 860px;
	}
	
	.contact-01 li {
		width: 480px;
		height: 235px;
		padding: 10px 30px 0;
	}
	
	.contact-01 h3 {
		font-size: 18px;
		line-height: 50px;
	}
	
	.contact-01 p {
		line-height: 28px;
	}
	
	.contact-02 li {
		width: 235px;
		height: 140px;
	}
	
	/* 管理团队 */
	.team-01 li {
		width: 235px;
	}
	
	.team-01 .pic {
		height: 242px;
	}
	
	/* 加入我们 */
	.jionTab-tit {
		height: 60px;
		padding: 0 50px;
	}
	
	.jionTab-tit li {
		height: 60px;
		line-height: 60px;
	}
	
	.jionTab-con h4 ,
	.jionTab-con p {
		margin-left: 50px;
	}
	/* 荣誉资质 */
	.honor-01 li {
		width: 235px;
	}
	
	.honor-01 .pic {
		width: 235px;
		height: 230px;
		padding-top: 5px;
	}
	
	.honor-01 img {
		max-width: 175px;
		max-height: 180px;
	}

	.honor-01 h4 {
		height: 66px;
		font-size: 14px;
	}
}

/* 移动端 */
@media screen and (orientation:portrait) and (max-width: 1080px) {
	.banner {
		height: 42vw;
		padding-top: 12vw;
		background-position: 65% center;
	}
	
	.banner h2 {
		width: 80vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 6.5vw;
	}
	
	.banner h2 i {
		width: 1.5vw;
		height: 1.5vw;
	}
	
	.banner p {
		width: 92vw;
		margin-top: 2vw;
		font-size: 3.8vw;
		line-height: 5vw;
	}
	
	/* 关于我们 */
	.about-des {
		width: 86vw;
		margin: 5vw auto 8vw;
		font-size: 3.8vw;
	}
	
	.about-tit {
		margin-bottom: 4vw;
	}
	
	.about-tit .m-tit {
		font-size: 6vw;
		line-height: 8vw;
	}
	
	.about-tit .l-tit {
		font-size: 3.8vw;
		line-height: 5vw;
	}
	
	.about-01 {
		margin-bottom: 6vw;
	}
	
	.about-01 li {
		width: 47vw;
		height: 30vw;
		padding-top: 4vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
		box-shadow: 0 2vw 5vw 0 rgba(237,239,247,.68);
	}
	
	.about-01 li:nth-child(-n+3) {
		margin-right: 2vw;
	}
	
	.about-01 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.about-01 .img {
		width: 12vw;
		height: 12vw;
		box-shadow: 0 1vw 1.5vw 0 rgba(0,0,0,.1), 0 0 0 1.5vw #F4F4F4;
	}
	
	.about-01 .icon {
		background-size: 7vw auto;
	}
	
	.about-01 p {
		margin-top: 3vw;
		font-size: 3.8vw;
	}
	
	.about-01 li:hover .img {
		box-shadow: 0 1vw 1.5vw 0 rgba(0,0,0,.1), 0 0 0 50vw #F4F4F4;
	}
	
	.bg-box {
		padding: 8vw 0 6vw;
	}
	
	.about-02 li {
		width: 47vw;
		height: 38vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
		padding: 4vw 0 0 8vw;
	}
	
	.about-02 li:nth-child(-n+3) {
		margin-right: 2vw;
	}
	
	.about-02 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.about-02 li h4 ,
	.about-03 li h4 {
		height: 5vw;
		margin-bottom: 2vw;
		font-size: 4.2vw;
		line-height: 5vw;
	}
	
	.about-02 li h4::before, 
	.about-03 li h4::before {
		left: -4vw;
		width: 1vw;
		height: 5vw;
	}
	
	.about-02 li p ,
	.about-03 li p {
		font-size: 3.8vw;
		line-height: 6vw;
	}
	
	.about-02 li:hover p ,
	.about-03 li:hover p {
		transform: translateX(-4vw);
	}
	
	.about-03 {
		margin: 8vw auto 6vw;
	}
	
	.about-03 li {
		float: none;
		width: 100%;
		height: auto;
		padding: 4vw 0 4vw 8vw;
		margin-bottom: 2vw;
		box-shadow: 0 2vw 5vw 0 rgba(237,239,247,.68);
	}
	
	.about-03 li:nth-child(-n+2) {
		margin-right: 0;
	}
	
	.about-03 li p {
		margin-right: 2vw;
	}
	
	/* 联系我们 */
	.banner-contact {
		height: auto;
		padding: 8vw 0 5vw;
		background-position: 72% center;
	}
	
	.banner-contact h2 {
		line-height: 10vw;
		font-size: 6.5vw;
	}
	
	.banner-contact h6 {
		font-size: 3.8vw;
		line-height: 5vw;
	}
	
	.banner-contact .des {
		width: 86vw;
		margin-top: 5vw;
		font-size: 3.8vw;
		line-height: 5vw;
	}
	
	.contact-01 {
		margin: 8vw auto;
	}
	
	.contact-01 li {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 3vw;
		padding: 2vw 3vw 4vw;
		box-shadow: 0 2vw 4vw 0 rgba(237,239,247,.68);
	}
	
	.contact-01 li:nth-child(2n) {
		float: none;
	}
	
	.contact-01 h3 {
		margin-bottom: 2vw;
		font-size: 4.6vw;
		line-height: 10vw;
	}
	
	.contact-01 p {
		font-size: 3.8vw;
		line-height: 6vw;
	}
	
	.contact-tit {
		font-size: 6vw;
		line-height: 10vw;
	}
	
	.contact-02 {
		margin: 5vw auto 6vw;
	}
	
	.contact-02 li {
		width: 47vw;
		height: auto;
		margin: 0 2vw 2vw 0;
		padding: 2vw 0 3vw;
		box-shadow: 0px 8px 22px 0px rgba(237,239,247,0.68);
	}
	
	.contact-02 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.contact-02 .img {
		height: 16vw;
	}
	
	.contact-02 img {
		max-height: 90%;
	}
	
	.contact-02 p {
		margin-top: 2vw;
		font-size: 3.8vw;
	}
	
	/* 管理团队 */
	.team-tit {
		margin-top: 8vw;
	}
	
	.team-01 {
		width: 97vw;
		margin: 5vw auto 6vw;
	}
	
	.team-01 li {
		width: 31vw;
		margin: 0 2vw 2vw 0;
		padding-bottom: 2vw;
		box-shadow: 0 2vw 4vw 0 rgba(237,239,247,.68);
	}
	
	.team-01 li:nth-child(4n) {
		margin-right: 2vw;
	}
	
	.team-01 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.team-01 .pic {
		height: 32vw;
	}
	
	.team-01 p {
		padding: 2vw 3vw 0;
		height: 10vw;
		line-height: 5vw;
		font-size: 3.8vw;
	}
	
	/* 加入我们 */
	.jionTab-tit {
		height: auto;
		justify-content: center;
		flex-wrap: wrap;
		padding: 2vw 0 0;
		box-shadow: 0 2vw 4vw 0 rgba(237,239,247,.68);
	}
	
	.jionTab-tit li {
		padding: 0 2vw;
		margin: 0 2vw 2vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4.2vw;
		text-align: center;
		border-radius: 4px;
	}
	
	.jionTab-tit .active {
		background: #4A87F5;
		color: #FFFFFF;
	}
	
	.jionTab-tit li::after {
		display: none;
	}
	
	.jionTab-con h4 ,
	.jionTab-con p {
		margin-left: 0;
	}
	
	.jionTab-con h4 {
		margin-top: 4vw;
		margin-bottom: 0;
		font-size: 4.2vw;
		line-height: 8vw;
	}
	
	.jionTab-con p {
		font-size: 3.8vw;
	}
	
	.join-02 {
		box-sizing: border-box;
		margin: 8vw auto 15vw;
		padding: 3vw 3vw 1.5vw;
	}
	
	.join-02 p {
		margin-bottom: 1.5vw;
	}
	
	.join-03 {
		margin-bottom: 12vw;
		font-size: 3.8vw;
	}
	
	.join-03::before ,
	.join-03::after {
		height: 5vw;
		width: 5vw;
		top: -3vw;
		margin-left: -40vw;
		background-size: contain;
	}
	
	.join-03::after {
		top: auto;
		bottom: -3vw;
		margin-left: 39vw;
	}
	
	/* 荣誉资质 */
	.honor-01 {
		margin: 8vw auto 6vw;
	}
	
	.honor-01 li {
		width: 47vw;
		margin: 0 2vw 2vw 0;
		box-shadow: 0 2vw 4vw 0 rgba(237,239,247,.68);
	}
	
	.honor-01 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.honor-01 .pic {
		width: 47vw;
		height: 47vw;
		padding-top: 0;
	}
	
	.honor-01 img {
		max-width: 36vw;
		max-height: 36vw;
	}
	
	.honor-01 h4 {
		padding: 0 4vw;
		height: 14vw;
		font-size: 3.8vw;
		line-height: 5vw;
	}
	
	.honor-01 h4 br {
		display: none;
	}

}
