
/* 内容开始 */ 
.content{
    width: 100%;
    background:#f4f4f4;
    padding-bottom: 100px;
}
.content .Position{
    width:1200px;
    height:40px;
    margin:0 auto;
    line-height: 40px;
   font-size: 12px;
}
.content .Position a{
    color:#505050;
    margin:0 5px;
}
.content .in-content{
    width:1200px;
    background:#fff;
    margin:0 auto;
}
.content .in-content .one-content{
    height:50px;
    background:#fff;
    padding-top: 30px;
}
.content .in-content .one-content li{
    float: left;
    width:173px;
    text-align: center;
    border-right:2px solid #ccc;
   height:15px;
    line-height: 15px;
}
.content .in-content .one-content li a{
    color:#919191;
    font-size: 14px;
}
.content .in-content .one-content li a.cunt{
    color:#f27b28;
}
.content .in-content .one-content li a:hover{
    color:#f27b28;
}
.content .in-content .bannero{
    width:1200px;
    height:400px;
    display: block;

}
.content .in-content .bannero img{
        width:1200px;
    height:400px;
}
.content .in-content .brief{
    padding:0 102px;
    padding-top: 40px;
    padding-bottom: 80px;
    
}
.content .in-content .brief h5{
    text-align: center;
    font-size: 16px;
    color:#919191;
    line-height: 30px;
}
.content .in-content .brief h6{
    font-size: 12px;
    color:#505050;
    line-height: 22px;
    font-weight: 600;
}
.content .in-content .brief p{
    text-align: left;
    font-size: 12px;
    color:#919191;
    line-height: 22px;
}

.content .in-content .brief p a{
    color:#3e87f0;
}
.content .in-content .call{
    width:1000px;
    margin:0 auto;
    overflow: hidden;
}
.content .in-content .call dl{
    float: left;
    margin-right: 220px;
}
.content .in-content .call dl dt{
    font-size: 12px;
    line-height: 20px;
    color:#505050;
}
.content .in-content .call dl dd{
    font-size: 12px;
    color:#919191;
    line-height: 22px;
}
.content .in-content .brief .map{
    width:1000px;
    height:400px;
    display: block;
    margin-top: 15px;
}
.content .in-content .brief .map img{
       width:1000px;
    height:400px;
}
/* 内容结束 */ 
