/* about culture pages */
.about2_title{
    width: fit-content;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    line-height: 1.3;
    position: relative;
    text-align: center;
}
.about2_title::before{
    content: "";
    position: absolute;
    width: 0.74rem;
    height: 0.03rem;
    background: #002673;
    border-radius: 0.03rem;
    left: 50%;
    bottom: -0.15rem;
    transform: translateX(-50%);
}
.about2_title.white{
    color: #fff;
}
.about2_title.white::before{
    background: #fff;
}


.yuanjing{
    padding: 0.66rem 0 1.2rem;
    background: #fff;
}
.yuanjing_list{
    display: flex;
    column-gap: 0.35rem;
    margin-top: 0.8rem;
}
.yuanjing_item{
    width: calc((100% - 0.7rem)/3);
    background: #fff;
    border-radius: 0.12rem;
    overflow: hidden;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}
.yuanjing_pic{
    width: 100%;
    height: 0;
    padding-bottom: 55.2%;
    position: relative;
    overflow: hidden;
}
.yuanjing_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.yuanjing_txt{
    min-height: 3.28rem;
    padding: 0.46rem 0.3rem;
}
.yuanjing_txt h3{
    font-weight: bold;
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.42rem;
    line-height: 1;
}
.yuanjing_txt p{
    font-size: 0.18rem;
    color: #333;
    line-height: 1.555;
    margin-bottom: 0.25rem;
}
.yuanjing_item:hover{
    transform: translateY(-0.1rem) !important;
}
.yuanjing_item:hover .yuanjing_pic img{
    transform: scale(1.1);
}
.yuanjing_item:hover .yuanjing_txt h3{
    color: #002673;
}

.shiming{
    padding: 0.65rem 0 0;
    background: url(../images/img2/shiming_bg1.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 8.66rem;
}
.mission_wrap{
    width: 14rem;
    height: 7.54rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 2.06rem;
}
.mission_wrap::before,
.mission_wrap::after{
    content: "";
    position: absolute;
    border: 0.01rem dashed #DEDEDE;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.mission_wrap::before{
    width: 6rem;
    height: 6rem;
}
.mission_wrap::after{
    width: 11.32rem;
    height: 11.32rem;
}
.mission_center{
    width: 4.1rem;
    height: 4.1rem;
    background: linear-gradient( 180deg, #3875EF 0%, #002673 100%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mission_sub{
    font-weight: bold;
    font-size: 0.36rem;
    color: #fff;
}
.mission_logo{
    width: auto;
    height: 0.3rem;
    margin: 0.57rem auto 0;
}
.mission_logo img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.mission_card{
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
}
.mission_card .mission_icon{
    width: 0.87rem;
    height: 0.87rem;
    background: #002673;
    border: 0.1rem solid #D5E3FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mission_card .mission_icon img{
    width: 50%;
    height: auto;
    object-fit: contain;
}
.mission_title{
    width: 3.75rem;
    min-height: 1.25rem;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0.04rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    padding: 0.24rem 0.3rem;
    position: relative;
}
.mission_title::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 37%;
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    display: inline-block;
    border: 15px solid transparent;
    border-top-color: #ffffff;
}
.mission_card h3{
    font-weight: bold;
    font-size: 0.24rem;
    color: #002673;
    margin-bottom: 0.16rem;
}
.mission_card p{
    font-size: 0.18rem;
    color: #737373;
    /* white-space: nowrap; */
}
.mission_card:nth-child(2n-1){
    flex-direction: row-reverse;
}
.mission_card:nth-child(2n-1) .mission_title{
    box-shadow: -0.04rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
}
.mission_card:nth-child(2n-1) .mission_title::before{
    transform: rotate(90deg);
    left: auto;
    right: 100%;
}
.mission_card:nth-child(2n){
    text-align: right;
}

.mission_btm{
    height: 6.27rem;
    background: url(../images/img2/shiming_bg2.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.mission_btm_item{
    width: fit-content;
    float: left;
    padding-top: 1.2rem;
    margin-right: 2.6rem;
}
.mission_btm_item h4{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.15rem;
    line-height: 1.3;
}
.mission_btm_item p{
    font-size: 0.18rem;
    color: #333;
}



.zhicheng{
    padding: 0.74rem 0 1.03rem;
    background: url(../images/img2/jiazhiguan_bg1.png) no-repeat center center;
    background-size: cover;
}
.value_card_list{
    margin-top: 0.72rem;
    display: flex;
    column-gap: 0.35rem;
}
.value_card{
    width: calc((100% - 0.7rem)/3);
    min-height: 4.48rem;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    padding: 0.57rem 0.3rem 0.5rem 0.5rem;
    border: 0.01rem solid #EEEEEE;
    transition: all 0.3s ease-in-out;
}
.value_icon{
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    border: 0.01rem solid #B1B1B1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.value_card h3{
    font-weight: bold;
    font-size: 0.28rem;
    color: #333;
    margin-top: 0.44rem;
    margin-bottom: 0.23rem;
}
.value_card p{
    font-size: 0.18rem;
    color: #333;
    line-height: 2;
}
.value_card:hover{
    transform: translateY(-0.1rem) !important;
}
.value_card:hover .value_icon{
    border-color: #002673;
    background: #002673;
}
.value_card:hover .value_icon img{
    filter: brightness(0) invert(1);
}


.fuzheng{
    padding: 0.8rem 0 1.04rem;
    background: url(../images/img2/jiazhiguan_bg2.png) no-repeat center center;
    background-size: cover;
}
.service_list{
    margin-top: 0.84rem;
    display: flex;
    column-gap: 0.54rem;
}
.service_card{
    width: calc(50% - 0.27rem);
    height: 2.26rem;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    padding: 0 0.7rem 0 0.57rem;
    column-gap: 0.63rem;
}
.service_icon{
    width: 0.7rem;
    height: auto;
    object-fit: contain;
}
.service_icon img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.service_txt{
    width: calc(100% - 1.33rem);
}
.service_card h3{
    font-weight: bold;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.27rem;
}
.service_card p{
    font-size: 0.18rem;
    color: #333;
    line-height: 2;
}
.jheng{
    padding: 0.66rem 0 1.04rem;
    background: #fff;
}
.tech_box{
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tech_txt{
    width: calc(50% + 0.14rem);
}
.tech_item{
    min-height: 1.34rem;
    background: url(../images/img2/zhijing_bg1.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0.06rem;
    padding: 0.35rem 0.32rem;
    margin-bottom: 0.2rem;
}
.tech_item:nth-child(2){
    background: url(../images/img2/zhijing_bg2.png) no-repeat center center;
    background-size: 100% 100%;
}
.tech_item h3{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.27rem;
}
.tech_item p{
    font-size: 0.18rem;
    color: #6A6A6A;
    line-height: 2;
}
.tech_pic{
    width: calc(50% - 1.3rem);
    height: auto;
}
.tech_pic img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.jlheng{
    padding: 1.02rem 0;
    background: url(../images/img2/jiazhiguan_bg3.png) no-repeat center center;
    background-size: cover;
}
.manage_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.manage_txt{
    width: 25%;
}
.manage_txt h2,
.fuwu_txt h2,
.dandang_txt h2{
    width: fit-content;
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    position: relative;
}
.manage_txt h2::before,
.fuwu_txt h2::before,
.dandang_txt h2::before{
    content: "";
    position: absolute;
    width: 0.74rem;
    height: 0.03rem;
    background: #002673;
    left: 0;
    bottom: -0.15rem;
    border-radius: 0.03rem;
}
.manage_txt p{
    margin-top: 0.5rem;
    font-size: 0.18rem;
    color: #333;
    line-height: 1.777;
}
.manage_cards{
    width: calc(50% + 1.84rem);
    display: flex;
    column-gap: 0.28rem;
}
.manage_card{
    width: calc(50% - 0.14rem);
    background: #fff;
    border-radius: 0.12rem;
    padding: 0.22rem 0.2rem 0.41rem;
}
.manage_pic{
    width: 100%;
    height: 2.4rem;
    border-radius: 0.12rem;
    margin-bottom: 0.35rem;
    overflow: hidden;
}
.manage_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.manage_card p{
    font-weight: bold;
    font-size: 0.2rem;
    color: #333;
    line-height: 1.6;
}
.jinqu{
    padding: 0.74rem 0 1.38rem;
    background: url(../images/img2/linian_bg1.png) no-repeat center center;
    background-size: cover;
}
.idea_card_list{
    margin-top: 1.32rem;
    display: flex;
    column-gap: 0.35rem;
}
.idea_card{
    width: calc((100% - 0.7rem)/3);
    height: 3.53rem;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    text-align: center;
    padding: 1rem 0.4rem 0.66rem;
    position: relative;
    border: 0.01rem solid #EEEEEE;
    transition: all 0.3s ease-in-out;
}
.idea_icon{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    background: #fff;
    position: absolute;
    top: -0.54rem;
    left: 50%;
    transform: translateX(-50%);
}
.idea_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.idea_card h3{
    font-weight: bold;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.54rem;
    position: relative;
}
.idea_card h3::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.3rem;
    width: 0.5rem;
    height: 0.02rem;
    background: #002673;
    border-radius: 0.03rem;
}
.idea_card p{
    font-size: 0.18rem;
    color: #333;
    line-height: 2;
}
.idea_card:hover{
    transform: translateY(-0.1rem) !important;
}



.fuwu{
    padding: 0.95rem 0;
}
.fuwu .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fuwu_txt{
    width: calc(50% - 0.77rem);
}
.fuwu_txt>p{
    margin-top: 0.46rem;
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.55rem;
}
.fuwu_txt li{
    padding: 0.17rem 0.42rem;
    background: linear-gradient( 90deg, #EFF2F6 0%, #FFFFFF 100%);
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    color: #333;
    line-height: 1.3;
}
.fuwu_chart{
    width: calc(50% + 0.72rem);
    height: auto;
}
.fuwu_chart img{
    width: 100%;
    height: auto;
    object-fit: contain;
}


.dandang{
    padding: 0.3rem 0 1.15rem;
}
.dandang .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dandang_pic{
    width: calc(50% - 0.4rem);
    height: auto;
    border-radius: 0.2rem;
    overflow: hidden;
}
.dandang_pic img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.dandang_txt{
    width: calc(50% - 0.4rem);
}
.dandang_txt h2{
    margin-bottom: 0.46rem;
}
.dandang_txt p{
    font-size: 0.18rem;
    color: #333;
    line-height: 1.77;
    margin-bottom: 0.53rem;
}
.dandang_txt p:last-child{
    margin-bottom: 0;
}
.chengzhang{
    padding: 0.91rem 0 1.27rem;
    background: url(../images/img2/linian_bg2.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.grow_desc{
    margin: 0.58rem auto 0.84rem;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
    line-height: 1.5;
}
.grow_box{
    background: rgba(255,255,255,0.62);
    background-filter: blur(0.23rem);
    border-radius: 0.2rem;
    display: flex;
    padding: 0.56rem 0.4rem;
    position: relative;
}
.grow_box::before{
    content: "";
    position: absolute;
    top: 0.35rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.01rem;
    height: calc(100% - 0.56rem);
    background: #707070;
    opacity: 0.2;
}
.grow_box>div{
    width: 50%;
    padding-right: 0.33rem;
}
.grow_box>div+div{
    padding-left: 0.42rem;
    padding-right: 0;
}
.grow_box p{
    font-size: 0.2rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0.24rem;
}
.grow_box p:last-child{
    margin-bottom: 0;
}
.guihua{
    padding: 0.5rem 0 0.93rem;
    background: #fff;
}
.guihua_box{
    margin-top: 0.83rem;
}
.guihua_box img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
}




@media screen and (max-width: 1042px) {
    .about2_title{font-size: 26px;}
    .yuanjing,.shiming,.zhicheng,.jheng,.jinqu,.guihua{padding: 50px 0;height: auto;}
    .yuanjing_list,.value_card_list,.service_list,.idea_card_list,.tech_box,.manage_box,.fuwu .main,.dandang .main,.grow_box{
        display: block;
    }
    .yuanjing_item,.value_card,.service_card,.idea_card,.tech_txt,.tech_pic,.manage_txt,.manage_cards,.fuwu_txt,.fuwu_chart,.dandang_pic,.dandang_txt,.grow_box,.grow_desc,.plan_table{
        width: 100%;
    }
    .yuanjing_item,.value_card,.service_card,.idea_card,.dandang_pic{margin-bottom: 20px;}
    .yuanjing_pic{height: 180px;}
    .mission_wrap{width: 100%;height: auto;flex-wrap: wrap;justify-content: center;row-gap: 10px;padding: 50px 0 0;}
    .mission_wrap::before,.mission_wrap::after{display: none;}
    .mission_center{top: 0;transform: none;width: 180px;height: 180px;position: initial;}
    .mission_card{position: initial;width: 100%;margin-bottom: 14px;text-align: left;height: auto;}
    .mission_btm{height: auto;padding-bottom: 0;padding-top: 30px;background-size: auto 300px;background-position: bottom;}
    .mission_btm .main{padding-bottom: 200px;}
    .mission_btm_item{width: 100%;float: none;padding-top: 20px;text-align: center;}
    .mission_btm_pic{position: static;width: 180px;height: 180px;margin: 25px auto;}
    .mission_word{position: static;transform: none;text-align: center;font-size: 42px;}
    .manage_cards{margin-top: 25px;}
    .manage_card{width: 100%;margin-bottom: 20px;}


    .yuanjing_txt h3,
    .mission_card h3,
    .mission_btm_item h4,
    .value_card h3,
    .service_card h3,
    .tech_item h3,
    .idea_card h3{
        font-size: 18px;
    }
    .manage_card p,
    .fuwu_txt li{
        font-size: 16px;
    }
    .yuanjing_txt p,
    .mission_card p,
    .mission_btm_item p,
    .value_card p,
    .service_card p,
    .tech_item p,
    .manage_txt p,
    .idea_card p,
    .fuwu_txt>p,
    .dandang_txt p,
    .grow_desc,
    .grow_box p{
        font-size: 14px;
    }
    .idea_card{
        height: auto;
        margin-bottom: 60px;
    }
    .service_card{
        height: auto;
        padding: 20px;
    }

    .grow_box>div{
        width: 100%;
        padding: 0 !important;
        margin: 0.12rem 0;
    }
    .grow_box::before{
        display: none;
    }
}
