img {
    display: block;
}
#main {
    padding: 0;
    width: 100%;
    margin: 0;
    color: #121212
}
.web-banner {
    overflow: hidden;
    background: url("/en/images/about/banner.png") no-repeat center;
    margin-top: 72px;
    position: relative;
    height: 420px;
}
.web-banner .web-font {
    overflow: hidden;
    margin-top: 144px;
}
.web-banner .web-font span {
    overflow: hidden;
    display: block;
    font-size: 50px;
    line-height: 66px;
    color: #20222B;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
}
.web-page .web-title {
    overflow: hidden;
}
.web-page .web-title span,
.web-page .web-title p,
.web-page .web-title em {
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.web-page .web-title span {
    font-size: 42px;
    line-height: 50px;
    color: #121212;
    font-weight: bolder;
    margin-bottom: 0;
}
.web-page .web-title p {
    width: 60%;
    margin: 0 auto 30px;
}
.web-page.bgColor2 .web-title span,
.web-page.bgColor2 .web-title p {
    color: #fff;
}
.web-page .web-title em {
    background: #FB615B;
    width: 120px;
    height: 2px;
    margin: 12px auto 30px;
}
.web-page.bgColor2 .web-title em {
    background: #fff;
}
.web-page {
    overflow: hidden;
    width: 100%;
    padding: 100px 0;
}
.web-page.bgColor2 {
    background: #37AEB3;
    padding: 0;
}
.web-page.bgColor4,
.web-page.bgColor7{
    background: #F7F9FB;
}
.web-page .about-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-page .about-item .web-title {
    width: 820px;
}
.web-page .about-item .web-title span,
.web-page .about-item .web-title p {
    text-align: left;
    width: 100%;
    margin-left: 0;
}
.web-page .about-item .web-title em {
    margin-left: 0;
}
.web-page .about-item .itemPic {
    width: 520px;
}
.web-page .about-item .itemPic.width-500 {
    width: 500px;
}
.web-page .about-item .itemPic img {
    width: 100%;
}
.web-page.bgColor2 .history_bg {
    background: url("/en/images/about/history_bg.png") no-repeat center bottom;
    background-size: 100% 420px;
    padding: 100px 0;
    width: 100%;
}
.web-page .develop-slide {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.web-page .develop-slide ul li {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.web-page .develop-slide .slider-btn {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}
.web-page .develop-slide .prev, .web-page .develop-slide .next {
    display: block;
    width: 36px;
    height: 36px;
    background: url("/en/images/about/icon-left.png") no-repeat;
    margin: 0 15px;
}
.web-page .develop-slide .prev.prevStop {
    background: url("/en/images/about/icon-left-stop.png") no-repeat;
}
.web-page .develop-slide .next {
    background: url("/en/images/about/icon-right.png") no-repeat;
}
.web-page .develop-slide .next.nextStop {
    background: url("/en/images/about/icon-right-stop.png") no-repeat;
}
.web-page .develop-slide .slider-con {
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.web-page .develop-slide .slider-con .list-square {
    overflow: hidden;
    border-bottom: solid 2px #fff;
}
.web-page .develop-slide .slider-con .list-square span {
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.web-page .develop-slide .slider-con .list-square span:first-child {
    font-size: 24px;
    line-height: 30px;
    font-weight: bolder;
}
.web-page .develop-slide ul li .slider-con.layout-01 {
    padding-top: 127px;
}
.web-page .develop-slide ul li .slider-con.layout-02 {
    padding-top: 81px;
}
.web-page .develop-slide ul li .slider-con.layout-03 {
    padding-top: 51px;
}
.web-page .security-item {
    width: 100%;
    margin-top: 30px;
}
.web-page .security-item img {
    width: 100%;
}
.web-page .data-customer {
    overflow: hidden;
    margin-top: 80px;
}
.web-page .data-customer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.web-page .data-customer ul li {
    overflow: hidden;
    list-style: none;
}
.web-page .data-customer ul li span {
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #777777;
}
.web-page .data-customer ul li span.fontsize {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #37AEB3;
    font-weight: bolder;
}
.web-page .advantage-list {
    overflow: hidden;
    margin-top: 60px;
}
.web-page .advantage-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.web-page .advantage-list ul li {
    overflow: hidden;
    list-style: none;
    width: 440px;
    height: 340px;
    margin: 20px 0;
    border: 1px solid #ECECEC;
    border-radius: 20px;
}
.web-page .advantage-list ul li span {
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    text-transform: capitalize;
}
.web-page .advantage-list ul li img {
    width: 140px;
    margin: 20px auto 10px;
}
.web-page .platforms-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-page .platforms-item .itemPic {
    width: 420px;
}
.web-page .platforms-item .itemPic img {
    width: 100%;
}
.web-page .platforms-item .item{
    width: 930px;
}
.web-page .platforms-item .item .web-title span,
.web-page .platforms-item .item .web-title p {
    text-align: left;
    width: 100%;
    margin-left: 0;
}
.web-page .platforms-item .item em {
    margin-left: 0;
}
.web-page .platforms-list{
    overflow: hidden;
}
.web-page .platforms-list li{
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    margin: 12px 0;
}
.web-page .platforms-list li:first-child{
    margin-bottom: 20px;
}
.web-page .platforms-list span,
.web-page .platforms-list p{
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
    text-transform: capitalize;
}
.web-page .platforms-list span{
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    font-weight: bolder;
}
.web-page .platforms-list em{
    background: url("/en/images/index/icon_finish_tick.png") no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 7px;
}
.web-page .honor-list{
    margin-top: 30px;
}
.web-page .honor-list ul{
    display: flex;
    justify-content: space-between;
}
.web-page .honor-list ul li{
    overflow: hidden;
    width: 320px;
    height: 286px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top: solid 4px #00B1B5;
    box-shadow: 0 0 20px 0 rgba(15,57,59,0.1);
}
.web-page .honor-list ul li span{
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #121212;
    padding: 0 40px;
    text-transform: capitalize;
}
.web-page .honor-list ul li span.icon-bg{
    width: 115px;
    height: 122px;
    margin: 20px auto;
    background-size: 100% 100%;
    padding: 0;
}
.web-page .honor-list ul li span.icon-bg.hexun{
    background: url("/en/images/about/icon-hexun.png") no-repeat;
}
.web-page .honor-list ul li span.icon-bg.huanzun{
    background: url("/en/images/about/icon-huanzun.png") no-repeat;
}
.web-page .honor-list ul li span.icon-bg.yansheng{
    background: url("/en/images/about/icon-yansheng.png") no-repeat;
}
.web-page .honor-list ul li span.icon-bg.jinqiao{
    background: url("/en/images/about/icon-jinqiao.png") no-repeat;
}
.web-page .map-item{
    background: url("/en/images/about/map_bg.png") no-repeat center center;
    background-size: 1400px 737px;
    height: 737px;
    position: relative;
    margin: -80px 0;
}
.web-page .map-item .address{
    position: absolute;
    top: 255px;
    left: 146px;
    width: 500px;
    height: 119px;
}
.web-page .map-item .address p{
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 20px 50px 15px 30px;
    text-transform: capitalize;
    border-radius: 10px;
    background: #fff;
}
.web-page .map-item .address em{
    overflow: hidden;
    display: block;
    background: url("/en/images/about/icon-dot.png") no-repeat;
    width: 38px;
    height: 38px;
    margin: 9px auto 0;
}
.web-page .map-item .teamService{
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    width: 500px;
    border-radius: 20px;
    background: #fff;
    padding: 40px;
    position: absolute;
    top: 71px;
    right: 40px;
}
.web-page .map-item .teamService .item{
    overflow: hidden;
    margin-bottom: 40px;
}
.web-page .map-item .teamService .item span,
.web-page .map-item .teamService .item p{
    overflow: hidden;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #777777;
}
.web-page .map-item .teamService .item span{
    font-weight: bolder;
    font-size: 24px;
    line-height: 50px;
    color: #121212;
}
.web-page .map-item .teamService .item-list li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
}
.web-page .map-item .teamService .item-list li span,
.web-page .map-item .teamService .item-list li p{
    overflow: hidden;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #777777;
}
.web-page .map-item .teamService .item-list li span{
    color: #121212;
}
.web-page .map-item .teamService .item-list li em{
    background: url("/en/images/about/icon_email.png") no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
