@charset "UTF-8";

.banner-box{
    width: 100%;
    overflow: hidden;
}
.banner{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    font-size: 0;
}
.banner .img{
    width: 100%;
}
.main{
    background: url(../images/bg.png) repeat-y center top;
    margin-top: -12px;
    padding-top: 38px;
    padding-bottom: 145px;
}
.more{
    display: block;
    color: #fff;
    font-size: 18px;
    width: 200px;
    height: 60px;
    border: 2px solid #fff;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    background: #112d15;
    transition: all ease-in-out .3s;
}
.more:hover{
    background: #223d26;
}
.section1{
    padding: 42px 0 38px;
    background: rgba(0, 155, 122, .6)
}
.section1 .more{ margin-top: 46px;}
.section1 .content{
    position: relative;
    padding: 0 25px;
}
.imglist{
    width: 100%;overflow: hidden;
}
.imglist li{padding-top: 14px;transition: all ease .3s;}
.imglist li a{
    padding: 20px 10px;
    background: #fff;
    display: block;
}
.imglist .pic{
    height: 190px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 190px;
}
.imglist .pic img{
    max-width: 100%;
    max-height: 100%;
}
.imglist .title{
    color: #777978;
    font-size: 14px;
    line-height: 1.6;
    height: 44px;
    overflow: hidden;
}
.section1 .btn{
    position: absolute;
    top: 148px;
    z-index: 9;
}
.section1 .prev{
    left: -40px;
}
.section1 .next{
    right: -40px;
}
.imglist li:hover{
    padding-top: 0;
    padding-bottom: 14px;
}
.imglist li a:hover .title{
    color: #252c2a;
}

.section2{
    padding: 50px 0 0;
}
.section2 .more{ margin-top: 15px;}
.section2 .maintitle{
    background: url(../images/bg2.png) no-repeat center/cover;
    padding: 28px 0;
    margin-bottom: 20px;
}

.maintitle0{
    background: url(../images/bg2.png) no-repeat center/cover;
    padding: 28px 0;
    margin-bottom: 20px;
}
.about1{ padding: 20px 0 60px;}
.about1 .content{
    background: #fff;
    padding: 35px 60px 45px;
}
.about1 .content p{
    color: #20231c;
    font-size: 16px;
    line-height: 2.25;
}
.about2{
    background: rgba(0, 155, 122, .6);
    padding: 36px 0 64px;
}
.about2 .maintitle{
    border-bottom: 1px solid #88d1af;
    padding-bottom: 28px;
}
.about2 .content{ height: 500px; padding: 58px 60px 0 60px;position: relative;}
.about2 .con{
    background: #f6f6f6;
    width: 610px;
    position: relative;
    z-index: 9;
    padding: 58px 58px 48px 30px;
}
.about2 .pic{
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 0;
    width: 550px;
}
.about2 .pic img{
    width: 100%;
    height: 500px;
}
.about2 .con .t1{
    color: #20231c;
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px 26px;
}
.about2 .con .line{
    width: 80px;
    height: 4px;
    background: #76e786;
    margin-bottom: 24px;
}
.about2 .cdetail{
    padding-left: 30px;
}
.about2 .cdetail p{
    color: #727271;
    font-size: 14px;
    line-height: 2.5;
}
.idealist{
    width: 100%;
    overflow: hidden;
}
.about2 .btn{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #76e786;
    color: #fff;
    top: 50%;
    margin-top: -20px;
}
.about2 .prev{ left: -20px;}
.about2 .next{ right: -20px;}
.about2 .my-button-disabled{ display: none;}
.about3{
    padding-top: 82px;
}
.team{
    background: #fff;
    padding: 46px 80px 60px;
    font-size: 0;
}
.team img{
    margin: 0 10px 20px;
}
.main2{ 
    padding-bottom: 70px;
}
.main3{
    background: url(../images/bg0.png) repeat-y center top;
    margin-top: -3px;
    padding-bottom: 70px;
}
.contact .content{
    background: #fff;
    padding: 65px 60px 110px 68px;
}
.contact .left{
    width:370px;
    padding-right: 20px;
}
.contact .tt{
    color: #307134;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 22px;
    line-height: 1;
}
.contact .map{
    overflow: hidden;
    height: 300px;
    margin-top: 22px;
}
.anchorBL{display: none;}
.contact .left li{
    color: #9395a2;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}
.contact .left li img{
    margin-right: 8px;
}
