﻿.homeBanner {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

.homeBanner .swiper-container {
    width: 100%;
    height: 100%;
    margin-top:0px;
}

.homeBanner .swiper-container .p_img {
    width: 100%;
    height: 100%;
    position: relative;
    background:#000;
}

.homeBanner .swiper-container .p_img a{
    width: 100%;
    height: 100%;
    display: block;
}

.homeBanner .swiper-container .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:1;
    max-height:410px;
}

.homeBanner .swiper-container .p_info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width:94%;
    max-width: 1440px;
    transform: translate(-50%, -50%);
    color: #fff;
    word-break: break-word;
    padding:0px 20px;
    margin-top:50px;
}


.homeBanner .swiper-container .p_info .p_btitle {
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.homeBanner .swiper-container .p_info .p_btitle:before {
    content: '';
    width: 74px;
    height: 1px;
    background-color: #fff;
    bottom: 0px;
    right: 0px;
    font-weight: 700;
    display: block;
    margin-right:10px;
}
.homeBanner .swiper-container .p_info .p_btitle::after {
    content: '';
    width: 74px;
    height: 1px;
    background-color: #fff;
    bottom: 0px;
    right: 0px;
    font-weight: 700;
    display: block;
    margin-left:10px;
}

.homeBanner .swiper-container .p_info h6 {
    text-align: center;
    font-size: 48px;
    opacity: 0.50;
    text-transform: uppercase;
}
.homeBanner .swiper-container .p_info p {
    font-size: 1.5rem;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 0.5s ease 1s;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.homeBanner .swiper-container .swiper-slide.swiper-slide-active .p_info:before {
    transform: translate(0, -50%);
    opacity: 0.3;
}



.homeBanner .swiper-container .swiper-slide.swiper-slide-active .p_info p {
    opacity: 1;
    transform: translate(0, 0);
}

.homeBanner .p_pagenation {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 6;
    width: 100%;
    display: flex;
    justify-content: center;
}

.homeBanner .p_pagenation span {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    transition: all 0.5s;
    opacity: 0.5;
}

.homeBanner .p_pagenation span.swiper-pagination-bullet-active {
    width: 40px;
    background: #fff;
    opacity: 1;
}

.homeBanner .js_editor_click {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.homeBanner .js_editor_click:after {
    font-size: 24px;
}



@media screen and (max-width:768px) {
    .homeBanner .swiper-container .p_info {
        padding:0px 20px;
        transform: translate(-50%, -50%);
       margin-top: 0px;
    }


    .homeBanner .swiper-container .p_info h6 {
    font-size:28px;
    max-width: 100%;
    line-height: 1.5em;
    }

    .homeBanner .swiper-container .p_img {
    overflow: hidden;
    background: #000;
    }

    .homeBanner .swiper-container .p_img img {
    transform: translate(0%, 0);
    width: 100%;

    opacity:1;
    }

    .homeBanner .js_editor_click {
        display: none;
    }
  .homeBanner .swiper-container {
    margin-top:0px;
    height:250px;
}
  .homeBanner .swiper-container .p_info h1 {
    font-size:30px;
    margin-bottom:0px;
}
.homeBanner .swiper-container .p_info .p_btitle
  {
    font-size:30px;
    margin-bottom:0px;
    margin-top:0px;
  }
  


}