.ask_search{
    width: 100%;
    height:300px;
    background: url("../rsr_images/ask.png") no-repeat center  #807777;
}
.w1002{
    width: 1002px;
    margin: 0px auto;
}
.serch_con{
    padding-top: 140px;
    text-align: center;
}
.serch_con span{
    width: 414px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    border-radius: 28px;
    background: url("../rsr_images/soso.png") no-repeat 30px center #fff;
}
.serch_con span input{
    border: none;
    outline: none;
    width: 315px;
    float: right;
    height: 56px;
    line-height: 56px;
    margin-right: 30px;
    font-size: 14px;
}
.ask_con h2{
    color: #33373d;
    font-size: 36px;
    font-weight: normal;
    padding: 45px 0 40px;
    text-align: center;
}
.ask_box h3{
    height: 37px;
    line-height: 37px;
    color: #505050;
    cursor: pointer;
    font-weight: normal;
    background: #f5f5f7;
    margin-bottom: 16px;
    padding-left: 41px;
    position: relative;

}
.ask_box h3:hover{
    color: #f07432;
}
.ask_box h3:hover em{
    border-bottom:10px solid #f07432;
}
.ask_box h3 em{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #dcdcdc;
    position: absolute;
    left: 15px;
    top: 15px;
}
.ask_box h3.on em{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
    border-bottom:10px solid #f07432;
}
.ask_box ul{
    display: none;
}
.ask_nr{
    width: 1000px;
    height: 200px;
    border: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}
.ask_nr i{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #c9e9c0;
    border-right: 1px solid #c9e9c0;
    height: 13px;
    left: 78px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    transform: rotate(-136deg);
    width: 13px;
    z-index: 9;
}
.origin{
    height: 200px;
    overflow: hidden;
    padding: 17px;
    position: relative;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.origin font{
    font-size: 14px;
    color: #505050;
    display: inline-block;
    height: 23px;
}
.origin p{
    font-size: 12px;
    color: #787878;
    line-height: 24px;
}
.join_us{
    position: relative;
}
.join_us em{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #c9e9c0;
    border-right: 1px solid #c9e9c0;
    height: 13px;
    left: 39px;
    overflow: hidden;
    position: absolute;
    top: -7px;
    transform: rotate(-136deg);
    width: 13px;
}
.nr strong{
    font-size: 14px;
    color: #505050;
    padding-top: 20px;
    display: inline-block;
    font-weight: normal;
}
.nr p{
    font-size: 12px;
    color: #787878;
    line-height: 21px;
}

.zUIpanelScrollBox,.zUIpanelScrollBar{
    width:10px;
    top:4px;
    right:0px;
    border-radius:5px;
}
.zUIpanelScrollBox{
    background:#fff;opacity:0.1;
    filter:alpha(opacity=10);
}
.zUIpanelScrollBar{
    background:#333;opacity:0.8;
    filter:alpha(opacity=80);
}