/* 内容开始 */ 
.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: 40px;
    
}
.content .in-content .brief p{
    text-align: center;
    font-size: 14px;
    color:#919191;
    line-height: 30px;
}

.content .in-content .brief p a{
    color:#3e87f0;
}
.content .in-content .join{
    width: 1000px;
    padding-bottom: 80px;
    margin:0 auto;
}
.content .in-content .join .in-join{
    height:35px;
    background:#f4f4f4;
    font-size: 14px;
    padding-top: 15px;
    color:#919191;
}
.in-content .join .in-join .left{
    float: left;
    margin-left: 28px;

}
.in-content .join .in-join .right{
    float:right;
}
.in-content .join .in-join .right span{
    display: inline-block;
    width:178px;
    border-left:2px solid #ccc;
    height:15px;
    line-height: 15px;
    text-align: center;

}
.content .in-content .join .on-join{
    height:35px;
    background:#fff;
    font-size: 14px;
    padding-top: 15px;
    position: relative;
    cursor: pointer;
}
.content .in-content .join .ons{
    color:#f27b28;

}
.content .in-content .join .one-join{
}
.content .in-content .join .one-join li{
    border:1px solid #ccc;
    margin-top: -1px;
}
.in-content .join .one-join .right span{
    border-left: 0;
}
.content .in-content .join .on-join em{
    width:12px;
    height:6px;
    display: block;
    background:url(../images/icon/sanjiao22.png);
    position: absolute;
    right:14px;
    top:21px;
   transition: all 1s;
}
.cunP{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 
}
.in-content .join .one-join .Duty{
    margin-left: 27px;
    font-size: 12px;
    padding-top: 14px;
    line-height: 24px;
    color:#919191;
    display: none;
}
/* 内容结束 */ 
