

.swiper-box{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}

.swiper-bside{
    width: 40%;
}

.bside-swipd{
    width: 100%;
    height: 70%;
    overflow: hidden;
}
.bside-swipd img{
    width: 100%;
    height: auto;
}


.bside-swipx{
    width: 100%;
    height: 30%;
    display: flex;
}
.bside-swipx-le{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.bside-swipx-ri{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.bside-swipx-ri img{
    width: 100%;
    height: auto;
}


.swiper-bcnt{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-bctxt{
    width: 100%;
    height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}


.mySwiperd{
    height: 100% !important;
}
.mySwiperd .swiper-slide{
    height: 100% !important;
}





/* 模特 */
.model-box{
    padding: 40px 0;
}
.model-btit{
    font-size: 20px;
    margin-top: 40px;
}
.model-bul{
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
}
.model-bul li{
    width: 25%;
    padding: 15px 10px;
}
.model-bul li a{
    width: 100%;
}
.model-bul li a span{
    transition: all .3s;
}
.model-bul li a:hover span{
    margin-left: 10px;
}

.modelb-ulimg{
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.modelb-ulimg img{
    width: auto;
    height: auto;
}
.ulimg-txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 230px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 230px;
    visibility: hidden;
    transition: all .2s;
}
.model-bul li a:hover .ulimg-txt{
    top: 0;
   visibility: visible;
}

.modelb-ulbtm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modelb-ulbtm p{
    font-size: 14px;
    padding: 5px 0;
}
.modelb-ulbtm span{
    font-size: 12px;
    color: #666666;
}

.modelb-ultxt{
    font-size: 16px;
    text-align: center;
    line-height: 230px;
}





/* 社交 */
.socialize-box{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.socialize-bitm{
    width: 46%;

}
.socialize-bitm-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.socialize-bitm-top h4{
    font-size: 24px;
}
.socialize-bitm-top a{
    font-size: 16px;
}
.socialize-bitm-top a span{
    transition: all .3s;
}
.socialize-bitm-top a:hover span{
    margin-left: 10px;
}

.socialize-bitm-ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.socialize-bitm-ul li{
    width: 31%;
    margin: 5px;
    position: relative;
    overflow: hidden;
}
.socialize-bitm-ul li a{
    width: 100%;
    
}
.socialize-bitm-ul li a img{
    width: 100%;
    height: auto;
}

.bitm-ulpos{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transition: all .3s;
}
.bitm-ulpos p{
    width: 100%;
    height: 150%;
    text-align: center;
    line-height: 150px;
    font-size: 12px;
    color: #ffffff;
}

.socialize-bitm-ul li:hover .bitm-ulpos{
    width: 150px;
    height: 150px;
    visibility: inherit;
}


/* 联系我们 */
.contact-box{
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
}

.contact-bitm{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    position: relative;
    
}
.contact-bitm::before{
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -40px;
    background-color: #bfbfbf;
    transition: all .5s;
}
.contact-bitm a{
    width: 90px;
    height: 90px;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
.contact-bitm:hover::before{
    left: 5px;
}
.contact-bitm:hover a{
    width: 190px;
    height: 190px;
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #222222;
}



/* 新闻 */
.news-box{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.newsb-le{
    width: 25%;
}
.newsb-ltit{
    font-size: 36px;
}
.newsb-lbtn{
    padding: 80px 0;
    text-align: center;
}
.newsb-lbtn a{
    font-size: 16px;
}
.newsb-lbtn a span{
    transition: all .3s;
}
.newsb-lbtn a:hover span{
    margin-left: 10px;
}

.newsb-ri{
    width: 70%;
}
.newsb-rli{
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsb-rli:last-child{
    border-bottom: 0px solid #dddddd;
}

.newsb-rli-tim{
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsb-rli-tim span{
    font-size: 12px;
}
.newsb-rli-tim p{
    font-size: 24px;
}

.newsb-rli-txt{
    width: 80%;
    font-size: 14px;
}



/* 关于我们 */
.about-box{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.about-btxt{
    width: 46%;
}
.about-btxt p{
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 26px;
}


@media only screen and (max-width: 769px) {

.swiper-box{
    height: auto;
    flex-direction: column;
}
.swiper-bside{
    width: 100%;
    height: 30vh;
    display: flex;
}
.swiper-bcnt{
    width: 100%;
}

.bside-swipx{
    width: 30%;
    height: 100%;
    flex-direction: column;
}

.bside-swipd{
    width: 70%;
    height: 100%;
}

.bside-swipx-le{
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.bside-swipx-ri{
    width: 100%;
}

.swiper-bctxt{
    width: 33%;
    height: 100%;
    font-size: 18px;
}

.swiper-bcnt{
    height: 15vh;
    flex-direction: row;
}



/* 模特 */
.model-box {
    padding: .4rem .2rem;
}
.model-btit {
    font-size: 20px;
    margin-top: .4rem;
}
.model-bul{
    width: 100%;
    padding: .25rem 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.model-bul li {
    width: 150px;
    padding: .15rem .1rem;
}

.modelb-ulimg {
    width: 130px;
    height: 130px;
}
.modelb-ultxt {
    width: 130px;
    font-size: 14px;
    line-height: 130px;
}




.socialize-box {
    padding: .4rem 0;
    flex-direction: column;

}
.socialize-bitm {
    width: 100%;
    margin-bottom: .2rem;
}
.socialize-bitm-top h4 {
    font-size: 20px;
}
.socialize-bitm-top a {
    font-size: 14px;
}
.socialize-bitm-ul {
    margin-top: .2rem;
}
.socialize-bitm-ul li {
    width: 31%;
    margin: 4px;
}



.contact-box {
    padding: .4rem 0;
}

.contact-bitm {
    width: 90px;
    height: 90px;
}
.contact-bitm::before {
    width: .5rem;
    left: -.3rem;
    font-size: 12px;
}


.news-box {
    padding: .4rem 0;
}
.newsb-ltit {
    font-size: 30px;
}
.newsb-rli {
    padding: .3rem 0;
}

.newsb-rli-txt {
    font-size: 12px;
}
.newsb-rli-tim p {
    font-size: 20px;
}
.newsb-lbtn {
    padding: .8rem 0;
}
.newsb-lbtn a {
    font-size: 12px;
}



.about-box{
    margin-top: .4rem;
    flex-direction: column;
}
.about-btxt {
    width: 100%;
}
.about-btxt p {
    font-size: 12px;
    margin-bottom: .25rem;
    line-height: 22px;
}

.contact-bitm:hover a{
    width: 100px;
    height: 100px;
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #222222;
}




}