
.about-title{
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    color: #0d2a4a;
}
.about-title .about-title_hd {
    color: #eeeff1;
    font-size: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
.about-title .about-title_bd {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 0;
    right: 0;
}
.about-title .about-title_ft {
    width: 40px;
    height: 4px;
    background: #60b83e;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
}

.about-header{
    height: 500px;
    background: url("../images/about_bg1.jpg") center no-repeat;
}
.about-us{
    background: #fff;
    padding: 40px 0;
}
.about-us_text{
    color: #5f7d95;
    text-indent: 2em;
    font-size: 16px;
    padding: 15px 0;
}
.about-us_text p{
    margin: 20px 0;
}

.about-achievement{
    background: -webkit-linear-gradient(left, #53b17d, #69ba1d);
    background: -o-linear-gradient(left, #54b27d, #67bb1d);
    background: -moz-linear-gradient(left, #54b27d, #67bb1d);
    background: linear-gradient(left, #54b27d, #67bb1d);
    background: #54b27d;
    padding: 40px 0;
}
.about-achievement_title .about-title_hd{
    color: #0b22391a;
}
.about-achievement_title .about-title_bd{
    color: #feffff;
}
.about-achievement_title .about-title_ft{
    background: #fff;
}
.about-achievement_text{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}
.about-achievement_text p{
    margin: 10px 0;
}
.about-achievement_list{
    text-align: center;
}
.about-achievement_item{
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #ffffff26;
    padding: 50px 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 45px;
}
.about-achievement_item_hd{

}
.about-achievement_item_hd span{
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
}
.about-achievement_item_bd{

}

.about-contact{
    height: 850px;
    background: url("../images/about_bg2.jpg?v2") center no-repeat;
    padding: 40px 0;
    box-sizing: border-box;
}
.about-contact .lxy-container{
    position: relative;
    height: 100%;
}
.about-contact_title .about-title_hd{
    color: #eeeff11a;
}
.about-contact_title .about-title_bd{
    color: #feffff;
}
.about-contact_list{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;

}
.about-contact_item{
    color: #fff;
    border: 1px solid #53b27d;
    width: 540px;
    height: 65px;
    display: inline-block;
    position: relative;
    margin: 5px;
    background: #68bb1d33;
    text-align: left;
}
.about-contact_item_hd{
    height: 100%;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(135deg, #53b17d, #69ba1d);
    background: -o-linear-gradient(135deg, #54b27d, #67bb1d);
    background: -moz-linear-gradient(135deg, #54b27d, #67bb1d);
    background: linear-gradient(135deg, #54b27d, #67bb1d);
    background: #54b27d;
    color: #0b2239;
    font-weight: bold;
    font-size: 15px;
}

.about-contact_item_bd{
    padding-left: 50px;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
}
.about-contact_item_title {
    line-height: 24px;
    font-size: 15px;
    position: relative;
}
.about-contact_item_title .iconfont{
    position: absolute;
    left: -25px;
    top: 0;
    width: 25px;
    height: 24px;
    text-align: center;
}
.about-contact_item_text {
    line-height: 18px;
    font-size: 13px;
}

.about-service{
    padding-top: 40px;
}
.about-service_list{
    text-align: center;
    padding-top: 50px;
}
.about-service_item{
    width: 490px;
    height: 425px;
    display: inline-block;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.about-service_item1{
    border-top: 5px solid #54b27d;
    margin-right: 50px;
}
.about-service_item2{
    border-top: 5px solid #265274;
}
.about-service_item1 .about-service_item_hd{
    background: #54b27d;
}
.about-service_item2 .about-service_item_hd{
    background: #265274;
}
.about-service_item_hd{
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 0;
}
.about-service_item_bd{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.about-service_item_ft{
    color: #5f7d95;
    line-height: 30px;
    padding: 0 70px 0;
}
.about-service_item_ft>div{
    display: flex;
}
.about-service_item_ft>div>span{
    flex: 1;
}

.about-partners{
    background: #fff;
    padding: 80px 0 50px;
}
.about-partners_list{
    text-align: center;
    padding: 40px 0 20px;
}
.about-partners_item{
    width: 275px;
    height: 120px;
    border: 1px solid #dde6eb;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    margin: 20px 30px;
}

.about-others{
    text-align: center;
    padding: 80px 0 50px;
    background: #e4e9ed;
}
.about-others_hd{
    height: 50px;
    border-radius: 50px;
    background: #fff;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
    color: #66c61c;
}
.about-others_tab{
    width: 220px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.about-others_tab.active{
    color: #fff;
    background: -webkit-linear-gradient(left, #53b17d, #69ba1d);
    background: -o-linear-gradient(left, #54b27d, #67bb1d);
    background: -moz-linear-gradient(left, #54b27d, #67bb1d);
    background: linear-gradient(left, #54b27d, #67bb1d);
    background: #54b27d;
}
.about-others_bd{
    text-align: center;
    padding: 40px 0;
}
.about-others_list{
    display: none;
}
.about-others_list.active{
    display: block;
}
.tab1 .about-others_item{
    width: 380px;
    display: inline-block;
    border: 1px solid #66c61c;
    margin-right: 10px;
    box-sizing: border-box;
}
.tab1 .about-others_item img{
    width: 100%;
    display: block;
}
.tab1 .about-others_item:last-child{
    margin: 0;
}
.tab2>div{
    display: flex;
    text-align: center;
    margin: 15px 0;
}
.tab2 .about-others_item{
    width: 220px;
    height: 90px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.tab3 .about-others_item{
    width: 250px;
    display: inline-block;
    background: #0b2239;
    margin-right: 85px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 7px #b3b3b3;
}
.tab3 .about-others_item:last-child{
    margin: 0;
}
.tab3 .about-others_item img{
    width: 100%;
}