.aboutUs_crumbs {
	display: flex;
	justify-content: space-between;
}
#aboutUs_switch li {
	height: 80px;
	float: left;
	margin-right: 50px;
	line-height: 80px;
}
#aboutUs_switch .choose a {
	display: block;
	height: 80px;
	border-bottom: 2px solid #dc6418;
	color: #dc6418 !important;
}
.aboutUs {
	width: 100%;
	height: 440px;
	background: #fff;
	overflow: hidden;
}
.aboutUs .aboutUs_blueoot {
	margin-top: 130px;
	display: flex;
	justify-content: space-between;
}
.aboutUs .aboutUs_blueoot img {
	width: 200px;
	height: 60px;
	margin-top: 90px;
}
.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word {
	width: 900px;
}
.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word span {
	font-size:36px;
	font-family:PingFang SC;
	font-weight:800;
	color:#266435;
	line-height:48px;
	opacity:0.2;
}
.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word h3 {
	font-size:32px;
	font-family:PingFang SC;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:48px;
}
.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word p {
	margin-top: 30px;
	font-size:16px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(101,101,101,1);
	line-height:32px;
}
.aboutUs_service {
	width: 100%;
	height: 480px;
	background: url('../images/aboutUs_08.jpg')no-repeat;
}
.aboutUs_service .container .aboutUs_service_word {
	width: 900px;
	height: 220px;
	float: right;
	margin-top: 60px;
}
.aboutUs_service .container .aboutUs_service_word h3 {
	font-size:32px;
	font-family:PingFang SC;
	font-weight:800;
	color:rgba(255,255,255,1);
	line-height:48px;
}
.aboutUs_service .container .aboutUs_service_word p {
	font-size:16px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:32px;
	margin-top: 50px;
	padding-right: 90px;
}
.aboutUs_office {
	width: 100%;
	height: 510px;
	overflow: hidden;
	background:rgba(244,246,249,1);
}
.aboutUs_office .container .aboutUs_office_title{
	font-size:32px;
	font-family:PingFang SC;
	font-weight:800;
	color:rgba(51,51,51,1);
	line-height:48px;
	margin: 50px auto;
	text-align: center;
}
.aboutUs_office .container .aboutUs_office_imgs {
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: space-between;
}
.aboutUs_office .container .aboutUs_office_imgs .office_imgs_left {
	width: 49%;
	height: 360px;
}
.aboutUs_office .container .aboutUs_office_imgs .office_imgs_left img {
	width: 100%;
	height: 100%;
}
.aboutUs_office .container .aboutUs_office_imgs .office_imgs_right {
	width: 49%;
	height: 360px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}
.aboutUs_office .container .aboutUs_office_imgs .office_imgs_right img {
	width: 48%;
}
.aboutUs_team {
	widows: 100%;
	height: 560px;
	overflow: hidden;
	background:rgba(244,246,249,1);
}
.aboutUs_team .container .aboutUs_team_title{
	font-size:32px;
	font-family:PingFang SC;
	font-weight:800;
	color:rgba(51,51,51,1);
	line-height:48px;
	margin: 50px auto;
	text-align: center;
}
.aboutUs_team .container .aboutUs_team_imgs {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item {
	position: relative;
	width: 280px;
	overflow: hidden;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item img{
	width: 280px;
	height: 340px;
	transition: all .4s ease;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item img:hover {
	transform: scale(1.1);
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce {
	position: absolute;
	width: 240px;
	height: 140px;
	background: #fff;
	bottom: 20px;
	left: 20px;
	box-shadow:0px 5px 10px 0px rgba(25,52,127,0.1);
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce:hover {
	background: #dc6418;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce:hover h4 {
	color: #fff;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce:hover span {
	color: #fff;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce h4 {
	font-size:20px;
	font-family:PingFang SC;
	font-weight:800;
	color:rgba(45,73,153,1);
	line-height:48px;
	text-align: center;
	padding-top: 16px;
}
.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce span {
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(101,101,101,1);
	line-height:24px;
	text-align: center;
	display: block;
}
.aboutUs_blueoot_logo {
	width: 17%;
	height: auto;
}
.mobile_aboutUs_switch_box {
	display: none;
}
.mobile_offerList_banner {
	display: none;
}
.team {
	background: rgba(244,246,249,1) !important;
	padding: 40px 0 !important;
	margin-top: 0;
}
.team .title h3 {
	color: rgba(51,51,51,1);
}
.swiper-button-next, .swiper-button-prev {
	background: rgba(244,246,249,1) !important;
}
@media only screen and ( max-width: 1200px ) {
	.aboutUs .aboutUs_blueoot img {
		width: 100%;
		height: auto;
	}
	.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word {
		width: 76%;
	}
	.aboutUs_service .container .aboutUs_service_word {
		width: 76%;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item {
		width: 24%;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item img {
		width: 100%;
		height: auto;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce {
		width: 100%;
		height: 140px;
		bottom: 0;
		left: 0;
	}
}
@media only screen and ( max-width: 980px ) {
	.offerList_banner {
		margin-top: 80px;
		height: 360px;
	}
	.offerList_banner img {
		height: 360px;
	}
	.offerList_banner h2 {
		top: 120px;
		font-size: 40px;
	}
	.offerList_banner span {
		font-size: 32px;
		top: 168px;
	}
	.offerList_banner .offerList_crumbs {
		height: 70px;
		top: -35px;
	}
	#aboutUs_switch .choose a {
		height: 70px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce {
		height: 120px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce h4 {
		line-height: 30px;
	}
	.aboutUs .aboutUs_blueoot {
		margin-top: 100px;
	}
	.offerList_banner .offerList_crumbs p {
		margin-left: 30px;
		font-size: 14px;
	}
	.offerList_banner .offerList_crumbs a {
		font-size: 14px;
	}
	.team .team-swiper {
    width: 96%;
		margin: auto;
	}
	.team .slide-box .swiper-slide {
			width: 48%;
	}
	.team .slide-box .swiper-slide img {
    width: 100%;
	}
	.team .slide-box .swiper-slide .team-text {
    width: 94%;
    left: 3%;
    bottom: .15rem;
    padding: .2rem 0;
	}
}
@media only screen and ( max-width: 768px ) {
	.offerList_banner {
		height: 300px;
	}
	.offerList_banner img {
		height: 300px;
	}
	.offerList_banner h2 {
		top: 100px;
		font-size: 36px;
	}
	.offerList_banner span {
		font-size: 28px;
		top: 150px;
	}
	.offerList_banner .offerList_crumbs {
		height: 56px;
    top: -28px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce {
		height: 100px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce h4 {
		font-size: 16px;
		padding-top: 8px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce span {
		font-size: 12px;
	}
}
@media only screen and ( max-width:640px) {
	.offerList_banner {
		display: none;
	}
	.mobile_offerList_banner {
		display: block;
	}
	.mobile_offerList_banner {
		margin-top: 80px;
		position: relative;
	}
	.mobile_offerList_banner img {
		width: 100%;
		height: auto;
	}
	.mobile_offerList_banner .mobile_banner_title {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 15px;
	}
	.mobile_offerList_banner .mobile_banner_title h2 {
		color: #fff;
		font-size: 26px;
		font-weight: 400;
	}
	.mobile_offerList_banner .mobile_banner_title span {
		font-size: 22px;
		color: #fff;
	}
	.offerList_content .offerList_content_page li {
		width: 26px;
		height: 26px;
		margin: 10px 5px 20px 0;
		font-size: 12px;
	}
	.mobile_aboutUs_switch_box {
		width: 100%;
		height: 40px;
		display: block;
	}
	#mobile_aboutUs_switch {
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.mobile_aboutUs_switch_box ul li {
		font-size: 16px;
		float: left;
		height: 38px;
		line-height: 38px;
	}
	.mobile_aboutUs_switch_box ul li a{
		color: #333;
	}
	#mobile_aboutUs_switch .choose {
		border-bottom: 2px solid #dc6418;
	}
	.aboutUs {
		background: #F5F7FA;
		height: auto;
    padding-bottom: 10px;
	}
	.aboutUs .aboutUs_blueoot {
		margin-top: 10px;
	}
	.aboutUs .aboutUs_blueoot img {
		display: none;
	}
	.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word p {
		margin-top: 0;
	}
	.aboutUs_office {
		height: auto;
	}
	.aboutUs_office .container .aboutUs_office_title {
		font-size: 24px;
		margin: 16px auto;
	}
	.aboutUs_office .container .aboutUs_office_imgs {
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
	}
	.aboutUs_office .container .aboutUs_office_imgs .office_imgs_left {
		width: 100%;
		height: auto;
	}
	.aboutUs_office .container .aboutUs_office_imgs .office_imgs_right {
		width: 100%;
		height: auto;
    align-content: space-around;
	}
	.aboutUs_office .container .aboutUs_office_imgs .office_imgs_right img {
    width: 49%;
    padding: 3px 0;
	}
	.aboutUs_team .container .aboutUs_team_title {
		font-size: 24px;
		margin: 16px auto;
	}
	.aboutUs_team .container .aboutUs_team_imgs {
		justify-content: center;
		flex-wrap: wrap;
	}
	.aboutUs_team {
		height: auto;
	}
	.aboutUs_service {
		background-position: center;
	}
	.aboutUs_service .container .aboutUs_service_word {
		width: 100%;
		margin-top: 40px;
		height: auto;
	}
	.aboutUs_service .container .aboutUs_service_word h3 {
		font-size: 24px;
		font-weight: 500;
	}
	.aboutUs_service .container .aboutUs_service_word p {	
		margin-top: 0;
		padding-right: 0;
		font-size: 14px;
		line-height: 30px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item {
		width: 280px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item img {
    width: 280px;
    height: 340px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce {
    position: absolute;
    width: 240px;
    height: 140px;
    background: #fff;
    bottom: 20px;
    left: 20px;
    box-shadow: 0px 5px 10px 0px rgba(25,52,127,0.1);
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce h4 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 800;
    color: rgba(45,73,153,1);
    line-height: 48px;
    text-align: center;
    padding-top: 16px;
	}
	.aboutUs_team .container .aboutUs_team_imgs .aboutsUs_team_item .teams_introduce span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(101,101,101,1);
    line-height: 24px;
    text-align: center;
    display: block;
	}
	.aboutUs_blueoot_logo {
		display: none;
	}
	.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word {
		width: 100%;
	}
	.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word span {
    font-size: 32px;
    line-height: 32px;
	}
	.aboutUs .aboutUs_blueoot .aboutUs_blueoot_word h3 {
    font-size: 22px;
    line-height: 36px;
	}
}