
/* banner */

.navbar {
    position: static;
}


.banner {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
	overflow:hidden !important;
	position:relative;
}

.banner-item > img{
	height: 600px!important;
	object-fit:cover;
	width:100%
}

.swiper-slide{
    width: 60%!important;
    margin: 0 20%;
}
.swiper-slide-prev{
    right:-35%;
}
.swiper-slide-next{
    left:-35%;
}

.banner .banner-item {
}
.banner .banner-item:nth-child(2) {
    /*width: 52.77vw !important;*/
}
.banner .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.tab-wrapper{ margin:5% 0;}
.tab-wrapper .tab-list {
    
}
.tab-wrapper .tab-list ul {
    position: relative;
    display: inline-flex;
    margin-bottom: 5.15vw;
}
.tab-wrapper .tab-list ul li {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-right: 3vw;
    transition: .3s;
    cursor: pointer;
}
.tab-wrapper .tab-list .is-active {
    color: #5F7671;
}
.tab-wrapper .tab-list .tab-indicator{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: .4s;
    height: 2px;
    z-index: 1;
    background-color: #5F7671;
}
.tab-wrapper .item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.tab-wrapper .item-box>div {
    width: 26.57vw;
    margin-bottom: 6.15vw;
}
.tab-wrapper .item-box .item img {
    display: block;
    width: 26.57vw;
    object-fit: cover;
}
.tab-wrapper .item-box .item .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 1.5vw;
}
.tab-wrapper .item-box .item .more {
    color: #5F7671;
    font-size: 15px;
    margin-top: 15px;
}


 .content-wrapper {
    position: relative;
    color: #ffffff;
}
.content-wrapper .bg img {
    width: 100%;
    display: block;
}
.content-wrapper .des {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 5.16vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-wrapper .des .sub-title {
    font-size: 0.98vw;
    font-family: Gilroy-Medium, Gilroy;
}
.content-wrapper .des .title {
    font-size: 1.77vw;
    letter-spacing: 5px;
    margin-top: 0.94vw;
    font-weight: bold;
}
.content-wrapper .des .detail {
    width: 31.25vw;
    font-size: 0.78vw;
    margin-top: 2.19vw;
}

@media (max-width:1364px) { 
.banner-item > img{
	height: 500px!important;
}


}

@media (max-width:1024px) { 


}

@media (max-width:500px) { 
    .content-wrapper .des .detail {
        width: 80vw;
    }
 }

@media (max-width:640px) {
    .content-wrapper .des .detail {
        width: 50vw;
    }
 }

@media (max-width:768px) {
    .tab-wrapper .item-box>div {
        width: 45%;
    }
    .tab-wrapper .item-box .item img {
        width: 100%;
    }
	.tab-wrapper{ margin:10% 0;}
	.tab-wrapper .tab-list ul{ margin-bottom:10%;}
	.banner-item > img{
	height: 400px!important;
}

 }

@media (max-width:640px) {
.tab-wrapper .tab-list ul li{ font-size:15px;}
.tab-wrapper .item-box .item .title{ font-size:17px; margin-top:5%;}
.banner-item > img{
	height: 250px!important;
}
}
 @media (max-width:480px) {
	 .banner-item > img{
	height: 150px!important;
}

    .tab-wrapper .item-box>div {
        width: 89.57vw;
    }
    .tab-wrapper .item-box .item img {
        width: 89.57vw;
        height: 49.79vw;
    }
 }