.homeproduct{
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 1.875rem;
    overflow: hidden;
}
.homeproduct ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.125rem;
}
.homeproduct li{
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 1.125rem;
    margin-bottom: 0.625rem;
}
.homeproduct li a{
    display: block;
    width: 100%;
    padding: 2.1875rem 2.8125rem 0.9375rem;
    height: auto;
    border-radius: 1.25rem;
    background-color: #F6F6F6;
}
.homeproduct li .pic{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
}
.homeproduct li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
}
.homeproduct li .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #F6F6F6;
    background-blend-mode: multiply;
    transition: background-size 1.2s;
    transition: all 0.3s ease-in-out;
}
.homeproduct li:hover .pic .img{
    transform: scale(1.05);
}
.homeproduct li .text{
    display: block;
    padding: 0 0;
    text-align: center;
    margin-bottom: 15px;
}
.homeproduct li .title{
    font-size: 2.375rem;
    font-family: 'Robot-SemiBold';
    line-height: 1.3;
    margin: 0.9375rem 0 0;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homeproduct li .desc{
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.25rem;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0.5rem;
}
.homeproduct li .btn{
    display: block;
    width: 7.5rem;
    height: 2.1875rem;
    line-height: 1.9375rem;
    margin: 1.875rem auto 0;
    font-size: 0.9375rem;
    color: #1e439a;
    border-radius: 1.125rem;
    border: 2px solid #1E439A;
}
.homeproduct li .btn:hover {
    color: #FFF;
    background-color: #1E439A;
}
.homethinks{
    padding-top: 0.75rem;
    padding-bottom: 2.8125rem;
    max-width: 1920px;
    margin: 0 auto;
}
.thinks-container{
    padding-bottom: 3.125rem;
}
.thinks-container .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    max-width: 1200px;
    height: 40vw;
    max-height: 600px;
    min-height: 400px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.thinks-container .swiper-slide .pic{
    display: block;
    width: 100%;
    height: 100%;
}
.thinks-container .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thinks-container .swiper-slide .text{
    position: absolute;
    bottom: clamp(30px, 4vw, 50px);
    right: 5%;
    width: 66.67%;
    max-width: 800px;
    color: #FFF;
}
.thinks-container .swiper-slide .text .title{
    font-size: clamp(28px, 4.5vw, 55px);
    font-family: 'Robot-SemiBold';
}
.thinks-container .swiper-slide .text .desc{
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.6;
    width: 72%;
    max-width: 575px;
}
.thinks-container .swiper-slide .text .btn{
    position: absolute;
    right: 0;
    bottom: clamp(8px, 1vw, 10px);
}
.thinks-container .swiper-slide .text .btn a{
    display: block;
    width: clamp(90px, 9vw, 120px);
    color: #FFF;
    text-align: center;
    height: clamp(30px, 2.8vw, 35px);
    line-height: clamp(26px, 2.4vw, 31px);
    font-size: clamp(13px, 1.2vw, 15px);
    background: rgba(30,67,154,0.3);
    border-radius: 18px;
    border: 2px solid #FFFFFF;
}
.thinks-container .swiper-slide .text .btn a:hover{
    background: #1E439A;
    border: 2px solid #1E439A;
}
.thinks-container .swiper-pagination{
    bottom: 0;
}
.thinks-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    display: inline-block;
    border-radius: 4px;
    background: #DCDCDC;
    opacity: 1;
}
.thinks-container .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    width: 48px;
    background: #1E439A;
}
.homescene{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 56vw;
    min-height: 500px;
    max-height: 838px;
    background: #000 url("../img/img-homescene.jpg") no-repeat center center;
    background-size: cover;
}
.homescene .text{
 text-align: center;
    color: #FFF;
    line-height: 1;
    align-self: center;
}
.homescene .text .title{
    font-weight: bold;
    font-size: clamp(32px, 4vw, 55px);
    font-family: 'Robot-SemiBold';
}
.homescene .text .subtitle{
    padding-top: clamp(20px, 3vw, 40px);
    font-size: clamp(20px, 2.5vw, 35px);
    font-family: 'Robot-Regular';
}
.homescene .text .btn{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-top: clamp(40px, 5vw, 75px);
    padding-bottom: 30px;
}
.homescene .text .btn a {
    display: flex;
    justify-content: center;
    width: clamp(150px, 15vw, 210px);
    height: clamp(45px, 4.5vw, 65px);
    color: #FFFFFF;
    line-height: clamp(41px, 4.1vw, 61px);
    border:2px solid #FFFFFF;
    font-size: clamp(16px, 1.5vw, 20px);
    border-radius: 33px;
    margin: 0 30px 0 0;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.homescene .text .btn a.cur{
    border:none;
    color: #000;
    line-height: clamp(45px, 4.5vw, 65px);
    background-color: #FFF;
}
.homescene .text .btn a:hover{
    color: #FFF;
    border:2px solid #1e439a;
    background-color: #1e439a;
}
.homescene .text .btn a.cur:hover{
    border:none;
    background-color: #1e439a;
}
.homeuserssay{
    padding-top: 70px;
    padding-bottom: 20px;
}
.userssay-list{
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
}
.userssay-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.userssay-list li{
    flex: 0 0 25%;
    width: 25%;
    padding: 25px 25px;
}
.userssay-list li .ul-box{
    display: block;
    width: 100%;
    height: auto;
    background: #F5F5FA;
    box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    padding: 14px;
}
.userssay-list li:nth-child(4n) {
    margin-right: 0;
}
.userssay-list li .pic{
    display: block;
    width: 100%;
    height: 14.16666666666667vw;
    position: relative;
    overflow: hidden;
}
.userssay-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
}
.userssay-list li:hover .pic img {
    transform: scale(1.05);
}
.userssay-list li .pic .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 65px;
    height: 65px;
    opacity: 0.8;
    margin: -32.5px 0 0 -32.5px;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 65px 65px;
    z-index: 100;
}
.userssay-list li .pic:hover .icon-play{
    opacity: 1;
}
.userssay-list li .text{
    padding: 12px 0 12px 84px;
    position: relative;
}
.userssay-list li .face{
    position: absolute;
    left: 5px;
    top: 15px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
}
.userssay-list li .face img{
    display: block;
    width: 100%;
    height: 100%;
}
.userssay-list li .title{
    font-size: 20px;
    color: #000;
    line-height: 1;
    padding-top: 10px;
    font-family: Arial;
}
.userssay-list li .desc{
    font-size: 16px;
    color: #000;
    line-height: 1.18;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 6px;
}
.fancybox__content {
    padding: 0 !important;
}
.video-box{
    width: 1080px;
    height: 720px;
    overflow: hidden;
}