/* 关于我们 */

/* banner导航条 */
#header .bottom{
     height: 60px;
     width: 100%;
     min-width: 1200px;
     position: absolute;
     bottom: 0;
     left: 0;
     background: rgba(0,0,0, 0.5);
     line-height: 60px;
 }

 #header .bottom ul li{
     text-align: center;
     width: 298px;
     height: 60px;
     float: left;
     border-right: 1px solid #5f5e5f;
 }
 #header .bottom ul li a{
     color: #fff;
     font-size: 14px;
 }
 #header .bottom ul li:hover{
     background: rgba(0, 174, 105,1);
 }
 #header .bottom ul .active{
    background: rgba(0, 174, 105,1);
 }
 
 
#main .companyIntro{
    height: 680px;
    background: url(../images/zhu1.jpg);
    
}
#main .companyIntro .container{
    position: relative;
}
#main .companyIntro .container div:nth-child(1){
    width: 540px;
    height: 270px;
    position: absolute;
    top: 108px;
    left: 0px;
    padding: 90px 26px;
    z-index: 1;
    background: url(../images/introduction_v668.jpg) no-repeat;
}
#main .companyIntro .container h2{
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
}
#main .companyIntro .container h2 span{
    color: #05a96f;
}
#main .companyIntro .container p{
    width: 492px;
    height: 210px;
    color: #5a5a5d;
    font-size: 14px;
    line-height: 28px;
}
#main .companyIntro .container div:nth-child(2){
    width: 668px;
    height: 464px;
    position: absolute;
    top: 80px;
    right: 0px;
}
#main .companyIntro .container div img{
    width: 100%;
    height: 100%;
}
#main .environment{
    margin-bottom: 80px;
}
#main .environment .banner{
    height: 438px;
    position: relative;
    background: url(../images/rezf.jpg) no-repeat;
    background-position: -170px 0;
}
#main .environment .banner .title{
    position: absolute;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -280px;
    color: #fff;
}
#main .environment .banner .title h4{
    font-size: 20px;
    margin-bottom: 20px;
}
#main .environment .banner .title span{
    font-size: 14px;
}
#main .environment>div:last-child{
    height: 212px;
    background: #0c9e58;
    color: #fff;
    font-size: 14px;
}
#main .environment>div:last-child li{
    padding-top: 40px;
    height: 172px;
    width: 300px;
    text-align: center;
    float: left;
    line-height: 30px;
}
#main .environment>div:last-child li img{
    margin-bottom: 30px;
    height: 40px;
}
#main .environment>div:last-child ul li:nth-child(2n){
    background: #25a766;
}
#main .speech{
    margin-bottom: 120px;
}
#main .speech img{
    float: left;
    height: 560px;
    width: 474px;
}
#main .speech div{
    width: 690px;
    height: 374px;
    float: right;
    padding-top: 70px;
    background: url(../images/speech.png) no-repeat;
}
#main .speech div h2{
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
}
#main .speech div h2 span{
    color: #05a96f;
}
#main .speech div p{
    width: 492px;
    height: 210px;
    color: #5a5a5d;
    font-size: 14px;
    line-height: 28px;
}