.banner{
	width: 100%;
	min-width: 1230px;
	height: 300px;
	background:url(../../img/banner/banner-about.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 1200px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 55px;
	line-height: 1.3;
	font-weight: bold;
}
.container{
	width:1180px;
	margin: 0 auto;
}
.white{
	background-color: #fff;
	padding: 40px 0;
}
.gray{
	background-color: #f6f7f8;
	padding: 40px 0;
}
.t{
	width: 750px;
	margin: 0 auto;
	padding: 10px 0 50px;
	text-align: center;
}
.t .t1{
	font-size: 32px;
	color: #000;
	line-height: 1.3;
	font-weight: bold;
}
.t .t2{
	margin-top: 32px;
	font-size: 17px;
	color: #222222;
	line-height: 1.8;
}
.b{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.b .box{
	width: 370px;
	border: 1px solid #eee;
	padding: 20px 40px;
	margin-bottom: 32px;
}
.b .box .pic{
	width: 50px;
	height: 50px;
	margin: auto;
}
.b .box .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b .box .b1{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	margin-top: 10px
}
.b .box .b2{
	color: #222;
	font-size: 17px;
	line-height: 1.8;
	text-align: center;
	margin-top: 10px
}
.desc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.desc .pic{
	width: 574px;
	height: 380px;
}
.desc .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.desc .con{
	width: 574px;
}
.desc .con .w1{
	color: #dd1215;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
}
.desc .con .w2{
	color: #000;
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 10px;
}
.desc .con .w3{
	color: #222;
	font-size: 17px;
	line-height: 1.8;
	margin-top: 32px;
}
.member .tit{
	margin-bottom: 32px;
	text-align: center;
}
.member .tit .tit1{
	color: #000;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
}
.member .tit .tit2{
	color: #666;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 5px;
}
.member .wrap{
	display: flex;
	justify-content: space-between;
}
.member .wrap .m{
	width: 270px;
}
.member .wrap .m .pic{
	width: 270px;
	height: 270px;
}
.member .wrap .m .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.member .wrap .m .txt{
	padding: 15px 20px 20px;
	background-color: #fff;
	text-align: center;
}
.member .wrap .m .txt .name{
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
}
.member .wrap .m .txt .position{
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
.member .wrap .m .txt .introduce{
	font-style: italic;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
.count{
	width: 100%;
	min-width: 1230px;
	height: 360px;
	background:url(../../img/banner/banner-about-2.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.count::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.15);
}
.count .container{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 2;
}
.count .wrap{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.count .wrap .c{
	width: 270px;
}
.count .wrap .c .c1{
	font-size: 35px;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
}
.count .wrap .c .c2{
	font-size: 17px;
	line-height: 1.8;
	color: #fff;
}
.location .tit{
	margin-bottom: 32px;
	text-align: center;
}
.location .tit .tit1{
	color: #000;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
}
.location .tit .tit2{
	color: #222;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 5px;
}
.location .wrap{
	display: flex;
	justify-content: space-between;
}
.location .wrap .l{
	width: 370px;
}
.location .wrap .l .pic{
	width: 370px;
	height: 245px;
}
.location .wrap .l .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.location .wrap .l .txt .t1{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 15px;
}
.location .wrap .l .txt .t2{
	color: #222;
	font-size: 17px;
	line-height: 1.8;
	margin-top: 15px;
}
.location .wrap .l .txt .t3{
	color: #dd1215;
	font-size: 17px;
	line-height: 1.8;
	margin-top: 15px;
}
.contact{
	padding: 40px 48px;
	background-color: #f4f5f6;
	margin-top: 32px;
}
.contact .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .wrap .txt{
	width: 700px;
}
.contact .wrap .txt .t1{
	color: #000;
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
}
.contact .wrap .txt .t2{
	color: #222;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 8px;
}
.contact .wrap .button{
	width: 210px;
}
.contact .wrap .button a{
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 18px;
	text-align: center;
	background-color: #dd1215;
}
.contact .wrap .button a:hover{
	background-color: #af0003;
}