/*banner*/
.bannerSwiper {
    width: 100%;
    margin-top: 130px;
    height: 60vh;
}
.bannerSwiper .swiper-slide{
    overflow: hidden;
}
.bannerSwiper .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;
}
.bannerSwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color:white;
    overflow: hidden;
}

.bannerSwiper .swiper-slide a .info {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 9;
    display: none;
}
.bannerSwiper .swiper-slide:hover a .info {
    display:block;
}
.bannerSwiper .swiper-slide:hover:before{
    content:'';
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    position: absolute;
    left: 0;
    top:0;
}
.bannerSwiper .swiper-slide:hover img{
   transform: scale(1.1);
}
.bannerSwiper .swiper-slide a .info strong {
    color: white;
    font-size: 30px;
}

.bannerSwiper .swiper-slide a .info h3 {
    font-family: 'tb', Arial, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 1.5em;
}

.bannerSwiper .swiper-slide a .info p {
    color: #fff;
    text-transform: uppercase;
}

.bannerSwiper .swiper-slide a span {
    position: absolute;
    left: 7%;
    bottom: 10%;
}
.bannerSwiper .swiper-pagination {
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #6d8e31;
}
.bannerSwiper.Highlight .swiper-slide span{
	color: white;
}

.bannerSwiper.Highlight .num span,.bannerSwiper.Highlight .num p{
	color: white;
}

.bannerSwiper .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 2rem;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 2rem 1rem;
    font-weight: lighter;
}
/*banner end*/
.container-fluid{
    max-width: 1600px;
    margin: 0 auto;
}
.solutions ul li {
    width: 16%;
    transition: all .5s;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.solutions ul li.active {
    width: 44%;
}

.solutions ul li h4 {
    width: 1.5rem;
    color: white;
    font-size: 1.5rem;
   font-family: 'Misan-Regular';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.solutions ul li .pic{
	position: relative;
}
.solutions ul li .pic::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6)100%);
}

.solutions ul li img {
    max-width: initial;
}

.solutions ul .txt {
    position: absolute;
    left: 0;
    padding: 3rem;
    opacity: 0;
    bottom: 0;
}

.solutions ul .txt img {
    margin-right: 1rem;
}

.solutions ul strong {
    font-size: 2rem;
    display: block;
    font-family: 'Misan-Regular';
    color: white;
}

.solutions ul p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    opacity: 0;
    margin: 0;
    transition: all 1s;
}
.solutions ul li.active p{
    opacity: 0.5;
}

.solutions ul li.active h4 {
    display: none;
}

.solutions ul li.active .txt {
    opacity: 1;
}

.about {
    border-radius: 8px;
    overflow: hidden;
    background: url("../images/about_index.jpg") no-repeat center top/cover;
}

.about ul {
    margin: 150px 4rem 140px;
}

.about ul li {
    width: 100%;
}

.about ul li h3 {
    font-size: 72px;
    color:#6d8e31;
    margin: 0;
    font-family: 'Misan-Regular';
}

.about ul li b {
    font-size: 16px;
    color:#6d8e31;
    font-family: 'Misan-Regular';
}

.about ul li span {
    font-size: 16px;
    color: #666;
}

.about .info {
    padding: 1rem 4rem;
    max-width: 900px;
    background: rgba(0,0,0,0.5);
}

.about .info h3 {
    color: #fff;
   font-family: 'Misan-Regular';
    font-weight: bold;
    font-size: 30px;
    position: relative;
    z-index: 2;
}

.about .info strong {
    font-family: 'Misan-Regular';
    font-size: 24px;
    color:white;
    font-weight: bold;
}

.about .info p {
    color: #fefefe;
    margin-top: 2rem;
}

.about .info a {
    color: #fff;
    margin-top: 4rem;
    font-family: 'Misan-Regular';
    display: block;
    font-size: 20px;
}

.case .caseSwiper .swiper-slide {
    position: relative;
    border-radius: 20px;
    transition: 300ms;
    transform: scale(0.8);
    overflow: hidden;
}

.case .caseSwiper .swiper-slide img {
    width: 100%;
}

.case .caseSwiper .swiper-slide-active, .case .caseSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.case .caseSwiper .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.case .caseSwiper .swiper-slide-active.swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: none;
    background-image: linear-gradient(to top, rgba(109, 142, 49, 1), rgba(17, 138, 108, 0));
}


.case .caseSwiper .swiper-slide span {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    font-size: 1.5rem;
    color: white;
    border-bottom: 1px solid #fff;
    display: none;
	max-width: 90%;
}

.case .caseSwiper .swiper-slide-active span {
    display: block;
}

.case .caseSwiper .swiper-button-prev {
    left: 50%;
	background: #eee;
    border-radius: 27px;
    width: 100px;
    color: #fff;
    height: 54px;
    margin-left: -28%;
}

.case .caseSwiper .swiper-button-prev:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    background: url("../images/jt.png") no-repeat center top;
    margin-top: -12px;
    padding: 0;
}

.case .caseSwiper .swiper-button-next {
    right: 50%;
    background: #eee;
    color: #666;
    border-radius: 27px;
    width: 100px;
    height: 54px;
    margin-right: -28%;
}

.case .caseSwiper .swiper-button-next:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    background: url("../images/jt.png") no-repeat center top;
    margin-top: -12px;
    transform: rotate(180deg);
}
.case .caseSwiper .swiper-button-prev:hover,.case .caseSwiper .swiper-button-next:hover{
	background: #6d8e31;
}
.case .caseSwiper .swiper-button-prev:hover:after,.case .caseSwiper .swiper-button-next:hover:after{
	background-position-y: -24px;
}
.news ul li {
    width: 30%;
    margin-right: calc(10% / 2);
}
.news ul li:hover .pic img{
    transform: scale(1.1);
}
.news ul li:hover h3{
    color: #6d8e31;
}
.news ul li:last-child {
    margin-right: 0;
}
.news ul li .pic{
    overflow: hidden;
    border-radius: 20px;
    max-height: 40vw;
}
.news ul li .pic img {
    width: 100%;
    transition: 0.5s;
}

.news ul li span {
    font-size: 16px;
    color: #666666;
    line-height: 3rem;
}

.news ul li h3 {
    font-size: 1.5rem;
    min-height: 6.5rem;
    /*text-decoration: underline;*/
    line-height: 2em;
    font-weight: bold;
    text-align: center;
}

.news ul li p {
    font-size: 0.875rem;
    line-height: 1;
}

.news ul li p img {
    margin-left: 1rem;
    vertical-align: middle;
}
.partner ul li{
    width: 18%;
    margin-right:calc(10% / 4);
    margin-bottom: 2rem;
    transition: 0.5s;
}
.partner ul li:hover{
    transform: translateY(-1rem);
}
.partner ul li img{
    width: 100%;
}
.partner ul li:nth-child(5n){
    margin-right: 0;
}


@media (max-width: 1400px) {
    .about {
        height: 800px;
    }

    .about ul {
        margin: 100px 4rem;
    }
    .news ul li .pic{
        max-height: 30vw;
    }
}

@media (max-width: 1200px) {
    .solutions ul li {
        width: 10%;
    }

    .solutions ul li.active {
        width: 60%;
    }

    .solutions ul strong {
        font-size: 1.5rem;
    }


    .solutions ul p {
        font-size: 0.875rem;
    }

    .about {
        height: 700px;
    }

    .about ul {
        margin: 60px 4rem 100px;
    }
}

@media (max-width: 991px) {

    .bannerSwiper {
        width: 100%;
        height: 30vh;
    }

	.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{
        /*display: none;*/
       
    }
    .bannerSwiper .swiper-button-next:after, .swiper-button-prev:after{
         background: none;
    }
    .about ul {
        padding: 1rem;
        margin: 60px auto;
    }

    .about ul li h3 {
        font-size: 48px;
    }

    .about .info {
        padding: 1rem;
    }

    .about .info h3 {
        font-size: 1.5rem;
    }

    .about .info strong {
        font-size: 1rem;
    }

    .about .info p {
        font-size: 0.75rem;
    }

    .about .info h3:before {
        height: 100px;
        left: 0;
    }

    .case .caseSwiper .swiper-slide {
        border-radius: 0.5rem;
    }

    .case .caseSwiper .swiper-slide span {
        font-size: 1rem;
		left: 1rem;
		bottom: 1rem;
    }

    .case .caseSwiper .swiper-button-prev, .case .caseSwiper .swiper-button-next {
        width: 60px;
        height: 2rem;
        border-radius: 1rem;
    }

    .news ul li {
        width: 100%;
        margin: 0;
    }

    .news ul li h3 {
        font-size: 1.25rem;
        min-height: unset;
    }

    .partner ul li{
        width: 31%;
        margin-bottom: 1rem;
        margin-right:calc(7% / 2) !important;
    }
    .partner ul li img{
        width: 100%;
    }
    .partner ul li:nth-child(5n){
        margin-right: unset;
    }
    .partner ul li:nth-child(3n){
        margin-right: 0 !important;
    }
    
}

@media (max-width: 768px) {

    .bannerSwiper{
      margin-top: 100px;
    }

    .bannerSwiper .swiper-slide a .info {
        display:block;
    }
    .bannerSwiper .swiper-slide:before{
        content:'';
        width:100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 2;
        position: absolute;
        left: 0;
        top:0;
    }
    .bannerSwiper .swiper-slide a .info strong {
        font-size: 1rem;
    }

    .bannerSwiper .swiper-slide a .info h3 {
        font-size: 1.75rem;
    }

    .bannerSwiper .swiper-slide a .info p {
        font-size: 0.625rem;
        /*display: none;*/
    }

    .bannerSwiper .swiper-slide a span {
        font-size: 0.875rem;
        display: none;
    }

    .solutions ul {
        flex-wrap: wrap;
    }

    .solutions ul li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .solutions ul li.active {
        width: 100%;
    }
    
    .solutions ul li img {
        width: 100%;
    }

    .solutions ul li h4 {
        display: none;
    }

    .solutions ul strong {
        font-size: 1rem;
    }
    .solutions ul li p{
        opacity: 0.5;
    }
    .solutions ul .txt {
        padding: 1rem;
        left:0;
        opacity: 1;
        bottom: 1rem;
    }

    .solutions ul li .txt img {
        width: 2.5rem;
    }

    .solutions ul p {
        font-size: 0.75rem;
    }

    .about {
        height: auto;
    }

    .about ul {
        margin: 2rem 0;
        padding: 0;
    }

    .about ul li h3 {
        font-size: 1.5rem;
    }

    .about ul li h3 b {
        font-size: 0.75rem;
    }

    .about ul li span {
        font-size: 0.625rem;
    }

    .about .info {
        padding: 1rem;
    }

    .about .info h3 {
        font-size: 1.25rem;
    }

    .about .info h3:before {
        display: none;
    }

    .about .info strong {
        font-size: 0.875rem;
    }

    .about .info p {
        margin: 0;
    }

    .about .info a {
        margin-top: 1rem;
        font-size: 0.875rem;
        margin-bottom: 2rem;
    }

    .case .caseSwiper .swiper-button-prev, .case .caseSwiper .swiper-button-next {
        display: none;
    }
	.case .caseSwiper .swiper-slide-active.swiper-slide:before{
		height:40%;
	}
    .news ul li .pic{
        border-radius: 0.5rem;
        max-height: unset;
    }
    .news ul li h3 {
        font-size: 1rem;
    }
   
}