
/*rent_item*/
.coo_banner{
    position: relative;
    left:50%;
    width:1920px;
    height:540px;
    margin-left:-960px;
    margin-bottom: 100px;
    overflow: hidden;
}
.coo_banner img{
    display: block;
}
.rent_item{

}
.rent_item h2{
    width: 180px;
    height: 36px;
    line-height: 36px;
    background: #2974b2;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.rent_mes{
    border: 1px solid #dcdcdc;
    background: #fff;
    padding-top: 40px;
}
.rent_inp{
    display: inline-block;
    width: 420px;
    margin-bottom: 20px;
}
.rent_inp input,.rent_inp select{
    width: 200px;
    height: 35px;
    border: 1px solid #666;
    text-indent: 6px;
}
.rent_inp label{
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 4px;
}


/**/
.join_item{
    margin: 50px auto 100px;
}


/*公司概况*/
.company_wrap{
    margin: 0 auto;
}
.nav_left{
    width: 160px;
    margin-right: 50px;
}
.nav_left > span{
    display: block;
    width: 160px;
    height: 90px;
    padding: 28px 0;
    text-align: center;
    background: #fff;
}
.nav_left > span img{
    display: block;
    margin: 0 auto;
}
.nav_left ul li{
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    background: #fff;
}
.nav_left ul li a{
    display: block;
    font-size: 18px;
    color: #333;
}
.nav_left ul li:hover a,.nav_left ul li.active a{
    color: #2974b2;
}

.company_right{
    width: 814px;
    background-color: #fff;
}
.company_right h2{
    height: 52px;
    line-height: 50px;
    padding-left: 30px;
    border-bottom: 2px solid #f5f5f5;
    font-size: 20px;
    color: #2974b2;
}
.company_detail{
    font-size: 16px;
    padding: 10px 30px 0;
}
.company_detail p{
    line-height: 1.8;
    margin-bottom: 10px;
    text-indent: 2em;
}
.company_detail img{
    display: block;
    margin: 10px auto 50px;
}

/*企业荣誉*/
.honor{
    padding: 250px 0;
    background: url("../image/honor.png") no-repeat;
    background-size: 100%;
}
.honor img{
    display: block;
}

/* 联系我们*/
.contactUs{
    border: 1px solid #ccc;
    margin-top: 150px;
}
.contactUs h2 {
    height: 52px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
    border-bottom: 2px solid #f5f5f5;
    font-size: 20px;
    color: #2974b2;
}
.map img{
    display: block;
    width: 100%;
}