/* 轮播图自适应优化 */
@media(max-width:432px){
    .lunbo img{
        height: 180px;
        width: 100%;
        object-fit: cover;
    }
}

/* main */
#main{
    padding-top: 70px;
    padding-bottom: 24px;
}

#main .main .top .h1{
    font-size: 40px;
    font-weight: bolder;
}
#main .main .top img{
    width: 100%;
}
#main .main .top{
    width: 100%;
    position: relative;
}
#main .main .top::before{
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background:#488772;
    bottom: -55px;
    left: 0;
}
#main .main p{
    font-size:18px;
    font-weight:400;
    color:rgba(37,60,78,1);
    line-height:24px;
    margin-top:60px;
}


@media(max-width:1200px){
    #main .main .top .h1{
        font-size: 32px;
    }
    #main .main .top::before{
        bottom: -45px;
        width: 80px;
    }
    #main .main p{
        margin-top:50px;
    }
}
@media(max-width:992px){
   
    #main .main .top::before{
        bottom: -45px;
        width: 50px;
    }
    #main .main p{
        margin-top:50px;
    }
}
@media(max-width:445px){
   
    #main .main .top::before{
        bottom: -80px;
        width: 50px;
    }
    #main .main p{
        margin-top:84px;
    }
}

/* list */

#list .bjimg img{
    object-fit: cover;
    height: 400px;
    width: 100%;
}

#list .list{
    margin-top: -340px;
}
#list .list .top {
    box-shadow:0px 0px 15px 0px rgba(233,233,233,1);
}

#list .list .top{
    line-height: 270px;
    padding: 20px 30px;
    background: #fff;
    overflow: hidden;    
}
#list .list .top img{
   transition-duration: 0.5s; 
}
#list .list .top:hover img{    
    transform: scale(1.1);
}
#list .list .top img{
    width: 100%;
}
#list .list .pro-title{
    background: url(../image/listbj2.jpg) no-repeat;
    background-size: cover;
    padding-top: 26px;
    padding-bottom: 43px;
    box-shadow:0px 0px 15px 0px rgba(233,233,233,1);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#list .list .pro-title a{
    text-decoration: none;
    color: #fff;
}
#list .list .pro-title a:hover{
    color: #43C9C9;
}

/* case */
#case{
    margin-top: 60px;
    
}
#case .bjimg{
    width: 100%;
}
#case .bjimg img{
    object-fit: cover;
    height: 800px;
    width: 100%;
}
#case .bjimg1 img{
    height: 250px;
    width: 100%;
}
#case .case{
    margin-top:-960px;
}
@media(max-width:1200px){
    #case .bjimg img{
        height: 700px;
    }
    #case .case {
        margin-top:-860px;
    }
}
@media(max-width:992px){
    #case .bjimg img{
        height: 1280px;
    }
    #case .case {
        margin-top:-1440px;
    }
}
@media(max-width:768px){
    #case .bjimg img{
        height: 1200px;
    }
    #case .case {
        margin-top:-1360px;
    }
}
@media(max-width:625px){
    #case .bjimg img{
        height: 1100px;
    }
    #case .case {
        margin-top:-1260px;
    }
}
@media(max-width:450px){
    #case .bjimg img{
        height: 1000px;
    }
    #case .case {
        margin-top:-1110px;
    }
    #case .bjimg1 img{
        height: 200px;
    }
}
@media(max-width:400px){
    #case .case{
        margin-top: -1010px;
    }
    #case .bjimg1 img{
        height: 100px;
    }
}

#case .case .left_list {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
}
#case .case .left_nav .img{    
    overflow: hidden;
}
#case .case .left_nav .img img{
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 2px;
    transition-duration: 0.5s;
}
#case .case .left_nav .img:hover img{    
    transform: scale(1.1);
}
#case .case .left_nav .img div{
    overflow: hidden;
}

#case .case .h2{
    font-size:28px;
    font-weight:800;
    color:rgba(37,60,78,1);
    line-height:30px;
    position: relative;
    margin-top: 10px;
}
#case .case .h2 span {
    font-size:16px;
    font-weight:400;
    color:rgba(37,60,78,1);
    line-height:30px;
    float: right;
}
#case .case .h2::after{
    content: "";
    display: block;
    bottom: 20px;
    width:40px;
    height:3px;
    margin-top: 10px;
    background: #488772;
}
@media (max-width:768px){
    #case .case .h2{
        font-size:20px;
    }
} 

/* case_center */
#case .case_center{
    margin-top: 30px;
    position: relative;
    z-index: 99;
}
#case .case_center .top{
    overflow: hidden;
    position: relative;
}
#case .case_center hr{
    width:50px;
    height:3px;
    background: #fff;
    margin-top: 13px;
}
#case .case_center h1{
    font-size:40px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:30px;
    float: left;
}
#case .case_center .btn1{
    float: right;
    width:140px;
    line-height: 40px;
    text-align: center;
    height:40px;
    border-radius: 20px;
    border: 0px;
    color: #488772;
    font-size:16px;
    font-weight:800;
    background: #fff;
}

@media (max-width:768px){
    #case .case_center h1{
        font-size:32px;
    }
    #case .case_center .btn1{
        width:120px;
    }
    
} 

#case .case_center p{
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
}


#case .case .slick{
    margin-top: 15px;
    margin-left: -9px;
    margin-right: -9px;
}

#case .case .slick .slick_nav{
    padding: 9px;
    padding: 9px;
    border: 1px solid #eaeaea;
    margin-left: 9px;
    margin-right: 9px;
    background: #fff;
    overflow: hidden;
}

#case .case .slick .slick_nav  img{
    width: 100%;
    transition-duration: 0.5s;
}
#case .case .slick .slick_nav:hover img{    
    transform: scale(1.1);
}
#case .case .slick .slick_nav  p{
    font-size:14px;
    font-weight:400;
    color:rgba(43,43,43,1);
    line-height:30px;
    margin-top: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#case .case .img2{
    margin-top: 60px;
}
#case .case .img2 img{
    width: 100%;
}


/* aside */
#aside{
    background: #fff;
    padding-top: 140px;
}

/* aside_top */
#aside .aside .aside_top  h1{
    font-size:40px;
    font-weight:800;
    color:#333;
    float: left;
}



#aside .aside .aside_top .btn1{
    float: right;
    width:140px;
    height:40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 0px;
    color: #fff;
    font-size:16px;
    font-weight:800;
    background: #488772;
}

@media(max-width:768px){
    #aside .aside .aside_top .btn1{
        display: none;
    }
}
#aside .aside hr{
    width:50px;
    height:3px;
    background: #488772;
    margin-top: 50px;
}
#aside .aside p{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 24px;    
}

/* aside_nav */
#aside .aside .aside_nav .list{
    margin-top: 30px;
}
#aside .aside .aside_nav .list .img{
    overflow: hidden;
}
#aside .aside .aside_nav .list .img img{
    width: 100%;
    transition-duration: 0.5s;
}
#aside .aside .aside_nav .list .img:hover img{    
    transform: scale(1.1);
}

#aside .aside  .aside_bottom{
    margin-top: 70px;
}
#aside .aside  .aside_bottom .list .img img{
    width: 100%;
}
#aside .aside  .aside_bottom .list{
    position: relative;
    margin-bottom: 30px;
}
#aside .aside  .aside_bottom .list .list_nav{
    position: absolute;
    bottom: 30px;
    width: 88%;
    transition-duration: 0.5s;
}
#aside .aside  .aside_bottom .list .list_nav .left{
    position: relative;
    width: 88%;
}
#aside .aside  .aside_bottom .list .list_nav .left:after{
    position: absolute;
    content: "";
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #fff;
    left: 15px;
}
#aside .aside  .aside_bottom .list .list_nav .left {
    padding:0 0 0 15px ;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#aside .aside  .aside_bottom .list .list_nav span{
    font-size:28px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:30px;
}
#aside .aside  .aside_bottom .list:hover .list_nav{    
    bottom:60px;
}



/* news */
#news{
    padding-top: 90px;
    padding-bottom: 100px;
    background: #f7f7f7;
}
#news .news .left img{
    width: 100%;
}
#news .news .right h1{
    text-align: right;
    font-size:40px;
    font-weight:800;
    color:rgba(37,60,78,1);
    position: relative;
}
@media(max-width:991px){
    #news .news .right h1{
        margin-top: 30px;
    }
}
#news .news .right h1::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    right: 0;
    bottom: -15px;
    background: #488772;
}
#news .news .right .h2 {
    margin-top: 27px;
    text-align: right;
    font-size:22px;
    font-weight:lighter;
    color: #253c4e;
}
@media (max-width:360px){
    #news .news .right .h2 {
        font-size:18px;
    }
}
#news .news .right .h2 .span1{
    display: inline;
    cursor: pointer;
}
#news .news .right .h2 span:hover{
    font-weight:800;
}
#news .news .right .h2 .active{
    font-weight:800;
}
#news .news .right .content .content1{
    display: none;
}
#news .news .right .content .active{
    display: block;
}
#news .news .right .content .content1{
    margin-top: 30px;
}
#news .news .right .content .content1 .img{
    overflow: hidden;
}
#news .news .right .content .content1 .img img{
    width: 100%;
    transition-duration: 0.5s;
}
#news .news .right .content .content1 .img:hover img{    
    transform: scale(1.1);
}
#news .news .right .content .content1 .news_n {
    padding-left: 18px;
    background: url(../image/icon_news.jpg) no-repeat 0 8px;
}
#news .news .right .content .content1 .news_n p{
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news .news .right .content .content1 .news_n p::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #43C9C9;
}
#news .news .right .content .content1 .news_n p a{
    font-size:16px;
    font-weight:400;
    color:rgba(43,43,43,1);
    line-height:30px;
    text-decoration: none; 
}
#news .news .right .content .content1 .news_n p:hover a{
    color: #488772;
}
#news .news .right .content .content1 .news_n span{
    font-size:14px;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:30px;
}

#news .news .right .content .content1 .hr{
    height: 3px;
    width: 100%;    
    margin-top: 20px;
    margin-bottom: 20px;
    border-top:1px solid #E0E0E0 ;
    border-bottom: 1px dashed #E0E0E0;
}
#news .news .right .content .content1  .list{  
    width: 100%;
}
#news .news .right .content .content1  .list  .p{
    font-size:14px;
    font-weight:400;
    color:rgba(43,43,43,1);
    line-height:35px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E0E0E0;
}
#news .news .right .content .content1  .list p i{ 
    margin-right: 6px;
}

#news .news .right .content .content1  .list p{
    font-size:14px;
    font-weight:400;
    color:rgba(43,43,43,1);
    line-height:32px;
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news .news .right .content .content1  .list span{
    float: right;
    line-height:32px;
}

#news .news .right .content .content1  .list .p:hover p{
    color: #488772;
}



/* about */
#about{
    position: relative;
}
#about img{
    width: 100%;
    height: 676px;
    object-fit: cover
}

#about .about {
    position: absolute;
    top: 90px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#about .about h1{
    font-size:40px;
    font-weight:400;
    color:rgba(37,60,78,1);
    text-align: center;
    margin-bottom: 35px;
}
#about .about p{
    font-size:14px;
    font-weight:300;
    color:rgba(43,43,43,1);
    line-height:26px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    
}
#about .about .btn1{
    width: 100%;
    text-align: center;
    margin-top: 46px;
}
#about .about .btn{
    width:350px;
    height:50px;
    text-align: center;
    border: 1px solid #488772;
    font-size: 22px;
    color: #fff;
    background: #488772;
    border-radius: 25px;
}
@media(max-width:400px){
    #about .about .btn{
        width:260px;
        height:40px;
        text-align: center;
        border: 1px solid #488772;
        font-size: 18px;
        color: #fff;
        background: #488772;
        border-radius: 20px;
    }
}

