* {
    padding: 0;
    margin: 0;
    -webkit-user-select: text !important;
    user-select: text !important;
}

a {
    color: #5d5d5e;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    color: #3e6ed4;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
}

html {
}

&::-webkit-scrollbar {
    display: none;
}

.css3 {
    /*transition: all 0.3s ease-in-out 0s;*/



    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.css3.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.rotate {
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -moz-transform: rotate(7deg);
    /* Firefox */
    -webkit-transform: rotate(7deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(7deg);
    /* Opera */
}

body {}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.gb-header,
.gb-nav {
    height: 76px;
    z-index: 8;
}

.gb-nav {
    background: rgba(255, 255, 255, 0.25);
    z-index: 99999;
}

.gb-nav,
.gb-header {
    top: -86px;
    /*css3*/

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.gb-nav.show,
.gb-header.show {
    top: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    /* margin-top: -87px; */
}

.gb-nav.show {
    background: rgba(0, 0, 0, 0.7);
}

.gh {
    float: right;
    height: 34px;
    width: 34px;
    margin-right: 30px;
    margin-top: 25px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
}

.gh.selected {
    transform: rotate(90deg);
}

.gh a {
    background-color: #000;
    display: block;
    height: 4px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
}

.gh:hover a:before {
    transform: translateY(-2px) rotate(0deg);
    -webkit-transform: translateY(-2px) rotate(0deg);
    -ms-transform: translateY(-2px) rotate(0deg);
}

.gh:hover a:after {
    transform: translateY(2px) rotate(0deg);
    -webkit-transform: translateY(2px) rotate(0deg);
    -ms-transform: translateY(2px) rotate(0deg);
}

.gh.selected:hover a:before {
    transform: translateY(0px) rotate(-55deg);
    -webkit-transform: translateY(0px) rotate(-55deg);
    -ms-transform: translateY(0px) rotate(-55deg);
}

.gh.selected:hover a:after {
    transform: translateY(0px) rotate(55deg);
    -webkit-transform: translateY(0px) rotate(55deg);
    -ms-transform: translateY(0px) rotate(55deg);
}

.gh a:after,
.gh a:before {
    background-color: #000;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
}

.gh a:after {
    top: 10px;
}

.gh a:before {
    top: -10px;
}

.gh.selected a:after,
.gh.selected a:before {
    top: 0;
}

.gh.selected a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
}

.gh.selected a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
}

.gh.selected a {
    background-color: transparent !important;
}

.gb-nav.show .gh a,
.gb-nav.show .gh a:after,
.gb-nav.show .gh a:before {
    background-color: #fff;
}

.header .logo,
.gb-nav .logo {
    float: left;
    display: inline;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header .logo img {
    width: 144px;
    height: 22px;
}

.gb-nav {
    display: flex;
    justify-content: space-between;
}

.gb-nav .logo {
    position: relative;
}

.gb-nav .logo img {
    position: absolute;
    left: 243px;
    top: 0;
    width: 144px;
    height: 22px;
    margin-top: 29px;
}

.gb-nav .logo img.img2 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.gb-nav.show .logo img.img2 {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.header .nav {
    float: left;
    display: inline;
}

.header .nav li {
    float: left;
    display: inline;
    margin-left: 60px;
    font-size: 14px;
}

.header .nav li a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
}

.header .nav li a .sousuo {
    width: 16px;
    height: 16px;
    background: transparent;
    vertical-align: top;
}

.header .nav li a .phone {
    width: 24px;
    height: 24px;
    background: transparent;
}

.header .nav li span {
    display: block;
    /*css3*/
    color: white;

    transition: all 0.3s ease-in-out 0s;
}

.header .nav li span.s2 {
    color: #ffb642;
    font-weight: bold;
}

.header .nav li a:hover .s1,
.header .nav li.selected a .s1 {
    margin-top: -24px;
}

.section {
    position: relative;
}

.page1 {
    background: url() no-repeat center;
    background-size: cover !important;
    height: 886px;
}

.header_bg {
    background: url(../development/3700@2x.png) no-repeat center;
    background-size: cover !important;
    height: 3.1771rem;
    position: relative;
}

.van-tabs__line {
    background-color: #0086CD !important;
}

.header_InformationCenter {
    position: absolute;
    top: 1.3333rem;
    left: 50%;
    transform: translateX(-50%);
}

.header_InformationCenter .InformationCenter {
    font-weight: 700;
    font-size: .2917rem;
    text-align: center;
    color: #fff;
}

.header_InformationCenter .service {
    font-weight: 700;
    font-size: .1146rem;
    text-align: center;
    color: #fff;
    margin-top: .1042rem;
    margin-bottom: .4792rem;
}

.arrow {
    width: .4531rem;
    height: .4531rem;
    position: absolute;
    left: 50%;
    margin-left: -0.2292rem;
    /* bottom: 110px; */
    cursor: pointer;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.arrow table {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    top: 5px;
}

.arrow table img {
    /* width: 70%;
	height: 70%; */
    width: .2917rem;
    height: .2917rem;
    /* margin-top: -3px;
    margin-left: 2px; */
}

.arrow:before,
.arrow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none
}

.arrow:before {
    width: .4583rem;
    height: .4583rem;
    border: .0052rem solid #fff;
    -moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.arrow:after {
    width: .4479rem;
    height: .4479rem;
    border: .0104rem solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}

.arrow:hover:before {
    opacity: 0;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.arrow:hover:after {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.information_container {
    width: 3.5938rem;
    height: 2.3438rem;
    position: relative;
}

.information_container img {
    /* width: 2.3229rem;
    height: 1.7292rem; */
    width: 3.5938rem;
    height: 2.3438rem;
}

.information_container p {
    font-weight: 400;
    font-size: .1458rem;
    color: #fff;
}

.information_container_po div {
    font-weight: 500;
    font-size: .0938rem;
    color: #fff;
    line-height: .1563rem;
    margin-top: .1042rem;
}

.information_container p img {
    width: .1146rem;
    height: .151rem;
    vertical-align: text-top;
}

.information_container_po {
    position: absolute;
    bottom: .2083rem;
    left: .2604rem;
    width: 2.9063rem;
}

.showbg {
    background: rgba(0, 0, 0, 0.7);
}

.information_flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: .3125rem;
    column-gap: .3125rem;
    justify-content: center;
    margin-top: .2083rem;
    margin-bottom: .5208rem;
}

.mobile_Information {
    display: none;
}

.green_bg {
    background-image: url(../development/5782@2x.png);
    background-size: 100% 100%;
    display: none;
    text-align: center;
    padding: .4rem 0;
}

.green_bg :first-child {
    font-size: .3733rem;
    color: #fff;
}

.green_bg :last-child {
    font-size: .2133rem;
    color: #fff;
    margin-top: .1333rem;
}

.mobile_footer {
    display: none;
}

.footer_records1 {
    color: #999999ff;
    font-size: .2133rem;
    font-weight: 400;
    margin: 0 15px 5px .4rem;
}

.footer_records2 {
    color: #999999ff;
    font-size: .2133rem;
    font-weight: 400;
    margin: 0 15px .5333rem .4rem;
    height: .8533rem;
}

.pc_development {
    display: block;
    position: relative;
    height: 100%;
}

.mobile_none {
    display: none;
}

.vision_img {
    width: 5rem;
    height: 4.1667rem;
}

.vision_img img {
    width: 100%;
    height: 100%;
}

.corporation_content_title {
    font-weight: 500;
    font-size: .1042rem;
    line-height: .1875rem;
    color: #333;
    margin: .2083rem 0 .1042rem 0;
}

.Vision_mission {
    background: #FCFCFC;
    padding: 0.4167rem 1.25rem;
}

.corporation_content_flex {
    display: flex;
    align-items: center;
}

.center {
    justify-content: center;
}

.van-tabs__wrap {
    width: 2.6042rem;
    margin: inherit !important;
}

.van-tab {
    font-size: .0833rem !important;
}
.van-sticky--fixed{
    background: #fff;
}
.corporation_content_flex .orange {
    width: .0313rem;
    height: .1615rem;
    background: #e69c3f;
    margin-right: .1042rem;
}

.corporation_content_flex .green {
    width: .0313rem;
    height: .1615rem;
    background: #ACCD60;
    margin-right: .1042rem;
}

.corporation_content_flex .blue {
    width: .0313rem;
    height: .1615rem;
    background: #3983C7;
    margin-right: .1042rem;
}

.corporation_content_flex :nth-child(2) {
    font-weight: 500;
    font-size: .1563rem;
    color: #333;
}

.corporation_content {
    font-weight: 400;
    font-size: .0833rem;
    color: #666;
    margin-top: .1042rem;
    line-height: .1875rem;
}


.corporation_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4115rem 1.25rem 0 1.25rem;
}

.corporation_vision_co {
    width: 2.8646rem;
    height: 2.7813rem;
    background-image: url(../development/5790@2x.png);
    background-size: 100% 100%;
    position: absolute;
    top: .8698rem;
    left: 1.25rem;
}

.corporation_vision_bg {
    width: 1.5156rem;
    height: 1.3125rem;
    margin: .7344rem auto;
}

.corporation_vision_title {
    font-weight: 600;
    font-size: .125rem;
    color: #000;
}

.corporation_vision_title1 {
    font-weight: 400;
    font-size: .0833rem;
    color: #000;
    margin-top: .1042rem;
    margin-bottom: .3698rem;
}

.corporation_vision_sign {
    width: .1563rem;
    height: .2708rem;
    border-radius: .0781rem;
    background: #f3981c;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    top: -0.1198rem;
    left: -0.0729rem;
}

.corporation_vision_sign1 {
    width: .1563rem;
    height: .2708rem;
    border-radius: .0781rem;
    background: #3983c7;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    top: -0.1198rem;
    left: -0.0729rem;
}

.echartsMapAllDemo {
    background-image: url(../development/mapbg.png);
    background-size: 100% 100%;
    position: relative;
}

#myEcharts {
    width: 100vw;
    height: 100vh;
    top: 25px;
    left: -10px;
}

.cover_nationwide :first-child {
    width: 6px;
    height: 31px;
    background: #fff;
    margin-right: 14px;
}

.cover_nationwide :last-child {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    line-height: 22px;
}

.cover_nationwide {
    display: flex;
    align-items: center;
    position: absolute;
    top: 7.2%;
    left: 12.5%;
}

#myEcharts {
    width: 100vw;
    height: 100vh;
    top: 25px;
    left: -10px;
}

.development_year_year {
    height: 2.1875rem;
    overflow: hidden;
}

.development_year_year .nav_item {
    font-weight: 900;
    font-size: .625rem;
    color: #d1d1d1;
    line-height: .7135rem;
    height: .7135rem;
}

.development_year_year .nav_item.active {
    color: #E69C3F;
}

.development_year_year .isColor {
    font-weight: 900;
    font-size: .625rem;
    color: #E69C3F;
    line-height: .7135rem;
}

.history_development {
    height: 3.75rem;
    padding: .3646rem 1.3281rem;
}

.development_title {
    font-weight: 500;
    font-size: .1667rem;
    color: #333;
    margin-bottom: .625rem;
}

.development_year {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.development_month {
    margin-bottom: .1563rem;
}

.development_month :first-child {
    font-weight: 500;
    font-size: .1146rem;
    color: #ec941b;
}

.development_month :last-child {
    font-weight: 400;
    font-size: .0938rem;
    color: #666;
    line-height: .1771rem;
}

.development_up {
    width: .2083rem;
    height: .2083rem;
    margin: 0 auto;
    cursor: pointer;
}

.development_up img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
}

.development_down {
    width: .2083rem;
    height: .2083rem;
    margin: 0 auto;
    cursor: pointer;
}

.development_down img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
}

.content_width {
    width: 4.9688rem;
}

.yeartitle {
    font-weight: 500;
    font-size: .1563rem;
    color: #e69c3f;
}

.workplace {
    font-size: 16px;
    font-weight: 600;
}

.yearcontent {
    font-weight: 400;
    font-size: .1042rem;
    color: #666;
    margin-bottom: .2667rem;
}

.qualification {
    font-size: .099rem !important;
    margin-bottom: .026rem !important;
}

@media screen and (min-width: 414px) {
    .van-tabs--line .van-tabs__wrap {
        margin: 0 auto;
    }

}

@media screen and (max-width: 375px) {
    .green_bg {
        display: block;
    }

    .header_bg {
        display: none;
    }

    .mobile_Information {
        display: block;
    }

    .mobile_footer {
        display: block;
    }

    .information_flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: .5333rem;
        margin-bottom: .8rem;
    }

    .information_container {
        width: 9.2rem;
        height: 6rem;
        margin: 0 auto;
    }

    .information_container img {
        width: 9.2rem;
        height: 6rem;
    }

    .information_container_po {
        width: 7.44rem;
        position: absolute;
        bottom: .5333rem;
        bottom: .5333rem;
    }

    .information_container p {
        color: #ffffffff;
        font-size: .3733rem;
        display: flex;
        align-items: center;
    }

    .information_container p img {
        width: .2491rem;
        height: .3296rem;
        margin-right: .1333rem;
    }

    .information_container div {
        color: #ffffffff;
        font-size: .24rem;
        line-height: .4rem;
        margin-top: .2667rem;
    }

    .van-tabs__wrap {
        border-bottom: .0133rem solid #EDEDED !important;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
    }
}

@media screen and (max-width: 414px) {
    .green_bg {
        display: block;
    }

    .header_bg {
        display: none;
    }

    .mobile_Information {
        display: block;
    }

    .mobile_footer {
        display: block;
    }

    .information_flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: .5333rem;
        margin-bottom: .8rem;
    }

    .information_container {
        width: 9.2rem;
        height: 6rem;
        margin: 0 auto;
    }

    .information_container img {
        width: 9.2rem;
        height: 6rem;
    }

    .information_container_po {
        width: 7.44rem;
        position: absolute;
        bottom: .5333rem;
        bottom: .5333rem;
    }

    .information_container p {
        color: #ffffffff;
        font-size: .3733rem;
        display: flex;
        align-items: center;
    }

    .information_container p img {
        width: .2491rem;
        height: .3296rem;
        margin-right: .1333rem;
    }

    .information_container div {
        color: #ffffffff;
        font-size: .24rem;
        line-height: .4rem;
        margin-top: .2667rem;
    }

    .van-tabs__wrap {
        border-bottom: .0133rem solid #EDEDED !important;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
    }
}

@media screen and (max-width: 500px) {
    .green_bg {
        display: block;
    }

    .header_bg {
        display: none;
    }

    .mobile_Information {
        display: block;
    }

    .mobile_footer {
        display: block;
    }

    .information_flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: .5333rem;
        margin-bottom: .8rem;
    }

    .information_container {
        width: 9.2rem;
        height: 6rem;
        margin: 0 auto;
    }

    .information_container img {
        width: 9.2rem;
        height: 6rem;
    }

    .information_container_po {
        width: 7.44rem;
        position: absolute;
        bottom: .5333rem;
        bottom: .5333rem;
    }

    .information_container p {
        color: #ffffffff;
        font-size: .3733rem;
        display: flex;
        align-items: center;
    }

    .information_container p img {
        width: .2491rem;
        height: .3296rem;
        margin-right: .1333rem;
    }

    .information_container div {
        color: #ffffffff;
        font-size: .24rem;
        line-height: .4rem;
        margin-top: .2667rem;
    }

    .van-tabs__wrap {
        border-bottom: .0133rem solid #EDEDED !important;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
    }

    .mobile_adhibition {
        display: flex;
        flex-wrap: wrap;
        gap: .2917rem;
        width: 100%;
        margin: 0.2083rem auto;
    }

    .information_container .information_container1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: 1;
    }

    .footer_pd_bg {
        display: none;
    }

    .corporation_flex {
        display: flex;
        flex-direction: column;
    }

    .vision_img {
        width: 100%;
        height: 8.32rem;
    }

    .corporation_mission {
        padding: .6667rem .4rem .5333rem;
        width: 9.2rem;
        margin-top: 0px;
    }

    .corporation_content_flex .orange {
        width: .08rem;
        height: .4133rem;
        background: #e69c3f;
        margin-right: .1867rem;
    }

    .corporation_content_flex :nth-child(2) {
        color: #333333;
        font-size: .4rem;
        font-weight: 400;
    }

    .corporation_content_flex .green {
        width: .08rem;
        height: .4133rem;
        background: #ACCD60;
        margin-right: .1867rem;
    }

    .corporation_content_flex .blue {
        width: .08rem;
        height: .4133rem;
        background: #3983C7;
        margin-right: .1867rem;
    }

    .corporation_content {
        color: #666666;
        font-size: .24rem;
        font-weight: 400;
        font-family: "Source Han Sans CN";
        margin-top: .1333rem;
        line-height: .4533rem;
        margin-bottom: 0;
    }

    .echartsMapAllDemo {
        height: 9.0933rem;
        overflow: hidden;
        margin-bottom: 10px;
        background-image: url(../development/mobilemapbg.png);
    }

    #mobileEcharts {
        width: 100vw;
        height: 9.0933rem;
        top: 1.267rem;
        left: -0.1rem;
    }

    .mobile_bird_haijing {
        margin-bottom: .8rem;
    }

    .cover_nationwide {
        left: 50%;
        top: 25px;
        transform: translateX(-50%);
    }

    .cover_nationwide :last-child {
        color: #ffffff;
        font-size: .32rem;
        font-weight: 400;
        text-align: center;
    }

    .cover_nationwide :first-child {
        width: 0px;
        height: 0px;
        background: #fff;
        margin-right: 0px;
    }

    .development_year {
        display: flex;
        flex-direction: column;
    }

    .history_development {
        height: 100%;
        padding: 0 .4rem .6667rem .4rem;
    }

    .content_width {
        width: 100%;
    }

    .development_month :first-child {
        font-weight: 500;
        font-size: 15px;
        color: #ec941b;
        margin-bottom: .1333rem;
    }

    .development_month :last-child {
        font-weight: 400;
        font-size: .32rem;
        color: #666;
        line-height: .48rem;
    }

    .development_title {
        font-weight: 500;
        font-size: .3733rem;
        color: #333;
        margin: 0.4rem 0;
        text-align: center;
    }

    .year_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .development_down {
        width: .5333rem;
        height: .5333rem;
        margin: 0 auto;
        cursor: pointer;
        margin-left: .3333rem;
        position: relative;
    }

    .development_up {
        width: .5333rem;
        height: .5333rem;
        margin: 0 auto;
        cursor: pointer;
        margin-right: .3333rem;
        position: relative;
    }

    .development_year_year {
        height: 2.1875rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        gap: .3333rem;
    }

    .development_year_year .nav_item {
        font-size: .96rem;
        font-weight: 700;
    }

    .development_up img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .development_down img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .yeartitle {
        font-size: .4rem;
    }

    .yearcontent {
        font-size: .32rem;
    }

    .qualification {
        font-size: .32rem !important;
        margin-bottom: .1333rem !important;
    }
}

.header_page1_bg {
    padding: .4rem .4rem .4rem .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-bottom: .0026rem solid #EDEDED;
}

.header-img {
    width: 2.5333rem;
    height: .3867rem;
}

.header_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_title img {
    width: .6133rem;
    height: .6133rem;
}

.company_profile {
    background: #fff;
    padding: .625rem 0;
}

.company_profile_on {
    border-top: .0052rem solid #444;
    width: 2.8438rem;
    padding-top: .1042rem;
}

.company_profile_on span {
    font-weight: 400;
    font-size: .0729rem;
    color: #333;
}

.company_profile_on img {
    width: 2.8438rem;
    height: 2.1146rem;
    margin-top: .125rem;
}

.company_profile_on .img4 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_profile_on .img4 .yer {
    font-family: "Source Han Sans CN Heavy";
    font-weight: 900;
    font-size: 18px;
    text-align: left;
    color: #555;
}

.company_profile_on .img4 .yer11 {
    width: 30px;
    height: 48px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #333;
    font-family: "Source Han Sans CN Heavy";
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    color: #555;
    line-height: 48px;
    margin: 0 4px;
}

.company_profile_on .img4 .createth {
    font-family: "Source Han Sans CN Heavy";
    font-weight: 900;
    font-size: 12px;
    text-align: left;
    color: #555;
}

.company_profile_on .img4 .create {
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #555;
}

.company_profile_two {
    border-top: .0052rem solid #444;
    width: 1.7292rem;
    padding-top: .2083rem;
}

.company_profile_two div {
    font-weight: 900;
    font-size: .125rem;
    color: #555;
}

.company_profile_two p {
    font-weight: 400;
    font-size: .0833rem;
    line-height: .1458rem;
    color: #555;
}

.corporation_vision {
    /* height: 4.1667rem; */
    /* background-image: url(../development/5947@2x.png); */
    /* background-size: 100% 100%; */
    position: relative;
    background-color: #FCFCFC;
}



.satisfaction {
    height: 4.1667rem;
    background-image: url(../development/5795@2x.png);
    background-size: 100% 100%;
    position: relative;
}

.satisfaction img {
    width: 1.3125rem;
    height: 1.3125rem;
    margin-right: .599rem;
}

.satisfaction_bird {
    font-weight: 500;
    font-size: .1458rem;
    text-align: left;
    color: #333;
}

.satisfaction_bird_e {
    font-weight: 500;
    font-size: .0729rem;
    text-align: left;
    color: #ccc;
}

.Hai_Jing {
    font-weight: 400;
    font-size: .0833rem;
    line-height: .1354rem;
    text-align: left;
    color: #333;
    margin-top: .1146rem;

}

.Hai_Jing1 {
    font-weight: 400;
    font-size: .0833rem;
    line-height: .1354rem;
    text-align: left;
    color: #333;
}

.Hai_Jing2 {
    font-weight: 400;
    font-size: .0833rem;
    line-height: .1354rem;
    text-align: left;
    color: #333;
    margin-top: .1563rem;
}

.development_history {
    height: 4.276rem;
}

.corporate_values {
    height: 1.2396rem;
    padding: .3646rem 1.875rem;
}

.corporate_values_title {
    font-weight: 500;
    font-size: .1667rem;
    text-align: center;
    color: #333;
    margin-bottom: .3125rem;
}

.corporate_values_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.corporate_values_content img {
    width: .2847rem;
    height: .2864rem;
    margin-bottom: .1771rem;
}

.corporate_values_content div {
    font-weight: 700;
    font-size: .1042rem;
    text-align: center;
    color: #333;
}

.corporate_certification {
    height: 4.7188rem;
    padding: .3646rem 1.3281rem;
    background: #FAFAFA;
}

.corporate_certification_title {
    font-weight: 500;
    font-size: .1667rem;
    text-align: center;
    color: #333;
    margin-bottom: .3125rem;
}

.corporate_certification_content {
    font-weight: 400;
    font-size: .0938rem;
    line-height: .3646rem;
    text-align: left;
    color: #555;
}

.corporate_honor {
    height: 5.7292rem;
}

.corporate_honor_title {
    font-weight: 500;
    font-size: .1667rem;
    text-align: center;
    color: #333;
    margin-bottom: .3125rem;
    margin-top: .3125rem;
}

.mobile_value {
    opacity: 1;
    color: #333333ff;
    font-size: .3733rem;
    font-weight: 400;
    text-align: center;
    padding: .4rem 0;
}

.mobile_serve1 {
    height: 4rem;
    background-image: url(../development/Rectangle.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_serve2 {
    height: 4rem;
    background-image: url(../development/image22@2x.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_serve3 {
    height: 4rem;
    background-image: url(../development/image23@2x.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_serve4 {
    height: 4rem;
    background-image: url(../development/Rectangle.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_serve_content {
    display: flex;
    align-items: center;
}

.mobile_serve_content img {
    width: 1.04rem;
    height: 1.04rem;
    margin-right: .2667rem;
}

.mobile_serve_content div {
    color: #ffffffff;
    font-size: .4rem;
    font-weight: 400;
}

.mobile_bird {
    color: #333333ff;
    font-size: .3733rem;
    font-weight: 400;
}

.mobile_bird_el {
    color: #ccccccff;
    font-size: .1867rem;
    font-weight: 400;
}

.mobile_bird_haijing {
    color: #333333ff;
    font-size: .2133rem;
    font-weight: 400;
    line-height: .4533rem;
    margin-top: .2667rem;
}

.mobile_develop {
    color: #333333ff;
    font-size: .3733rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: .4rem;
}

.mobile_authentication {
    color: #555555ff;
    font-size: .32rem;
    font-weight: 400;
    text-align: center;
    line-height: .6133rem;
    border-bottom: .0133rem solid #444444ff;
    padding-bottom: .8rem;
    margin-bottom: 0.2533rem;
}

.progress {
    background-image: url(../development/6183@2x.png);
    background-size: 100% 100%;
    width: 100%;
    height: 1.875rem;
    margin-bottom: .2083rem;
}

.corporation_content_flex1 {
    display: flex;
    align-items: center;
    margin-bottom: .3125rem;
    padding-top: .5729rem;
}

.corporation_content_flex1 .white {
    width: .0313rem;
    height: .1615rem;
    background: #fff;
    margin-right: .1042rem;
}

.corporation_content_flex2 {
    display: flex;
    align-items: center;
    margin-bottom: .3125rem;
    padding-top: .5729rem;
}

.corporation_content_flex2 .black {
    width: .0313rem;
    height: .1615rem;
    background: #fff;
    margin-right: .1042rem;
}

.corporation_content_flex1:first-child {
    font-weight: 500;
    font-size: .1667rem;
    color: #fff;
}

.connecting {
    width: .5208rem;
    height: .0104rem;
    background: #fff;
    opacity: 0.48;
    margin-top: -0.1042rem;
}

.progress_circle {
    width: .1771rem;
    height: .1771rem;
    border-radius: 50%;
    background-color: #979593;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress_title {
    font-weight: 400;
    font-size: .0833rem;
    color: #fff;
    margin-top: .0156rem;
    line-height: .1094rem;
}

.progress_year {
    font-weight: 400;
    font-size: .1667rem;
    color: #333;
    margin-bottom: .0521rem;
    border-bottom: 1px solid #CCCCCC;
    line-height: .224rem;
}

.progress_content {
    display: flex;
    margin-bottom: .1042rem;
}

.progress_content :first-child {
    font-weight: 400;
    font-size: .0833rem;
    color: #666;
}

.progress_content :last-child {
    font-weight: 400;
    font-size: .0833rem;
    color: #666;
}

#nav::-webkit-scrollbar {
    display: none;
}

#nav::-webkit-scrollbar {
    background-color: #F7F7F7;
}

/*正常情况下滑块的样式*/
#nav::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 10px;
    -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
}

.progress_show {
    width: .0938rem;
    height: .0938rem;
    border-radius: 50%;
    background-color: #fff;
}

.progress_show1 {
    width: 0px;
    height: 0px;
}

.progresstab {
    position: fixed;
    top: 66px;
    width: 100%;
    z-index: 99;
}

#office {
    background: #FFFCFCFC;
    padding: .4167rem 1.25rem .4167rem 1.25rem;
}

.office_location {
    width: .9427rem;
    text-align: center;
    padding-bottom: 10px;
    margin: .2604rem auto;
    font-weight: 500;
    font-size: .1146rem;
    color: #333;
}

.office_location_title {
    font-weight: 500;
    font-size: .1042rem;
    color: #555;
    margin-bottom: 12px;
}

.office_location_title_img {
    width: .1042rem;
    height: .1042rem;
}

.office_location_title_location {
    font-weight: 400;
    font-size: .0833rem;
    color: #666;
    margin-left: .0208rem;
}

.office_location_flex {
    display: flex;
    margin-bottom: .0521rem;
}

.progress_year_title {
    font-size: .1458rem;
    margin-bottom: .1042rem;
}

.progress_year_conyent {
    font-size: .0938rem;
    margin-bottom: .0781rem;
    font-weight: 600;
}

.corporate_corevalue {
    display: flex;
    align-items: center;
    margin-bottom: .1875rem;
}

.corporate_corevalue img {
    width: .2188rem;
    height: .2188rem;
}

.corporate_corevalue div {
    font-weight: 500;
    font-size: .125rem;
    color: #333;
    margin-left: .0729rem;
}

.corporate_bg {
    background: #FCFCFC;
    padding-bottom: .4167rem;
}

.corporate_flex {
    display: flex;
    padding: 0 1.25rem 0 1.6198rem;
    background: #fff;
    justify-content: space-between;
}
#corporate_tab .van-tabs__wrap{
    padding-left: 1.1458rem;
}