.banner{
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url("../images/contact-banner.jpg") no-repeat center;
}
.address{
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    overflow: hidden;
}
.address .add-img{
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 9px;
}
.address .add-text{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 40px;
}
.content .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .con-li{
    width: 380px;
    height: 190px;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    float: left;
    position: relative;
    margin-right: 30px;
    box-sizing: border-box;
    cursor:pointer
}
.con-li:hover .con-box{
    display: none;
}
.con-li:hover .con-box1{
    display: block;
}
.con-li:nth-of-type(n+4){
    margin-top: 30px;
}
.con-li:nth-of-type(3n){
    margin-right: 0;
}
.con-li .con-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.con-box .con-img{
    width: 80px;
    height: 80px;
    margin: 19px auto 0;
}
.con-box .con-span{
    width: 100%;
    height: 32px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 32px;
}
.con-box .con-name{
    width: 100%;
    height: 44px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 44px;
    margin-top: 6px;
    text-align: center;
}
.con-li .con-box1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #27acff;
}
.con-box1 .con-img{
    width: 80px;
    height: 80px;
    margin: 19px auto 0;
}
.con-box1 .con-span{
    width: 100%;
    height: 32px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}
.con-box1 .con-name{
    width: 100%;
    height: 44px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 44px;
    margin-top: 6px;
    text-align: center;
}

.map{
    width: 100%;
    height: 560px;
    margin: 45px 0;
}
.map #allmap{
    width: 100%;
    height: 100%;
}
