﻿
.aside-container .aside-left p{
    background: #5ea2a5;
}
.aside-container .aside-left ul li:hover a{
    color: #5ea2a5;
}
.aside-container .aside-left ul li.current a{
   color: #5ea2a5;
}



@media(max-width:760px){
    .banner img {
        width: 200%;
        margin-left: -60%;
    }
}

#about-title{
    overflow: hidden;
    padding: 0 5%;
    text-align: center;
    margin-bottom: 3%;
}
    #about-title h1{
        display: inline-block;
        font-size: 30px;
        color: #000;
        position: relative;
        font-weight: 500;
    }
    #about-title h1::after,#about-title h1::before{
        content: "";
        width: 124px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;  display:none;
    }
    #about-title h1::after{
        left: 155px;
    }
    #about-title h1::before{
        right: 155px;
    }

    @media(max-width:1200px){
        #about-title h1{
            font-size: 26px;
        }
        #about-title h1::after{
            left: 125px;
        }
        #about-title h1::before{
            right: 125px;
        }
    }
    @media(max-width:760px){
        #about-title{
            margin-bottom: 10%;
        }
        #about-title h1 {
            font-size: 20px;
        }
        #about-title h1::after,#about-title h1::before{
            width: 50px;
        }
        #about-title h1::after{
            left: 100px;
        }
        #about-title h1::before{
            right: 100px;
        }
    }


    /* 星林介绍 */
.about-text{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 5%;
}
.about01{
    margin-bottom: 5%;
}
    .about-text img{
        display: inline-block;
        max-width: 100% !important;
    }
    .about-text p{
        font-size: 14px !important;
        color: #4b4b4b !important;
        line-height: 28px !important;
        font-family: sans-serif !important;
    }



/* 发展历程 */
.history{
    margin-bottom: 15%;
    height: 780px;
}
.history .swiper-container{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../img/h-line.jpg) repeat-y center; 
}
.history .swiper-wrapper{
    height: 100%;
    position: relative;
    width: 100%;
}
.history .swiper-wrapper .swiper-slide{
    width: 100%;
}
.history .swiper-wrapper .swiper-slide .h-box{
        display: inline-block;
        width: calc(50% - 80px);
        vertical-align: top;
    }
    .history .swiper-wrapper .swiper-slide:nth-child(odd) .h-box{
        text-align: right;
        padding-right: 80px;
    }
    .history .swiper-wrapper .swiper-slide:nth-child(even) .h-box{
        padding-left: 80px;
        text-align: left;
        margin-top: -3.5em;
        margin-bottom: 90px;
        float: right;
    }
    .history .swiper-wrapper .swiper-slide .h-box h1{
        font-size: 50px;
        color: #ccc;
        position: relative;
    }
    .history .swiper-wrapper .swiper-slide:nth-child(odd) .h-box h1 img{
        display: inline-block;
        position: absolute;
        right: -86px;
        top: 40px;
    }
    .history .swiper-wrapper .swiper-slide:nth-child(even) .h-box h1 img{
        display: inline-block;
        position: absolute;
        left: -86px;
        top: 40px;
    }
    .history .swiper-wrapper .swiper-slide .h-box p{
        font-size: 12px;
        color: #ccc;
    }
    .history .swiper-wrapper .swiper-slide .h-box:hover h1{
        color: #4a4f54;
    }
    .history .swiper-wrapper .swiper-slide .h-box:hover p{
        color: #4a4f54;
    }

    @media(max-width:1200px){
        .history{
            height: 400px;
        }
    }

    @media(max-width:760px){
        .history{
            height: 200px;
        }
        .history .swiper-wrapper .swiper-slide .h-box h1 {
            font-size: 35px;
        }
        .history .swiper-wrapper .swiper-slide .h-box{
            width: calc(50% - 30px);
        }
        .history .swiper-wrapper .swiper-slide:nth-child(odd) .h-box {
            padding-right: 30px;
            margin-top: 1.2rem;
        }
        .history .swiper-wrapper .swiper-slide:nth-child(even) .h-box {
            padding-left: 30px;
            margin-top: 0rem;
        }
        .history .swiper-wrapper .swiper-slide:nth-child(odd) .h-box h1 img {
            right: -36px;
            top: 26px;
        }
        .history .swiper-wrapper .swiper-slide:nth-child(even) .h-box h1 img{
            left: -36px;
            top: 26px;
        }
    }



    @media(max-width:580px){
        .history{
            margin-top: 5em;
        }
        .history .swiper-wrapper .swiper-slide .h-box h1 {
            font-size: 26px;
        }
        
        .history .swiper-wrapper .swiper-slide:nth-child(odd) .h-box h1 img {
            right: -34px;
            top: 22px;
            width: 8px;
        }
        .history .swiper-wrapper .swiper-slide:nth-child(even) .h-box h1 img{
            left: -34px;
            top: 22px;
            width: 8px;
        }
    }



    /* 竞争优势 */
.about02{
    margin-bottom: 5%;
}
    .about02 .about02-top{
        background: #f4f4f4;
        margin-bottom: 5%;
    }
    .about02 .about02-top ul{

    }
    .about02 .about02-top ul li{
        display: flex;
        vertical-align: top;
    }
    .about02 .about02-top ul li .about02-top-img{
        display: inline-block;
        width: 50%;
        overflow: hidden;
    }
    .about02 .about02-top ul li .about02-top-img img{
        display: inline-block;
        width: 100%;
        transition: .5s;
    }
    .about02 .about02-top ul li .about02-top-img:hover img{
        transform:scale(1.05);
    }
    .about02 .about02-top ul li .about02-top-txt{
        display: inline-block;
        width: 44%;
        padding: 0 3%;
    }
    .about02 .about02-top ul li .about02-top-txt h1{
        font-size: 24px;
        color: #66b821;
        margin-top: 4%;
        margin-bottom: 2%;
    }
    .about02 .about02-top ul li .about02-top-txt p{
        color: #666;
        line-height: 28px;
    }
    .about02 .about02-top ul li:nth-child(even){
        flex-direction: row-reverse;
    }

    @media(max-width:960px){
        .about02 .about02-top{
            max-width: 580px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .about02 .about02-top ul li{
            display: block;
        }
        .about02 .about02-top ul li .about02-top-img{
            width: 100%;
        }
        .about02 .about02-top ul li .about02-top-txt{
            width: 94%;
            margin-bottom: 20px;
        }
        .about02 .about02-top ul li .about02-top-txt h1 {
            font-size: 20px;
            color: #66b821;
            margin-top: 20px;
            margin-bottom: 5px;
        }
    }

    @media(max-width:580px){
        .about02 .about02-top ul li .about02-top-txt h1 {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 5px;
        }
        .about02 .about02-top ul li .about02-top-txt p {
            font-size: 12px;
            line-height: 20px;
        }
    }

    .about02 .about02-bottom{
        box-shadow: inset -1px 8px 5px -5px rgba(0, 0, 0, 0.05);
    }
    .about02 .about02-bottom ul li{
        display: flex;
        vertical-align: top;
    }
    .about02 .about02-bottom ul li .about02-bottom-img{
        display: inline-block;
        width: 50%;
        overflow: hidden;
    }
    .about02 .about02-bottom ul li .about02-bottom-img img{
        display: inline-block;
        width: 100%;
        transition: .5s;
    }
    .about02 .about02-bottom ul li .about02-bottom-img:hover img{
        transform: scale(1.05);
    }
    .about02 .about02-bottom ul li .about02-bottom-txt{
        display: inline-block;
        width: 44%;
        padding: 0 3%;
        position: relative;
    }
    .about02 .about02-bottom ul li .about02-bottom-txt span{
        position: absolute;
        top: 4%;
        left: 6%;
        font-size: 70px;
        line-height: 70px;
        color: #ccc;
    }
    .about02 .about02-bottom ul li .about02-bottom-txt h1{
        font-size: 24px;
        color: #66b821;
        margin-top: 4%;
        margin-bottom: 2%;
        margin-left: 100px;
    }
    .about02 .about02-bottom ul li .about02-bottom-txt p{
        color: #666;
        line-height: 28px;
        text-indent: 100px;
    }
    .about02 .about02-bottom ul li:nth-child(even){
        flex-direction: row-reverse;
    }


    

    @media(max-width:960px){
        .about02 .about02-bottom{
            max-width: 580px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .about02 .about02-bottom ul li{
            display: block;
        }
        .about02 .about02-bottom ul li .about02-bottom-txt span {
            top: 25%;
            left: 3%;
            font-size: 40px;
            line-height: 40px;
        }
        .about02 .about02-bottom ul li .about02-bottom-img{
            width: 100%;
        }
        .about02 .about02-bottom ul li .about02-bottom-txt{
            width: 94%;
            margin-bottom: 20px;
        }
        .about02 .about02-bottom ul li .about02-bottom-txt h1 {
            font-size: 20px;
            color: #66b821;
            margin-top: 20px;
            margin-bottom: 5px;
            margin-left: 60px;
        }
        .about02 .about02-bottom ul li .about02-bottom-txt p{
            text-indent: 60px;
        }
    }
    @media(max-width:580px){
        .about02 .about02-bottom ul li .about02-bottom-txt span {
            top: 10%;
            font-size: 30px;
            line-height: 30px;
        }
        .about02 .about02-bottom ul li .about02-bottom-txt h1 {
            font-size: 18px;
            margin-top: 10px;
            margin-left: 45px;
        }
        .about02 .about02-bottom ul li .about02-bottom-txt p {
            text-indent: 45px;
            font-size: 12px;
            line-height: 20px;
        }
    }






    /* 企业动态 */

.news-list{

}
    .news-list ul{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .news-list ul li{
        border: 1px solid #f5f5f5;
        margin-bottom: 20px;
        padding: 2.5% 2.5%;
        vertical-align: top;
    }
    .news-list ul li>a{
        display: flex;
        justify-content: space-between;
    }
    .news-list ul li .list-left{
        display: inline-block;
        width: calc(82% - 160px);
    }
    .news-list ul li .list-left>div{
        display: flex;
        justify-content: space-between;
    }
    .news-list ul li .list-left .news-list-img{
        display: inline-block;
        width: 155px;
        height: 115px;
        position: relative;
    }
    .news-list ul li .list-left .news-list-img img{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .news-list ul li:hover .list-left .news-list-img img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }
    .news-list ul li .list-left .list-txt{
        display: inline-block;
        width: calc(100% - 180px);
    }
    .news-list ul li .list-left .list-txt h1{
        font-size: 18px;
        color: #010101;
        font-weight: normal;
        margin-top: 5%;
        margin-bottom: 3%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .news-list ul li .list-left .list-txt p{
        font-size: 14px;
        line-height: 24px;
        color: #999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news-list ul li .list-right{
        display: flex;
        align-items: center;
        text-align: center;
        width: 160px;
        border-left: 1px solid #f2f2f2;
    }
    .news-list ul li .list-right>div{
        text-align: center;
        width: 100%;
    }
    .news-list ul li .list-right>div h2{
       font-size: 22px;
       line-height: 22px;
       color: #988e98;
       font-weight: normal;
       margin-bottom: 12px;
    }
    .news-list ul li .list-right>div span{
        font-size: 12px;
        color: #988e98;
    }

    @media(max-width:990px){
        .news-list ul{
            padding: 0;
        }
        .news-list ul li .list-left {
            display: inline-block;
            width: calc(92% - 160px);
        }
    }

    @media(max-width:760px){
        .news-list ul li .list-left .news-list-img {
            width: 110px;
            height: 80px;
        }
        .news-list ul li .list-left {
            display: inline-block;
            width: calc(95% - 60px);
        }
        .news-list ul li .list-left .list-txt {
            width: calc(100% - 120px);
        }
        .news-list ul li .list-left .list-txt h1 {
            font-size: 16px;
            margin-top: 6px;
            margin-bottom: 5px;
        }
        .news-list ul li .list-left .list-txt p {
            font-size: 12px;
            line-height: 20px;
        }
        .news-list ul li .list-right{
            width: 60px;
        }
        .news-list ul li .list-right>div h2 {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 8px;
        }
    }


    /* 新闻详情 */
.newsd-edit{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 10%;
}
    .newsd-edit>h1{
        text-align: center;
        font-size: 22px;
        color: #2d2d2d;
        margin-bottom: 20px;
    }
    .newsd-edit p{
        font-size: 15px;
        line-height: 28px;
        color: #6f6f6f;
    }
    .newsd-edit p img{
        display: inline-block;
        width: auto !important;
        max-width: 100% !important;
    }

    @media(max-width:760px){
        .newsd-edit>h1{
            font-size: 20px;
        }
    }



    /* 情景展厅 */
.about03{
    margin-bottom: 5%;
}
    .about03-txt p{
        font-size: 15px;
        line-height: 28px;
        color: #2e252e;
    }
    .about03-list{

    }
    .about03-list ul{
        
    }
    .about03-list ul li{
        display: inline-block;
        width: 23%;
        margin: 0 0.8%;
        margin-bottom: 3%;
    }
    .about03-list ul li .about03-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 70%;
        position: relative;
        overflow: hidden;
    }
    .about03-list ul li .about03-img img{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .about03-list ul li:hover .about03-img img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }
    .about03-list ul li h1{
        text-align: center;
        font-size: 14px;
        color: #a2979b;
        font-weight: normal;
        margin-top: 10px;
    }
    .about03-list ul li:hover h1{
        color: #000;
    }

    @media(max-width:880px){
        .about03-list ul li {
            margin: 0 0.6%;
            margin-bottom: 3%;
        }
        .about03-txt p {
            font-size: 14px;
            line-height: 24px;
        }
    }

    @media(max-width:580px){
        .about03-txt p {
            font-size: 12px;
            line-height: 20px;
        }
        .about03-list ul li {
            display: inline-block;
            width: 48%;
            margin: 0;
            margin-bottom: 4%;
        }
        .about03-list ul li:nth-child(odd){
            float: left;
        }
        .about03-list ul li:nth-child(even){
            float: right;
        }
        .about03-list ul li h1 {
            font-size: 12px;
            margin-top: 5px;
        }
    }





    /* 绿色环保 */
.about04{
    margin-bottom: 5%;
}
    .about04 .top-img{
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .about04 .top-img img{
        display: inline-block;
        width: 100%;
    }
    .about04-icon{
        text-align: center;
        margin-bottom: 4%;
    }
    .about04-icon img{
        transition: .5s;
    }
    .about04-icon img:hover{
        transform:scale(1.1);
    }


    .about04-center{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5%;
    }
    .about04-center .about04-left{
        display: inline-block;
        width: 27.7%;
    }
    .about04-center .about04-left img{
        display: inline-block;
        width: 100%;
    }
    .about04-center .about04-right{
        display: inline-block;
        width: 70%;
    }
    .about04-center .about04-right img{
        display: inline-block;
        width: 100%;
    }

    .about04-aside{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 3%;
    }
    .about04-aside .aside-left{
        display: inline-block;
        width: 48%;
    }
    .about04-aside .aside-left img{
        width: 95%;
    }
    .about04-aside .aside-right{
        display: inline-block;
        width: 48%;
        text-align: right;
    }
    .about04-aside .aside-right img{
        display: inline-block;
        width: 85%;
        padding-right: 3%;
    }

    .about04-bottom{
        display: inline-block;
        width: 100%;
    }
    .about04-bottom img{
        display: inline-block;
        width: 100%;
    }

    @media(max-width:760px){
        .about04 .top-img img{
            display: inline-block;
            width: 150%;
            margin-left: -25%;
        }
        .about04-center{
            display: block;
        }
        .about04-center .about04-left{
            width: 100%;
        }
        .about04-center .about04-right{
            width: 100%;
        }
    }

    @media(max-width:580px){
        .about04-aside{
            display: block;
        }
        .about04-aside .aside-left{
            width: 100%;
            margin-bottom: 2%;
        }
        .about04-aside .aside-right{
            width: 100%;
            text-align: left;
        }
    }






