.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* banner  end*/
/* about us start */
.about-box {
    background: #FAFAFA;
    padding-top: 123px;
    padding-bottom: 95px;
    box-sizing: border-box;
}

.mobile-about {
    display: none;
}

.about-top {
    display: flex;
    justify-content: flex-start;
    gap: 80px;


}

.about-left {
    width: 48%;
}

.about-left .about-swiper {
    width: 100%;
    overflow: hidden;
}

.about-left .about-swiper .swiper-wrapper {
    width: 100%;
}

.about-left .about-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.about-left .about-swiper .swiper-wrapper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about-left .swiper-about-pagination {
    text-align: center;
    margin-top: 30px;
}

.about-left .swiper-about-pagination .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.about-left .swiper-about-pagination .swiper-pagination-bullet-active {
    width: 39px;
    height: 12px;
    background: #3B72E5;
    opacity: 1;
    border-radius: 24px 24px 24px 24px;
}

.about-right {
    width: 50%;
    box-sizing: border-box;
}

@media (max-width:1440) {
    .about-right {
        padding-right: 2%;
    }
}

.about-right .about-txt-swiper {
    width: 100%;
    overflow: hidden;
}

.about-right .about-txt-swiper .swiper-wrapper {
    width: 100%;
}

.about-right .swiper-txt-pagination {
    width: 65%;
    text-align: left;
    margin-top: 30px;
}

.about-right .swiper-txt-pagination .swiper-pagination-bullet {
    background: #D2D2D2;
    opacity: 1;
    width: 90px;
    height: 2px;
    margin: 0;
}

.about-right .swiper-txt-pagination .swiper-pagination-bullet-active {
    width: 90px;
    height: 5px;
    background: #3B72E5;
    opacity: 1;
    border-radius: 24px;
}

.txt-operate {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.about-right .swiper-txt-btn {
    display: flex;
    gap: 20px;
    margin-left: 20px;
}

.about-right .swiper-txt-button-prev {
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-image: url(../img/swiper-left.png);
}

.about-right .swiper-txt-button-prev:hover {
    background-image: url(../img/hover-left.png);
}

.about-right .swiper-txt-button-next {
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-image: url(../img/swiper-right.png);
}

.about-right .swiper-txt-button-next:hover {
    background-image: url(../img/hover-right.png);
}

.about-right .about-tip a {
    font-family: 'Arial-blod';
    font-weight: bold;
    font-size: 16px;
    color: #3B72E5;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-transform: Uppercase;
}

.about-right .about-title a {
    margin: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: Uppercase;

}

.about-right .about-title a {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 75px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-right .about-title span {
    color: #3B72E5;
}

.about-right .about-content {
    width: 95%;
    height: 230px;
    max-height: 230px;
    overflow-y: auto;

}

.about-right .about-content {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-right .about-btn {
    margin-top: 30px;
}

.about-right .about-btn .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #333333;
}
.about-right .about-btn .button:hover a{  color: #fff; }
.about-right .about-btn a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none
}


.about-right .about-btn a b {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-right .about-btn a b::before {
    content: '\f067';
    font-family: 'fontawesome';
    font-size: 20px;
}

.about-right .about-btn .button:hover {
    background-color: #000;
}

.about-right .about-btn button:hover a {
    color: #FFFFFF;
}

.about-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #3B72E5;
    box-shadow: 0px 4px 12px 0px rgba(59, 114, 229, 0.2);
    margin-top: 67px;
    padding: 32px;
    box-sizing: border-box;
}

.about-icons .icon-item {
    width: 20%;
    max-width: 353px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-icons .icon-item a {
    width: 100%;
    text-align: center;
}

.about-icons .icon-item img {
    width: 72px;
    height: 72px;
}

.about-icons .icon-number {
    width: 100%;
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 28px;
    position: relative;
}

.about-icons .icon-number span {
    position: absolute;
    font-size: 20px;
    top: -15px;
}

.about-icons .icon-txt {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    margin-top: 28px;
    text-transform: none;
    text-transform: Uppercase;
}

/* about us end */
/* product start */
.product-box {
    margin-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.product-tip {
    text-align: center;
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #3B72E5;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-transform: Uppercase;

}

.product-title {
    text-align: center;
}

.product-title a {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
}

.swiper-grid-column>.swiper-wrapper {
    width: 1470px !important;
    height: 950px !important;
}

#product-tabs {
    margin-top: 55px;
}


.product-prev {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
}

.product-next {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
}

#product-tab-content {
    position: relative;
}

#product-tabs .tab-link.active {
    background: linear-gradient(to right, #1098cf, #39ac98, #5dbd67);
    /* 激活时的背景色 */
    color: white;
    /* 激活时的文字颜色 */
}

#product-tabs .tab-link {
    width: 15%;
    padding: 32px 9px;
    margin-right: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(59, 114, 229, 0.2);
    border-radius: 8px 8px 8px 8px;
    border: none;
}

#product-tabs .tab-link {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}



@media screen and (max-width: 1900px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
    }

    #product-tabs .tab-link {
        width: 15%;
    }
}

@media screen and (max-width: 1680px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;

    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1500px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1440px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1366px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1280px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {

    .about-right .about-content{  height: 100%; max-height:100%;}
    .news-right{ max-height: 37em; overflow: auto;}
    #product-tab-content{     margin-top: 10px !important;}
    .btn-product-prev { opacity: 0;}
    .btn-product-next{ opacity: 0;}
    .services-right{  padding-bottom: 50px !important;}
    .services-bottom{ padding-bottom:0px !important;}
    .product-box{  margin-top: 50px; padding-bottom:initial;}
    .news-left img{ width: 100% !important; height: 100% !important;}
    .contact-info{ width: 50% !important;}
    .swiper-grid-column>.swiper-wrapper{ width: 100% !important;}
    .services-right{  max-height:initial !important;       padding-top: 50px !important;  margin-top: 0px !important;}
    .services-bottom{ flex-wrap: wrap; justify-content:center !important;padding-left:0% !important;    }
    /* .services-left .services-product{ width: 50% !important; height: 50% !important;} */
    .services-left{ width: 55% !important;     padding-bottom: 57% !important;}
    .services-right{ width: 95% !important;}
    .services-left{ height: 100% !important;}
    .services-right .right-item{  width: 100% !important; }
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}
@media screen and (max-width: 1100px) {
    .services-right .right-item{ width: 100% !important;}

}
@media screen and (max-width: 1024px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }
 
    #product-tabs .tab-link {
        width: 100%;
    }
}

#product-tabs button:last-child {
    margin-right: 0;
}

#product-tab-content {
    margin-top: 54px;
    max-height: 950px;
}

.Pro-mySwiper {
    width: 100%;
    height: 100%;
    max-height: 900px;
    margin-left: auto;
    margin-right: auto;
}

.Pro-mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* height: calc((100% - 30px) / 2) !important; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

.btn-product-prev {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 4px 4px 16px 0px rgba(59, 114, 229, 0.2);
    background: transparent;
    background-image: url(../img/product-left.png);
    border: none;
    position: absolute;
    top: 60%;
    left: -8%;
    z-index: 999;
}

.btn-product-next {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 4px 4px 16px 0px rgba(59, 114, 229, 0.2);
    background: transparent;
    background-image: url(../img/product-right.png);
    border: none;
    position: absolute;
    top: 60%;
    right: -8%;
    z-index: 9999;
}

.btn-product-prev:hover {
    border-radius: 50%;
    background-image: url(../img/hover-left.png);
}

.btn-product-next:hover {
    border-radius: 50%;
    background-image: url(../img/hover-right.png);
}

.Pro-mySwiper-min .swiper {
    width: 100%;
    height: 100%;
}

.Pro-mySwiper-min .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Pro-mySwiper-min .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block !important;
}

.content-box {
    width: 100%;
}

.product-item {
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px 0px rgba(59, 114, 229, 0.2);
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 16px;
}

.product-item .item-img {
    overflow: hidden;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.product-item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.product-item .item-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
}

.product-item .item-img img {
    width: 100%;
    height: 100%;
}

.product-item .item-title {
    height: 56px;
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: Uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.item-more .button {
    background-color: transparent;
    border: none;
    width: 200px;
    border-bottom: 1px solid #333333;
}

.item-more .btn-more {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.item-more .btn-more:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/hover-more-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-more .btn-more:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/more-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-more .btn-more:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%);
}

.item-more .btn-more:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.item-more .btn-more:hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%);
}

.item-more button:hover {
    border-bottom: 1px solid #3B72E5;
}

.item-more button:hover a {
    color: #3B72E5;
}

.item-more button a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* product end */

/* services start */
.services-box {
    background: #FAFAFA;
    padding-top: 30px;
    text-align: center;
}

.services-tip {
    margin-bottom: 15px;
}

.services-tip a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #3B72E5;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.services-title a {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
    text-transform: uppercase;
}

.services-title span {
    color: #3B72E5;
}

.services-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 9.5%;
    box-sizing: border-box;
    padding-bottom: 80px;

}

.services-left {
    width: 46%;
    margin-top: 70px;
    position: relative;
    background-image: url(../img/services-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 84%;
    position: relative;
    height: 800px;
}

.services-left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.services-left .services-product {
    width: 100%;
    max-width: 883px;
    height: 100%;
    z-index: 999;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.services-left .services-product:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
}

.services-right {
    width: 53%;
    padding-top: 170px;
    padding-bottom: 126px;
    max-height: 1000px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-left: 43px;
    box-sizing: border-box;
}
@media (max-width:1880px) {
    .services-right {
        margin-top: 100px;
    }
    .services-bottom   .services-right {  margin-top: 0px; }
}
.services-right .right-item {
    width: 75%;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px 0px rgba(59, 114, 229, 0.2);
    border-radius: 8px 8px 8px 8px;
    padding: 40px  32px;
    box-sizing: border-box;
    margin-bottom: 28px;
    z-index: 999;
}

.services-right .right-item .right-item-title {
    font-family: 'Arial-blod';
    font-weight: bold;
    font-size: 24px;
    color: #3B72E5;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.services-right .right-item .right-item-txt {
    font-family: 'Arial';
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-right .right-item:hover {
    background: linear-gradient(to right, #1098cf, #39ac98, #5dbd67);
}

.services-right .right-item:hover .right-item-title {
    color: #FFFFFF;
}

.services-right .right-item:hover .right-item-txt {
    color: #FFFFFF;
}

.services-right img {
    z-index: 1;
    position: absolute;
    bottom: 65px;
    left: 0;
}

/* services end */

/*  */
.evaluate-box {
    position: relative;
    max-height: 808px;
    text-align: center;
}

.evaluate-top {
    padding-top: 127px;
    padding-bottom: 328px;
    box-sizing: border-box;
    background-image: url(../img/evaluate-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.evaluate-bottom {
    width: 100%;
    position: absolute;
    top: 65%;

}

.evaluate-tip a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-transform: Uppercase;
}

.evaluate-title {
    margin-top: 15px;
}

.evaluate-title a {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-transform: Uppercase;
    margin-top: 16px;
}

.evaluate-layout {
    width: 1440px;
    margin: 0 auto;

}

@media (max-width:1440px) {
    .evaluate-layout {
        width: 95%;
    }
}

.evaluate-wrap-pc {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.evaluate-wrap-mobile {
    display: none;
}

.evaluate-item {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(59, 114, 229, 0.2);
    border-radius: 16px 16px 16px 16px;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-right: 25px;
}

.evaluate-item .evaluate-avatar {
    position: absolute;
    top: -75px;
}

.evaluate-item .evaluate-avatar img {
    width: 136px;
    height: 136px;

}

.evaluate-grade {
    text-align: center;
    display: flex;
}

.evaluate-grade img {
    max-width: 30px;
    max-height: 30px;
}


.evaluate-body {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.evaluate-body .evaluate-username {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.evaluate-content {
    height: 80px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.evaluate-end-tip {
    text-align: center;
    margin-top: 20px;
}

.evaluate-end-tip a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.evaluate-end-tip .button {
    background-color: transparent;
    border: none;
    width: 170px;
    display: inline-block;
    border-bottom: 1px solid #333333;
}

.evaluate-end-tip .btn-read {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.evaluate-end-tip .btn-read:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/hover-more-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.evaluate-end-tip .btn-read:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/more-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.evaluate-end-tip .btn-read:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%);
}

.evaluate-end-tip .btn-read:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.evaluate-end-tip .btn-read:hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%);
}

.evaluate-end-tip button:hover {
    border-bottom: 1px solid #3B72E5;
}

.evaluate-end-tip button:hover a {
    color: #3B72E5;
}

.evaluate-end-tip button a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* evaluate end */
/* network start */
.network-box {
    margin-top: 260px;
    text-align: center;
}

.network-tip {
    margin-bottom: 15px;
}

.network-tip a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #3B72E5;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.network-title a {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
    text-transform: uppercase;

}

.network-title span {
    color: #3B72E5;
}

.network-content {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.network-content span {
    color: #3B72E5;
    font-weight: bold;
    font-family: 'Arial-blog';
}

.network-image img {
    width: 100%;
    max-height: 919px;
}

/* network end */
/* news start */
.news-box {
    margin-top: 88px;
    margin-bottom:60px;
    text-align: left;
}

.news-tip,
.news-title {
    text-align: left;
}

.news-tip a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 16px;
    color: #3B72E5;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.news-title a {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 75px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 15px;
}

.news-title span {
    color: #3B72E5;
}

.news-body {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    align-items: self-start;
    gap: 60px;
}

.news-left {
    padding-bottom: 40px;
    box-sizing: border-box;
 
}

.news-left img {
    width: 448px;
    height: 580px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.news-left img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.news-left .button {
    margin-top: 48px;
}

.news-left .button {
    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    border-bottom: 2px solid #333333;
}

.news-left .button a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none
}


.news-left .button a b {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-left .button a b::before {
    content: '\f067';
    font-family: 'fontawesome';
    font-size: 20px;
}

.news-left .button:hover {
    background-color: #000;
}

.news-left .button:hover a {
    color: #FFFFFF;
}

.news-right {
    width: 65%;
}

.news-right .news-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 32px;
    box-sizing: border-box;
    background: #EFF6FE;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DFDFDF;
    margin-bottom: 16px;
}

.new-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-title {
    padding-right: 5px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-title a {
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.new-content {
    padding-right: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-content a {
    font-family: 'Arial-blog';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
}

.new-btn .btn-new {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 40px;
}


.news-item:hover .new-btn .btn-new:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/hover-news-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.new-btn .btn-new:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/news-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.new-date {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-item:hover {
    background: linear-gradient(90deg, #4779E1 0%, #5FBE65 100%);
}

.news-item:hover a {
    color: #FFFFFF;
}

.news-item:hover .new-date {
    color: #FFFFFF;
}

.new-btn .btn-new:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%);
}

.news-item:hover .new-btn .btn-new:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* news end */




/*------------------mobile------------------------*/
@media (max-width:950px) {
/* .mobile-head-language{ float: left;}
.mobile-head-search{  float: right;}
.mobile-head-nav{  float: right;} */
    .about-box {
        padding: 0 5%;
        margin-top: 32px;
        background-color: #FFFFFF;
    }
    .news-right .news-item{    flex-wrap: wrap;  }
    .about-right .about-btn .button{  width: 200px;}
.header_layout   .logo{ display: none;}
    .about-box .layout {
        width: 100%;
    }
    .new-btn{ display: none;}
    .news-right .news-item .new-right{  display: block !important;}
    .about-box .about-top {
        flex-direction: column;
        gap: 16px;
    }

    .mobile-about {
        display: block;
    }

    .mobile-about .about-tip {
        font-family: 'Arial-blog';
        font-weight: bold;
        font-size: 16px;
        color: #3B72E5;
        line-height: 19px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .mobile-about .about-title {
        font-family: 'Chaparral-Pro-bold';
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 8px;
    }

    .mobile-about .about-title span {
        color: #3B72E5;
    }

    .about-left .about-swiper {
        margin-top: 5px;
    }

    .about-box .about-left {
        width: 100%;
    }

    .about-left .swiper-about-pagination {
        display: none;
    }

    .about-right {
        width: 100%;
        padding-right: 0;
    }

    .about-right .about-tip,
    .about-right .about-title {
        display: none;
    }

    .about-right .about-content {
        width: 100%;
    }

    .about-right .txt-operate {
        display: none;
    }

    .about-box .about-icons {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .about-icons .icon-item {
        width: 50%;
        margin-bottom: 5px;
    }

    .about-icons .icon-txt {
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-transform: Uppercase;
        margin-top: 12px;
    }

    .about-icons .icon-number {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 12px;
    }

    .about-icons .icon-item img {
        width: 45px;
        height: 42px;
    }

    .product-box {
        margin-top: 56px;
    }

    .product-title a {
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: uppercase;
        text-transform: none;
    }

    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #product-tabs .tab-link {
        width: 100%;
        white-space: nowrap;

    }


    .btn-product-prev {
        position: absolute;
        top: 45%;
        left: 0%;
    }

    .btn-product-next {
        position: absolute;
        top: 45%;
        right: 0%;
    }

    #product-tab-content .product-item {
        display: none;
    }

    #product-tab-content .product-item:first-child {
        width: 90%;
        display: block;
    }

    .services-bottom {
        flex-direction: column;
        padding: 0;
    }

    .services-left {
        width: 100%;
        height: 800px;
        background-size: contain;
    }

    .services-title a {
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-transform: uppercase;
    }

    .services-left .services-product {
        width: 100%;
        height: 100%;
    }

    .services-right {
        width: 100%;
        padding: 0;
        margin-top: 24px;
    }

    .services-right .right-item {
        width: 100%;
    }

    .services-right img {
        display: none;
    }

    .services-right .right-item .right-item-title {
        font-size: 20px;
    }

    .evaluate-box {
        position: relative;
    }

    .evaluate-top {
        padding-top: 34px;
        padding-bottom: 137px;
    }

    .evaluate-bottom {
        width: 100%;
        max-width: 950px;
        position: absolute;
        top: 20%;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .evaluate-box .placeholder {
        height: 300px;
        width: 100%;
        position: relative;
        top: 0;
    }

    .evaluate-title a {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-transform: uppercase;
    }

    .evaluate-wrap-pc {
        display: none;
    }

    .evaluate-wrap-mobile {
        display: block;
    }

    .evaluate-wrap-mobile .swiper {
        width: 100%;
        height: 100%;
        max-width: 950px;
        display: flex;
        justify-content: center;
        padding-top: 15%;
    }

    .evaluate-wrap-mobile .swiper-slide {
        max-width: 950px;
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .evaluate-wrap-mobile .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .evaluate-item .evaluate-avatar img {
        width: 92px;
        height: 92px;
    }

    .evaluate-body .evaluate-username {
        font-size: 28px;
    }

    .evaluate-body {
        margin-top: 62px;
    }

    .evaluate-item .evaluate-avatar {
        top: -50px;
    }

    .evaluate-content {
        font-size: 16px;
    }

    .evaluate-end-tip {
        width: 75%;
    }

    .evaluate-grade {
        display: flex;
        justify-content: center;
    }

    .evaluate-wrap-mobile .swiper-slide .evaluate-grade img {
        width: 80%;
    }

    .evaluate-end-tip a {
        font-weight: normal;
    }

    .evaluate-end-tip button a {
        font-weight: normal;
    }

    .network-box {
        margin-top: 32px;
    }

    .network-title a {
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 8px;
        text-transform: uppercase;
    }

    .network-content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 16;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    .news-box {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    /* .news-title,
    .news-tip{
        display: none;
    } */

    .news-body{ flex-wrap: wrap;}
    .news-left {
        display: block;
         padding-bottom: 0px;
    }
    .news-right .news-item .new-title {
        display: block;
        color: #000;
    }

    .news-right {
        width: 100%;

        max-height: initial !important;
    }

    .news-right .news-item .new-right {
        display: none;
    }

    .news-right .news-item .new-content a {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .news-right .news-item:hover a {
        color: #FFFFFF;
    }
}


.change-empty{ display: none;}
/*------------------mobile------------------------*/

