
.modeOMove{
    opacity: 1!important;
    transform: translateY(0)!important;
    transition-duration: 1s;
}

.swiper-tabs-wrapper {
    width: 100%;
    background: #fff;
    box-shadow: 3px 8px 5px 0px rgba(242,243,246,0.5);
}
.swiper-tabs {
    width: 80%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.swiper-tabs .swiper-tab {
    min-width: 229px;
    height: 100px;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.swiper-tabs .swiper-tab.active::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    content: '';
    display: block;
    background-color: #007FCC;
}

.swiper-tabs .swiper-tab .title {
    font-size: 24px;
    line-height: 100px;
    color: #000000;
    margin-left: 13px;
    transition: font-size 0.3s;
}

.swiper-tabs .swiper-tab img {
    height: auto; 
    width: 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) */
}

.swiper-tabs .swiper-tab .content {
    font-size: 16px;
    line-height: 21px;
    margin-top: 14px;
    color: #fff;
    transition: font-size 0.3s;
}

.swiper-tabs .swiper-tab.active .title {
    font-size: 20px;
    line-height: 100px;
    color: #007FCC;
}

.mod_three_mode,
.mod_five_mode {
    background-color: #000000b3;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100% 100%; */
    background-size: cover;
    width: 100%;
    transition: all 0.5s;
}

.mod_three_mode .mod_three_mantle,
 .mod_five_mode .mod_five_mantle{
    width: 100%;
    height: 100%;
    padding: 0px 0 85px;
    overflow: hidden;
}

.mode_three_bg {
    background-image: url('../image/index/companyBg.png');
}

.mode_five_bg {
    background-image: url('../image/index/companyNewsBg.png');
}

.mod_three .mod_num {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    margin-bottom: 60px;
}

.mod_three .mod_num .mod_num_item {
     display: flex;
     justify-content: center;
     align-items: flex-end;
     font-size: 16px;
     color: #777777;
     margin-right: 101px;
}

.mod_three .mod_num .mod_num_item:last-child {
    margin-right: 0px;
}
.mod_three .mod_num_item .mod_num_count {
    position: relative;
    padding-right: 20px;
}

.mod_three .mod_num_item .mod_num_count span:first-child {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #000000 !important;
}

.mod_three .mod_num_item .mod_num_add {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
}

.mod_three .mod_three_body img {
    width: 100%;
    height: 100%;
    transform: translateY(80%);
    transition-delay: 0s;
    opacity: 0;
}

.mod_five .mod_five_body {
    padding: 55px 55px 25px;
    background: #fff;
    display: flex;
    box-shadow: 4px 3px 20px 0px rgba(171,171,171,0.1500);
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(60%);
    transition-delay: 0s;
    opacity: 0;
}

.mod_five .company_news_left .company_news_img {
    flex: 1;
    height: 406px;
    margin-bottom: 30px;
    transition: all 1s;
}

.mod_five .company_news_left .company_news_img:hover {
    transform:scale(1.1, 1.1);
}

.mod_five .company_news_left .company_news_img img {
    width: 100%;
    height: 100%;
}

.mod_five .mod_five_body .company_news_right {
    flex: 1;
    margin-left: 67px;
}

.mod_five .company_items .company_items_time {
    color: #777777;
    font-size: 16px;
    margin-bottom: 11px;
}

.mod_five .company_items .company_items_title {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 30px;
    max-width: 505px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod_five .company_items .company_items_line {
    height: 1px;
    width: 100%;
    background: #eee;
}

.mod_five .company_news_right .company_items:nth-of-type(n+2) .company_items_time{
    padding-top: 30px;
}

.mod_five .company_items:hover .company_items_title {
    color: #007FCC;
}

.mod_five .company_news_right .button {
    display:flex;
    justify-content: space-between;
    margin-top: 30px;
}

#more-index .prod_list {
    display: none;
}
#more-index .prod_list.active {
    display: block;
}

#more-index .mod_one {
    width: 100%;
    max-width: 100%;
    background: #FAFAFA;
}

#more-index .classic-split {
    height: 20px;
    background: #FAFAFA;
    box-shadow: 3px 8px 5px 0px rgba(242,243,246,0.5000);
}

#more-index .classic-web {
    display: block;
    width: 80%;
    max-width: 1400px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 65px;
    padding-top: 50px;
}

#more-index .classic-web .classic_button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

#more-index .classic-web .classic-button-prev {
    float: left;
    position: relative;
    left: -47px;
    top: calc(-416px/2 - 12px);
    background: url(../image/index/leftArrow.pngg') no-repeat;
    background-size: 100% 100%;
}

#more-index .classic-web .classic-button-prev:hover {
    background: url(../image/index/leftArrowBlue.pngg') no-repeat;
    background-size: 100% 100%;
}

#more-index .classic-web .classic-button-next {
    float: right;
    position: relative;
    right: -47px;
    top: calc(-416px/2 - 12px);
    background: url(../image/index/rightArrow.pngg') no-repeat;
    background-size: 100% 100%;
}

#more-index .classic-web .classic-button-next:hover {
    background: url(../image/index/rightArrowBlue.pngg') no-repeat;
    background-size: 100% 100%;
}

#more-index .newProCard {
    width: 100%;
    overflow: hidden;
}
#more-index .newProCard .prod-card-scroll {
    width: 150%;
    margin-left: 0;
    display: flex;
    /* white-space: nowrap; */
    transition-duration: 1.3s;
}

#more-index .newProCard .new-pro-card {
    /* float: left; */
    width: 16.7%;
    min-width: 220px;
    height: 415px;
    padding: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
    flex-shrink: 0;
    transform: translateY(60%);
    transition-delay: 0s;
    opacity: 0;
    overflow: hidden;
    /* white-space: normal; */
}

#more-index .newProCard .new-pro-card:nth-child(2) {
    transition-delay: 0.2s;
}
#more-index .newProCard .new-pro-card:nth-child(3) {
    transition-delay: 0.4s;
}
#more-index .newProCard .new-pro-card:nth-child(4) {
    transition-delay: 0.6s;
}
#more-index .newProCard .new-pro-card:nth-child(5) {
    transition-delay: 0.8s;
}

#more-index .newProCard .new-pro-card>div {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    /* cursor: pointer; */
    position: relative;
    /* transition: all  .25s  ease-in; */
}

#more-index .new-pro-card .pro_logo {
    display: inline-block;
    width: 100%;
    height: 222px;
    transition: all 1s;
}

#more-index .new-pro-card .pro_mes {
    position: absolute;
    left: 0;
    top: 222px;
    display: inline-block;
    height: 207px;
    width: 100%;
    transition: all 1s;
}

#more-index .new-pro-card .mes_head {
    margin: 39px 10px 16px;
    text-align: center;
}

#more-index .new-pro-card .mes_head span {
    position: relative;
    word-break: break-all;
    display: inline-block;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

#more-index .new-pro-card .mes_info {
    width: 100%;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8D8D8D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#more-index .new-pro-card .line {
    width: 30px;
    height: 3px;
    background-color: #367FFF;
    margin-left: 20px;
    margin-top: 23px;
    margin-bottom: 23px;
}

#more-index .new-pro-card .line1 {
    width: 0;
    background-color: #fff;
    display: none;
    margin-top: 5px;
}

#more-index .new-pro-card .pro_btn {
    width: 130px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 80px;
    transition: all 1s;
    display: none;
}

#more-index .new-pro-card .pro_btn div {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    line-height: 40px;
}

#more-index .new-pro-card .pro_btn span {
    color: #FFFFFF;
    font-size: 16px;
}

#more-index .new-pro-card .pro_btn .arrow {
    position: absolute;
    top: -1px;
    right: 20px;
    transition: all 1s;
}

#more-index .new-pro-card .pro_btn:hover .arrow {
    right: 10px;
}

#more-index .newProCard .new-pro-card:hover>div {
    background-color: #007FCC;
    border-color: #007FCC;
    cursor:pointer;
}

#more-index .newProCard .new-pro-card:hover .pro_mes {
    top: 80px;
}

#more-index .newProCard .new-pro-card:hover .pro_logo {
    transform: translateY(-101%);
}

#more-index .newProCard .new-pro-card:hover .mes_head span,
#more-index .newProCard .new-pro-card:hover .mes_info {
    color: #fff;
    line-height: 24px;
}

#more-index .newProCard .new-pro-card:hover .mes_head span {
    font-weight: 700;
}

#more-index .newProCard .new-pro-card:hover .mes_info {
    -webkit-line-clamp: unset;
}

#more-index .newProCard .new-pro-card:hover .pro_btn {
    display: block;
}

#more-index .newProCard .new-pro-card:hover .line1 {
    width: 30px;
    display: block;
}

#more-index .newProCard .new-pro-card:hover .line2 {
    display: none;
}

@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: 1366px) {
    
    #more-index .mod_two .mode_two_body .mode_right {
        width: 52%;
    }
    #more-index .mod_three .mod_three_right {
        padding-left: 144px;
    }
}

@media screen and (max-width: 1280px) {
    
    .newProCard .pro-card {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .swiper-tabs {
        width: 90%;
        max-width: 1400px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .mod_three .mod_num_item .mod_num_count span:first-child {
        font-size: 25px;
    }
    
    .swiper-tabs .swiper-tab {
        min-width: 80px;
        height: 40px;
        cursor: pointer;
        background-color: #fff;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    
    .swiper-tabs .swiper-tab:nth-of-type(1) {
        margin-left: 0;
    }
    .swiper-tabs .swiper-tab:nth-of-type(3) {
        margin-right: 0;
    }
    
    .swiper-tabs .swiper-tab.active::after {
       position: absolute;
       bottom: 0px;
       left: 0px;
       width: 100%;
       height: 2px;
       content: '';
       display: block;
       background-color: #007FCC;
    }

    .swiper-tabs .swiper-tab img {
       width: 25px;
       height: 22px;
    }
    
    .swiper-tabs .swiper-tab .title {
        font-size: 10px;
        line-height: 40px;
        color: #000000;
        transition: font-size 0.3s;
    }

    .swiper-tabs .swiper-tab.active .title {
        font-size: 10px;
        line-height: 40px;
        color: #007FCC;
    }
    #more-index .classic-web {
        width: 100%;
    }

    #more-index .newProCard {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    #more-index .newProCard .prod-card-scroll {
        width: 100%;
        display: block;
    }

    #more-index .newProCard .new-pro-card {
        float: left;
        width: 50%;
        /* flex: 1; */
        min-width: auto;
        height: 271px;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #more-index .newProCard .new-pro-card:hover>div {
        padding: 0;
    }

    #more-index .new-pro-card .pro_logo {
        display: inline-block;
        width: 100%;
        height: 172px;
    }

    #more-index .newProCard .new-pro-card:hover .pro_mes {
        top: 30px;
    }

    #more-index .new-pro-card .pro_btn .arrow {
        right: 5px;
    }

    #more-index .new-pro-card .pro_mes {
        display: inline-block;
        height: 97px;
        top: 172px;
        width: 100%;
    }

    #more-index .new-pro-card .mes_head {
        margin: 15px 6px 6px 15px;
    }

    #more-index .new-pro-card .mes_head span {
        position: relative;
        word-break: break-all;
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        color: #333333;
    }

    #more-index .new-pro-card .mes_info {
        width: 100%;
        padding: 0 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #8D8D8D;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    #more-index .new-pro-card .line {
        width: 30px;
        height: 3px;
        background-color: #367FFF;
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    #more-index .new-pro-card .line1 {
        width: 0;
        background-color: #fff;
        display: none;
        margin-top: 5px;
    }

    #more-index .new-pro-card .pro_btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: #367fff;
        font-size: 12px;
        border-radius: 15px;
        text-align: center;
        position: absolute;
        bottom: 30px;
        display: none;
    }

    #more-index .newProCard .new-pro-card:hover>a {
        padding: 0;
    }

    #more-index .newProCard .new-pro-card:hover .mes_head span,
    #more-index .newProCard .new-pro-card:hover .mes_info {
        color: #fff;
    }

    #more-index .newProCard .new-pro-card:hover .mes_info {
        -webkit-line-clamp: unset;
    }

    #more-index .newProCard .new-pro-card:hover .pro_logo {
        display: none;
    }

    #more-index .newProCard .new-pro-card:hover .pro_btn {
        display: block;
    }

    #more-index .newProCard .new-pro-card:hover .line1 {
        width: 30px;
        display: block;
    }

    #more-index .newProCard .new-pro-card:hover .line2 {
        display: none;
    }

    #more-index .mod_two {
        background-color: #FFF;
    }
    #more-index .mod_two .mode_two_body {
        margin-bottom: 44px;
        padding-bottom: 10px;
    }
    #more-index .mod_two .mode_two_body .mode_left {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    #more-index .mod_two .mode_two_body .mode_left .mode_left_top {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    
    #more-index .mod_two .mode_two_body .mode_left .mode_left_top img {
        width: 28px;
    }
    #more-index .mod_two .mode_two_body .mode_left .mode_left_middle {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    #more-index .mod_two .mode_two_body .mode_left .mode_left_btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    #more-index .mod_two .mode_two_body .mode_right {
        width: 78%;
        float: right;
        margin-right: 20px;
        margin-top: -52px;
        z-index: -1;
        position: relative;
    }
    #more-index .mod_three_mantle {
        padding-top: 10px;
        padding-bottom: 45px;
    }
    
    #more-index .mod_three .mod_three_left {
        width: 120px;
        min-height: 280px;
    }
    #more-index .mod_three .mod_three_left ul li {
        font-size: 13px;
        height: 46px;
        line-height: 46px;
        padding-left: 15px;
    }
    #more-index .mod_three .mod_three_right {
        width: calc(100% - 120px);
        padding: 20px 10px 0 20px;
    }
    #more-index .mod_three .mod_three_right .mode_three_list {
        height: 360px;
    }
    #more-index .mod_three .mod_three_right .tp_info .title {
        font-size: 17px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    #more-index .mod_three .mod_three_right .tp_info .second_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    #more-index .mod_three .mod_three_right .tp_info .content_exhibit {
        font-size: 12px;
        line-height: 26px;
    }
    #more-index .mod_three .mod_three_right .bt_img {
        /* padding: 10px 10px 10px 14px; */
        right: 10px;
    }
    #more-index .mod_three .mod_three_right .bt_img img {
        width: 230px;
    }
    .mod_three .mod_num {
        padding: 0 20px;
    }
    .mod_three .mod_num .mod_num_item {
         font-size: 14px;
         margin-right: 0px;
    }
    .mod_three .mod_num_item .mod_num_count {
        font-size: 20px;
    }
    .mod_three .mod_num_item .mod_num_add {
        font-size: 13px;
        top: -2px;
    }
    .mod_five_mode .mod_five_mantle {
        padding: 0px;
    }
    .mod_five .mod_five_body {
        flex-direction: column;
        padding: 20px;
    }
    .mod_five .mod_five_body .company_news_right {
        margin-left: 0px;
    }
    .mod_five .company_items .company_items_title {
        white-space: normal;
        -webkit-line-clamp: unset;
    }
}
