.adv_item .adv_pic img,
.form_btn .submit_btn,
.sort_tab_mobile .select_tab::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.slider_banner .swiper-pagination {
    padding-bottom: 15px
}

.slide-page-box {
    display: none
}

.slider_banner {
    position: relative
}

.slider_banner .swiper-slide {
    overflow: hidden
}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
    width: 56px;
    height: 56px;
    line-height: 54px;
    margin-top: -28px;
    opacity: 0;
    background-image: none;
    border-radius: 50%
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
    opacity: 1
}

.slider_banner .swiper-button-prev {
    left: 0
}

.slider_banner .swiper-button-next {
    right: 0
}

.slider_banner:hover .swiper-button-prev {
    left: 20px
}

.slider_banner:hover .swiper-button-next {
    right: 20px
}

.slider_banner .swiper-pagination {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 10px
}

.slider_banner .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0 8px;
    border-radius: 0;
    padding: 8px 0;
    background: 0
}

.slider_banner .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 36px;
    height: 6px;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.9)
}

.slider_banner .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: hsla(0, 0%, 100%, 0.9)
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0
}

.slider_banner .swiper-slide img {
    width: 100%;
    transition: 3s linear;
    transform: scale(1.08)
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.slider_banner .swiper-pagination-bullet {
    margin: 0 8px
}

.banner_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: .78rem .6rem
}

.banner_txt .title {
    font-size: .56rem;
    line-height: .64rem
}

.banner_txt ul {
    float: left
}

.banner_txt ul li {
    line-height: .28rem;
    color: #fff;
    font-size: .24rem;
    margin-top: .25rem
}

.banner_txt ul li a {
    color: #fff
}

.slider_banner-phone {
    display: none
}

@media only screen and (max-width:950px) {
    .web_main {
        background: #fff
    }

    .slider_banner-phone {
        display: block;
        margin-top: 48px
    }

    .slider_banner-phone .swiper-slide img {
        width: 100%
    }

    .slider_banner {
        margin-top: 48px;
        display: none
    }

    .slider_banner .swiper-button-next,
    .slider_banner .swiper-button-prev {
        display: none
    }
}

.home_th {
    text-align: center
}

.home_th .title {
    font-size: 56px;
    font-family: Archivo Black;
    text-transform: capitalize;
    line-height: 1.25;
    font-weight: 400;
    font-size: 40px
}

.home_th .brief {
    color: #666;
    line-height: 1.5;
    margin-top: 12px
}

.home_th_left {
    text-align: left
}

.home_th_white .title,
.home_th_white .title a.txt {
    color: #fff
}

.home_th_white .brief {
    color: #fff
}

.home_th_white .title a.txt:hover {
    color: var(--commonColor)
}

@media only screen and (max-width:1450px) {
    .home_th .title {
        font-size: 50px
    }
}

@media only screen and (max-width:1350px) {
    .home_th .title {
        font-size: 42px
    }
}

@media only screen and (max-width:1200px) {
    .home_th .title {
        font-size: 34px
    }
}

@media only screen and (max-width:950px) {
    .home_th .title {
        font-size: 26px
    }
}

.common-next,
.common-prev {
    width: 64px;
    height: 64px;
    line-height: 62px;
    margin-top: -32px;
    font-size: 36px
}

.common-prev {
    left: -80px
}

.common-next {
    right: -80px
}

.common-prev::before {
    content: "\f104";
    font-size: 36px
}

.common-next::before {
    content: "\f105";
    font-size: 36px
}

@media only screen and (max-width:1640px) {

    .common-next,
    .common-prev {
        width: 60px;
        height: 60px;
        line-height: 58px;
        margin-top: -30px
    }

    .common-prev {
        left: -60px
    }

    .common-next {
        right: -60px
    }
}

@media only screen and (max-width:1350px) {

    .common-next,
    .common-prev {
        width: 48px;
        height: 48px;
        line-height: 46px;
        margin-top: -24px
    }

    .common-prev {
        left: -50px
    }

    .common-next {
        right: -50px
    }
}

.home_pro_sort {
    padding-top: 6%
}

.pro_sort_inner {
    margin-top: 2%
}

.sort_tab li {
    width: 15%;
    background: #eeeeee;
    border-radius: 6px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    padding: 18px 15px;
    cursor: pointer;
    margin-right: 2%;
    margin-top: 20px
}

.sort_tab li .title {
    color: #666
}

.sort_tab li:nth-child(6n) {
    margin-right: 0
}

.sort_tab li.active,
.sort_tab li:hover {
    background: var(--commonColor)
}

.sort_tab li.active .title,
.sort_tab li:hover .title {
    color: #fff
}

.sort_con {
    position: relative;
    margin-top: 18px;
    animation: fadeInUpA .5s;
    display: none
}

.sort_con .swiper {
    padding: 15px 3px 15px
}

.sort_con .swiper-slide {
    width: calc((100% - 44px) / 3);
    margin-right: 22px
}

.home_pro_item {
    padding: 6.5%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 12px;
    margin-top: 8px;
    position: relative
}

.home_pro_item::before {
    position: absolute;
    bottom: -15px;
    border-radius: 0 0 12px 12px;
    background: var(--commonColor);
    left: 24px;
    right: 24px;
    content: "";
    height: 15px;
    opacity: 0
}

.pro_pic_item {
    width: 40%
}

.home_pro_item .pro_pic {
    padding-bottom: 100%;
    border-radius: 12px;
    background: #f6f6f6
}

.home_pro_info {
    width: 55%
}

.home_pro_info .title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px
}

.home_pro_info .more {
    display: inline-block;
    padding-right: 30px;
    color: #666;
    font-size: 18px;
    text-transform: capitalize;
    background: url(../img/icon_right_g.png) no-repeat right center;
    background-size: 24px auto;
    border-bottom: 1px solid #666;
    margin-top: 10px
}

.home_pro_item:hover {
    margin-top: 0
}

.home_pro_item:hover::before {
    opacity: 1;
    height: 15px
}

.home_pro_item:hover .more {
    color: var(--commonColor);
    background-image: url(../img/icon_right_r.png);
    border-color: var(--commonColor)
}

.home_pro_info .title:hover {
    color: var(--commonColor)
}

.sort-pagination {
    display: none
}

.sort_tab_mobile {
    position: relative
}

.sort_tab_mobile .select_tab {
    width: 100%;
    background: var(--commonColor);
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    padding: 12px 15px;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    margin-top: 15px;
    display: none
}

.sort_tab_mobile .select_tab::before {
    position: absolute;
    content: "\f107";
    right: 10px;
    top: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px
}

.sort_tab_mobile .select_up::before {
    transform: rotate(180deg)
}

@media only screen and (max-width:950px) {
    .sort_con {
        padding: 0 0 35px;
        animation: none
    }

    .home_pro_item {
        padding: 20px 15px;
        margin-top: 0
    }

    .home_pro_item::before {
        opacity: 1;
        height: 12px;
        bottom: -12px
    }

    .home_pro_item:hover::before {
        opacity: 1;
        height: 12px
    }

    .home_pro_info .title {
        font-size: 16px
    }

    .swiper-container-multirow>.swiper-wrapper {
        flex-wrap: nowrap
    }

    .sort-next,
    .sort-prev {
        display: none
    }

    .sort-pagination {
        display: block
    }

    .sort_con .swiper {
        padding-top: 0
    }

    .sort_tab_mobile .select_tab {
        display: block
    }

    .sort_tab {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        z-index: 100;
        flex-direction: column;
        background: #fff;
        padding: 15px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
        border-radius: 0 0 10px 10px
    }

    .sort_tab li {
        width: 100%;
        margin-top: 15px;
        padding: 8px 15px;
        font-size: 18px
    }

    .sort_tab li:first-child {
        margin-top: 0
    }

    .sort_tab li.active {
        background: #eeeeee;
        color: #666
    }

    .sort_tab li.active .title {
        color: #666
    }
}

.home_ad {
    margin-top: 6%;
    position: relative
}

.home_ad::before {
    position: absolute;
    top: 6%;
    bottom: 8%;
    left: 0;
    right: 0;
    background: #333;
    z-index: 0;
    content: ""
}

.home_ad_bg {
    width: 54.5%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home_ad .layout {
    z-index: 2
}

.home_ad .web_th {
    width: 45%;
    padding: 7% 0 8.5%
}

.home_ad .web_th .title {
    color: #fff;
    font-family: Archivo Black;
    line-height: 1.5
}

.home_ad .web_th .brief {
    color: #fff;
    font-size: 20px
}

.home_ad .more_btn .more {
    display: inline-block;
    padding: 18px 40px 14px;
    border-radius: 4px;
    background: #fff;
    color: var(--commonColor);
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 24px
}

.home_ad .more_btn .more:hover {
    color: #fff;
    background: var(--commonColor);
    margin-left: 0
}

@media only screen and (max-width:950px) {
    .home_ad {
        background: url(../img/bg_ad.jpg) no-repeat center;
        background-size: cover
    }

    .home_ad::before {
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8)
    }

    .home_ad_bg {
        display: none
    }

    .home_ad .web_th {
        width: 100%
    }

    .home_ad .web_th .brief {
        font-size: 16px;
        line-height: 26px
    }

    .home_ad .more_btn .more {
        font-size: 16px;
        padding: 10px 40px 8px;
        background: var(--commonColor);
        color: #fff;
        margin-top: 18px
    }
}

.home_about {
    padding-bottom: 2.8%;
    background: #fafafa
}

.home_about .home_th .brief {
    font-size: 18px;
    line-height: 30px;
    max-height: 360px;
    overflow-y: auto
}

.home_about_pic {
    width: 58%;
    position: relative;
    padding-bottom: 6.8%;
    height: 100%
}

.home_about_info {
    width: 39.5%;
    padding-bottom: 6.5%
}

.home_about .home_th_mobile {
    display: none
}

.home_about_pic .wel_pic {
    border-radius: 2px
}

.wel_pic_small {
    width: 44%;
    position: absolute;
    z-index: 1;
    right: -12px;
    bottom: 0;
    border-radius: 10px 0 0 0;
    background: #fff;
    padding: 12px 12px
}

.wel_pic_small .wel_pic {
    padding-bottom: 100%;
    border-radius: 6px
}

.wel_pic_big {
    width: 63%;
    position: relative;
    z-index: 0;
    float: left
}

.wel_year {
    width: 34.5%;
    position: relative;
    float: right;
    margin-left: 2.5%
}

.wel_pic_big .wel_pic {
    padding-bottom: 115.6%
}

.wel_year .wel_pic {
    padding-bottom: 115.6%;
    border-radius: 12px
}

.wel_year .wel_pic::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    border-radius: 12px;
    background: rgba(var(--comColorRgb), .88);
    z-index: 1
}

.home_wel_num {
    margin: 5% 0 7%;
    max-width: 520px
}

.home_wel_num .alignBottom {
    font-family: Archivo Black;
    color: var(--commonColor);
    justify-content: center;
    font-size: 48px
}

.home_wel_num .world-number {
    line-height: 1;
    padding-top: 5px
}

.home_wel_num .world-number-l {
    line-height: 1;
    margin-left: 3px
}

.home_wel_num .world-tip-b {
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
    height: 48px
}

.wel_year .home_wel_num {
    position: absolute;
    z-index: 1;
    color: #fff;
    margin: 0;
    padding: 0 10%;
    top: 50%;
    transform: translateY(-50%)
}

.wel_year .home_wel_num .alignBottom {
    color: #fff;
    font-size: 92px
}

.wel_year .home_wel_num .world-tip-b {
    text-transform: lowercase;
    font-size: 24px;
    font-weight: normal;
    height: auto;
    margin-top: 10px
}

.home_more .more {
    display: inline-block;
    color: #fff;
    padding: 0 60px 0 30px;
    height: 52px;
    text-align: center;
    position: relative;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../img/icon_right_w.png) no-repeat 86% center;
    background-color: var(--commonColor);
    background-size: 26px auto;
    border: 2px solid var(--commonColor);
    font-size: 18px
}

.home_more .more:hover {
    background-color: #fff;
    color: var(--commonColor);
    background-image: url(../img/icon_right_r.png)
}

@media only screen and (max-width:1450px) {
    .home_wel_num .alignBottom {
        font-size: 38px
    }

    .wel_year .home_wel_num .alignBottom {
        font-size: 80px
    }
}

@media only screen and (max-width:1350px) {
    .home_wel_num .alignBottom {
        font-size: 36px
    }

    .wel_year .home_wel_num .alignBottom {
        font-size: 68px
    }
}

@media only screen and (max-width:1200px) {
    .home_wel_num .alignBottom {
        font-size: 34px
    }

    .wel_year .home_wel_num .alignBottom {
        font-size: 56px
    }

    .wel_year .home_wel_num .world-tip-b {
        font-size: 22px;
        line-height: 24px
    }
}

@media only screen and (max-width:950px) {
    .home_welcome {
        background-size: 38.4% auto
    }

    .home_wel_num {
        flex-wrap: wrap;
        margin: 8px 0
    }

    .home_wel_num .num_item {
        margin-bottom: 20px;
        width: 31%
    }

    .home_wel_num .alignBottom {
        font-size: 32px
    }

    .wel_year .home_wel_num .alignBottom {
        font-size: 28px
    }

    .wel_year .home_wel_num .world-tip-b {
        font-size: 16px;
        font-weight: normal;
        margin-top: 6px;
        height: auto;
        line-height: 20px
    }

    .wel_year .num_item {
        width: 100%;
        margin-bottom: 3px
    }

    .wel_year .wel_pic {
        padding-bottom: 116%
    }

    .home_wel_more {
        margin-top: 0
    }

    .home_wel_more .more {
        right: 0
    }

    .wel_pic_small {
        right: 0;
        padding: 10px
    }

    .home_about {
        padding-bottom: 30px
    }

    .home_about .layout {
        flex-direction: column
    }

    .home_about .home_th .brief {
        max-height: unset
    }

    .home_about_info .brief {
        max-height: unset
    }

    .home_about_pic {
        width: 100%;
        padding-bottom: 11.5%;
        order: 2;
        margin-top: 20px
    }

    .home_about .home_th_mobile {
        display: block;
        order: 1
    }

    .home_about_info .home_th {
        display: none
    }

    .home_about_info {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 0;
        order: 3
    }
}

.home_map {
    padding: 3.5% 0 6%;
    background: #fafafa
}

.map_left {
    width: 34%;
    position: relative;
    z-index: 1
}

.map_right {
    width: 58.8%;
    position: relative
}

.map_inner .home_th .title {
    font-size: 42px;
    line-height: 1.5
}

.map_inner .home_th .brief {
    font-size: 20px;
    margin-top: 6%
}

@media only screen and (max-width:1450px) {
    .map_inner .home_th .title {
        font-size: 40px
    }
}

@media only screen and (max-width:1350px) {
    .map_inner .home_th .title {
        font-size: 36px
    }
}

@media only screen and (max-width:1200px) {
    .map_inner .home_th .title {
        font-size: 32px
    }
}

@media only screen and (max-width:950px) {
    .home_map {
        padding: 10px 0 30px
    }

    .home_map .layout {
        padding: 0
    }

    .map_inner {
        flex-direction: column
    }

    .map_inner .home_th {
        text-align: center
    }

    .map_inner .home_th .title {
        font-size: 26px
    }

    .map_inner .home_th .brief {
        margin: 12px 0 0;
        font-size: 16px;
        line-height: 26px
    }

    .map_left {
        width: 100%;
        padding: 0 20px
    }

    .map_right {
        width: 100%;
        margin-top: 16px;
        overflow: hidden
    }
}

.home_advantage .home_th .brief {
    font-size: 20px;
    margin-top: 20px
}

.advantage_ul {
    padding: 5% 0 0
}

.advantage_ul li {
    width: 23.6%;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 40px 24px
}

.adv_item .adv_pic {
    overflow: hidden;
    height: 110px;
    width: 110px;
    margin: 0 auto
}

.adv_item .adv_pic img {
    display: block;
    height: 100%
}

.adv_item .adv_pic img.hov_img {
    display: none
}

.adv_info {
    text-align: center
}

.adv_info .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 5px;
    text-transform: uppercase;
    line-height: 28px;
    height: 56px;
    overflow: hidden
}

.adv_info .brief {
    display: block;
    color: #999;
    line-height: 1.5;
    max-height: 12em;
    overflow-y: auto
}

.adv_item:hover .adv_pic img {
    animation: swing .5s
}

.adv_item:hover {
    background: var(--commonColor);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.22)
}

.adv_item:hover .adv_info .title {
    color: #fff
}

.adv_item:hover .adv_info .brief {
    color: #fff
}

.adv_item:hover .adv_pic img.def_img {
    display: none
}

.adv_item:hover .adv_pic img.hov_img {
    display: block
}

@media only screen and (max-width:1300px) {
    .advantage_ul li {
        padding: 20px
    }

    .adv_info .title {
        height: 84px
    }
}

@media only screen and (max-width:950px) {
    .home_advantage {
        padding: 30px 0
    }

    .home_advantage .home_th .brief {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px
    }

    .advantage_ul {
        flex-direction: column;
        padding: 0
    }

    .advantage_ul li {
        padding: 20px 15px;
        width: 100%;
        max-width: unset;
        margin-top: 20px
    }

    .adv_item .adv_pic {
        width: 100px;
        height: 100px
    }

    .adv_info .title {
        margin: 15px 0 10px;
        height: auto
    }

    .adv_info .brief {
        max-height: unset;
        display: block
    }
}

.home_honor {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    background-attachment: fixed;
    padding: 6% 0
}

.home_honor .title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home_honor .title a {
    max-width: 80%;
    font-family: Archivo Black;
    font-size: 40px;
    color: #333 !important
}

.home_honor .home_th {
    text-align: left
}

.home_honor .home_th .brief {
    color: #666
}

.home_honor .cell {
    display: flex;
    align-items: center
}

.home_honor .swiper-button-next,
.home_honor .swiper-button-prev {
    position: unset;
    margin: 0;
    padding: 0;
    transform: unset;
    width: 48px;
    height: 48px;
    line-height: 40px;
    display: none;
    background: #333
}

.home_honor .swiper-button-next:hover,
.home_honor .swiper-button-prev:hover {
    background: var(--commonColor)
}

.home_honor .swiper-button-next::before,
.home_honor .swiper-button-prev::before {
    position: relative;
    bottom: -3px
}

.home_honor .swiper-button-prev {
    margin-right: 12px
}

.home_honor .home_th .brief {
    margin-top: 20px
}

.honor_inner {
    position: relative;
    margin-top: 3%
}

.honor_inner .swiper-slide {
    width: calc((100% - 96px) / 4);
    margin-right: 32px
}

.honor_item .cer_pic {
    padding-bottom: 70%
}

.honor-pagination {
    display: none
}

@media only screen and (max-width:950px) {
    .home_honor {
        margin-top: 0;
        padding: 30px 0
    }

    .home_honor .home_th .brief {
        margin-top: 12px;
        line-height: 28px
    }

    .honor_inner {
        padding: 0 0 35px;
        margin-top: 20px
    }

    .honor-pagination {
        display: block
    }

    .honor-next,
    .honor-prev {
        display: none
    }
}

.home_form {
    background: #fafafa
}

.form_inner {
    margin: 3% 0 0;
    border-radius: 12px;
    box-shadow: 4px 4px 12px 0 rgba(16, 118, 58, 0.1)
}

.form_left {
    width: 47%;
    height: auto
}

.form_left .form_pic {
    padding-bottom: 0;
    height: 100%;
    border-radius: 12px 0 0 12px
}

.form_right {
    width: 53%;
    box-sizing: border-box;
    padding: 4% 4.5%
}

.form_right .sub_title {
    font-weight: bold;
    padding-left: 75px;
    position: relative
}

.form_right .sub_title::before {
    position: absolute;
    left: 0;
    top: 49%;
    height: 2px;
    background: #333;
    width: 64px;
    content: ""
}

.form_right .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
    text-transform: capitalize
}

.form_div {
    margin-top: 3%
}

.form_input .input_item {
    width: 47.5%;
    margin-bottom: 24px
}

.form_input .input_item:last-child {
    width: 100%
}

.input_item .label {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    color: var(--commonColor);
    margin-bottom: 5px
}

.input_item input,
.input_item textarea {
    border-radius: 0;
    border: 1px solid #ededed;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    margin-top: 8px;
    padding: 10px 14px;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.input_item textarea {
    line-height: 28px;
    height: 196px
}

.form_btn {
    text-align: center
}

.form_btn .submit_btn {
    background: var(--commonColor);
    color: #fff;
    line-height: 50px;
    padding: 0 50px;
    height: 52px;
    width: auto;
    border: 2px solid var(--commonColor);
    font-size: 20px;
    font-weight: bold;
    border-radius: 26px;
    margin: 0 auto;
    text-transform: uppercase
}

.form_btn .submit_btn:hover {
    background: #fff;
    color: var(--commonColor)
}

@media only screen and (max-width:1200px) {
    .form_right .title {
        font-size: 24px
    }
}

@media only screen and (max-width:950px) {
    .form_inner {
        margin-top: 20px;
        flex-direction: column;
        box-shadow: none;
        padding: 0
    }

    .form_left {
        display: none;
        width: 100%
    }

    .form_left .form_pic {
        padding-bottom: 75%;
        height: 0;
        border-radius: 12px 12px 0 0
    }

    .form_right {
        width: 100%;
        padding: 0
    }

    .form_right .sub_title {
        font-size: 20px
    }

    .form_right .title {
        font-size: 20px;
        margin-top: 10px
    }

    .form_input {
        margin-top: 10px
    }

    .form_input .input_item {
        width: 100%;
        margin-bottom: 18px
    }

    .form_btn {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .form_btn .submit_btn {
        font-size: 18px;
        height: 46px;
        line-height: 44px
    }
}

.home_news {
    background: #fafafa;
    padding: 5.46% 0
}

.news_inner {
    padding: 2.6% 0 0
}

.news_left {
    width: 46%;
    height: auto;
    position: relative
}

.news_left .news_pic {
    height: 100%
}

.news_left .news_pic .pro_pic {
    height: 100%;
    min-height: 460px;
    border-radius: 24px
}

.news_item .news_date {
    padding-left: 34px;
    color: #333;
    background: url(../img/icon_date1.png) no-repeat left center;
    background-size: 24px auto;
    font-size: 20px
}

.news_item .title {
    height: 3em;
    overflow: hidden;
    line-height: 1.5;
    font-family: Archivo Black;
    margin: 10px 0;
    height: 56px;
    font-weight: 400;
    font-size: 20px
}

.news_item .title a {
    color: inherit;
    transition: color 0s ease-in-out
}

.news_item .brief {
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden
}

.news_slide .news_item {
    padding: 32px 34px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.news_slide .news_item::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    border-radius: 0 0 24px 24px;
    z-index: -1
}

.news_slide .news_item .title {
    height: auto;
    display: block;
    color: #fff
}

.news_slide .news_item .news_date {
    color: #fff;
    background-image: url(../img/icon_date1_.png);
    opacity: .95
}

.news_slide .news_item .brief {
    color: #fff;
    opacity: .95
}

.news_slide:hover .news_item .title {
    color: var(--commonColor)
}

.news_right {
    width: 51%;
    border-radius: 9px 9px 10px 10px
}

.news_ul li {
    position: relative;
    padding: 18px 16px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 23px 38px 20px
}

.news_ul li:hover {
    background: var(--commonColor)
}

.news_ul li:hover a .news_date {
    background: url(../img/icon_date1_.png) no-repeat left center
}

.news_ul li:hover a .title,
.news_ul li:hover a .news_date,
.news_ul li:hover a .brief {
    color: #fff
}

.news_ul li:last-child {
    margin-bottom: 0
}

.news_ul li:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24)
}

.news_right .news_pic {
    width: 24%
}

.news_right .news_pic .pro_pic {
    padding-bottom: 100%;
    border-radius: 4px
}

.news_right .news_item {
    padding: 0;
    /* width: 73% */
    width: 100%;
}

.news_inner_mobile {
    display: none
}

@media only screen and (max-width:1350px) {
    .news_item .title {
        font-size: 22px
    }
}

@media only screen and (max-width:1200px) {
    .news_item .title {
        font-size: 20px
    }
}

@media only screen and (max-width:950px) {
    .news_inner {
        padding: 20px 0 35px;
        flex-direction: column
    }

    .news_inner_pc {
        display: none
    }

    .news_inner_mobile {
        display: block
    }

    .news_slide .news_pic {
        width: 100%
    }

    .news_slide .news_pic .pro_pic {
        padding-bottom: 100%;
        border-radius: 12px
    }

    .news_slide .news_item::before {
        border-radius: 0 0 12px 12px
    }

    .news_slide .news_item {
        padding: 24px 24px
    }

    .news_left,
    .news_right {
        width: 100%
    }

    .news_left {
        flex-direction: column
    }

    .news_left .news_pic,
    .news_left .news_pic .pro_pic {
        height: auto
    }

    .news_left .news_pic .pro_pic,
    .news_right .news_pic .pro_pic {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%
    }

    .news_left .news_pic .pro_pic img,
    .news_right .news_pic .pro_pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .news_item .link_btn {
        margin-top: 6px
    }

    .news_item .title {
        height: auto;
        margin: 10px 0 0;
        font-size: 20px
    }

    .news_left .news_item .title {
        height: auto
    }

    .news_item .brief {
        display: none
    }

    .news_left .news_item {
        padding: 20px 12px
    }

    .news_right .news_item {
        padding: 20px 12px;
        border-radius: 0
    }

    .news_right .news_item:first-child {
        border-radius: 0
    }

    .news_right .news_pic {
        display: block
    }

    .news_right .news_ul {
        border-radius: 0
    }

    .news_right {
        padding: 0;
        background: none
    }

    .news_item:hover .link_btn a {
        margin-left: 0
    }

    .news_left:hover .news_item .link_btn a {
        margin-left: 0
    }
}

.pro_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --l-w: 436px;
    --l-mr: 90px;
    margin-top: 36px
}

.pro_tab .lll {
    width: var(--l-w)
}

.pro_tab .lll li {
    margin-top: 24px;
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 20px;
    border-radius: 8px;
    padding: 24px 44px;
    text-align: center;
    text-transform: uppercase;
    background: #f0f0f0
}

.pro_tab .lll li:first-child {
    margin-top: 0
}

.pro_tab .lll li.active {
    background: var(--commonColor);
    color: #ffffff
}

.pro_tab .rrr {
    width: calc(100% - var(--l-w) - var(--l-mr))
}

.pro_tab .pro_num.hides {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden
}

.pro_tab .pro_num.hides .pro_swiper_1,
.pro_tab .pro_num.hides>.tac {
    height: 0;
    overflow: hidden
}

.pro_tab .imgs_list {
    --pd2: 26px;
    --mt: 24px;
    display: flex;
    flex-wrap: wrap
}

.pro_tab .imgs_list .item {
    width: calc(100% / 3 - var(--pd2) * 2 / 3) ;
    margin-left: var(--pd2);
    margin-top: var(--mt);
    height: unset
}

.pro_tab .imgs_list .item:nth-child(3n + 1) {
    margin-left: 0
}

.pro_tab .imgs_list .item:nth-child(-n + 3) {
    margin-top: 0
}

.pro_tab .imgs_list .item .img {
    padding-bottom: 100%
}

.pro_tab .imgs_list .item .title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 9px
}

.pro_tab .read_more {
    margin-top: 18px;
    font-weight: bold;
    font-size: 16px;
    color: var(--commonColor);
    border-bottom: 2px solid var(--commonColor);
    padding-bottom: 5px;
    display: inline-flex
}

.pro_tab .read_more::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/r1.png) no-repeat center / contain;
    transform: rotate(-45deg);
    margin-left: 5px
}

.pro_tab .read_more:hover {
    transform: translateY(-5px)
}

.home_solutions {
    width: 100%;
    padding-right: calc((100% - 1480px) / 2);
    margin-top: 6.25%
}

.home_solutions .solution_top {
    --img-w: 832px;
    --img-w: 48.94%;
    --img-mr: 74px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.home_solutions .solution_top .tit {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.6em
}

.home_solutions .solution_top>.tit {
    padding: 10px
}

.home_solutions .solution_top .img {
    width: var(--img-w);
    padding-bottom: 42.7%
}

.home_solutions .solution_top .img lite-youtube>.lty-playbtn {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    border: 1px solid #fff;
    background: transparent;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home_solutions .solution_top .img lite-youtube>.lty-playbtn .zdy_play_btn {
    width: 71%;
    height: 71%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff
}

.home_solutions .solution_top .img lite-youtube>.lty-playbtn .zdy_play_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid var(--commonColor);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg)
}

.home_solutions .solution_top .info {
    width: calc(100% - var(--img-w) - var(--img-mr))
}

.home_solutions .solution_top .info .des {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 27px
}

.home_solutions .solution_top .info .info_list {
    margin-top: 50px;
    display: flex
}

.home_solutions .solution_top .info .info_list ul {
    margin-left: 122px
}

.home_solutions .solution_top .info .info_list ul:first-child {
    margin-left: 0;
    min-width: 220px
}

.home_solutions .solution_top .info .info_list ul li {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.8em
}

.home_solutions .solution_top .info .info_list ul li:first-child {
    font-family: Archivo Black;
    font-size: 18px;
    color: #333;
    margin-bottom: 11px
}

.home_solutions .solution_top .info .info_list ul li span {
    color: #333;
    font-weight: bold
}

.home_solutions .solution_top .info .solution_btn {
    background: #333333;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 32px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 50px;
    display: inline-block;
    transition: all .3s ease
}

.home_solutions .solution_top .info .solution_btn:hover {
    transform: translateY(-5px)
}

.nums_list {
    padding: 60px 0;
    background: var(--commonColor)
}

.nums_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.nums_list ul li {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.nums_list ul li .img {
    width: 72px;
    height: 72px;
    padding: 0
}

.nums_list ul li .num {
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 17px 0 12px
}

.nums_list ul li .tit {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px
}

.home_contact {
    background: var(--commonColor)
}

.home_contact .con_top {
    padding: 60px 0 70px;
    padding: 4% 0 4.7%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home_contact .con_top .lll {
    max-width: 70%
}

.home_contact .con_top .lll .tit {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 36px
}

.home_contact .con_top .lll .des {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-top: 16px
}

.home_contact .con_top .con_btn {
    font-weight: bold;
    font-size: 16px;
    color: var(--commonColor);
    border-radius: 56px 56px 56px 56px;
    background: #fff;
    padding: 10px 24px;
    transition: all .3s ease
}

.home_contact .con_top .con_btn:hover {
    transform: translateY(-5px)
}

.home_contact .con_bot {
    background: url(../img/indexbg1.png) no-repeat center / cover;
    padding: 137px 0 168px;
    padding: 7.2% 0 8.75%;
    position: relative
}

.home_contact .con_bot .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 71, 128, 0.7)
}

.home_contact .con_bot .con_bot_top .tit {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.3
}

.home_contact .con_bot .con_bot_top .des {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px
}

.home_contact .con_bot .con_bot_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    flex-wrap: wrap
}

.home_contact .con_bot .con_bot_bot li {
    width: calc(25% - 36px * 3 / 4);
    margin-left: 36px
}

.home_contact .con_bot .con_bot_bot li:first-child {
    margin-left: 0
}

.home_contact .con_bot .con_bot_bot li .img {
    padding: 0;
    width: 56px;
    height: 56px
}

.home_contact .con_bot .con_bot_bot li .tit {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 14px
}

.home_contact .con_bot .con_bot_bot li .des {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 14px
}

.home_app {
    padding: 6% 0
}

.home_app .layout>.title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 40px;
    text-align: center
}

.app_swiper {
    position: relative;
    --img-w: 748px;
    --img-w: 50.54%;
    --pd: 76px;
    --pre-next-w: 44px;
    margin-top: 44px
}

.app_swiper .item .img {
    width: var(--img-w);
    padding-bottom: 32.5%;
    height: 480px;
    padding: 0
}

.app_swiper .item .title {
    font-family: Archivo Black;
    font-size: 24px;
    line-height: 1.8
}

.app_swiper .item .desc {
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.8em
}

.app_swiper .item .info {
    width: calc(100% - var(--img-w) - var(--pd));
    padding: 72px 0 calc(72px + var(--pre-next-w))
}

.app_swiper .swiper-pagination-progressbar,
.app_swiper .swiper-button-next,
.app_swiper .swiper-button-prev {
    position: unset
}

.app_swiper .swiper-button-next,
.app_swiper .swiper-button-prev {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: var(--pre-next-w);
    height: var(--pre-next-w);
    line-height: var(--pre-next-w);
    border-radius: 6px;
    background: #333
}

.app_swiper .swiper-button-next::before,
.app_swiper .swiper-button-prev::before {
    content: "\f105";
    position: relative;
    bottom: 3px
}

.app_swiper .swiper-button-next:hover,
.app_swiper .swiper-button-prev:hover {
    background: var(--commonColor)
}

.app_swiper .swiper-button-prev {
    margin-right: 6px
}

.app_swiper .swiper-button-prev::before {
    content: "\f104"
}

.app_swiper .swiper-pagination-progressbar {
    width: 100%;
    height: 2px;
    margin-right: 11px
}

.app_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--commonColor)
}

.app_swiper .cell {
    width: calc(100% - var(--img-w) - var(--pd));
    position: absolute;
    right: 0;
    bottom: 72px;
    z-index: 999;
    display: flex;
    align-items: center
}

.app_swiper .cell>div {
    display: flex
}

.web_main {
    padding: 0
}

.banner_m {
    padding-bottom: 58.2%
}

.h5show {
    display: none
}

.pcshow {
    display: block
}

@media screen and (max-width:1366px) {
    .pro_tab {
        --l-w: 300px;
        --l-mr: 30px
    }

    .pro_tab .imgs_list .item {
        width: calc(50% - var(--pd2) * 1 / 2);
        margin: 0 !important;
        margin-left: var(--pd2) !important;
        margin-top: var(--mt) !important
    }

    .pro_tab .imgs_list .item:nth-child(2n + 1) {
        margin-left: 0 !important
    }

    .pro_tab .imgs_list .item:nth-child(-n + 2) {
        margin-top: 0 !important
    }

    .home_solutions .solution_top {
        align-items: unset;
        --img-mr: 30px
    }

    .home_solutions .solution_top .tit {
        font-size: 20px;
        text-align: center
    }

    .home_solutions .solution_top .info .des {
        margin-top: 5px
    }

    .home_solutions .solution_top .info .info_list {
        margin-top: 10px
    }

    .home_solutions .solution_top .info .solution_btn {
        margin: 10px 0;
        padding: 9px 17px
    }

    .nums_list ul li .tit {
        font-size: 17px
    }

    .home_th .title,
    .home_honor .title a {
        font-size: 20px
    }

    .pro_tab .lll li {
        font-size: 18px
    }

    .app_swiper .item .info {
        padding: 0 0 calc(72px + var(--pre-next-w))
    }

    .home_solutions .solution_top .info .info_list ul {
        margin-left: 30px
    }

    .home_solutions .solution_top .info {
        padding-right: 10px
    }

    .home_contact .con_bot .con_bot_top .tit {
        font-size: 26px
    }

    .home_app .layout>.title {
        font-size: 26px
    }
}

@media screen and (max-width:950px) {
    .h5show {
        display: block
    }

    .pcshow {
        display: none
    }

    .app_swiper {
        margin-top: 8px
    }

    .app_swiper .swiper-wrapper {
        height: auto
    }

    .app_swiper .swiper-slide {
        height: auto
    }

    .app_swiper .item .title {
        font-size: 18px
    }

    .app_swiper .item .img,
    .app_swiper .item .info {
        width: 100%
    }

    .app_swiper .item .img {
        height: 0;
        padding-bottom: 100%
    }

    .app_swiper .item .info {
        padding: 20px 0
    }

    .app_swiper .cell {
        width: 100%;
        bottom: 0;
        position: unset
    }

    .nums_list {
        padding: 10px 0 24px
    }

    .nums_list ul {
        justify-content: unset
    }

    .nums_list ul li {
        width: 50%;
        margin-top: 16px
    }

    .pro_tab .lll,
    .pro_tab .rrr {
        width: 100%
    }

    .pro_tab .lll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .pro_tab .lll li {
        min-width: 300px;
        padding: 10px 16px;
        margin: 0 0 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px
    }

    .pro_tab .lll li:first-child {
        margin-left: 0
    }

    .pro_tab .imgs_list {
        flex-wrap: unset
    }

    .pro_tab .imgs_list .item {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 30px !important;
        padding: 0 !important
    }

    .pro_tab .imgs_list .item:nth-child(-n + 3) {
        margin-top: 30px !important
    }

    .pro_tab .imgs_list .item .title {
        -webkit-line-clamp: unset
    }

    .pro_tab .swiper-pagination {
        position: unset;
        display: none;
    }

    .pro_tab .read_more {
        display: none
    }

    .home_solutions .solution_top .img,
    .home_solutions .solution_top .info {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .home_solutions .solution_top .img {
        padding-bottom: 81.64%
    }

    .home_solutions .solution_top .img lite-youtube>.lty-playbtn {
        width: 48px;
        height: 48px
    }

    .home_solutions .solution_top .img lite-youtube>.lty-playbtn .zdy_play_btn::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid var(--commonColor)
    }

    .home_solutions .solution_top .info {
        padding: 10px
    }

    .home_solutions .solution_top .info .info_list {
        flex-direction: column;
        margin: 0
    }

    .home_solutions .solution_top .info .info_list ul {
        min-width: unset !important;
        width: 100%;
        margin: 20px 0 0 !important
    }

    .home_contact .con_top {
        flex-direction: column
    }

    .home_contact .con_top .lll {
        max-width: 100%
    }

    .home_contact .con_top .lll .tit {
        font-size: 20px;
        line-height: 36px
    }

    .home_contact .con_top .lll .des {
        font-size: 16px
    }

    .home_contact .con_top .con_btn {
        margin-top: 20px;
        align-self: flex-start
    }

    .home_contact .con_bot {
        background: #fff !important
    }

    .home_contact .con_bot .mark {
        display: none
    }

    .home_contact .con_bot .con_bot_top .tit {
        color: #333;
        font-size: 20px
    }

    .home_contact .con_bot .con_bot_top .des {
        color: #666666
    }

    .home_contact .con_bot .con_bot_bot {
        margin: 0
    }

    .home_contact .con_bot .con_bot_bot li {
        width: 100%;
        margin: 50px 0 0
    }

    .home_contact .con_bot .con_bot_bot li .tit {
        font-size: 18px;
        color: #333333
    }

    .home_contact .con_bot .con_bot_bot li .des {
        color: #666666
    }

    .home_app .layout>.title {
        font-size: 20px
    }
}