
.middle-article {
    width: 100%;
}

#banner {
    width: 100%;
    height: auto;
    max-height: 100vh;
    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: 2.4rem;/*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: 0.92rem !important;/*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: 1.6rem;/*32px*/
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 4.5rem;/*90px*/
}

.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;
}

.lang-en-US .mod_one .swiper-tabs {
    width: 72rem;
}

.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: #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_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: 1.1rem;
    /* font-weight: bold; */
    color: #A9CD37;
    font-family: MyAlibabaPuHuiTiBold !important;
}

.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;
}

.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: 4rem;
}
.one-prod-lf .one-lf-title {
    font-size: 1.1rem;
    color: #fff;
    font-family: MyAlibabaPuHuiTiBold !important;
}
.one-prod-lf .one-lf-content {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    width: 36rem;
}

.lang-en-US .one-prod-lf .one-lf-content {
    width: 38rem;
}

.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;
}

.lang-en-US .one-prod-lf .one-lf-content .content-item {
    width: 6rem;
    margin-right: 2rem;
}

.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;
}

.lang-en-US .one-prod-lf .one-lf-content.special-one-lf-content {
    width: 34rem;
}

.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;
}

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

.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;
}

.lang-en-US .one-prod-lf .one-lf-content .content-item-txt {
    text-align: center;
}

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

.lang-en-US .mod_one .classic-web .prod_list>div .one-prod-rg {
    margin-bottom: 3rem;
}

.mod_one .classic-web .prod_list .btn_group {
    position: absolute;
    bottom: 0;
}
.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: 31.5rem; /*46.324%;630px*/
    height: 16.65rem;/*333px*/
    background-image: url('../image/index/230613/m2/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: 3.6rem;
    font-size: 0.8rem;/*16px*/
    color: #ffffff;
}

.lang-en-US .mod_two .mode_two_body .mode_left .mode_left_middle {
    height: 8.4rem;
}

.mod_two .mode_two_body .mode_left .mode_left_list_height {
    height: 4.8rem;
    width: 100%;
}
.mod_two .mode_two_body .mode_left .mode_left_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.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;
    height: calc((30 / 19.2) * 1vw);
    line-height: calc((30 / 19.2) * 1vw);
}
.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;
}
.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;
    font-size: 0.9rem;
    height: 3.6rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
    cursor: pointer;
}
.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;
}

.lang-en-US .mod_two .mode_two_bottom .mode_two_bottom_list {
    font-size: 0.7rem;
}

.lang-en-US .mod_two .mode_two_bottom .mode_two_bottom_list .mode_two_bottom_content {
    padding-left: 1.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: inherit;
}

.lang-en-US .mod_two .mode_two_bottom .mode_two_bottom_list:nth-child(3) .mode_two_bottom_content {
    min-width: 78%;
}

.lang-en-US .mod_two .mode_two_bottom .mode_two_bottom_list:nth-child(6) .mode_two_bottom_content {
    min-width: 88%;
}

.lang-en-US .mod_two .mode_two_bottom .mode_two_bottom_list .company_logo_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mod_two_nums {
    height: 10.15rem;/*203*/
    background-image: url('../image/index/230613/m2/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('../image/index/230613/m3/bg1.jpg'),url('../image/index/230613/m3/bg2.jpg'),url('../image/index/230613/m3/bg3.jpg'),url('../image/index/230613/m3/bg4.jpg'),url('../image/index/230613/m3/bg5.jpg'),url('../image/index/230613/m3/bg6.jpg'),url('../image/index/230613/m3/bg7.jpg'),url('../image/index/230613/m3/bg8.jpg'),url('../image/index/230613/m3/bg9.jpg'),url('../image/index/230613/m3/bg10.jpg');
    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;
}

.lang-en-US .mod_three .mod_three_body .mode_three_bdleft {
    height: auto;
}

.mod_three .mod_three_body .mode_three_bdleft .mode_three_banner {
    color: #fff;
    padding: 0.6rem 0.5rem 0.6rem 3rem;
    font-size: 0.9rem;
    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: 4rem;
    position: relative;
}

.lang-en-US .mod_three .mod_three_body .mode_three_bdright {
    width: 46.5rem;
}

.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 #A9CD37;
    font-size: 1.1rem;
    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: 0.8rem;
    line-height: 1.6rem;
}

.lang-en-US .mod_three .mod_three_body .mode_three_bdright .bdright_content {
    height: auto;
    min-height: 7rem;
    margin-bottom: 2rem;
}

.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('../image/index/230613/m3/icon_up.png');
}
.mod_three .mod_three_body .mode_three_bdright .bdright_nums .down {
    background-image: url('../image/index/230613/m3/icon_down.png');
}
.mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_item {
    display: flex;
    margin-right: 5rem;
}

.lang-en-US .mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_item {
    margin-right: 2rem;
}

.mod_three .mod_three_body .mode_three_bdright .bdright_nums .bdright_num_text {
    color: #fff;
    font-size: 0.8rem;
}
.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;
}

.lang-en-US .mod_four .swiper-wrapper .four-slide-txt {
    white-space: nowrap;
}

.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: MyAlibabaPuHuiTiBold !important;
}

.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;
}

.lang-en-US .mod_five .mod_five_body .img_item {
    justify-content: flex-start;
    align-items: center;
}

.mod_five .mod_five_body .img_item img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.mod_five .mod_five_body .img_item .logo {
    width: auto;
    height: 9.35rem;
}

.lang-en-US .mod_five .mod_five_body .img_item_txt {
    width: 120%;
    margin-top: 12px;
    line-height: 1.2;
}

.mod_five .mod_five_body .img_item .logo img {
    width: auto;
    height: 100%;
}
.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: MyAlibabaPuHuiTiBold !important;
}
.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.png') 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('../image/index/230613/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;
}

.lang-en-US .mod_six .mod_six_body {
    align-items: center;
}

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

.lang-en-US .mod_six .mod_six_body .mod_six_title {
    width: 36%;
}

.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;
}
.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;
}
.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;
}
.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 .swiper-slide {
        height: auto !important;
    }

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

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

    #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: 70px;
        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;
    }

    #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: 0 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;
    }
}
