/* 视频 */
.videos-content {
    position: relative;
    overflow: hidden;
}
.videos-content .videos{
    width: 100%;
}
.lbanner-content{
    color: #fff;
    height: 1000px;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;
}
.lbanner-content .lbanner-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
}
.lbanner-content .lbanner-line{
    width: 310px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    margin: 20px auto 0;
}
.lbanner-content .lbanner-subtitle{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}
.service-btn{
    width: 200px;
    height: 50px;
    color: #f4943f;
    font-size: 20px;
    border-radius: 25px;
    background-color: #fff;
    margin: 46px auto 0;
    cursor: pointer;
    justify-content: center;
    transition: all 0.5s;
}
 .service-btn:hover{
    transform: scale(1.1);
}
.lbanner-content .downBox{
    margin-top: 80px;
    cursor: pointer; 
}
.lbanner-content .downBox .down{
    color: #fff;
}



/* 营销团队介绍 */

.market-box{
    padding: 70px 0;
}
.market-box .market-title{
    color: #4f4f4f;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
}
.market-box .market-text{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}
.market-content{
    justify-content: space-between;
    margin-bottom: 70px;
}
.market-content .market-left{
    margin-left: 136px;
}
.market-content .market-right{
    width: 540px;
}
.market-right .introduce-item{
    margin-bottom: 40px;
}
.introduce-item .introduce-text{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.introduce-item .introduce-msg{
    font-size: 18px;
    font-weight: 200;
    color: #727387;
    line-height: 25px;
}


/* 轮播图 */
.banner-container{
    background-color: #f8f9fd;
}
.banner-box{ 
    padding-bottom: 100px;
} 
.swiper-container {
    /* width: 100%; */
    height: 310px;
}
.swiper-slide {
    width: 340px !important;
    height: 310px;
    color:#fff;
    position: relative;
    overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-img{
    width: 350px;
    height: 262px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s;
    display: block;
}
.swiper-img:hover{
    transform: scale(1.1);
}
.swiper-slide .swiper-btn{
    width: 260px;
    height: 80px;
    color: #fff;
    background-color: #262051;
    padding: 20px 30px 0 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.swiper-btn .swiper_title{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.swiper-btn .swiper-subtitle{
    font-size: 14px;
    letter-spacing: normal;
}
.swiper-btn  .swiper-sector{
    border: 80px solid transparent;
    border-right-color: #35305d;
    border-radius: 50%;
    transform: rotate(135deg);
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    right: -79px;
    bottom: 20px;
}
.swiper-btn img{
    position: absolute;
    top: 22px;
    right: 23px; 
}
/* .swiper-btn  .swiper-sector:hover{
    border-right-color: #43baff;
} */





/* 咨询 */

.share-container .share_vessel{
    justify-content: space-between;
    padding: 0 40px 70px 40px;
}
.sharebox{
    width: 350px;
    min-height: 460px;
    border: 2px solid #f1f1f1;
    margin-right: 30px;
    overflow: hidden;
}
.sharebox .share-bot{
    padding: 0 26px 26px;
}
.sharebtn{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -8px;
}
.sharebtn .btn-item{
    padding: 10px 15px;
    margin-right: 5px;
    background-color: #43baff;
    letter-spacing: 2px;
    transition: all .5s;
    cursor: pointer;
}
.share-title{
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    cursor: pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.share-subtitle{
    color: #727387;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-top: 20px;
}
.share-bot .share-details{
    color: #43baff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}
.share-bot .share-details img {
    height: 23px; 
    margin-right: 5px;
}

/* 联合 */
.union-container{
    background-color: #f8f9fd;
}
.union_vessel{
    padding-bottom: 50px;
}



/* 业务介绍 */
.business-content{
    background-image: url(./../img/business3.png);
    width: 100%;
    height: 513px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.business-box{
    position: relative;
    left: 220px;
}
.business-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}


.lbasic-box{
    height: 700px;
    display: flex;
    align-items: center;
    color: #727387;
    justify-content: space-between;
}
.lbasic-item{
    width: 550px;
}
.rightmn{
    margin-right: 35px;
}
.lbasic-item .lbasic-title{
    font-size: 32px;
    font-weight: 700;
}
.lbasic-item .lbasic-subtitle{
    font-size: 18px;
    font-size: 400;
    line-height: 35px;
    letter-spacing: 2px;
    margin-top: 35px;
}
.lbasic-btn{
    width: 120px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 4px 8px 9px 0 #f4943f;
    background-color: #f4943f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    transition: all .5s;
    cursor: pointer
}
.lbasic-btn:hover{
    transform: scale(1.1);
}
.lbasic-images{
    width: 600px;
    text-align: center;
}
.lbasic-images .images{
    width: 600px;
    height: auto;
}
.banner-content{
    height: 513px;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-content .lbanner-content{
    height: 678px;
}


/* 新闻动态 */
.new-content{
    padding: 40px 0 70px 0;
    display: flex;
    justify-content: space-between;
}

.newbox{
    border: none;
}
.newbox .share-centitle{
    color: #000;
}
.newbox .share-subtitle{
    font-size: 16px;
}
.new-content .new-left .sharebox{
    width: 720px;
    margin-bottom: 40px;
}
.new-content .new-left .share-details,.new-item{
    justify-content: space-between;
    margin-top: 60px;
}
.new-datebox{
    justify-content: space-between;
    margin: 10px 0 30px 0; 
}
.new-datebox .new-date{
    margin: 0;
}

.share-details .aixin{
    font-size: 18px;
    color: #727387;
    cursor: not-allowed;
}
.share-centitle{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}
.new-content .new-right{
    width: 435px;
    height: 500px;
}
.news-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.new-img{
    width: 120px;
    height: 103px;
    border-radius: 10px;
    margin-right: 25px;
    cursor: pointer;
}
.new-desc{
    width: 290px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new-date{
    letter-spacing: 1px;
    color: #727387;
    font-size: 18px;
    margin: 25px 0;
}
.news-comment{
    padding: 40px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}
.news-comment .comment-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
.news-comment  .comment-tips{
    font-size: 14px;
    color: #727387;
    letter-spacing: 2px;
    margin-top: 10px;
}
.news-comment .comment-textarea{
    width: 92%;
    height: 160px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #727387;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #f6f6f6;
    margin-top: 20px;
    padding: 10px 20px;
    resize: none;
    outline: none;
}
.comment-info{
    margin-top: 20px;
}
.comment-name{
    margin-right: 20px;
}
.comment-name,.comment-email{
    width: 41%;
    height: 45px;
    border-radius: 5px;
    background-color: #f6f6f6;
    letter-spacing: 2px;
    border-style: none;
    outline: none;
    padding: 0 20px;
}
.comment-check{
    font-size: 14px;
    color: #727387;
    letter-spacing: 2px;
    margin: 20px 0 30px;
    cursor: pointer;
}
.comment-check input{
    margin-right: 5px;
}
.comment-submit{
    width: 150px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #43baff;
    cursor: not-allowed;
    justify-content: center;
}
._links{
    justify-content: center;
    margin-top: 50px;
}
.links-box{
    margin: 70px 0 100px;
}
.links-title{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.links_item{
    justify-content: center;
    width: 300px;
    height: 140px;
    font-size: 18px;
    color: #727387;
    border-radius: 10px;
    box-shadow: 0 16px 16px 0 rgb(0 0 0 / 9%);
    margin-right: 48px;
    text-decoration: none;
    transition: all .5s;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}
.links_item:hover{
    transform: scale(1.1);
}
.links_item span{
    margin-top: 8px;
}








/* 关于我们 */
.about-title{
    color: #000;
}
.about-box {
    margin-bottom: 100px;
    justify-content: center;
    flex-wrap: wrap;
}
.about-box img{
    margin: 35px 10px 0;
    height: 234px;
}


/* 游戏 */
.lbasic-item  .game-title{
    font-weight: 400;
    color: #0f1b1e;
}
.game-direction{
    transform: rotate(45deg);
    margin-right: 30px;
}
.game-country{
    font-size: 26px;
    margin-top: 20px;
    color: #000;
}
.game-info{
    justify-content: space-between;
    margin-top: 100px;
}
.game-num{
    font-size: 30px;
    font-weight: 700;
    color: #f18f86;
}
.game-msg{
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
    color: #000;
}
.platform{
    height: 97px;
    font-size: 22px;
    color: #000;
    margin-top: 31px;
    justify-content: flex-start;
}
.c-content{
    margin: 0 auto;
    text-align: center;
}
.c-content .game-title{
    justify-content: center;
    font-size: 38px;
    font-weight: 400;
}