.container {
    width: 100%;
}


/*header */

.header {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.header img {
    width: 100%;
    height: 100vh;
}

.header .mdwz {
    position: absolute;
    left: 1.6rem;
    /* top: 2.89rem; */
    bottom: 3.59rem;
    /* top: 55%; */
}

.header .mdwz span {
    font-size: 0.7rem;
    color: #FFFFFF;
    display: block;
    text-align: left;
}


/* Agent */

.Agent {
    /* width: 100%; */
    padding-top: 0.89rem;
    background: #F8F8F8;
    padding-bottom: 0.4rem;
    overflow: hidden;
    /* height: 9.6rem; */
}

.Agent_box {
    width: 16rem;
    margin: 0 auto;
}

.Agent_t {
    font-size: 0.96rem;
    font-weight: bold;
    color: #242B3D;
}

.Agent_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #242B3D;
    margin-bottom: 0.67rem;
}

.Agent_box .tj_swip {
    overflow: hidden;
    background: #F8F8F8;
    padding-bottom: 0.4rem;
}

.Agent_box .tj_swip .ag_a {
    width: 3.76rem;
    float: left;
    margin-right: 0.318rem;
    margin-bottom: 0.31rem;
    height: 2.4rem;
}

.Agent_box .tj_swip .ag_one {
    background: #FFFFFF;
    padding: 0.4rem 0.65rem 0.3rem 0.65rem;
    border: 0.01rem solid #E0E0E0;
}

.Agent_box .tj_swip .ag_a:nth-child(4n) {
    margin-right: 0;
}

.Agent_box .tj_swip .ag_one .ag_img {
    width: 2.46rem;
    height: 1rem;
    margin-bottom: 0.49rem;
}

.Agent_box .tj_swip .ag_one:hover img {
    transform: scale(1.2);
}

.Agent_box .tj_swip .ag_one:hover img {
    transform: scale(1.2);
}

.Agent_box .tj_swip .ag_one .ag_img img {
    width: 100%;
    height: 100%;
    transition: transform 1.2s;
}

.Agent_box .tj_swip .ag_one .ag_name {
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
}


/* Solution */

.Solution {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Solution img {
    width: 100%;
    height: 10.8rem;
}

.Solution .solution_title {
    position: absolute;
    top: 2.25rem;
    left: 1.56rem;
    width: 4.84rem;
    overflow: hidden;
}

.Solution .solution_title .solu_t {
    font-size: 0.96rem;
    color: #FFFFFF;
}

.Solution .solution_title .solu_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.64rem;
}

.Solution .solution_title .solu_more {
    width: 1.8rem;
    height: 0.52rem;
    background-color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 1.2s;
}

.Solution .solution_title .solu_more:hover {
    background-color: #1D208A;
}

.Solution .solution_title .solu_more:hover .img11 {
    display: none;
}

.Solution .solution_title .solu_more:hover .img22 {
    display: block;
    animation: none;
    animation-name: fadeInRight;
    animation-duration: 1s
}

.Solution .solution_title .solu_more:hover .btn {
    color: #fff;
}

.Solution .solution_title .solu_more .btn {
    line-height: 0.52rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1D208A;
    margin-left: 0.25rem;
    margin-right: 0.4rem;
    float: left;
    transition: color 1.2s;
}

.Solution .solution_title .solu_more .arr_img {
    float: left;
}

.Solution .solution_title .solu_more .arr_img img {
    width: 0.33rem;
    height: 0.24rem;
    padding-top: 0.14rem;
}

.Solution .solution_title .solu_more .line_two {
    float: left;
}

.Solution .solution_title .solu_more .line_two .top {
    width: 0.04rem;
    height: 0.39rem;
    background: #F58100;
}

.Solution .solution_title .solu_more .line_two .bottom {
    width: 0.04rem;
    height: 0.13rem;
    background: #009B4A;
}

.Solution .solution_title .arrow_box img {
    width: 0.32rem;
    height: 0.23rem;
    float: left;
    cursor: pointer;
    margin-top: 4.14rem;
    margin-right: 0.26rem;
}

.Solution .step_box {
    position: absolute;
    left: 6.4rem;
    top: 0;
    height: 100%;
    width: calc(100% - 6.4rem);
    overflow: hidden;
}

.step_box ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.step_box ul li {
    width: 3.18rem;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: width 1s;
}


/* .step_box ul li:nth-child(1) {
    flex: 1;
    overflow: hidden;
} */

.step_box ul li .fengmian {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    top: 2.41rem;
    height: 6.6rem;
}

.step_box ul li .step_name {
    font-size: 0.62rem;
    color: #FFFFFF;
    text-align: center;
    width: 1.08rem;
}

.step_box ul li .fengmian .step_nums {
    position: absolute;
    bottom: 0;
}

.step_box ul li .fengmian .step_line {
    position: absolute;
    bottom: 25%;
}

.step_box ul li .step_nums {
    width: 1.08rem;
    height: 0.73rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.step_box ul li .fengmian .step_line {
    width: 0.48rem;
    height: 0.03rem;
    background: #FFFFFF;
    /* margin-left: 1.01rem; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.step_box ul li:hover {
    width: 6.4rem;
    background: #1D208A;
    opacity: 0.8;
}


/* flex-basis: 6.4rem; */

.step_box ul li:hover .fengmian {
    display: none;
}

.step_box ul li:hover .detail_F {
    display: block;
}

.step_box ul li .detail_F {
    display: none;
    position: absolute;
    padding-top: 2.41rem;
    transition: none;
    width: 100%;
    height: 100%;
}

.step_box ul li .detail_F .step_name {
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin-bottom: 0.47rem;
}

.step_box ul li .detail_F .step_line {
    width: 0.48rem;
    height: 0.03rem;
    background: #FFFFFF;
    /* margin-left: 1.01rem; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.step_box ul li .detail_F .step_nums {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-bottom: 1rem;
    display: none;
    min-width: 3.2rem;
    margin-top: 0.42rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.step_box ul li .detail_F .step_nums p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: normal;
}

.step_box ul li .detail_F .look_M {
    font-size: 0.14rem;
    line-height: 0.5rem;
    width: 1.6rem;
    height: 0.5rem;
    border: .01rem solid #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.23rem;
    transition: background-color 1.2s;
    background-color: #fff;
    font-weight: bold;
    background-color: #1D208A;
    color: #FFFFFF;
}

.step_box ul li .detail_F .look_M:hover {
    background-color: #fff;
    color: #1D208A;
}

.step_box ul li:hover .detail_F .step_nums {
    display: block
}


/* Distribution */

.Distribution {
    padding-top: 0.89rem;
    background: #FFFFFF;
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.Distribution_box {
    width: 16rem;
    margin: 0 auto;
}

.Distribution_box .distri_title {
    overflow: hidden;
    margin-bottom: 0.67rem;
}

.Distribution_box .distri_title .dis_left {
    float: left;
}

.Distribution_box .distri_title .disright_more {
    float: right;
    /* width: 1.8rem; */
    padding-right: 0.2rem;
    height: 0.52rem;
    background: #1D208A;
    /* background: #0175c2; */
    cursor: pointer;
    transition: background-color 1s;
}

.Distribution_box .distri_title .disright_more a {
    overflow: hidden;
}

.distri_title .disright_more:hover {
    /* background: #1D208A; */
    background: #0175c2;
}

.distri_title .disright_more:hover .arr_img img {
    animation: none;
    animation-name: fadeInRight;
    animation-duration: 1s
}

.distribution_t {
    font-size: 0.96rem;
    font-weight: bold;
    color: #242B3D;
}

.distribution_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #242B3D;
    margin-bottom: 0.67rem;
}

.distri_title .disright_more .line_two {
    float: left;
}

.distri_title .disright_more .line_two .top {
    width: 0.04rem;
    height: 0.39rem;
    background: #F58100;
}

.distri_title .disright_more .line_two .bottom {
    width: 0.04rem;
    height: 0.13rem;
    background: #009B4A;
}

.distri_title .disright_more .btn {
    line-height: 0.52rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-left: 0.25rem;
    margin-right: 0.4rem;
    float: left;
}

.distri_title .disright_more .arr_img {
    float: left;
    /* padding-top: 0.55rem; */
}

.distri_title .disright_more .arr_img img {
    width: 0.33rem;
    height: 0.24rem;
    padding-top: 0.14rem;
}

.Distribution_box .tj_swip {
    overflow: hidden;
}

.Distribution_box .tj_swip .ag_a {
    float: left;
    height: 2.4rem;
    width: 3.76rem;
    margin-right: 0.318rem;
    margin-bottom: 0.31rem;
}

.Distribution_box .tj_swip .ag_a:nth-child(4n) {
    margin-right: 0;
}

.Distribution_box .tj_swip .ag_one {
    border: 0.01rem solid #E0E0E0;
    padding: 0.4rem 0.65rem 0.3rem 0.65rem;
}

.Distribution_box .tj_swip .ag_one .ag_img {
    width: 2.46rem;
    height: 1rem;
    margin-bottom: 0.49rem;
}

.Distribution_box .tj_swip .ag_one:hover img {
    transform: scale(1.2);
}

.Distribution_box .tj_swip .ag_one:hover img {
    transform: scale(1.2);
}

.Distribution_box .tj_swip .ag_one .ag_img img {
    width: 100%;
    height: 100%;
    transition: transform 1.2s;
}

.Distribution_box .tj_swip .ag_one .ag_name {
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
}


/* AgentBrand */

.AgentBrand {
    padding-top: 1.25rem;
    padding-bottom: 0.4rem;
    background: #F8F8F8;
    overflow: hidden;
}

.AgentBrand_box {
    width: 16rem;
    margin: 0 auto;
}

.agentBrand_t {
    font-size: 0.96rem;
    font-weight: bold;
    color: #242B3D;
}

.agentBrand_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #242B3D;
    margin-bottom: 0.67rem;
}

.AgentBrand_box {
    overflow: hidden;
}

.AgentBrand_box .left_brand {
    overflow: hidden;
    float: left;
}

.AgentBrand_box .left_brand .brand_all {
    overflow: hidden;
    width: 5.7rem;
}

.AgentBrand_box .brand_all .brand_a {
    float: left;
    margin-bottom: 0.1rem;
    box-shadow: 0px 1px 29px rgb(18 27 67 / 2%);
    margin-right: 0.1rem;
    width: 2.8rem;
    height: 1.5rem;
}

.AgentBrand_box .brand_all .brand_a:nth-child(2n) {
    margin-right: 0rem;
}

.AgentBrand_box .left_brand .brand_all .brand_noe {
    background: #FFFFFF;
    padding: 0.45rem;
}

.AgentBrand_box .left_brand .brand_all .brand_noe img {
    width: 1.9rem;
    height: 0.59rem;
    transition: transform 1.2s;
}

.AgentBrand_box .left_brand .brand_all .brand_noe:hover img {
    transform: scale(1.2);
}

.AgentBrand_box .left_brand .brand_all .brand_noe:hover {
    border: 1px solid #bd1b20;
}

.AgentBrand_box .right_more {
    float: right;
    overflow: hidden;
    position: relative;
}

.AgentBrand_box .right_more .qiuti {
    width: 8.44rem;
    height: 8.38rem;
    padding-top: 0.66rem;
    margin-left: 1.73rem;
}

.AgentBrand_box .right_more .brand_more {
    width: 1.8rem;
    height: 0.52rem;
    background: #1D208A;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 98;
    transition: background-color 1s;
}

.AgentBrand_box .right_more .brand_more:hover {
    /* background: #1D208A; */
    background: #fff;
}

.AgentBrand_box .right_more .brand_more .img11 {
    display: block;
}

.AgentBrand_box .right_more .brand_more .img22 {
    display: none;
}

.AgentBrand_box .right_more .brand_more:hover .btn {
    color: #1D208A;
}

.AgentBrand_box .right_more .brand_more:hover .img22 {
    display: block;
}

.AgentBrand_box .right_more .brand_more:hover .img11 {
    display: none;
}

.AgentBrand_box .right_more .brand_more:hover .btn {
    color: #1D208A;
}

.brand_more:hover .arr_img img {
    animation: none;
    animation-name: fadeInRight;
    animation-duration: 1s
}

.AgentBrand_box .brand_more .btn {
    line-height: 0.52rem;
    font-size: 0.14rem;
    font-weight: bold;
    color: #fff;
    margin-left: 0.25rem;
    margin-right: 0.4rem;
    float: left;
}

.AgentBrand_box .brand_more .arr_img {
    float: left;
}

.AgentBrand_box .brand_more .arr_img img {
    width: 0.33rem;
    height: 0.24rem;
    padding-top: 0.14rem;
}

.AgentBrand_box .brand_more .line_two {
    float: left;
}

.AgentBrand_box .brand_more .line_two .top {
    width: 0.04rem;
    height: 0.39rem;
    background: #F58100;
}

.AgentBrand_box .brand_more .line_two .bottom {
    width: 0.04rem;
    height: 0.13rem;
    background: #009B4A;
}

@keyframes rot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Quality */

.Quality {
    background: #FFFFFF;
    width: 100%;
    padding-top: 1.16rem;
    padding-bottom: 1.2rem;
    overflow: hidden;
}

.Quality_box {
    width: 16rem;
    margin: 0 auto;
}

.Quality_t {
    font-size: 0.96rem;
    font-weight: bold;
    color: #242B3D;
}

.Quality_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #242B3D;
    margin-bottom: 0.75rem;
}

.Quality .quality_step {
    overflow: hidden;
}

.Quality .quality_step .quality_a {
    width: 3.76rem;
    height: 5.67rem;
    margin-right: 0.32rem;
    float: left;
    position: relative;
    cursor: pointer;
}

.Quality .quality_step .quality_a:last-of-type {
    margin-right: 0;
}

.Quality .quality_step .qual_one img {
    width: 100%;
    height: 100%;
}

.Quality .quality_step .qual_one .qual_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: top 1s;
}

.Quality .quality_step .qual_one .qual_content .name {
    font-size: 0.3rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
}

.Quality .quality_step .qual_one .qual_content .line {
    width: 0.32rem;
    height: 0.04rem;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 0.24rem;
    transition: 1s;
    transition: opacity width height 1s;
    margin-bottom: 0.5rem;
}

.quality_step .quality_a:hover .qual_content {
    transform: translate(-50%, 0);
    top: 0.79rem;
}

.quality_step .quality_a .qual_one img {
    transition: transform .4s;
}

.quality_step .quality_a .qual_one {
    overflow: hidden;
}

.quality_step .quality_a:hover .qual_one img {
    transform: scale(1.2);
}

.quality_step .quality_a:hover .qual_content .line {
    width: 2rem;
    height: 0.01rem;
    opacity: 0.2;
}

.Quality .quality_step .qual_one .qual_content .cont_int {
    width: 1.96rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 1s;
}

.quality_step .quality_a:hover .qual_content .cont_int {
    opacity: 1;
}


/* news */

.news {
    background: #FFFFFF;
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.news_box {
    width: 16rem;
    margin: 0 auto;
}

.news_box .news_title {
    overflow: hidden;
}

.news_box .news_title .news_left {
    float: left;
}

.news_box .news_title .news_more {
    float: right;
    /* width: 1.8rem;
     */
    padding-right: 0.2rem;
    height: 0.52rem;
    background: #1D208A;
    /* background: #0175c2; */
    cursor: pointer;
    margin-top: 0.51rem;
    transition: background-color 1s;
}

.news_t {
    font-size: 0.96rem;
    font-weight: bold;
    color: #242B3D;
}

.news_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #242B3D;
    margin-bottom: 0.67rem;
}

.news_title .news_more .line_two {
    float: left;
}

.news_title .news_more .line_two .top {
    width: 0.04rem;
    height: 0.39rem;
    background: #F58100;
}

.news_title .news_more .line_two .bottom {
    width: 0.04rem;
    height: 0.13rem;
    background: #009B4A;
}

.news_title .news_more .btn {
    line-height: 0.52rem;
    font-size: 0.14rem;
    font-weight: bold;
    color: #fff;
    margin-left: 0.25rem;
    margin-right: 0.4rem;
    float: left;
}

.news_title .news_more:hover .arr_img {
    animation: none;
    animation-name: fadeInRight;
    animation-duration: 1s
}

.news_title .news_more:hover {
    /* background: #1D208A; */
    background: #fff;
}

.news_title .news_more a {
    overflow: hidden;
}

.news_title .news_more .img11 {
    display: block;
}

.news_title .news_more .img22 {
    display: none;
}

.news_title .news_more:hover .btn {
    color: #1D208A;
}

.news_title .news_more:hover .img22 {
    display: block;
}

.news_title .news_more:hover .img11 {
    display: none;
}

.news_title .news_more:hover .btn {
    color: #1D208A;
}

.news_title .news_more .arr_img {
    float: left;
    /* padding-top: 0.55rem; */
}

.news_title .news_more .arr_img img {
    width: 0.33rem;
    height: 0.24rem;
    padding-top: 0.14rem;
}

.active_news {
    transition: background-color 1s;
}

.news_box .news_tj {
    overflow: hidden;
}

.left_small_news {
    float: left;
    margin-right: 0.5rem;
}

.right_big_news {
    float: left;
    cursor: pointer;
}

.right_big_news img {
    transition: transform .4s;
}

.right_big_news a:hover img {
    transform: scale(1.2);
}

.news_box .news_a .news_msg .news_detail_message {
    padding: 0.33rem 0;
    border-bottom: 0.01rem solid #F2F2F2;
}

.news_box .news_a .news_msg .news_detail_message .news_date {
    font-size: 0.16rem;
    color: #646567;
    line-height: 0.2rem;
    float: left;
    margin-right: 1rem;
}

.news_box .news_tj .news_a .news_img {
    display: none;
}

.news_box .news_a .news_msg .news_detail_message .news_name {
    font-size: 0.16rem;
    color: #646567;
    line-height: 0.2rem;
}

.news_box .news_a .news_msg .news_detail_message .news_to {
    display: none;
}

.news_box .news_tj .news_a {
    width: 7.2rem;
}

.news_box .news_tj .active_news {
    width: 7.2rem;
    height: 2.79rem;
    background-color: #1D208A;
}

.news_box .news_tj .active_news .line_two {
    float: left;
}

.news_box .news_tj .active_news .line_two .line1 {
    width: 0.06rem;
    height: 2.09rem;
    background: #F58100;
}

.news_box .news_tj .active_news .line_two .line2 {
    width: 0.06rem;
    height: 0.7rem;
    background: #009B4A;
}

.news_box .news_tj .active_news .news_msg {
    overflow: hidden;
    height: 100%;
    padding: 0.44rem;
    padding-right: 0;
}

.news_box .news_tj .active_news .news_img {
    float: left;
    display: block;
}

.news_box .news_tj .active_news .news_img img {
    width: 2.8rem;
    height: 1.91rem;
}

.news_box .news_tj .active_news .news_msg .news_detail_message {
    float: left;
    margin-left: 0.32rem;
    padding-top: 0.21rem;
}

.news_box .active_news .news_msg .news_detail_message .news_date {
    font-size: 0.14rem;
    color: #DCDEE8;
    line-height: 0.2rem;
    margin-bottom: 0.24rem;
}

.news_box .active_news .news_msg .news_detail_message .news_name {
    width: 3.08rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    margin-bottom: 0.32rem;
}

.news_box .active_news .news_msg .news_detail_message .news_to {
    display: block;
}

.news_box .active_news .news_msg .news_detail_message .news_date {
    float: none;
    margin-right: 0;
}

.news_box .active_news .news_msg .news_detail_message {
    padding: 0;
    border: none;
}

.news_box .right_big_news {
    position: relative;
    overflow: hidden;
    float: right;
}

.news_box .right_big_news img {
    width: 8rem;
    height: 5.45rem;
}

.news_box .right_big_news .big_msg {
    position: absolute;
    top: 3.76rem;
    left: 0.62rem;
}

.news_box .right_big_news .big_msg .big_time {
    font-size: 0.16rem;
    margin-bottom: 0.27rem;
    color: #FFFFFF;
}

.news_box .right_big_news .big_msg .big_title {
    width: 5.15rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}


/* about */

.About {
    padding: 0.9rem 0;
    background: #F8F8F8;
    background: url(../img/index/index_about.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.About_box {
    width: 16rem;
    margin: 0 auto;
    overflow: hidden;
}

.About_l_t {
    font-size: 0.96rem;
    font-weight: bold;
    color: #242B3D;
}

.About_box .About_left {
    overflow: hidden;
    width: 100%;
}

.About_l_sub {
    font-size: 0.24rem;
    font-weight: bold;
    color: #242B3D;
    margin-bottom: 0.41rem;
}

.About_box .video_box {
    /* width: 9.6rem; */
    /* height: 6.6rem; */
    /* background-color: red; */
}

.About_box .video_box video {
    width: 100%;
    height: 100%;
}

.About_box .About_right {
    overflow: hidden;
    background-color: #Fff;
    border-top: 0.08rem solid #F58100;
    padding-left: 0.76rem;
    padding-top: 1rem;
    padding-right: 0.76rem;
    padding-bottom: 0.4rem;
    width: 100%;
}

.About_box .About_right .comp_name {
    font-size: 0.56rem;
    color: #242A3C;
    margin-bottom: 0.38rem;
}

.About_box .About_right .comp_tobecome {
    font-size: 0.16rem;
    color: #A8A8A8;
    margin-bottom: 0.37rem;
}

.About_box .About_right .line {
    width: 0.48rem;
    height: 0.03rem;
    background: #F58100;
    margin-bottom: 1.19rem;
}

.About_box .About_right .start {
    font-size: 0.32rem;
    color: #242A3C;
    margin-bottom: 0.24rem;
}

.About_box .About_right .start_intr {
    font-size: 0.16rem;
    color: #A8A8A8;
    line-height: 0.28rem;
    margin-bottom: 0.42rem;
}

.About_box .About_right .honor_box {
    padding-top: 0.38rem;
    border-top: 0.01rem solid #F2F2F2;
}

.About_box .About_right .honor1 {
    padding-right: 0.6rem;
    border-right: 0.01rem solid #F2F2F2;
    float: left;
    margin-right: 0.66rem;
    margin-left: 0.66rem;
}

.About_box .About_right .honor1:last-of-type {
    margin-right: 0;
    border-right: none;
}

.About_box .About_right .honor1 .honor_nums {
    font-size: 0.6rem;
    font-weight: bold;
    color: #009B4A;
    text-align: center;
}

.About_box .About_right .honor1 .honor_name {
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
}

.About_box .About_right .ar_r {
    float: right;
    overflow: hidden;
    width: 50%;
}

.About_box .About_right .ar_l {
    float: left;
    overflow: hidden;
}