.wrapper {
    width: 100%;
}
.wrapper .container {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}
.wrapper .about_banner_box {
    height: 298px;
    background: url("../images/about_banner.png") center center no-repeat #00125E;
    /*@media screen and (max-width: 1200px) {
      .about_banner{
        width: 1000px;
      }
    }
    @media screen and (min-width: 1201px) {
      .about_banner{
        width: 1200px;
      }
    }*/
}
.wrapper .about_banner_box .about_banner {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}
.wrapper .about_banner_box .about_banner h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 108px;
    margin-bottom: 32px;
}
.wrapper .about_content .about_who {
    padding: 50px 0;
}
.wrapper .about_content .about_who img {
    width: 522px;
    height: 318px;
}
.wrapper .about_content .about_who .who_content {
    padding: 16px 0 0 38px;
}
.wrapper .about_content .about_who .who_content h2 {
    font-size: 30px;
    color: #383838;
    line-height: 30px;
    padding-bottom: 20px;
}
.wrapper .about_content .about_who .who_content .who_line {
    width: 64px;
    height: 4px;
    background-color: #29abe2;
    margin-bottom: 10px;
}
.wrapper .about_content .about_who .who_content p {
    padding: 10px 0;
    text-align: justify;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.wrapper .about_content .about_csr > h2 {
    width: 100%;
    font-size: 30px;
    color: #383838;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}
.wrapper .about_content .about_csr > h2 i {
    position: absolute;
    bottom: -2.5px;
    left: 50%;
    width: 116px;
    margin-left: -58px;
    height: 4px;
    background-color: #29abe2;
}
.wrapper .about_content .about_csr img.img_line {
    width: 100%;
    margin: 50px auto;
}
.wrapper .about_content .about_csr .csr_content {
    margin: 50px auto;
    padding: 10px;
    border: 1px solid #29abe2;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.wrapper .about_content .about_csr .csr_content img {
    width: 510px;
    height: 344px;
}
.wrapper .about_content .about_csr .csr_content .csr_box {
    padding-left: 30px;
}
.wrapper .about_content .about_csr .csr_content .csr_box > h2 {
    margin: 20px 0 10px;
    font-size: 26px;
    color: #29abe2;
}
.wrapper .about_content .about_csr .csr_content .csr_box h3 {
    font-size: 16px;
    color: #29abe2;
    padding-top: 9px;
}
.wrapper .about_content .about_csr .csr_content .csr_box h3.h3_mn {
    padding-top: 6px;
}
.wrapper .about_content .about_csr .csr_content .csr_box .blue_p {
    font-size: 14px;
    color: #29abe2;
    padding-bottom: 20px;
    width: 294px;
    border-bottom: 1px solid #ddd;
}
.wrapper .about_content .about_csr .csr_content .csr_box p {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    width: 418px;
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
}
.wrapper .about_content .about_csr .csr_content .csr_box p.p_mn {
    border-bottom: none;
}
.wrapper .about_content .about_csr .csr_content .csr_box p.pt {
    padding: 10px 0;
    width: 382px;
}
.wrapper .about_content .about_us_licheng > h2 {
    width: 100%;
    font-size: 30px;
    color: #383838;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}
.wrapper .about_content .about_us_licheng > h2 i {
    position: absolute;
    bottom: -2.5px;
    left: 50%;
    width: 116px;
    margin-left: -58px;
    height: 4px;
    background-color: #29abe2;
}
.wrapper .about_content .about_us_licheng ul {
    padding: 40px 0;
    position: relative;
}
.wrapper .about_content .about_us_licheng ul li {
    position: relative;
    top: 0;
    left: 0;
    padding: 25px 0;
}
.wrapper .about_content .about_us_licheng ul li.licheng_line {
    padding: 0;
    width: 1px;
    height: 404px;
    background-color: #2aaae0;
    position: absolute;
    top: 40px;
    left: 128px;
}
.wrapper .about_content .about_us_licheng ul li.active h2 {
    background-color: #2aaae0;
    color: #fff;
}
.wrapper .about_content .about_us_licheng ul li.active i {
    background-color: #2aaae0;
}
.wrapper .about_content .about_us_licheng ul li.active h3 {
    color: #000;
}
.wrapper .about_content .about_us_licheng ul li.active p {
    color: #000;
}
.wrapper .about_content .about_us_licheng ul li h2 {
    width: 80px;
    height: 28px;
    border: 1px solid #2aaae0;
    color: #2aaae0;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-right: 96px;
    margin-top: 9px;
    font-size: 16px;
}
.wrapper .about_content .about_us_licheng ul li i {
    position: absolute;
    top: 40px;
    left: 120.5px;
    width: 16px;
    height: 16px;
    border: 1px solid #2aaae0;
    background-color: #fff;
    border-radius: 8px;
}
.wrapper .about_content .about_us_licheng ul li .content_right {
    color: #999;
    text-align: left;
    float: left;
    width: 824px;
}
.wrapper .about_content .about_us_licheng ul li .content_right h3 {
    font-size: 16px;
    padding-bottom: 13px;
}
.wrapper .about_content .about_us_licheng ul li .content_right p {
    font-size: 14px;
}