.rczp{
    width:100%;
}
.rczp>h1{
    text-align: center;
    font-size:32px;
    margin:50px 0 10px;
}
.rczp>h2{
    text-align: center;
    font-size:24px;
    font-family:"Arial";
    margin:0 0 40px;
    position: relative;

    color: #818181;

}
.rczp>h2:after,.rczp>h2:before{
    content: '';
    position: absolute;
    width:30px;
    height:1px;
    background-color: #BBBBBB;
    top:13px;
}
.rczp>h2:after{
    right:50%;
    margin:0 65px 0 0;

}
.rczp>h2:before{
    left:50%;
    margin:0 0 0 65px;
}
/*下拉*/
.rczpbox{
    width:1200px;
    margin:0 auto 30px;
}

.rczpbox>h1{
    height:48px;
    line-height:48px;
    color: #ffffff;
    background-color: #F7B400;
    font-size:16px;
}
.rczpbox>h1 span{
    float: left;
    display: inline-block;
    text-align: center;
    border-right:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
}


.rczpbox  .s-1{
    width:299px;
}
.rczpbox  .s-2{
    width:240px;
}
.rczpbox  .s-3{
    width:172px;
}
.rczpbox  .s-4{
    width:129px;
}
.rczpbox  .s-5{
    width:222px;
}
.rczpbox  .s-6{
    width:132px;
    border-right:none;
}
.rczp ul {
    width: 1200px;
    margin: 0 auto;

}
.rczp ul li > h2 {
    cursor: pointer;
    width: 1200px;
    height: 44px;
    line-height: 44px;
    transition: all .3s;
}


.rczp ul li > h2 span{
    color: #646464;
    float: left;
    display: inline-block;
    text-align: center;
    border-right:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;

}



.rczp ul li > h2 img {
    cursor: pointer;
    vertical-align: middle;
}

.rczp ul li .xiala {
    /*overflow: hidden;*/
    width: 1080px;
    margin: 0 auto;
    background-color: #8f8f8f;
    padding: 37px 60px;
    display: none;
    color: #ffffff;
    position: relative;
}
.rczp ul li .xiala:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #8f8f8f;
    top:-10px;
    left:38px;
}
.rczp ul li .xiala .xia-lf{
    width:380px;
    padding:0 100px 0 0;

    float: left;
}
.rczp ul li .xiala h3{
    font-size:16px;
    margin:0 0 10px;
}
.rczp ul li .xiala p{
    /*color: #7b7b7b;*/
    font-size:12px;
    line-height:24px;
}
















