.common-section .common-header {
    padding: 50px 0px 30px
}

.common-section .common-header .en-title {
    font-size: 60px;
    line-height: 60px;
    color: #f3f2f2;
    letter-spacing: 8px
}

.common-section .common-header .title {
    font-size: 36px;
    line-height: 36px;
    color: #31b1af;
    margin-top: -30px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 5px
}

.common-section .common-header .subtitle {
    font-size: 18px;
    color: #565656;
    letter-spacing: 2px
}

.common-section .common-header.awards .en-title {
    color: rgba(243, 242, 242, .3);
    font-weight: normal;
    letter-spacing: 5px
}

.common-section .common-header.awards .title {
    color: #fff
}

.common-section .common-header.awards .subtitle {
    color: #fff
}

.common-banner {
    position: relative
}

.common-banner .swiper-button-prev,
.common-banner .swiper-button-next {
    color: #fff
}

@media(min-width: 1200px) {
    .common-banner {
        width: 100%;
        height: 32vw
    }
}

@media(max-width: 1200px) {
    .common-banner {
        width: 1200px;
        height: 386px
    }
}

.home-search-wrap {
    height: 60px;
    background-color: #31b1af;
    color: #fff;
    box-shadow: 0px 0px 5px #49ccca;
    z-index: 100
}

.home-search-wrap .sw {
    height: 100%
}

.home-search-wrap .sw .search-tips {
    font-size: 18px
}

.home-search-wrap .sw .search-box {
    width: 360px;
    height: 45px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff
}

.home-search-wrap .sw .search-box>input {
    margin-left: 20px;
    width: 270px;
    height: 35px;
    border: none;
    border-right: 1px solid #31b1af;
    outline: none;
    font-size: 16px;
    color: #444
}

.home-search-wrap .sw .search-box>button {
    border: none;
    background: none;
}

.home-search-wrap .sw .search-box>button>i {
    font-size: 32px;
    color: #31b1af;
    margin-right: 20px;
    cursor: pointer
}

.home-search-wrap.activated {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px
}

.home-product {
    padding-bottom: 70px
}

.home-product .product_display_wrp {
    width: 100%
}

.home-product .product_display_wrp .product_sort_list {
    height: 35px;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box
}

.home-product .product_display_wrp .product_sort_list .product_sort_item {
    height: 20px;
    width: 170px
}

.home-product .product_display_wrp .product_sort_list .product_sort_item>span {
    border: 1px solid #31b1af;
    display: inline-block;
    width: 170px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #555;
    line-height: 33px;
    border-radius: 6px
}

.home-product .product_display_wrp .product_sort_list .product_sort_item:last-child {
    border-right: none
}

.home-product .product_display_wrp .product_sort_list .product_sort_item.activated>span {
    background: #31b1af;
    border: 1px solid #31b1af;
    color: #fff
}

.home-product .product_display_wrp .product_list_wrp {
    width: 100%;
    height: 610px;
    position: relative
}

.home-product .product_display_wrp .product_list_wrp .product_list_item {
    transition: all .5s ease;
    opacity: 0
}

.home-product .product_display_wrp .product_list_wrp .product_list_item.activated {
    opacity: 1;
    z-index: 10
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap {
    width: 360px;
    height: 100%;
    background-image: url(../resource/home-product-side-background.png);
    background-size: 100% 100%;
    user-select: none
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content {
    width: 325px;
    height: 490px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 105px;
    color: #fff
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content .cate-title {
    font-family: "rzzyt";
    font-size: 30px
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content .cate-subtitle {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 6px;
    background-color: #ff9c00;
    padding: 0px 50px;
    border-radius: 24px;
    margin: 5px 0px
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content .load-more {
    border: 1px solid #fff;
    padding: 1px 10px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 5px;
    margin: 15px auto 15px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content .load-more:hover {
    background-color: #fff;
    color: #31b1af
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content .cate-cover {
    width: 90%;
    height: 340px;
    overflow: hidden
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-cate-wrap .cate-content .cate-cover>img {
    max-height: 330px
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box {
    width: 820px;
    height: 100%;
    background-color: #fff
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item {
    width: 395px;
    height: 295px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item:nth-child(2n) {
    margin-right: 0px
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item .product-mask {
    height: 80px;
    top: auto;
    transition: all .5s ease
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item .product-mask>a {
    z-index: 10
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item .product-mask .mask-back {
    transition: all .5s ease;
    background-image: linear-gradient(rgba(255, 255, 255, 0), black 100%)
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item .product-mask .mask-content {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all .5s ease
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item .product-mask .mask-content>p {
    margin: 0px 20px;
    -webkit-line-clamp: 1
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item .product-mask .mask-content .detail-btn {
    transition: all .5s ease;
    margin-bottom: -70px;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 15px
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item:hover .product-mask {
    height: 100%
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item:hover .product-mask .mask-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 100%)
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item:hover .product-mask .mask-content {
    border: 1px solid #fff
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item:hover .product-mask .mask-content>p {
    -webkit-line-clamp: 2
}

.home-product .product_display_wrp .product_list_wrp .product_list_item .list-box .product_item:hover .product-mask .mask-content .detail-btn {
    margin-bottom: 0px
}

.home-awards {
    height: 610px;
    background-image: url(../resource/home-awards-background.jpg)
}

.home-awards .sw {
    height: 100%
}

.home-awards .sw .swiper-wrap {
    margin-top: 20px
}

.home-awards .sw .swiper-wrap .awards-swiper {
    width: 1040px;
    height: 355px
}

.home-awards .sw .swiper-wrap .awards-swiper .awards-item {
    background-image: url(../resource/honor-item-background.png);
    background-size: 100% 100%;
    padding: 40px 40px 52px 50px;
    box-sizing: border-box
}

.home-awards .sw .swiper-wrap .awards-swiper .awards-item .cover-wrap {
    width: 100%;
    height: 100%
}
.home-awards .sw .swiper-wrap .awards-swiper .awards-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-awards .sw .swiper-wrap .swiper-button-prev,
.home-awards .sw .swiper-wrap .swiper-button-next {
    background-color: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    opacity: .8
}

.home-awards .sw .swiper-wrap .swiper-button-prev:after,
.home-awards .sw .swiper-wrap .swiper-button-next:after {
    font-size: 20px;
    color: #31b1af;
    font-weight: bold
}

.home-awards .sw .swiper-wrap .swiper-button-prev:after {
    margin-right: 3px
}

.home-awards .sw .swiper-wrap .swiper-button-next:after {
    margin-left: 3px
}

.home-case {
    height: 825px;
    margin: 110px auto 105px
}

.home-case .sw {
    height: 100%;
    position: relative
}

.home-case .sw .common-header {
    position: absolute;
    right: 0px;
    padding-top: 0px
}

.home-case .sw .case_display_wrp {
    width: 100%;
    height: 100%
}

.home-case .sw .case_display_wrp .case_sort_list {
    height: auto;
    width: 100%;
    box-sizing: border-box
}

.home-case .sw .case_display_wrp .case_sort_list .case_sort_item {
    height: 230px;
    width: 288px;
    background: #818181;
    cursor: pointer
}

.home-case .sw .case_display_wrp .case_sort_list .case_sort_item .case-cover {
    height: 190px;
    width: 100%;
    background: #fff
}

.home-case .sw .case_display_wrp .case_sort_list .case_sort_item .case-title {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 18px;
    color: #fff
}

.home-case .sw .case_display_wrp .case_sort_list .case_sort_item.activated {
    background: #ff9c00
}

.home-case .sw .case_display_wrp .case_sort_list .case_sort_item.activated>span {
    background: #31b1af;
    border: 1px solid #31b1af;
    color: #fff
}

.home-case .sw .case_display_wrp .product-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 430px
}

.home-case .sw .case_display_wrp .product-description {
    width: 480px;
    height: 420px;
    background: rgba(238, 238, 238, .6);
    right: 0px;
    bottom: 15px;
    position: absolute;
    color: #444;
    padding: 30px 50px 0px
}

.home-case .sw .case_display_wrp .product-description .description-item>b {
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    color: #111
}

.home-case .sw .case_display_wrp .product-description .description-item>p {
    font-size: 18px;
    line-height: 30px
}

.home-case .sw .case_display_wrp .case_list_wrp {
    width: 100%;
    height: 580px;
    position: relative
}

.home-case .sw .case_display_wrp .case_list_wrp .case_list_item {
    transition: all .5s ease;
    opacity: 0
}

.home-case .sw .case_display_wrp .case_list_wrp .case_list_item.activated {
    opacity: 1;
    z-index: 10
}

.home-case .sw .case_display_wrp .case_list_wrp .load-more {
    font-size: 18px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    line-height: 36px;
    margin-top: 10px;
    float: right;
    padding: 0px 10px;
    color: #444;
    text-decoration: none;
    transition: all .3s ease
}

.home-case .sw .case_display_wrp .case_list_wrp .load-more:hover {
    border-top: 1px solid #31b1af;
    border-bottom: 1px solid #31b1af;
    color: #31b1af
}

.home-advantage {
    height: 830px;
    background-image: url(../resource/home-advantage-background.jpg);
    margin-bottom: 60px
}

.home-advantage .sw {
    height: 100%
}

.home-advantage .sw .advantage-switch-group {
    width: 260px;
    height: 90px;
    position: absolute;
    bottom: 5px;
    left: 0px;
    padding: 0px 20px
}

.home-advantage .sw .advantage-switch-group .advantage-switch-btn {
    cursor: pointer
}

.home-advantage .sw .advantage-switch-group .advantage-switch-btn>i {
    font-size: 70px;
    color: #31b1af
}

.home-advantage .sw .advantage-switch-group .advantage-switch-btn:first-child {
    transform: rotateX(180deg) rotateY(180deg);
    margin-top: 15px
}

.home-advantage .sw .advantage-switch-group .advantage-switch-btn.activated>i {
    color: #ff9c00
}

.home-advantage .sw .advantage-content-wrap {
    width: 865px;
    height: 530px;
    position: absolute;
    top: 195px;
    right: 0px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item {
    opacity: 0;
    transition: all .3s ease
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item {
    width: 100%;
    height: 240px;
    color: #fff;
    margin-bottom: 50px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text {
    width: 520px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text .title {
    margin-bottom: 20px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text .title .prefix {
    height: 55px;
    min-width: 60px;
    line-height: 55px;
    padding: 0px 10px;
    border: 1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 36px;
    font-family: "impact";
    border-right: none;
    text-align: center
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text .title .content {
    height: 55px;
    line-height: 55px;
    padding: 0px 10px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 24px;
    font-family: "impact";
    border-left: none
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text .advantage-tips .tips-item {
    margin-bottom: 20px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text .advantage-tips .tips-item>img {
    margin-top: 10px;
    margin-right: 10px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item .text .advantage-tips .tips-item>p {
    font-size: 17px;
    line-height: 40px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item:nth-child(1) .text .title .prefix {
    margin-right: 10px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item:nth-child(2) .text {
    order: 2
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item:nth-child(2) .text .title {
    justify-content: flex-end
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item:nth-child(2) .text .title .prefix {
    order: 2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #fff;
    border-left: none
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item:nth-child(2) .text .title .content {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #fff;
    border-right: none;
    order: 1;
    margin-right: 10px
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item .advantage-item:nth-child(2) .item-cover {
    order: 1
}

.home-advantage .sw .advantage-content-wrap .advantage-content-item.activated {
    opacity: 1;
    z-index: 10
}

.home-about .sw .common-header {
    position: relative;
    left: 200px
}

.home-about .sw .about-box {
    width: 100%;
    height: 188px;
    margin-bottom: 75px
}

.home-about .sw .about-box .about-container {
    width: 1920px;
    height: 100%;
    background-color: #31b1af
}

.home-about .sw .about-box .about-container .sw {
    height: 100%
}

.home-about .sw .about-box .about-container .sw .home-about {
    align-self: flex-end;
    width: 565px;
    height: 395px;
    position: relative;
    top: 75px;
    overflow: hidden
}

.home-about .sw .about-box .about-container .sw .home-about .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0px
}

.home-about .sw .about-box .about-container .sw .home-about .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #31b1af
}

.home-about .sw .about-box .about-container .sw .about-description {
    height: 100%;
    padding: 20px 0px 10px 30px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #fff;
    text-indent: 2em;
}

.home-about .sw .about-box .about-container .sw .load-more {
    position: absolute;
    right: 0px;
    bottom: -60px;
    width: 120px;
    height: 40px;
    border: 1px solid #ff9c00;
    font-size: 16px;
    color: #ff9c00;
    text-decoration: none;
    transition: all .3s ease
}

.home-about .sw .about-box .about-container .sw .load-more:hover {
    color: #fff;
    background-color: #ff9c00
}

.home-about .sw .stastistic {
    margin: 100px auto 90px
}

.home-about .sw .stastistic .statistic-item {
    width: 215px;
    height: 185px;
    cursor: pointer
}

.home-about .sw .stastistic .statistic-item .header {
    width: 100%;
    height: 100px;
    font-size: 38px;
    font-family: "Impact";
    color: #444;
    letter-spacing: 2px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    transition: all .3s ease
}

.home-about .sw .stastistic .statistic-item .header .cn-letter {
    font-size: 30px
}

.home-about .sw .stastistic .statistic-item .header .tailing {
    margin-left: 5px
}

.home-about .sw .stastistic .statistic-item .header .tailing .plus {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: -3px;
    font-weight: bold
}

.home-about .sw .stastistic .statistic-item .header .tailing .year {
    font-size: 12px
}

.home-about .sw .stastistic .statistic-item .subtitle {
    padding-top: 22px;
    font-size: 15px;
    color: #555;
    letter-spacing: 3px
}

.home-about .sw .stastistic .statistic-item:hover .header {
    border-top: 1px solid #31b1af;
    border-bottom: 1px solid #31b1af;
    color: #31b1af
}

.home-consult {
    height: 292px;
    background-image: url(../resource/home-consult-background.jpg);
    margin-bottom: 60px
}

.home-consult .sw {
    height: 100%
}

.home-consult .sw .consult-form {
    width: 270px;
    height: 160px;
    position: absolute;
    right: 15px;
    top: 110px
}

.home-consult .sw .consult-form>input,
.home-consult .sw .consult-form button {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-size: 16px
}

.home-consult .sw .consult-form>input::-webkit-input-placeholder {
    color: #ccc
}

.home-consult .sw .consult-form>button {
    background-color: #ff9c00;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    cursor: pointer;
    transition: all .3s ease
}

.home-consult .sw .consult-form>button:hover {
    background-color: #ffb033
}

.home-news {
    margin-bottom: 80px
}

.home-news .sw .header {
    margin-bottom: 30px
}

.home-news .sw .header .header-main .title>b {
    font-size: 24px;
    color: #333;
    letter-spacing: 2px
}

.home-news .sw .header .header-main .title .tailing {
    margin-left: 5px;
    margin-top: 3px
}

.home-news .sw .header .header-main .title .tailing .segment-line {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background-color: #31b1af
}

.home-news .sw .header .header-main .title .tailing>span {
    font-size: 13px;
    line-height: 18px;
    color: #555
}

.home-news .sw .header .header-main .subtitle {
    font-size: 12px;
    color: #444;
    letter-spacing: 2px
}

.home-news .sw .header .load-more {
    width: 120px;
    height: 40px;
    border: 1px solid #ff9c00;
    font-size: 16px;
    color: #ff9c00;
    text-decoration: none;
    transition: all .3s ease
}

.home-news .sw .header .load-more:hover {
    color: #fff;
    background-color: #ff9c00
}

.home-news .sw .news-box {
    height: 415px
}

.home-news .sw .news-box .news-top {
    width: 530px;
    height: 100%
}

.home-news .sw .news-box .news-top .news-cover {
    width: 100%;
    height: 265px;
    border-radius: 5px
}

.home-news .sw .news-box .news-top .description {
    width: 100%;
    height: 150px;
    cursor: pointer
}

.home-news .sw .news-box .news-top .description .header {
    margin-bottom: 0px
}

.home-news .sw .news-box .news-top .description .header .date .day {
    font-size: 36px;
    color: #444
}

.home-news .sw .news-box .news-top .description .header .date .year {
    writing-mode: vertical-rl;
    background-color: #31b1af;
    padding: 8px 0px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Impact";
    color: #fff;
    margin-left: 20px
}

.home-news .sw .news-box .news-top .description .header .view-detail {
    font-size: 16px;
    line-height: 30px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 0px 10px;
    color: #555;
    transition: all .3s ease;
    text-decoration: none;
    margin-right: 10px
}

.home-news .sw .news-box .news-top .description .text .title {
    font-size: 20px;
    margin-bottom: 5px;
    transition: all .3s ease
}

.home-news .sw .news-box .news-top .description .text .content {
    font-size: 16px;
    color: #555
}

.home-news .sw .news-box .news-top .description:hover .header .view-detail {
    border-top: 1px solid #31b1af;
    border-bottom: 1px solid #31b1af;
    color: #31b1af
}

.home-news .sw .news-box .news-top .description:hover .text .title {
    color: #ff9000
}

.home-news .sw .news-box .news-list {
    width: 635px;
    height: 100%
}

.home-news .sw .news-box .news-list .news-item {
    height: 83px;
    width: 100%;
    border-bottom: 2px dashed #ccc;
    cursor: pointer;
    transition: all .3s ease
}

.home-news .sw .news-box .news-list .news-item .date {
    margin-right: 20px
}

.home-news .sw .news-box .news-list .news-item .date .day {
    font-size: 30px;
    color: #555
}

.home-news .sw .news-box .news-list .news-item .date .year {
    writing-mode: vertical-rl;
    background-color: #31b1af;
    padding: 8px 0px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Impact";
    color: #fff;
    margin-left: 10px
}

.home-news .sw .news-box .news-list .news-item>p {
    font-size: 20px;
    color: #444;
    transition: all .3s ease
}

.home-news .sw .news-box .news-list .news-item:hover {
    border-bottom: 2px dashed #666
}

.home-news .sw .news-box .news-list .news-item:hover>p {
    color: #ff9000
}