.about .unified-width {width: 1200px;
	margin: auto;
}
.about .about-banner {
	position: relative;
}
.about .about-banner .banner-msg {
	position: absolute;
	top: 41%;
	left: 19%;
	color: #007fb7;
}
.about .about-banner .banner-msg h1 {
	font-size: 53px;
	font-weight: bold;
	margin-bottom: 14px;
}
.about .about-banner .banner-msg p {
	font-size: 31px;
	font-weight: bold;
}
.about .about-title {
	margin: 100px auto 70px;
}
.about .about-title h1 {
	font-size: 47px;
	font-weight: bold;
}
.about .about-title p {
	font-size: 40px;
	font-weight: bold;
	color: #6a6a6a;
	padding-bottom: 12px;
	display: inline-block;
	border-bottom: 6px solid #90c4eb;
}
.about .company-introduction > div {
	display: flex;
	justify-content: space-between;
}
.about .company-introduction > div div {
	width: 44%;
}
.about .company-introduction > div div h1 {
	font-size: 33px;
	font-weight: bold;
	margin: 23px 0 35px;
}
.about .company-introduction > div div p {
	font-size: 24px;
	line-height: 35px;
	color: #7d7d7d;
}
.about .company-team ul {
	display: flex;
	justify-content: space-between;
}
.about .company-team ul li {
	width: 30%;
	text-align: center;
}
.about .company-team ul li h1 {
	font-size: 22px;
	margin: 10px 0;
}
.about .company-team ul li p {
	color: #959595;
	font-size: 19px;
}
.about .core-strengths ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .core-strengths ul li {
	width: 30%;
	text-align: center;
	margin-bottom: 75px;
}
.about .core-strengths ul li h1 {
	font-size: 22px;
	margin: 7px 0;
}
.about .core-strengths ul li p {
	font-size: 17px;
	color: #989898;
}
.about .about-consultation {
	position: relative;
	min-height: 340px;
}
.about .about-consultation img {
	width: 100%;
	min-height: 340px;
}
.about .about-consultation .consultation-msg {
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	width: 100%;
}
.about .about-consultation .consultation-msg h1 {
	font-size: 50px;
	font-weight: bold;
	margin-top: 6%;
	margin-bottom: 58px;
}
.about .about-consultation .consultation-msg text {
	font-size: 35px;
	letter-spacing: 3px;
	border: 2px solid #fff;
	padding: 8px 66px;
	border-radius: 50px;
}
.about .contact-us {
	background-color: #f6f8ff;
	display: flex;
	justify-content: space-between;
	padding: 70px 40px;
	box-sizing: border-box;
}
.about .contact-us h1 {
	font-size: 33px;
	font-weight: bold;
	color: #676767;
}
.about .contact-us p {
	font-size: 40px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 40px;
}
.about .cooperation {
	padding-bottom: 45px;
	background-color: #f6f8ff;
}
.cooperation ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 66%;
	min-width: 1200px;
	margin: auto;
}
.cooperation ul li {
	display: flex;
	width: 16%;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.about .cooperation ul li img {
	width: 100%;
	height: 100%;
	transition: all .6s ease;
}
/* .about .cooperation ul li:hover img{
	transform:translateX(-100%)
} */