@charset "utf-8";

.head{
    width: 100%;
    height: 300px;
    background: url("../img/head.jpg") no-repeat center center;
}

.contain{
    overflow: hidden;
    margin: 30px 0;
}
.rcon{
    width: 860px;
}
.rcon h3{
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.rcon ul li{
    margin-right: 55px;
}

.rcon .case-con ul li{
    width: 246px;
    margin-right: 60px;
    margin-bottom: 30px;
}

.news-con ul li{
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    border-top: 1px dotted #ddd;
    padding: 5px;
}
.news-con ul li:first-child{
    border: none;
}
.news-con ul li i{
    width: 10px;
    display: block;
    float: left;
    font-size: 30px;
    color: #999;
}
.news-con ul li a{
    display: block;
    font-size: 16px;
    float: left;
    width: 700px;
    height: 36px;
    overflow: hidden;
    text-indent: 10px;
}
.news-con ul li a:hover{
    background: #f5f5f5;
    color: #7c1922;
}
.news-con ul li span{
    display: block;
    float: right;
    color: #999;
    width: 80px;
    font-size: 14px;
    text-align: right;
}

.contact p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.contact .map{
    margin-top: 20px;
    border: 1px solid #eee;
}