.carousel{
    height: 780px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000000;
}
.swiper-slide-active img{
    transform: scale(1.05);
    animation: sate 2s linear forwards;
}
@keyframes sate {
    to{ transform: scale(1.0); }
}
@property --angle {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 20px 0;
}
.swiper-pagination-bullet{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(#4db8ff 0%,#dcdcdc 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 3px;
    opacity: 0.7;
    /*animation: loading 5s forwards linear;*/
}
.swiper-pagination-bullet-active{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(#4db8ff var(--angle), #dcdcdc 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 3px;
    animation: loading 5s forwards linear;
    opacity: 1.0;
}
.swiper-pagination-bullet:after,
.swiper-pagination-bullet-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 50%;
}
@keyframes loading {
    /*0%{ --angle: 0% }*/
    to{ --angle: 100% }
}
.search{
    width: 100%;
    height: 100px;
    background: rgba(242, 242, 242, 1);
}
.search-box-container{
    width: 1440px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.search-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-title{
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}
.search-title:before{
    content: "HOT";
    display: inline-block;
    background-image:-webkit-linear-gradient(left,rgba(13, 128, 253, 1),rgba(4, 214, 180, 1));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-right: 10px;
}
.hot-words a{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(51, 51, 51, 0.4);
}
.search-box{
    width: 430px;
    height: 60px;
    border-radius: 225px;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    padding: 5px 15px;
    display: flex;
}
.search-box input{
    width: 70%;
    height: 100%;
    border: 0 solid;
    outline: none;
    font-size: 16px;
}
.search-box button{
    width: 30%;
    height: 100%;
    border-radius: 223px;
    background: rgba(12, 84, 166, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px 6px 10px;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    border: 0;
    cursor: pointer;
}
.premium{
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}
/* .premium-container{
    width: 1440px;
    height: auto;
    margin: auto;
} */
.premium-top{
    display: flex;
    justify-content: space-between;
}
.premium-top-left .b-title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(12, 84, 166, 1);
    margin-bottom: 20px;
}
.premium-top-right .right-btn{
    width: 165px;
    height: 55px;
    opacity: 1;
    border-radius: 226px;
    border: 2px solid rgba(4, 214, 180, 1);
    background-image:-webkit-linear-gradient(right,rgba(13, 128, 253, 1),rgba(4, 214, 180, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.premium-box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.premium-list{
    width: 670px;
    display: flex;
    flex-direction: column;
}
.premium-item{
    width: 100%;
    height: 151px;
}
.premium-item{
    background-color: #ffffff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 200px 200px 0;
}
.premium-item.active,
.premium-item:hover{
    background-color: rgba(247, 247, 247, 1);
}
.premium-item-more{
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 223px;
    background: rgba(237, 237, 237, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.premium-item.active .premium-item-more,
.premium-item:hover .premium-item-more{
    background-color: rgba(0, 98, 184, 1);
}
.premium-item.active .premium-item-title,
.premium-item:hover .premium-item-title{
    color: rgba(12, 84, 166, 1);
}
.premium-item-more img{
    width: 12px;
    height: 12px;
}
.premium-item-main{
    width: 90%;
}
.premium-item-title{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 37.65px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    text-overflow: ellipsis;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
}
.premium-item-desc{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(51, 51, 51, 0.6);
    margin-top: 10px;
    text-overflow: ellipsis;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.premium-details{
    width: 700px;
    height: 453px;
    opacity: 1;
    border-radius: 6px;
    background: rgba(225, 231, 237, 1);
    display: flex;
    justify-content: space-between;
    padding: 55px 35px;
}
.premium-details-image{
    width: 388px;
    height: 100%;
    padding: 0 20px;
}
.premium-details-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.premium-details-card{
    width: 288px;
    height: 100%;
    opacity: 1;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px  rgba(0, 37, 74, 0.05);
    padding: 36px 31px;
}
.premium-details-card-title{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}
.premium-details-card-desc{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.6);
    text-align: justify;
    margin-top: 20px;
    height: 145px;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    cursor: pointer;
}
.premium-details-card-btn{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    /*align-items: ;*/
}
.premium-details-card-btn button{
    width: 100px;
    height: 37px;
    border-radius: 6px;
    background: rgba(12, 84, 166, 1);
    outline: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}
.premium-details-card-btn button:nth-child(2){
    background: rgba(217, 235, 250, 1);
    color: rgba(12, 84, 166, 1);
}
.customer-service{
    width: 100%;
    height: auto;
    background-image: url("../img/index/customer_service_bg.png");
    background-color: rgba(7, 46, 105, 1);
    background-size: 100%;
    background-position: 0px -140px;
    overflow: hidden;
}
.customer-service-container{
    width: 1440px;
    height: auto;
    margin: auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.customer-service-left{
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customer-service-left input:nth-child(1),
.customer-service-left input:nth-child(2){
    width: 48%;
    height: 60px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(50px);
    border: 0px solid;
    outline: none;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 20px;
}
.customer-service-left input:nth-child(1)::placeholder,
.customer-service-left input:nth-child(2)::placeholder{
    color: rgba(255, 255, 255, 0.6);
}
.customer-service-left textarea{
    width: 100%;
    height: 120px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(50px);
    margin-top: 30px;
    padding: 20px 24px;
    font-size: 20px;
    color: #ffffff;
    outline: none;
    border: 0;
    margin-bottom: 30px;
    resize: none;
}
.customer-service-left textarea::placeholder{
    color: rgba(255, 255, 255, 0.6);
}
.customer-service-left button{
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px  rgba(0, 0, 0, 0.1);
    color: rgba(12, 84, 166, 1);
    font-size: 18px;
    outline: none;
    border: 0;
    cursor: pointer;
}
.customer-service-right{
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.customer-service-right>p:nth-child(1){
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 46.34px;
    color: rgba(255, 255, 255, 0.8);
}
.customer-service-right>p:nth-child(2){
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 57.92px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    margin-bottom: 20px;
}
.customer-service-right>p:nth-child(3){
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(255, 255, 255, 0.6);
}
.phone-img{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.phone-img img{
    width: 64px;
    height: 64px;
    object-fit: none;
}
.bottom-tel{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.tel{
    display: flex;
    align-items: center;
}
.tel-text{
    display: flex;
    flex-direction: column;
}
.tel-text p:nth-child(1){
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.tel-text p:nth-child(2){
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
}
.tel-btn{
    width: 240px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(12, 84, 166, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.reason{
    width: 100%;
    background-image: url("../img/index/reason-bg.png");
    background-size: contain;
    background-color: rgba(227, 242, 255, 1);
    background-repeat: no-repeat;
    background-position: right 30px;
    padding: 60px 0;
}
.reason-title .b-title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(12, 84, 166, 1);
    margin-bottom: 20px;
}
.reason-title .s-title{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(51, 51, 51, 0.6);
}
.reason-box-list{

}
.reason-box-sm{
    width: 210px;
    height: 55px;
    border-radius: 232px;
    background: linear-gradient(90deg, rgba(13, 126, 255, 1) 0%, rgba(0, 255, 145, 1) 100%);
    box-shadow: 0px 4px 8px  rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    left: 900px;
    top: 20px;
    z-index: 1;
}
.reason-box-sm img{
    margin-right: 10px;
}
.reason-box-info{
    width: 1200px;
    height: 260px;
    border-radius: 229px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 140px;
}
.reason-info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reason-info-item>p:first-child{
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 64px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}
.reason-info-item>p:nth-child(2){
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
}
.highlights{
    width: 600px;
    height: 177px;
    display: flex;
    justify-content: space-between;
    border-radius: 0px 221px 221px 0px;
    background: rgba(12, 84, 166, 1);
    align-items: center;
    padding: 0 80px;
}
.highlights-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.highlights-item p:nth-child(2){
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}
.case{
    width: 100%;
    height: auto;
    background-image: url("../img/index/case_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    overflow: hidden;
}
.case-container{
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.case-title{

}
.case-title .b-title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    /*line-height: 36px;*/
    color: rgba(255, 255, 255, 1);
    background-image:-webkit-linear-gradient(right,rgba(13, 128, 253, 1),rgba(4, 214, 180, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    text-align: center;
}
.case-title .s-title{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
.case-left{
    width: 900px;
    height: auto;
    display: flex;
}
.case-type-list{
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.case-item{
    width: 100%;
    height: 68px;
    /*background: rgba(255, 255, 255, 0.2);*/
    border-left: 5px solid rgba(0, 222, 192, 0);
    backdrop-filter: blur(20px);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.case-item .case-item-attr{
    display: none;
}
.case-item:hover,.case-item.active{
    background: rgba(255, 255, 255, 0.2);
    border-left: 5px solid rgba(0, 222, 192, 1);
}
.case-details-list{
    width: 600px;
}
.case-details-item{
    width: 100%;
    height: 100%;
    padding: 50px;
}
.case-item-title{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    height: 70px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    cursor: pointer;
}
.case-item-title:after{
    content: "";
    display: inline-block;
    width: 75px;
    height: 8px;
    opacity: 1;
    border-radius: 226px;
    background: linear-gradient(90deg, rgba(0, 128, 251, 1) 0%, rgba(2, 209, 183, 1) 100%);
    margin-top: 20px;
}
.case-item-desc{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}
.case-item-date{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
}
.case-right{
    width: 600px;
    height: 380px;
    overflow: hidden;
}
.case-right img{
    width: 100%;
    height: 100%;
}
.news{
    width: 100%;
    height: auto;
    padding: 60px 0;
    overflow: hidden;
}
.news-container{
    width: 1440px;
    height: auto;
    margin: auto;
}
.news-top{
    display: flex;
    justify-content: space-between;
}
.news-top .b-title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(12, 84, 166, 1);
    margin-bottom: 20px;
}
.news-top-right .right-btn{
    width: 165px;
    height: 55px;
    opacity: 1;
    border-radius: 226px;
    border: 2px solid rgba(4, 214, 180, 1);
    background-image:-webkit-linear-gradient(right,rgba(13, 128, 253, 1),rgba(4, 214, 180, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.news-list{
    width: 100%;
    height: auto;
    overflow: auto;
    margin-top: 30px;
    padding: 20px 10px;
}
.news-item{
    width: 460px;
    height: 521px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px  rgba(0, 43, 112, 0.08);
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.news-item:last-child{
    margin-right: 0px;
}
.news-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
.news-image img{
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: all 1s;
}
.news-image:hover img{
    transform: scale(1.1);
}
.news-details{
    height: 221px;
    padding: 27px 32px;
}
.news-details p:nth-child(1){
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.news-details p:nth-child(1):hover{
    color: rgba(12, 84, 166, 1);
}
.news-details p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.6);
    height: 60px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 16px;
    margin-bottom: 32px;
}
.news-details p:nth-child(3){
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.4);
}
.partners{
    padding: 64px 0;
    background: rgba(240, 240, 240, 0.9);
    overflow: hidden;
}
.partners-container{
    width: 1440px;
    height: auto;
    margin: auto;
}
.partners-list{
    width: 100%;
    height: auto;
    overflow: auto;
    margin-top: 60px;
}
.partners-item{
    width: 250px;
    height: 110px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    float: left;
    padding: 20px 30px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.partners-item:nth-child(5n){
    margin-right: 0;
}
.partners-item img{
    width: 100%;
    transform: scale(1.0);
    transition: all 0.6s;
    /*height: 100%;*/
}
.partners-item:hover img{
    transform: scale(1.1);
}
.news-top-right{
    display: flex;
}
.news-top-right .right-btn{
    margin-left: 20px;
    border: 1px solid rgba(51, 51, 51, 0.2);
}
.news-top-right .right-btn.active{
    border: 1px solid rgba(0, 232, 201, 1);
}
.about{
    width: 100%;
    height: 650px;
    background-image: url("../img/index/gsjs-bg.png");
    background-size: 100% 100%;
    padding: 50px 0;
}
.about-top{
    height: 120px;
}
.about-title{
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 56px;
    color: rgba(255, 255, 255, 1);
}
.about-title:after{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    margin-top: 20px;
    background-color: rgba(0, 191, 255, 1);
    border-radius: 8px;
}
.about-left{
    width: 600px;
    float: left;
}
.about-left h3{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 37.65px;
    color: rgba(255, 255, 255, 1);
    margin-block-start: 0;
}
.about-text{
    height: 300px;
    overflow-y: scroll;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}
.about-text p{
    text-indent: 2em;
}
.about-right{
    width: 600px;
    height: auto;
    display: flex;
    float: right;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.about-right-item{
    width: 230px;
    height: 150px;
}
.about-right-item>p:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(255, 255, 255, 0.8);
}
.about-right-item>p:nth-child(2){
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 72px;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
}


@media (max-width: 600px) {
    .carousel{
        height: 190px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        display: none;
    }
    .search{
        display: none;
    }
    .premium{
        padding: 30px 10px;
    }
    .news-top .b-title,
    .case-title .b-title,
    .premium-top-left .b-title,
    .reason-title .b-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .news-top .s-title,
    .case-title .s-title,
    .reason-title .s-title{
        font-size: 14px;
    }
    .news-top-right .right-btn,
    .premium-top-right .right-btn{
        width: 110px;
        height: 40px;
        font-size: 14px;
    }
    .premium-list{
        width: 100%;
    }
    .premium-box{
        flex-direction: column;
        margin-top: 10px;
    }
    .premium-item{
        height: auto;
        padding: 10px 10px;
    }
    .premium-item-title{
        font-size: 20px;
    }
    .premium-item-desc{
        font-size: 14px;
        margin-top: 0;
    }
    .premium-details{
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 20px 20px;
    }
    .premium-details-image{
        width: 100%;
        padding: 0;
    }
    .premium-details-card{
        width: 100%;
    }
    .reason{
        padding: 30px 10px;
    }
    .reason-box-info{
        width: 100%;
        height: 100px;
        padding: 0 10px;
        border-radius: 12px;
    }
    .reason-info-item>p:first-child{
        font-size: 20px;
        line-height: 25px;
    }
    .reason-info-item>p:nth-child(2){
        font-size: 12px;
    }
    .reason-box-sm{
        width: 150px;
        height: 35px;
        font-size: 14px;
        left: 58%;
        top: 10px;
    }
    .reason-box-sm img{
        margin-right: 5px;
        height: 18px;
    }
    .highlights{
        width: 100%;
        height: 120px;
        padding: 0 30px;
        border-radius: 0;
    }
    .highlights-item p img{
        /* width: 30px; */
        height: 40px;
    }
    .case{
        padding: 30px 10px;
    }
    .case-container{
        width: 100%;
        flex-wrap: wrap;
    }
    .case-left{
        width: 100%;
    }
    .case-item{
        font-size: 16px;
        height: 50px;
    }
    .case-item-title{
        height: 60px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .case-details-item{
        padding: 20px 10px;
    }
    
    .case-right{
        display: none;
    }
    .case-item-date,
    .case-item-desc{
        font-size: 14px;
    }
    .news{
        padding: 30px 10px;
    }
    .news-container{
        width: 100%;
    }
    .news-list{
        padding: 0;
    }
    .news-item{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .news-image{
        height: 240px;
    }
    .news-details{
        height: 130px;
        padding: 10px 16px;
    }
    .news-details p:nth-child(1){
        font-size: 20px;
    }
    .news-details p:nth-child(2){
        height: 48px;
        line-height: 22px;
        margin: 0;
        font-size: 14px;
    }
    .news-details p:nth-child(3){
        font-size: 14px;
    }
    .partners{
        padding: 30px 10px;
    }
    .partners-container{
        width: 100%;
    }
    .partners-list{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .partners-item{
        width: 49%;
        height: 80px;
        margin-right: 0;
        padding: 10px;
    }
    .customer-service{
        background-size: cover;
        background-position: left;
    }
    .customer-service-container{
        width: 100%;
        flex-direction: column;
        padding: 30px 10px;
    }
    .customer-service-left{
        width: 100%;
    }
    .customer-service-left input:nth-child(1), .customer-service-left input:nth-child(2){
        height: 45px;
        font-size: 14px;
        padding: 8px 18px;
    }
    .customer-service-left textarea{
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .customer-service-left button{
        height: 50px;
        font-size: 16px;
    }
    .customer-service-right{
        width: 100%;
        margin-top: 20px;
    }
    .customer-service-right>p:nth-child(1){
        font-size: 20px;
    }
    .customer-service-right>p:nth-child(2){
        font-size: 26px;
        line-height: 35px;
    }
    .customer-service-right>p:nth-child(3){
        font-size: 18px;
    }
    .bottom-tel{
        /* flex-direction: column; */
    }
    .phone-img{
        margin-right: 5px;
    }
    .tel-text p:nth-child(1){
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tel-text p:nth-child(2){
        font-size: 18px;
    }
    .tel-btn{
        width: 40%;
        height: 50px;
    }
    .about{
        height: auto;
        padding: 30px 10px;
        background-size: auto 100%;
    }
    .about-top{
        height: 80px;
    }
    .about-title{
        font-size: 28px;
        line-height: 36px;
    }
    .about-content{
        height: auto;
        overflow: auto;
    }
    .about-left{
        width: 100%;
    }
    .about-right{
        width: 100%;
        margin-top: 30px;
    }
    .about-right-item{
        width: 150px;
        height: 100px;
    }
    .about-left h3{
        font-size: 20px;
        margin-block-end: 5px;
    }
    .about-right-item>p:nth-child(2){
        font-size: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
}





