.homeproduct{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.homeproduct ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.homeproduct li{
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 18px 18px;
    margin-bottom: 10px;
}
.homeproduct li a{
    display: block;
    width: 100%;
    padding: 35px 45px 15px;
    height: auto;
    border-radius: 20px;
    background-color: #F6F6F6;
}
.homeproduct li .pic{
    display: block;
    width: 100%;
    height: 19.00vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
}
.homeproduct li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
}
.homeproduct li .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    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: 38px;
    font-family: 'Robot-SemiBold';
    line-height: 1.3;
    margin: 15px 0 0;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homeproduct li .desc{
    font-weight: 400;
    line-height: 1.3;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 8px;
}
.homeproduct li .btn{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 31px;
    margin: 30px auto 0;
    font-size: 15px;
    color: #1e439a;
    border-radius: 18px;
    border: 2px solid #1E439A;
}
.homeproduct li .btn:hover {
    color: #FFF;
    background-color: #1E439A;
}
.homethinks{
    padding-top: 12px;
    padding-bottom: 45px;
}
.thinks-container{
    padding-bottom: 50px;
}
.thinks-container .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 600px;
    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: 50px;
    right: 60px;
    width: 800px;
    color: #FFF;
}
.thinks-container .swiper-slide .text .title{
    font-size: 55px;
    font-family: 'Robot-SemiBold';
}
.thinks-container .swiper-slide .text .desc{
    font-size: 18px;
    line-height: 1.6;
    width: 575px;
}
.thinks-container .swiper-slide .text .btn{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.thinks-container .swiper-slide .text .btn a{
    display: block;
    width: 120px;
    color: #FFF;
    text-align: center;
    height: 35px;
    line-height: 31px;
    font-size: 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: 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;
    padding-top: 110px;
}
.homescene .text .title{
    font-weight: bold;
    font-size: 55px;
    font-family: 'Robot-SemiBold';
}
.homescene .text .subtitle{
    padding-top: 40px;
    font-size: 35px;
    font-family: 'Robot-Regular';
}
.homescene .text .btn{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 30px;
}
.homescene .text .btn a {
    display: flex;
    justify-content: center;
    width: 210px;
    height: 65px;
    color: #FFFFFF;
    line-height: 61px;
    border:2px solid #FFFFFF;
    font-size: 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: 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;
}