/* 联系 */
.address {
	width: 100%;
	background-color: #ffffff;
}

.add_left {}

.rows {
	padding: 105px 0px;
}

.company {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 27px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.contact {
	padding: 20px 0px;
	border-bottom: 1px solid #cccccc;
}

.contact .contact_tit {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact .contact_tit .contact_img {
	width: 16px;
	height: 15px;
	margin-right: 10px;
}

.contact .contact_tit .contact_name {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.contacet_cen {
	margin-top: 13px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.cards {
	padding-top: 10px;
	width: 137px;
	display: flex;
	flex-direction: column;
}

.cards .card_name {
	text-align: center;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 26px;
}

.add_right .add_img{
	/* width: 546px;
	height: 546px; */
}

/* 合作城市 */
.teamwork{
	background-color: #F4F4F4;
}

.team_title{
	text-align: center;
}

.team_tit{
	padding-top: 67px;
	padding-bottom: 23px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.team_desc{
	padding-bottom: 43px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}


.teams{
	margin: auto;
	width: 63%;
}

.team .team_pro{
	margin-left: 40px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
	padding-left: 10px;
	border-left: 5px solid #008d4f;
}

.team .citys{
	display: flex;
	/*justify-content: space-between;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.team .citys .city{
	margin: 40px;
	width: 300px;
	height: 93px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	background-color: #ffffff;
	border-radius: 20px;
}

.city .city_icon{
	width: 19px;
	height: 21px;
}

.city .city_name{
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #656565;
	line-height: 30px;
}

.city .city_back{
	width: 10px;
	height: 18px;
}

