
.about {
	
}
   .about .banner img.mlit{display:none;}
    .about .banner img.pclit{display:block;}
.about .brand {
	background-color: #FFFFFF;
}
.about .banner{height:auto;margin-top:70px;}
.about .banner img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.about .about-us {
	background-color: #F5F5F5;
	padding-bottom: 3.75rem;
}

.about .about-us .about-us-title {
	text-align: center;
	
	line-height: 4;
}
.about-us-left{width:40%;float:left;}
.font28-title-light {
    font-size:30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}
.about .about-us-left img {
	width:90%;
	display: block;
}

.about-us .about-us-right {
	position: relative;
	
	width:60%;
	background-color: #FFFFFF;
}

.about-us .about-us-content {
	justify-content: space-between;
}

.about-us .about-us-content .about-us-icon {
	width: 5rem;
	height: 5rem;
	position: absolute;
	z-index: 10;
}

.about-us .about-us-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.about-us .about-us-content .about-us-icon1 {
	top: 0.5rem;
	left: 1rem;
}

.about-us .about-us-content .about-us-icon2 {
	bottom: 0.5rem;
	right: 1rem;
}

.about-us .about-us-main-content {
	height: 100%;
	padding: 3rem 2.5rem 6.125rem;
	font-size: 0.875rem;
	line-height: 1.625rem;
	color: rgba(0, 0, 0, 0.6);
	-webkit-background-clip: text;
}

.about-us-main-content-title {
	position: relative;
	z-index: 999;
	margin-bottom: 1.375rem;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 600;
	font-size:20px;line-height:2;
}

.about-us-main-content-title::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 2.5rem;
	height:3px;
	background-color: #0052D9;
}
.about-us-desc{font-size:14px;line-height:1.6;text-align:left;}
.certification-title {
	
	text-align: center;
	line-height:4;
	color: rgba(0,0,0,0.9);
	font-size: 30px;
}

.certification-list-item {
	width:23%;
	padding: 1%;
}

.certification-list {
	flex-wrap: wrap;
	
}

.certification-img {
	width: 100%;height:auto; vertical-align:middle;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.certification-img img{width:100%;max-height:100%;}
.certification-text {
	margin-top: 1.5rem;
	text-align: center;
	padding: 0 0.625rem;
	font-size: 16px;
	-webkit-background-clip: text;
	color: rgba(0, 0, 0, 0.9);
}

.certification {
	padding-bottom: 3.75rem;
}

.contact-us {
	background-color: #F5F5F5;
	padding-bottom: 3.75rem;
}

.contact-us-title {
	text-align: center;
	
	line-height: 4;
	text-align: center;
	font-size:30px;
	color: rgba(0, 0, 0, 0.9);
}

.contact-us-way-item {
	width:29.33%;
	margin:2%;
	padding:2%;
	background-color: #FFFFFF;
}

.contact-us-way {
	justify-content: space-between;
}

.contact-us-img {
	width:50px;
	height: 50px;
}

.contact-us-way-item-desc {
	margin-left: 15px;
}

.contact-us-way-item-desc-title {
	font-size: 18px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.9);
	line-height:2;
}

.contact-us-way-item-desc-title-text {
	font-size:14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	max-width: 15rem;
	margin-top: 0.375rem;
	line-height:1.5;
	-webkit-background-clip: text;
}

.BMap_cpyCtrl,.anchorBL,.anchorTR{
	display:none;
}


#allmap {
	width: 100%;
	height: 25rem;
	margin-top: 3rem;
}
.brand .brand-content {
	height: 13rem;
	position: relative;
	margin: 0 auto;
	align-items: center;
}

.brand {
	background-color: #F5F5F5;
}

.brand-content .brand-content-item {
	
	border-left: 3px solid #0052D9;
	width:20%;
	box-sizing: border-box;
	padding-left:2%;
}

.brand-content .brand-content-item b {
	color: rgba(0, 0, 0, 0.9);
	font-size:30px;
	line-height:1.5;
	font-weight: 600;
}

.brand-content .brand-content-item p {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	line-height:1.5;
	margin-top: 1rem;
}

.brand-icon {
	width: 12.5rem;
	height: 12.5rem;
	display: block;
}

.brand-pic {
	position: absolute;
	top: 0.5rem;
	bottom: 0rem;
	z-index: 10;
}

.brand-pic.left {
	left: 6rem;
}

.brand-pic.right {
	right: 0rem;
}

@media screen and (max-width: 800px) {
   
.about .banner{margin-top:80px;}	
.about .about-us .about-us-title {
    text-align: center;
    line-height:4;
}
.font28-title-light {
    font-size:24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}
.about-us-left {
    width: 100%;
    float: left;
}
.about-us .about-us-content.flex{display:block;}
.about-us .about-us-content{overflow:hidden;}
.about .about-us-left img {
    width: 100%;
    display: block;
}
.about-us .about-us-right {
    position: relative;
    width:100%;float:left;
    background-color: #FFFFFF;
}
.about-us .about-us-content.container:before, .about-us .about-us-content.container:after{display:none;}
.certification-list-item {
    width:50%;
    padding: 1%;
}
.certification-img{height:auto;}
.certification-title {
    text-align: center;
    line-height: 4;
    color: rgba(0,0,0,0.9);
    font-size: 24px;
}
.contact-us-title {
    text-align: center;
    line-height: 4;
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
}
.contact-us-way-item {
    width: 96%;
    margin: 2%;
    padding: 2%;
    background-color: #FFFFFF;
}
.contact-us-way.flex{display:block;}
.brand-content .brand-content-item {
    border-left: 2px solid #0052D9;
    width:50%;float:left;margin-bottom:10px;
    box-sizing: border-box;
    padding-left:3%;margin-top:10px;
}
.brand .brand-content.flex{display:block;height:auto;}
.brand-content .brand-content-item b {
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.brand-content .brand-content-item p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    margin-top: 1rem;
}
   .about .banner img.mlit{display:block;}
    .about .banner img.pclit{display:none;}
	}