.AEO-container {
    overflow: hidden;
    width: 100%;
}
.aboutus-banner {
    width: 100%;
    height: 6.78rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-image: linear-gradient(0deg, 
		#319ed6 0%, 
		#1f325a 100%), 
	linear-gradient(
		#1c375f, 
        #1c375f);
    color: #ffffff;
}
.aboutus-banner .aboutus-bg {
    position: absolute;
    width: 1920px;
    height: 6.78rem;
    background-repeat: no-repeat;
    background-image: url(../images/aboutUS-banner.png);
    left: 50%;
    margin-left: -960px;
    top: 0;
    padding-top: 1.9rem;
}
.aboutus-banner .about-zh {
    font-size: 0.72rem;
    display: inline;
}
.aboutus-banner .about-en {
    font-size: 0.48rem;
    display: inline;
    letter-spacing: 0.03rem;
    font-family: PingFang-SC-Bold;
}
.AEO-nav .common-btn {
    max-width: 1.6rem;
    font-size: 0.16rem;
    width: 14%;
    margin-bottom: 0.2rem;
}
.AEO-nav .common-btn:not(:last-child) {
    margin-right: 0.3%;
}
.AEO-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #203a63;
    text-align: center;
    margin-top: 0.83rem;
    margin-bottom: 0.4rem;
}
.AEO-title-tip {
    text-align: center;
    font-size: 0.18rem;
    padding-bottom: 0.45rem;
}
.vs table  tr{
	height: 50px;
}
.vs table thead tr{
	background: #203a63;
}
.vs table tr.sp{
	background: #fff8f0;
}

.vs table thead th{
	font-size: 0.16rem;
	color: #ffffff;
	text-align: center;
}
.vs table tbody td{
	font-size: 0.14rem;
	color: #666666;
	text-align: center;
}
.vs table tbody tr td:nth-child(3) {
	text-align:left;
	line-height: 22px;
    padding-left: 10px;
}
.vs table{border-right:1px solid #ded9d9;border-bottom:1px solid #ded9d9} 
.vs table td{border-left:1px solid #ded9d9;border-top:1px solid #ded9d9} 
.vs table th{border-left:1px solid #ded9d9;border-top:1px solid #ded9d9} 

/************
strength*/
.strength{
	padding-top: 0.58rem;
	padding-bottom: 100px;
	background: url(../images/service/aeobg1.png);
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0.7rem;
}
.strength .title{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.3rem;
}
.strength .img {
	margin-top: 50px;
	text-align: center;
}
.strength .img img{
    width: 470px;
    height: 442px;
}
.strength .note{
	margin-top: 50px;
	color: #ffffff;
	font-size: 0.18rem;
	line-height: 0.4rem;
}
.color-yellow {
    color: #ff8400;
}
@media(max-width: 980px) {
    .AEO-nav .common-btn{
        width: 20%;
    }
    .drawbackonline .steps .l .fright {
        margin-right: 8%;
    }
}