.about_container {
    padding-top: 60px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.text_white {
    color: #fff !important;
}

.title_box {
    text-align: center;
}

.title_box h4 {
    position: relative;
    font-size: 32px;
    color: #161824;
    z-index: 1;
    font-weight: 100;
}

.title_box p{
    font-size: 16px;
    color: #999999;
    margin-top: 17px;
}

.opt012 {
    font-weight: 100;
    margin-top: 7px;
    /* opacity: .12 !important; */
}

.about_container div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.banner {
    position: relative;
    height: 634px;
    overflow: hidden;
}

.b_title {
    width: 580px;
    height: 160px;
    background: url(../images/banner_title.png) no-repeat;
    background-size: 100% 100%;
}

.banner_bg_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gif_bg {
    position: absolute;
    width: 100%;
    height: 442px;
    top: 0;
    left: 0;
    background: url(../images/banner.gif) no-repeat;
    background-size: 100% 100%;
}

.bottom_margin {
    position: absolute;
    width: 100%;
    height: 203px;
    bottom: 0;
    left: 0;
    background: url(../images/banner_bottom.png) no-repeat;
    background-size: 100% 100%;
}

.banner_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 92px 0 0 366px;
}

.banner p {
    margin-top: 55px;
    font-size: 24px;
    color: #bebfc3;
}

.banner p i {
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #bebfc3;
    margin: 0 16px -2px 16px;
}

.about_item {
    margin-top: 80px;
}

.ab_content {
    position: relative;
    height: 734px;
    margin-top: 80px;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.ab_text_bg {
    position: absolute;
    top: 60px;
    left: 135px;
    font-size: 80px;
    opacity: .13;
    font-family: DINPro, DINPro-Bold;
}

.ab_box {
    position: relative;
    width: 1200px;
    height: 460px;
    margin: 150px auto 0;
    z-index: 1;
}

.ab_title {
    position: absolute;
    right: 39px;
    top: -60px;
    width: 696px;
    height: 120px;
    background: #161824;
    text-align: center;
    line-height: 120px;
    font-size: 32px;
    color: #fff;
}

.ab_text {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    padding: 100px 56px 0;
}

.ab_box h6 {
    font-size: 24px;
}

.ab_box p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin-top: 40px;
}

.projuect_item {
    margin-top: 62px;
}

.pi_box {
    position: relative;
    width: 926px;
    height: 926px;
    margin: 0px auto 0;
}

.pi_ani_big {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/q_bg_big.png) no-repeat;
    background-size: 100% 100%;
    animation: clockwiseAni linear 25000ms infinite;
}

.pi_ani_small {
    position: absolute;
    width: 926px;
    height: 926px;
    padding: 150px;
}

.pi_ani_small i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/projuect_bg.png) no-repeat;
    background-size: 100% 100%;
    animation: anticlockwiseAni linear 15000ms infinite;
}

@keyframes clockwiseAni {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes anticlockwiseAni {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.center_box1,
.center_box2,
.center_box3,
.sphere_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 257px;
    height: 257px;
    border-radius: 50%;
}

.center_box1 {
    width: 257px;
    height: 257px;
    background-color: #ffe3ed;
}

.center_box2 {
    width: 179px;
    height: 179px;
}

.center_box3 {
    position: relative;
    width: 179px;
    height: 179px;
    padding-top: 60px;
    background: url(../images/projuect_center_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    z-index: 1;
    line-height: 28px;
}

.sphere_box {
    width: 179px;
    height: 179px;
}

.s_line {
    display: block;
    width: 3px;
    background-color: #2997FF;
    transform-origin: top center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.line1 {
    height: 206px;
    transform: rotate(-38deg);
}

.line2 {
    height: 155px;
    transform: rotate(17deg);
}

.line3 {
    height: 198px;
    transform: rotate(72deg);
}

.line4 {
    height: 144px;
    transform: rotate(-237deg);
}

.line5 {
    height: 150px;
    transform: rotate(-189deg);
}

.line6 {
    height: 197px;
    transform: rotate(-142deg);
}

.line7 {
    height: 149px;
    transform: rotate(-89deg);
}

.sphere {
    position: absolute;
    text-align: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.sphere .s_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(180deg, #8d35ba, #c251de);
    border-radius: 50%;
    box-shadow: 0px 3px 20px 0px #949baf;
    z-index: 1;
    transition: all linear 200ms;
}

.sphere_content {
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    width: 359px;
    padding-right: 17px;
    z-index: 2;
    transform: scale(0);
    opacity: 0;
}

.sphere_content>div {
    padding: 24px;
    text-align: left;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 3px 20px 0px rgba(154, 173, 177, 0.16);
}

.sphere_content h6 {
    font-size: 16px;
    color: #333;
}

.sphere_content p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.sphere:nth-child(1) {
    left: -142px;
    top: -197px;
}

.sphere:nth-child(2) {
    left: 109px;
    top: -194px;
}

.sphere:nth-child(3) {
    left: 310px;
    top: -37px;
}

.sphere:nth-child(4) {
    left: 109px;
    top: -194px;

    left: 229px;
    top: 167px;
}

.sphere:nth-child(5) {

    left: 74px;
    top: 274px;
}

.sphere:nth-child(6) {
    left: -139px;
    top: 262px;
}

.sphere:nth-child(7) {
    left: -200px;
    top: 30px;
}

.sphere:hover .sphere_content {
    display: block;
    animation: sphere_content_ani 500ms linear forwards;
}

@keyframes sphere_content_ani {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    85% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.sphere:hover .s_title {
    transform: scale(1.1);
}

.sphere:nth-child(2) .sphere_content,
.sphere:nth-child(3) .sphere_content,
.sphere:nth-child(4) .sphere_content,
.sphere:nth-child(5) .sphere_content {
    right: initial;
    left: calc(100% - 1px);
    padding-left: 17px;
}

.aniShow .s_title {
    transform: scale(1.1);
}

.aniShow .sphere_content {
    animation: sphere_content_ani 500ms linear forwards;
}

.ceo_item {
    height: 684px;
    padding-top: 80px;
    background: url(../images/bobo_bg.jpg) no-repeat;
    background-size: cover;
}

.ceo_info {
    width: 1069px;
    height: 433px;
    margin: -35px auto 0;
    background: url(../images/bobo_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 168px 0 0 382px;
}

.ceo_text dt {
    color: #fff;
    font-size: 24px;
}

.ceo_text dd {
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
    overflow: hidden;
}

.ceo_text dd p {
    float: left;
    width: 50%;
    line-height: 48px;
}

.team_item {
    padding: 80px 0;
}

.team_info {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: center;
}

.team_list {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.tl_item {
    position: relative;
    padding: 20px 32px;
    width: 350px;
    height: 423px;
    background-color: #fbfcfe;
}

.tl_item:hover {
    box-shadow: 0px 3px 20px 0px rgba(35, 99, 155, 0.25);
}

.tl_item strong {
    position: absolute;
    right: 42px;
    top: 32px;
    font-size: 60px;
    line-height: 48px;
    color: #e5edfd;
    font-family: DINPro, DINPro-Bold;
}

.tl_item h5 {
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Heavy;
    color: #333333;
}

.tl_item h6 {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Heavy;
    color: #333333;
}

.tl_icon {
    width: 200px;
    height: 200px;
    margin: 60px auto;
    background-size: 100% 100%;
}

.tl_icon1 {
    background: url(../images/team1.png) no-repeat;
}

.tl_icon2 {
    background: url(../images/team2.png) no-repeat;
}

.tl_icon3 {
    background: url(../images/team3.png) no-repeat;
}

.honor_item {
    height: 771px;
    padding-top: 117px;
    background: url(../images/mountain.jpg) no-repeat;
    background-size: cover;
}

.chart_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.honor_box {
    position: relative;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
}

.year_box {
    position: relative;
    margin: 0 71px;
    z-index: 1;
    text-align: center;
}

.year_box::before {
    /* content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url(../images/jiangpai.png) no-repeat;
    background-size: 100% 100%; */
}

.year_box h6 {
    font-size: 20px;
    margin-top: 47px;
}

.yeay_text {
    margin-top: 50px;
}

.yeay_text li {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 28px;
}

/* .yeay_text li span:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
} */

.contact_item {
    padding: 80px 0;
}

.contact_box {
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.cb_left {
    width: 300px;
    float: left;
    padding-right: 80px;
    color: #333;
}

.cb_left dl {
    margin-bottom: 36px;
}

.cb_left dt {
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 16px 44px;
    border-bottom: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 20px 20px;
}

.cb_left dd {
    font-size: 16px;
    padding-left: 44px;
    margin-top: 20px;
    line-height: 26px;
}

.c_i_title {
    background-image: url(../images/c_wangzhan.png);
}

.c_i_link {
    background-image: url(../images/c_lujin.png);
}

.c_i_time {
    background-image: url(../images/c_shijian.png);
}

.c_i_phone {
    background-image: url(../images/c_lianhe.png);
}

.c_i_add {
    background-image: url(../images/c_dizhi.png);
}

.cb_right {
    width: 900px;
    height: 646px;
    float: right;
}

.honor_arrow {
    position: absolute;
    bottom: 20%;
    left: 16.5%;
    width: 0%;
    height: 2px;
    background-color: #bbb;
    transform: rotate(-15deg);
    transition: all linear 1500ms;
    transform-origin: left center;
}

.honor_arrow_active {
    width: 55%;
}

.honor_arrow::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #bbb;
    border-right: 2px solid #bbb;
    transform: rotate(45deg) translate(-3px, -7px);
}

.text-title{
    font-size: 24px !important;
}