.middle-article {
    width: 100%;
}

#banner {
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
	position:relative;
}

#banner .video_font{
	position: absolute;
    text-align: left;
    font-size: 3rem;
	font-weight:bold;
	line-height:1.8;
    color: #fff;
    top: 34%;
    left: 20%;
	color:#00ffff;
	white-space: nowrap;
	overflow: hidden;
}


#banner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#banner .swiper-wrapper a {
    cursor: auto;
}

#banner .swiper-wrapper .swiper-slide img:not(.bannertext) {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

#banner .swiper-wrapper .swiper-slide.swiper-slide-active img:not(.bannertext) {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

/* 轮播图设置  */
#banner .swiper-pagination {
    z-index: 100 !important;
    left: calc(50% - 27.8rem);
    transform: translate(-50%, -50%) !important;
    margin-top: -8rem;
    /*50px*/
}

#banner .swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 1.5rem;
    height: 0.15rem;
    border-radius: 0.1rem;
    background-color: #535353;
    margin-right: 0.3rem;
    cursor: pointer;
}

#banner .swiper-pagination .swiper-active-switch {
    background-color: #fff;
    ;
}

#banner .expo .swiper-active-switch {
    background: #777 !important;
}

#banner .swiper-container-horizontal>.swiper-scrollbar {
    display: none;
}

/* #banner .swiper-pagination-switch {
    width: 0.7rem !important;
    height: 0.7rem !important;
    float: left;
    border: 0.1rem solid rgba(255, 255, 255, 1);
    opacity: 0.7 !important;
    border-radius: 50%;
    background: transparent !important;
    margin: 0.25rem;
    cursor: pointer;
} */

#banner .swiper-slide {
    overflow: hidden;
    height: 100vh !important;
    position: relative;
}

#banner .swiper-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
}

#banner .swiper-wrapper .pc_img {
    width: 100%;
    height: 100%;
}

#banner .swiper-wrapper .mob_img {
    display: none;
}

#banner .swiper-active-switch {
    background: #fff !important;
}

#banner .swiper-pagination-bullets {
    width: auto !important;
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

#banner .banner_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-0.75rem);
    z-index: 2;
}

#banner .banner_img .img {
    object-fit: cover;
}

#banner .banner_txt {
    width: 63rem;
    /*1260px*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#banner .banner_txt .title {
    font-size: 48px;
    /*48px*/
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 1.1rem;
    /*22px*/
}

#banner .banner_txt .content span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    /*18.4px*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8rem !important;
    /*36px*/
}

#banner .banner_txt .button {
    margin-top: 1.8rem;
    /*36px*/
    display: inline-block;
}

#banner .banner_txt .button .pro_btn {
    display: inline-block;
    cursor: pointer;
}

#banner .banner_txt .button div {
    width: 14rem;
}

#banner .swiper-wrapper {
    height: auto !important;
}

/*===============按钮统一样式 start==================*/
.pro_btn {
    width: 7.2rem;
    display: inline-block;
    cursor: pointer;
}

.pro_btn div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.2rem;
    /*44px*/
    border: 0.05rem solid #FFFFFF;
    padding: 0 0.8rem;
}

.pro_btn.dark div {
    background: #004098;
    border-color: #004098;
}


.pro_btn span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 0.8rem;
    /*16px*/
    line-height: 1;
    vertical-align: middle;
}

.pro_btn .arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    height: 9px;
    width: 9px;
    margin-left: 9px;
    position: absolute;
    top: calc(50% - 4.5px);
    right: 1.1rem;
    transition: all 0.3s;
}

.pro_btn:hover .arrow {
    right: 0.8rem;
}

.pro_btn:hover div {
    background: #0053c9;
    border-color: #0053c9;
}

/*===============按钮统一样式 end==================*/

/*===============标题 start==================*/
.mod_title {
    width: 100%;
    color: #333;
    margin-bottom: 1.15rem;
    /*23px*/
    font-size: 32px;
    /*32px*/
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 4.5rem;
    /*90px*/
}

@media all and (max-width: 1050px) {
    .mod_title {
        width: 94%;
        /* margin-bottom: 1.15rem; */
        /*23px*/
        /* margin-top: 4.5rem; */
        /*90px*/
        margin: 4.5rem auto 1.15rem auto;
    }
}

.mod_desc {
    width: 100%;
    font-size: 0.8rem;
    /*16px*/
    line-height: 1;
    color: #777777;
    text-align: center;
}

/*===============标题 end==================*/

/*===============数字动画 start==================*/
.mod_num {
    display: flex;
    justify-content: center;
    margin-top: 2.2rem;
    /*44px*/
    margin-bottom: 3rem;
    /*60px*/
}

.mod_num .mod_num_item {
    font-size: 0.8rem;
    /*16px*/
    color: #333;
    margin-right: 9.6rem;
    /*200px*/
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.mod_num .mod_num_item:last-child {
    margin-right: 0px;
}

.mod_num_item .mod_num_count {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.3rem;
    /*padding-right: 1rem;20px*/
}

.mod_num_item .reset_padding {
    padding-right: 0.5rem;
}

.mod_num_item .mod_num_count span.counter {
    font-size: 3rem;
    /*60px*/
    font-weight: 600;
    line-height: 1;
    color: #004098 !important;
    margin: 0 0.3rem;
    text-shadow: 1px 1px 1px #004098;
    letter-spacing: 2px;
}

.mod_num_item .mod_num_add {
    font-size: 1.2rem;
    /*20px*/
    font-weight: 600;
    color: #004098;
}

/*===============数字动画 end==================*/

/*===============摩尔产品 start==================*/
.mod_one {
    overflow: hidden;
}

.mod_one .swiper-tabs-wrapper {
    width: 100%;
    background: #fff;
    box-shadow: 0.15rem 0.4rem 0.25rem 0px rgba(242, 243, 246, 0.5);
    margin-top: 1.2rem;
}

.mod_one .swiper-tabs {
    width: 68rem;
    /*1360px*/
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.mod_one .swiper-tabs .swiper-tab {
    flex: 1;
    /* width: 11.45rem; 229px */
    height: 70px;
    /*70px*/
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.mod_one .swiper-tabs .swiper-tab::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 0.25rem;
    /*4px*/
    background-color: #013F99;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.mod_one .swiper-tabs .swiper-tab.active::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.mod_one .swiper-tabs .swiper-tab .title {
    font-size: 1.1rem;
    /*20px*/
    color: #000000;
    margin-left: 0.65rem;
    /*13px*/
}

.mod_one .swiper-tabs .swiper-tab img {
    width: auto;
    height: auto;
    display: block;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.mod_one .swiper-tabs .swiper-tab.active .title {
    font-size: 24px;
    /* font-weight: bold; */
    color: #013F99;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.mod_one .classic-web {
    width: 70.85rem;
    position: relative;
    left: 50%;
    transform: translate(-47.95%, 0);
    padding-bottom: 3.85rem;
    /*65px*/
    padding-top: 1rem;
    margin: 0;
}

@media all and (max-width: 1050px) {
    .mod_one .classic-web {
        left: 53%;
    }
}

.mod_one .classic-web .prod_list {
    display: none;
    position: relative;
}

.mod_one .classic-web .prod_list.active {
    display: block;
}

.mod_one .classic-web .prod_list>div {
    display: flex;
}

.mod_one .classic-web .prod_list>div .one-prod-lf {
    /* flex: 1; */
    margin-top: 8rem;
    width: 41%;
	margin-left:3rem;
    /* background-color: #fff; */
}

.one-prod-lf .one-lf-title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
	line-height:1.8;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.one-prod-lf .one-lf-content {
    margin-top: 2rem;
    display: block;
    flex-wrap: wrap;
    /* width: 36rem; */
    line-height: 1;
    font-size: 16px;
    color: #fff;
}

.one-prod-lf .one-lf-content .content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 4rem;
    margin-bottom: 1.5rem;
}

.one-prod-lf .one-lf-content .content-item:nth-child(5n) {
    margin-right: 0;
}

.one-prod-lf .one-lf-content.special-one-lf-content {
    width: 29rem;
}

.one-prod-lf .one-lf-content.special-one-lf-content .content-item:nth-child(4n) {
    margin-right: 0;
}

.one-prod-lf .one-lf-content.special-one-lf-content .content-item:nth-child(5n) {
    margin-right: 4rem;
}

.one-prod-lf .one-lf-content img {
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1.1rem;
}

.one-prod-lf .one-lf-content .content-item-txt {
    font-size: 0.8rem;
    color: #fff;
}

.mod_one .classic-web .prod_list>div .one-prod-rg {
    width: 33.75rem;
    height: 28.15rem;
    margin-left: 0vw;
}

.mod_one .classic-web .prod_list .btn_group {
    position: absolute;
    bottom: 0;
	display:none;
}

.mod_one .classic-web .prod_list .pro_btn+.pro_btn {
    margin-left: 0.5rem;
    /*20px*/
}

/*===============摩尔产品 end==================*/


/*===============行业解决方案 start==================*/
.mod_two {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mod_two .mod_two_bg {
    /* background-image: url('../image/index/230613/m2/bg1.jpg'), url('../image/index/230613/m2/bg2.jpg'), url('../image/index/230613/m2/bg3.jpg'), url('../image/index/230613/m2/bg4.jpg'), url('../image/index/230613/m2/bg5.jpg'), url('../image/index/230613/m2/bg6.jpg'), url('../image/index/230613/m2/bg7.jpg'), url('../image/index/230613/m2/bg8.jpg'), url('../image/index/230613/m2/bg9.jpg'), url('../image/index/230613/m2/bg10.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mod_two .mod_title {
    text-align: left;
}

.mod_two .mode_two_body {
    overflow: hidden;
}

.mod_two .mode_two_body .mode_left {
    width: 34rem;
    height: 20rem;
    background-image: url('../images/content_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: translateY(60%); */
    transition-delay: 0s;
    /* opacity: 0; */
    padding: 1.75rem 1rem 2rem 1.8rem;
    margin-top: 1.35rem;
}

.mod_two .mode_two_body .mode_left>div.active {
    display: block;
}

.mod_two .mode_two_body .mode_left>div {
    display: none;
}

.mod_two .mode_two_body .mode_left .mode_left_top {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.65rem;
    /*17px*/
    color: #ffffff;
}

.mod_two .mode_two_body .mode_left .mode_left_middle {
    height: 4rem;
    font-size: 0.8rem;
    line-height: 180%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod_two .mode_two_body .mode_left .mode_left_list {
    height: 4.8rem;
    width: 100%;
    margin: 1vw;
    padding: 0 2vw 0 0;
}

.mod_two .mode_two_body .mode_left .mode_left_bottom {
    margin-top: 2vw;
}

@media all and (max-width: 1050px) {
    .mod_two .mode_two_body .mode_left .mode_left_list {
        height: 6.3rem;
    }
}

.mod_two .mode_two_body .mode_left .mode_left_list div {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 0.8rem;
    line-height: 180%;
}

.mod_two .mode_two_body .mode_left .mode_left_list div::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    background-color: #A9CD37;
    border-radius: 50%;
    left: 0;
    top: 0.45rem;
}

.mod_two .mode_two_body .mode_left .mode_left_list div:nth-child(2n+1) {
    width: 54%;
}

.mod_two .mode_two_body .mode_left .mode_left_list div:nth-of-type(2n) {
    width: 45%;
}

.mod_two .mode_two_body .mode_left .pro_btn:hover div {
    background: initial;
    border-color: #fff;
}

.mod_two .mode_two_bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 2vw;
}

.mod_two .mode_two_bottom .mode_two_bottom_list.active {
    background-color: #004098;
    border-color: #004098;
}

.mod_two .mode_two_bottom .mode_two_bottom_list {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 3.6rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
}

.mod_two .mode_two_bottom .mode_two_bottom_list .hot-img {
    position: absolute;
    width: 2.55rem;
    height: 2.15rem;
    top: -0.3rem;
    right: -0.25rem;
    z-index: 999;
}

.mod_two .mode_two_bottom .mode_two_bottom_list .company_logo_img {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.4rem;
}

.mod_two_nums {
    height: 10.15rem;
    /*203*/
    background-image: url('../images/bg_num.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_two_nums .mod_two_num {
    display: flex;
    justify-content: center;
}

/*===============行业解决方案 end==================*/


/*===============集团型企业 start==================*/
.mod_three {
    background-color: #000000b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    transition: all 0.5s;
    background-image: url('../images/sy_jjfa.png');
    overflow: hidden;
}

.mod_three .mod_title {
    color: #fff;
}

.mod_three .mod_three_body {
    padding-bottom: 4.5rem;
    /*90px*/
    display: flex;
    padding-top: 1.35rem;
}

.mod_three .mod_three_body .mode_three_bdleft {
    width: 13rem;
    height: 29.9rem;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    padding: 1.1rem 0 1.4rem;
}

.mod_three .mod_three_body .mode_three_bdleft .mode_three_banner {
    color: #fff;
    padding: 0.6rem 0.5rem 0.6rem 3rem;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
}

.mod_three .mod_three_body .mode_three_bdleft .mode_three_banner.active {
    background: linear-gradient(90deg, #0053c9 0%, rgba(166, 200, 54, 0) 100%);
}

.mod_three .mod_three_body .mode_three_bdright {
    width: 35.5rem;
    height: 22rem;
    margin-left: 4rem;
    margin-top: 1rem;
    position: relative;
}

@media all and (max-width: 1050px) {
    .mod_three .mod_three_body .mode_three_bdright {
        width: 23.5rem;
        margin-right: 1rem;
        margin-left: 2rem;
    }
}

.mod_three .mod_three_body .mode_three_bdright .mode_three_list {
    /* display: none; */
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
}

.mod_three .mod_three_body .mode_three_bdright .mode_three_list.active {
    /* display: block; */
    opacity: 1;
    z-index: 1;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_title {
    display: inline-block;
    color: #fff;
    border-bottom: 0.25rem solid #013F99;
    font-size: 20px;
    padding: 0 0.1rem 0.2rem;
    margin-bottom: 0.5rem;
    margin-left: -0.2rem;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_content {
    height: 9rem;
    color: #fff;
    font-size: 16px;
    line-height: 180%;

}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums {
    display: flex;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0.2rem 0.6rem 0.2rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .up {
    background-image: url('../images/icon_up.png');
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .down {
    background-image: url('../images/icon_down.png');
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_item {
    display: flex;
    margin-right: 5rem;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_text {
    color: #fff;
    font-size: 16px;
    line-height: 180%;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 1px 0px 1px #ffffff;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num span {
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    text-shadow: none;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_button {
    margin-top: 5.3rem;
}

/*===============集团型企业 end==================*/

/*===============选择摩尔 start==================*/
.mod_four {
    overflow: hidden;
    position: relative;
    height: 40.25rem;
    background-image: url('../image/index/230613/m4/bg.jpg');
}

/* .mod_four .mode {
    width: 69.3rem;
} */
.mod_four .swiper-pagination {
    /* position: relative!important; */
    min-height: 25px;
    float: left;
    left: 50%;
    bottom: 3.5rem;
    transform: translate(-50%, 0) !important;
    z-index: 3 !important;
}

.mod_four .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.mod_four .swiper-active-switch {
    background: #A5C735;
}

.mod_four .four-button-prev {
    position: absolute;
    border-right: 0.15rem solid #A5C735;
    border-top: 0.15rem solid #A5C735;
    transform: rotate(225deg);
    display: inline-block;
    height: 1rem;
    width: 1rem;
    top: 5rem;
    left: calc(50% - 6.5rem);
    cursor: pointer;
    z-index: 999;
}

.mod_four .four-button-next {
    position: absolute;
    border-right: 0.15rem solid #A5C735;
    border-top: 0.15rem solid #A5C735;
    transform: rotate(45deg);
    display: inline-block;
    height: 1rem;
    width: 1rem;
    top: 5rem;
    left: calc(50% + 5rem);
    cursor: pointer;
    z-index: 999;
}

.mod_four .swiper-wrapper .swiper-slide {
    /* width: 12rem !important; */
    width: 100%;
    height: 30rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mod_four .swiper-wrapper .swiper-slide.active {
    width: 25vw !important;
}

/* .mod_four .swiper-wrapper .swiper-slide.active {  
    width: 25.48vw !important; 
} */

.mod_four .swiper-wrapper .swiper-slide.active .four-slide-img {
    width: 21.6rem;
    height: 25.45rem;
    box-shadow: 0px 0px 0.5rem 0px rgb(0 0 0 / 20%);
    border-radius: 1rem;
    z-index: 99;
}

.mod_four .swiper-wrapper .four-slide-txt {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 1.8rem;
}

.mod_four .swiper-wrapper .swiper-slide.active .four-slide-txt {
    font-size: 1.6rem;
    color: #A9CD37;
}

.mod_four .swiper-wrapper .four-slide-img {
    width: 10.5rem;
    height: 17.9rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.mod_four .swiper-wrapper .slide-1 {
    background-image: url('../image/index/230613/m4/1.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-1 {
    background-image: url('../image/index/230613/m4/1_active.png');
}

.mod_four .swiper-wrapper .slide-2 {
    background-image: url('../image/index/230613/m4/2.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-2 {
    background-image: url('../image/index/230613/m4/2_active.png');
}

.mod_four .swiper-wrapper .slide-3 {
    background-image: url('../image/index/230613/m4/3.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-3 {
    background-image: url('../image/index/230613/m4/3_active.png');
}

.mod_four .swiper-wrapper .slide-4 {
    background-image: url('../image/index/230613/m4/4.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-4 {
    background-image: url('../image/index/230613/m4/4_active.png');
}

.mod_four .swiper-wrapper .slide-5 {
    background-image: url('../image/index/230613/m4/5.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-5 {
    background-image: url('../image/index/230613/m4/5_active.png');
}

.mod_four .swiper-wrapper .slide-6 {
    background-image: url('../image/index/230613/m4/6.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-6 {
    background-image: url('../image/index/230613/m4/6_active.png');
}

.mod_four .swiper-wrapper .slide-7 {
    background-image: url('../image/index/230613/m4/7.png');
}

.mod_four .swiper-wrapper .swiper-slide.active .slide-7 {
    background-image: url('../image/index/230613/m4/7_active.png');
}

.mod_four .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_four .intelCard {
    width: 100%;
    display: flex;
    height: 17.7rem;
    padding: 2.3rem 0 1.7rem;
}

.mod_four .intelCard .intel-card {
    flex: 1;
    overflow: hidden;
    position: relative;
    /* border: 1px solid rgba(0,0,0,0.12); */
}

.mod_four .intelCard .intel-card .intel-title {
    font-size: 0.9rem;
    text-align: center;
    padding: 0.1rem 0;
    margin: 0 0.7rem;
    border-left: 0.25rem solid #A9CD37;
    background: linear-gradient(90deg, #ffffff 0%, rgba(166, 200, 54, 0) 100%);
}

.mod_four .intelCard .scroll_body {
    overflow: hidden;
    margin-top: 0.4rem;
}

.mod_four .intelCard .scroll_body .scroll_box {
    position: relative;
    overflow: hidden;
    padding: 0 0.7rem;
}

@keyframes myScroll5 {
    0% {
        top: 0;
    }

    100% {
        top: calc(-3.9rem * 5);
    }
}

@keyframes myScroll6 {
    0% {
        top: 0;
    }

    100% {
        top: calc(-3.9rem * 6);
    }
}

@keyframes myScroll7 {
    0% {
        top: 0;
    }

    100% {
        top: calc(-3.9rem * 7);
    }
}

.mod_four .intelCard .scroll_body #scroll_box5,
#scroll_box7 {
    -webkit-animation: myScroll5 10s linear infinite;
    animation: myScroll5 10s linear infinite;
}

.mod_four .intelCard .scroll_body #scroll_box1,
#scroll_box3,
#scroll_box6 {
    -webkit-animation: myScroll6 12s linear infinite;
    animation: myScroll6 12s linear infinite;
}

.mod_four .intelCard .scroll_body #scroll_box2,
#scroll_box4 {
    -webkit-animation: myScroll7 14s linear infinite;
    animation: myScroll7 14s linear infinite;
}

.mod_four .intelCard:hover .scroll_box {
    animation-play-state: paused !important;
}

.mod_four .intelCard .scroll_body .scroll_box .scroll-slide {
    padding: 0.5rem 0;
}

.mod_four .intelCard .scroll_body .scroll_box img {
    display: block;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    transition: 0.3s;
}

.mod_four .intelCard .scroll_body .scroll_box img:hover {
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
}

/*===============选择摩尔 end==================*/

/*===============企业动态 start==================*/
.mod_five {
    background-color: #fff;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}

.mod_five .company-tabs-wrapper {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-top: 1.2rem;
}

.mod_five .company-tabs {
    width: 68rem;
    /*1360px*/
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.mod_five .company-tabs .company-tab {
    /* width: 11.45rem; 229px */
    height: 70px;
    /*70px*/
    cursor: pointer;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.mod_five .company-tabs .company-tab::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 0.25rem;
    /*4px*/
    background-color: #A9CD37;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.mod_five .company-tabs .company-tab.active::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.mod_five .company-tabs .company-tab .title {
    font-size: 1.1rem;
    /*20px*/
    color: #000000;
}

.mod_five .company-tabs .company-tab.active .title {
    font-size: 1.1rem;
    /*20px*/
    /* font-weight: bold; */
    color: #A9CD37;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.mod_five .mod_five_body {
    margin-top: 2rem;
    /*40px*/
    margin-bottom: 2rem;
    /*40px*/
}

.mod_five .mod_five_body .company_list {
    display: none;
}

.mod_five .mod_five_body .company_list.active {
    display: block;
}

.mod_five .mod_five_body .img_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}

/* 荣誉资质 */
.mod_five .mod_five_body .img_item {
    width: 15.8rem;
    height: 14.35rem;
    padding: 1.5rem 1.7rem;
    margin: 0 0.8rem 1.6rem;
    text-align: center;
    background-color: #F3F3F3;
    font-size: 0.8rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.mod_five .mod_five_body .img_item img {
    width: 100%;
    height: auto;
}

.mod_five .mod_five_body .img_item:hover {
    background-color: #FFF;
    box-shadow: 0rem 0rem 0.5rem 3px rgb(233 233 233 / 97%);
}

/* 最新动态 */
.mod_five .mod_five_body .card_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}

.mod_five .mod_five_body .card_item {
    width: 22.25rem;
    height: 14.35rem;
    padding: 2.5rem 1.7rem;
    margin: 0 0.3rem 1.6rem;
    background-color: #F3F3F3;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    display: flex;
}

.mod_five .mod_five_body .card_item .card_left {
    min-width: 2.9rem;
    margin-right: 1.6rem;
    text-align: center;
}

.mod_five .mod_five_body .card_item .card_left .date {
    font-size: 1.8rem;
    color: #013f99;
    font-weight: bold;
    line-height: 1;
}

.mod_five .mod_five_body .card_item .card_left .month {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
}

.mod_five .mod_five_body .card_item .card_right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.mod_five .mod_five_body .card_item .card_right .title {
    height: 3rem;
    font-size: 0.9rem;
    /* font-weight: bold; */
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.mod_five .mod_five_body .card_item .card_right .content {
    height: 3.6rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.mod_five .mod_five_body .card_item .card_right .triangle {
    width: 0px;
    height: 0px;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.5rem solid #777;
    /*#013f99; */
    border-radius: 2px;
}

.mod_five .mod_five_body .card_item:hover {
    /* background-color: #FFF;
    box-shadow: 0rem 0rem 0.5rem 3px rgb(233 233 233 / 97%); */
    background: url('../image/index/card_item_hover.pngg') no-repeat;
    background-size: 100% 100%;
}

.mod_five .mod_five_body .card_item:hover .card_right .title {
    color: #013f99;
}

.mod_five .mod_five_body .card_item:hover .card_right .triangle {
    border-top-color: #013f99;
}

/* 底部按钮 */
.mod_five .mod_five_body .button {
    text-align: right;
    margin-top: 0.5rem;
}

.mod_five .mod_five_body .button .pro_btn div {
    border-color: #333;
}

.mod_five .mod_five_body .button .pro_btn span {
    color: #333;
}

.mod_five .mod_five_body .button .pro_btn .arrow {
    border-color: #333;
}

.mod_five .mod_five_body .button .pro_btn:hover div {
    border-color: #0053c9;
}

.mod_five .mod_five_body .button .pro_btn:hover span {
    color: #fff;
}

.mod_five .mod_five_body .button .pro_btn:hover .arrow {
    border-color: #fff;
}

/*===============企业动态 end==================*/

/*===============企业数字化转型 start==================*/
.mod_six {
    height: 12rem;
    /*240*/
    background-image: url('../images/m6_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.mod_six .mod_six_body {
    padding: 4.5rem 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media all and (max-width: 1050px) {
    .mod_six .mod_six_body {
        flex-direction: column;
        align-items: flex-start;
        padding: 2.5rem 0.5rem;
    }
}

.mod_six .mod_six_body .mod_six_title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-top: 0.6rem;
}

.mod_six .mod_six_body .mod_six_title::before {
    content: "";
    width: 3.25rem;
    height: 0.3rem;
    background-color: #A9CD37;
    border-radius: 0.3rem;
    position: absolute;
    top: 0;
}

.mod_six .mod_six_body .form_submit {
    display: flex;
}

@media all and (max-width: 1050px) {
    .mod_six .mod_six_body .form_submit {
        flex-wrap: wrap;
    }
}

.mod_six .mod_six_body .form_submit .input_row {
    display: inline-block;
    position: relative;
}

.mod_six .mod_six_body .form_submit .input_row:first-child {
    margin-right: 1rem;
}

@media all and (max-width: 1050px) {
    .mod_six .mod_six_body .form_submit .input_row:first-child {
        margin-bottom: 0.5rem;
    }
}

.mod_six .mod_six_body .form_submit .input_row:first-child input {
    width: 12rem;
}

.mod_six .mod_six_body .form_submit .input_row input {
    display: inline-block;
    width: 14.3rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 1);
    border: none;
    text-indent: 1.5rem;
}

@media all and (max-width: 1050px) {
    .mod_six .mod_six_body .form_submit .input_row input {
        width: 13.3rem;
    }
}

.form_submit .input_row input::placeholder {
    color: #cecece;
}

.form_submit .input_row input::-webkit-input-placeholder {
    color: #cecece;
}

.form_submit .input_row input:-moz-placeholder {
    color: #cecece;
}

.form_submit .input_row input::-moz-placeholder {
    color: #cecece;
}

.form_submit .input_row input:-ms-input-placeholder {
    color: #cecece;
}

.mod_six .mod_six_body .form_submit .input_row .xing_ico {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 0, 0, 1);
    position: absolute;
    left: 0.6rem;
    line-height: 2.5rem;
}

.mod_six .mod_six_body .form_submit .submit_btn {
    display: inline-block;
}

.mod_six .mod_six_body .form_submit .pro_btn div {
    border-color: #A9CD37;
    background-color: #A9CD37;
}

.mod_six .mod_six_body .form_submit .pro_btn:hover div {
    border-color: #9fc32c;
    background-color: #9fc32c;
}

/*===============企业数字化转型 end==================*/

/*====================悬浮控件样式 start======================*/
.floatWin {
    width: 280px;
    height: auto;
    position: fixed;
    right: 2px;
    top: calc(50% + 60px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    cursor: pointer;
    z-index: 3;
}

.floatWin .winLogo {
    width: 100%;
    height: 180px;
}

.floatWin .winTXT {
    width: 100%;
    min-height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 10px 0;
    padding: 0 22px;
    line-height: 1.5;
    background-color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;

}

/*====================悬浮控件样式 end======================*/

@media screen and (min-width: 1601px) {

    html,
    body {
        font-size: 20px !important;
    }
}

@media (max-width: 1600px) and (min-width: 1367px) {

    html,
    body {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1366px) {

    html,
    body {
        font-size: 15px !important;
    }
}

@media screen and (max-width:1600px) {
    .mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_info {
        height: 180px;
    }
}

@keyframes showCard {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes hiddenCard {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

/* @keyframes mesInfoShow {
    0% {display: none;}
    50% {display: block; opacity: 0;} 
    100% {opacity: 1;}
} */

@media screen and (max-width:450px) {

    html,
    body {
        font-size: 14px !important;
    }

    #banner {
        height: auto;
    }
	
	#banner .video_font{
		font-size: 1.5rem;
		left:10%;
	}


    #banner .swiper-slide {
        /* height: auto !important; */
        height: 344px !important;
    }

    #banner .swiper-container img {
        width: 100% !important;
    }

    #banner .swiper-container .pc_img {
        /* display: none; */
    }

    #banner .swiper-container .pc_img_1 {
        width: 180% !important;
        margin-left: -110px;
    }

    #banner .swiper-container .pc_img_2 {
        width: 130% !important;
    }

    #banner .swiper-container .pc_img_3 {
        width: 160% !important;
        margin-left: -110px;
    }

    #banner .swiper-container .mob_img {
        /* display: block; */
    }

    .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    #banner .banner_img {
        transform: translate(-50%, -50%);
    }

    #banner .banner_txt {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    #banner .banner_txt .title {
        font-size: 19px;
        line-height: 30px;
        margin-top: 26px;
        margin-bottom: 6px;
    }

    #banner .banner_txt .content span {
        font-size: 12px !important;
        width: 350px !important;
        /* width: 25rem;
		display: inline-block;
		white-space: pre-wrap; */
    }

    #banner .banner_txt .button {
        margin-top: 15px;
        display: inline-block;
    }

    #banner .banner_txt .button .btn {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        padding: 0px 15px;
    }

    #banner .banner_txt_right {
        margin-left: 38%;
    }

    #banner .banner_txt_right {
        left: 47%;
        width: 53% !important;
    }

    #banner .banner_txt_right .bannertext {
        width: 110% !important;
        margin-left: -15%;
        margin-top: 20%;
    }

    .mod_one .swiper-tabs {
        width: 100%;
        padding: 0 5px;
    }

    .mod_one .swiper-tabs .swiper-tab {
        width: auto;
    }

    .mod_one .swiper-tabs .swiper-tab img {
        width: 20px;
        height: 20px;
    }

    .mod_one .newProCard .prod-card-scroll {
        width: 100%;
        display: block;
    }

    .mod_one .newProCard .new-pro-card {
        float: left;
        width: 50%;
        height: 271px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .mod_one .newProCard .new-pro-card .mes_info {
        -webkit-line-clamp: 2;
    }

    .mod_one .newProCard .new-pro-card:hover .pro_mes {
        top: 2rem;
    }

    .mod_two .mode_two_body .mode_left {
        width: 80%;
        margin: 1.5rem auto;
    }

    .mod_three .mod_num .mod_num_item {
        margin-right: 0px;
    }

    .mod_four .intelCard {
        display: block;
        overflow: hidden;
    }

    .mod_four .intelCard .intel-card {
        width: 33.33%;
        float: left;
        height: 237px;
        padding: 1px;
    }

    .mod_four .intelCard .intel-card .intel_logo {
        height: 237px;
    }

    .mod_four .intelCard .intel-card:hover .intel_logo .intel_mes {
        padding-top: 15px;
    }

    .mod_four .intelCard .intel-card:hover .intel_mes {
        padding-bottom: 8px;
        height: auto;
    }

    .mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_head {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
    }

    .mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_info {
        font-size: 12px;
        line-height: 16px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 10px;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        width: auto;
    }

    .mod_five .mod_five_body {
        flex-direction: column;
    }

    .mod_five .mod_five_body .company_news_right {
        margin-top: 30px;
        margin-left: 0px;
    }
}

.mod_one_bg {
    background-image: url('../images/sy_h.png');
    background-size: cover;
}

.mod_two_bg {
    background-image: url('../images/sy_b.png');
    background-size: 100%;
}

/*******首页新闻start****/
.index_news {
    padding: 60px 0;
    background: #f5f7fa;
}

.index_news .wrapper {
    width: 80vw;
    margin: 0 auto;
}

.index_news .commontitle {
    margin-bottom: 2%;
    text-align: center;
}

.index_news .commontitle .name {
    color: #191c3d;
    font-size: 30px;
}

.index_news .commontitle .text {
    color: #474963;
    font-size: 14px;
    margin-top: 10px;
}


.index_news .clearfix {
    clear: both;
    zoom: 1;
}

.index_news .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.index_news .topnews {
    margin-bottom: 20px;
}

.index_news .topnews .item {
    width: 15%;
    float: left;
    margin-right: 2%;
    margin-top: 1%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_news .topnews .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.index_news .topnews .item:nth-child(6n) {
    margin-right: 0;
}

.index_news .topnews .item .ia {
    display: block;
    text-decoration: none;
}

.index_news .topnews .item .img {
    width: 100%;
    overflow: hidden;
}

.index_news .topnews .item .img img {
    width: 100%;
    display: block;
}

.index_news .topnews .item .inf {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e3e4e6;
}

.index_news .topnews .item .inf .nam {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    color: #474963;
    margin-bottom: 10px;
}

.index_news .topnews .item:hover .inf .nam {
    color: #fe474a;
}

.index_news .topnews .item .inf .txt {
    display: none;
    line-height: 20px;
    height: 60px;
    font-size: 14px;
    overflow: hidden;
    color: #9d9eab;
}

.index_news .nomnews .item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_news .nomnews .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.index_news .nomnews .item:nth-child(4n) {
    margin-right: 0;
}

.index_news .nomnews .item .ia {
    display: block;
    text-decoration: none;
}

.index_news .nomnews .item .inf {
    padding: 30px 30px;
    background: #fff;
    border: 1px solid #e3e4e6;
}

.index_news .nomnews .item .inf .nam {
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    overflow: hidden;
    color: #474963;
    margin-bottom: 10px;
}

.index_news .nomnews .item:hover .inf .nam {
    color: #fe474a;
}

.index_news .nomnews .item .inf .txt {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    color: #9d9eab;
}

.index_news .nomnews .item .inf .tim {
    line-height: 20px;
    font-size: 13px;
    color: #9d9eab;
    margin-top: 20px;
}

.index_news .hb05btn {
    text-align: center;
    margin-top: 40px;
}

.index_news .combtn {
    display: inline-block;
    line-height: 35px;
    background: #013F99;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 30px;
}

.index_news .combtn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

/*******首页新闻end****/



.home_index_partner {
    width: 100%;
    padding: 10vh;
}

.home_index_partner .t_l {
    text-align: center;
    margin: 0 auto;
}

.home_index_partner .info {
    font-size: 22px;
    color: #525457;
    margin: 1.3vw 0 2.6vw;
    font-weight: 300;
}


.index_partner {
    width: 80vw;
    height: auto;
    display: flex;
    margin: 0 auto;
}

.index_partner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.index_partner ul li {
    width: 12.5%;
    float: left;

    padding: 0.5%;
}

.index_partner ul li .index_partner_img_border {
    background: #fff;
    padding: 10%;
    border-radius: 1vw;
}

.index_partner ul li img {
    max-width: 100%;
}

@media (max-width:800px) {
    .mod_title {
        font-size: 16px;
        margin-top: 16px;
    }

    .mod_one .swiper-tabs .swiper-tab.active .title {
        font-size: 1.1rem;
    }

    .mod_one .classic-web .prod_list>div {
        display: block;
    }
    .mod_desc{ margin-bottom: 10px;}
    .mod_one .classic-web .prod_list>div .one-prod-lf {
        width: 90%;
		margin-left:0;
		margin-top:3rem;
    }
    .one-prod-lf .one-lf-content{ display: none;}
	.one-prod-rg canvas{ max-width:92%; max-height:40vh;}
    .mod_one .classic-web .prod_list>div .one-prod-rg{ margin-left: 0; width: 100vw;}
    .mod_one .classic-web .prod_list>div .one-prod-rg img{ max-width: 90%; height: auto;}
    .index_news .topnews .item{ width: 48%; margin-top: 4%;}
    .index_news .wrapper{ width: 98vw;}
    .index_news .topnews .item:nth-child(n+7){ display: none;}
    .index_news .topnews .item .inf{ padding: 8px 8px;}
    .index_news .topnews .item .inf .nam{ height: 20px; font-size: 16px; line-height: 22px;}

    .mod_three .mod_three_body .mode_three_bdleft .mode_three_banner{    padding: 0.6rem 0.5rem 0.6rem 1rem;}
    .mod_three .mod_three_body .mode_three_bdleft .mode_three_banner{ font-size: 14px;}
    .mod_three .mod_three_body .mode_three_bdright .bdright_content{font-size: 14px;}
    .mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_text{ font-size: 14px;}
    .mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_item{margin-top: 5rem;margin-right:0}
    .home_index_partner{padding: 0;}
    .home_index_partner .info{ font-size: 16px;}
    .index_partner{ width: 98vw;}
    .index_partner ul li{ width: 25%;}
  
}