/* 关于我们 */

/* 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 .contact{
   padding: 50px 0;
   background: url(../images/zhu1.jpg);
   
}
#main .contact>div{
    background: #fff;
    width: 1160px;
    padding: 40px 20px;
}
#main .contact>div h2{
    text-align: center;
    font-size: 22px;
    color: #282d2b;
    margin-bottom: 20px;
}
#main .contact>div p{
    color: #706d5d;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}
#main .contact .map{
    height: 320px;
    width: 1160px;
    margin-bottom: 20px
}
#main .contact .information{
    margin-bottom: 80px;
}
#main .contact .information li{
    width: 298px;
    height: 98px;
    margin-left: 60px;
    line-height: 60px;
    border: 1px solid #ebebeb;
    float: left;
    position: relative;
    text-align: center;
}

#main .contact .information li img{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;

}
#main .contact .online{
    width: 1110px;
    margin: auto;

}
#main .contact .online h4{
    height: 50px;
    background: #01af6a;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 50px;
    margin-bottom: 50px;
}
#main .contact .online h4 img{
    margin-left: 10px;
    margin-right: 10px;
}
#main .contact .online ul{
    width: 800px;
    margin: auto;
    margin-bottom: 10px;
}
#main .contact .online ul li{
    width: 370px;
    float: left;
    margin-bottom: 20px;
}
#main .contact .online ul li:nth-child(2n){
    float: right;
}
#main .contact .online ul li span{
    color: #615d67;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
#main .contact .online ul li input{
    width: 352px;
    height: 42px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    outline: none;
    padding-left: 10px;
}
#main .contact .online li:last-child input{
    width: 800px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #00ae69;
}
/* 百度地图 */
#allmap{
    width:100%;
    height:600px;
    /* font-family:"微软雅黑"; */
    /* overflow: hidden; */
}
#r-result{
    width:100%; font-size:14px;
}
#r-result input{
    border: #a8a8a8 solid 1px;
    margin-bottom: 20px;
}