.banner .swiper-pagination{
    width:100%;
    position: absolute;
    left: 0;
    bottom: 105px;
    text-align: center;
    z-index:9999;
}
.swiper-pagination-customs{
    background-size: cover;
    border-radius: 0;
    display: inline-block;
    height:75px;
    width:100px;
    margin:0 10px;
    opacity: 1;
}
.swiper-pagination-customs-active{
    border:solid 2px #fff;
    box-sizing: border-box;
}
.about-us{
    background:url("../images/index-about-bg.png") #ffffff no-repeat left bottom;
    background-size:100% auto;
    border-radius: 20px;
    width: 1110px;
    margin:-100px auto 0 auto;
    padding:60px 30px 90px 30px;
}
.about-us figure img{
    display: block;
    margin:0 auto 40px auto;
}
.about-us figure p{
    color:#333333;
    line-height: 32px;
    font-size:16px;
    text-indent: 32px;
}
.project{
    width:100%;
    overflow: hidden;
    position: relative;
}
.project .swiper-slide{
    display: flex;
    height:565px;
}
.project-cover{
    width:50%;
    background-size:cover;
}
.project-description{
    background-color:#2b996d;
    color:#fff;
    width:50%;
}
.project-description-label{
    font-size: 40px;
    font-weight: bold;
    line-height: 110px;
    height:136px;
    padding-left: 30px;
    position: relative;
}
.project-description-label:before{
    background-color:#fff;
    content:'';
    display: block;
    width:16px;
    height:3px;
    overflow: hidden;
    position: absolute;
    bottom:30px;
    left:30px;
}
.project-description-label:after{
    background-color:#fff;
    content:'';
    display: block;
    width:54px;
    height:1px;
    overflow: hidden;
    opacity:.5;
    position: absolute;
    bottom:30px;
    left:30px;
}
.project-description-content{
    font-size: 14px;
    line-height: 28px;
    width:560px;
    padding: 0  0 95px 30px;
    position:relative;
}
.project .swiper-pagination{
    bottom: 47px !important;
}
.project .swiper-pagination-bullet{
    border-radius: 0;
    width: 22px;
    height:5px;
}
.project .swiper-pagination-bullet:first-child{
    margin-left: 160px !important;
}
.project .swiper-pagination-bullet-active{
    background-color:#fff;
}
.news-container{
    height: auto;
    margin:0 auto;
    width: 1170px;
    overflow: hidden;
}
a.project-detail-btn{
    border:solid 1px #fff;
    border-radius: 22px;
    color: #fff;
    line-height: 45px;
    padding:0 35px;
    position: absolute;
    right:0;
    bottom:0;
    text-decoration: none;
}
.news-left{
    float: left;
    width: 700px;
    margin:60px 0;
}
.news-label{
    background: #59B636;
    box-sizing: border-box;
    color:#fff;
    height: 374px;
    width:470px;
    position: relative;
    padding:45px 0 0 51px;
}
.news-label:before{
    content: '';
    display: block;
    height: 343px;
    border: 1px solid #FFFFFF;
    width: 440px;
    opacity: 0.39;
    position: absolute;
    left:15px;
    top:15px;
}
.news-label h2{
    font-size: 22px;
}
.news-label h2 span{
    font-size: 14px;
    font-weight: normal;
    margin-left: 6px;
}
.news-label p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
}
.first-news-cover{
     background-image: url("../images/index-news-cover.jpg");
     background-size: cover;
     height:287px;
     width: 340px;
     position: absolute;
     left: 300px;
     top:43px;
 }
a.news-list-btn{
    border-left:solid 1px #fff;
    border-bottom:solid 1px #fff;
    color:#fff;
    display: inline-block;
    font-size: 14px;
    line-height:33px;
    width: 85px;
    text-decoration: none;
    text-align: center;
    position: absolute;
    right:183px;
    bottom:44px;
}
a.news-list-btn i{
    font-style: normal;
    margin-left: 6px;
}
.news-right{
    background-color: #F7F7F9;
    border-radius: 0px 20px 0px 20px;
    box-sizing: border-box;
    float: left;
    height: 374px;
    width: 470px;
    margin:60px 0;
    padding:40px 30px;
    position: relative;
}
.news-date{
    background-color: #59B636;
    border-radius: 21px;
    color:#fff;
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    padding:0 20px;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    margin:14px 0;
}
.news-right .news-title{
    margin-top:20px;
}
.news-title a{
    color:#333;
    text-decoration: none;
}
.news-title a:hover{
    color:#333;
    text-decoration: underline;
}
.news-content{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    height:168px;
    line-height: 28px;
    overflow: hidden;
}
.news-detail-btn{
    display: inline-block;
    line-height:5px;
    position: absolute;
    right:30px;
    top:55px;
}
.news-detail-btn span{
    background: #59B636;
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
}

.news-list{
    clear: both;
    height: 410px;
}
.news-list .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.news-item{
    background: #F7F7F9;
    border-radius: 0px 20px 0px 20px;
    height:287px;
    flex: 0 0 1;
    width:210px;
    position: relative;
    padding:40px 30px 0 30px;
}
.map img{
    display: block;
    width: 100%;
}
footer{
    position: relative;
    padding-top: 238px;
}
.contact-us{
    background: url("../images/index-contact-bg.png") no-repeat #333333 left 340px;
    background-size:100% auto;
    color:#fff;
    height: 348px;
    margin-left:-585px;
    width: 1170px;
    padding:50px 0 70px 0;
    position: absolute;
    left: 50%;
    top:-230px;
    text-align: center;
}
.contact-us-label .label1{
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    line-height: 45px;
}
.contact-us-label .label2{
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}
.contact-us-label .label3{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin:26px 0 55px 0;
}
.our-info{
    display: flex;
    justify-content:space-around;
}
.info-item{
    padding-bottom:61px;
    position: relative;
}
.info-item:after{
    background-color: #59B636;
    content: '';
    display: block;
    height:3px;
    margin-left:-15px;
    width:30px;
    position: absolute;
    bottom:0;
    left:50%;
}
.info-item icon{
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom:20px;
    height:52px;
    width: 52px;
}
.info-item:first-child icon{
    background-image: url('../images/icon-email.png');
    background-size: 40px auto;
}
.info-item:nth-child(2)  icon{
    background-image: url('../images/icon-tel.png');
    background-size: 40px auto;
}
.info-item:nth-child(3) icon{
    background-image: url('../images/icon-location.png');
    background-size: 43px auto;
}
.info-item p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.info-item p span{
    display: block;
    margin-top: 5px;
}
