/*滚动条插件*/
.warp{
    width: 100%;
    overflow: hidden;
    position: relative;

}
.box{
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -17px;
    padding: 10px;
    /*overflow-y:hidden ;*/
}
.box::-webkit-scrollbar {
    display: none;
}
.scrollBar{
    height: 100%;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: #939393;
    opacity: 0.7;
    cursor: pointer;
}
.scrollBar:hover{
    background-color: #000000;
}
/*滚动条插件*/



/*
 * 页码开始
 */
/*.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.page_div a {
    min-width: 30px;
    height: 28px;
    border: 0px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
    background: #f5f5f5;
}
#firstPage,
#lastPage {
    width: 50px;
    color: #666;
    border: 0px solid #1e70c4!important;
    background: #f5f5f5;
}
#prePage,
#nextPage {
    width: 70px;
    color: #666;
    border: 0px solid #1e70c4!important;
    background: #f5f5f5;
}
.page_div .current {
    background-color: #fff;
    border-width:1px;
    color: #666;
}
.totalPages {
    margin: 0 10px;
}
.totalPages span,
.totalSize span {
    color: #666;
    margin: 0 5px;
}
.page-box {
    width: 100%;
    box-sizing: border-box;
}
#page {
    text-align: center;
}

.page-head {
    height: 39px;
    border-bottom: 1px dashed #f1f1f1;
    padding-left: 20px;
}
.page-head a{
    display: inline-block;
    color:#676767;
    line-height: 40px;
}*/
/**页码结束*/

.integated-title{
    width: 100%;
    text-align: center;
    padding-bottom:25px;
    padding-top: 30px;
}
.integated-title p{
    color:#666;
    line-height: 30px;
}
.integated-box{
    width: 100%;
    box-sizing: border-box;
    padding: 0 35px;
}
.integated-form{
    width: 100%;
}
.integated-form table {
    width: 100%;
}
.integated-form table td{
    padding: 5px 0;
}
.int-form-td-left{
    width: 100px;
    font-size: 16px;
    color:#333333;
}
.jsdxul {
    width: 100%;
}
.jsdxul li{
    float: left;
    margin-right: 30px;
    line-height: 20px;
    color:#666666;
    padding: 10px;
    cursor: pointer;
}
.jsdxul li.active{
    background: #f5f5f5;
}
.jsdxul li input{
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.integated-form table td font{
    font-size: 30px;
    color:#b1b1b1;
}
.jstj{
    width: 100px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    color:#666666;
}
.jstj-text{
    margin-left: 20px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    border-radius:3px;
    background: #f5f5f5;
    border: 1px solid #bfbfbf;
    color:#666;
}
.logic{
    width: 80px;
    height: 30px;
    line-height: 30px;
    color:#666;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    margin-left: 20px;
    margin-right: 20px;
}
.jstjmr{
    margin-right: 20px;
}
.jstj-bl{
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #bfbfbf;
    color:#666;
    border-radius: 3px;
}
.jstj,.jstj-text,.logic{
    position: relative;
    top: -3px;
}
.iq-search{
    padding: 20px 0;
    text-align: center;
}
.iq-search input {
    width: 120px;
    height: 40px;
    background: url("../images/searchPage_searchbtn.png") no-repeat;
    cursor: pointer;
    margin-right: 10px;
}
.iq-search a {
    /*text-decoration: underline;*/
    color:#9b3636;
}
.core-concept-box{
    width: 100%;
    height: 585px;
    background: url(../images/searchPage_ccbg.png) no-repeat;
    box-sizing: border-box;
    padding: 20px;
}
.cc-title{
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.cc-title img {
    vertical-align: bottom;
}
.cc-title span {
    font-size: 20px;
    color: #cacaca;
}
.cc-sum{
    line-height: 50px;
    color:#fff;
}
.cc-sum font{
    color:#ff9758;
}
.core-concept{
    width: 100%;
    padding-bottom: 15px;
}
.core-concept-left{
    float: left;
    width: 490px;
    height: 430px;
}
.core-concept-right{
    float: left;
    margin-left: 20px;
    width: 610px;
    height: 430px;
    position: relative;
}
.cc-item{
    width: 98%;
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}
.cc-item-left{
    float: left;
    width: 132px;
    margin-right:10px;
}
.cc-item-left img{
    width: 100%;
    height: 92px;
}
.cc-item-right{
    width: 315px;
    float: left;
}
.cc-item-title{
    color:#ff9758;
    font-size: 16px;
    line-height: 25px;
}
.cc-item-title a {
    color: #ff9758;
}
.cc-item-title-inf{
    color:#fff;
    font-size: 12px;
    margin-bottom: 15px;
}
.cc-item-text{
    color:#fff;
}
.core-concept-left .box{
    height: 430px;
}
.cc-item-box{
    padding-bottom: 30px;
    width: 100%;
}
.cc-load{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 430px;
}
.classified-browsing-box{
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
}
.classified-title{
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}
.classified-title img{
    vertical-align: bottom;
}
.classified-title span{
    font-size: 20px;
    color:#cacaca;
}
.cb-choice{
    width: 600px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}
.cb-choice li{
    /*float: left;*/
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 95px;
    box-sizing: border-box;
    padding-top: 20px;
    margin-left: 15px;
    background: url(../images/searchPage_li.png) no-repeat;
}
.cb-choice li p{
    text-align: center;
}
.cb-choice-t{
    line-height: 30px;
    font-size: 18px;
}
.cb-choice-n{
    line-height: 20px;
}
.cb-choice li.active{
    background: url(../images/searchPage_liactive.png) no-repeat;
}
.cb-choice li.active p{
    color:#fff;
}
.cb-cont-box{
    width: 100%;
    position: relative;
}
.cb-cont{
    display: none;
}
.cb-cont.active{
    display: block;
}
.cb-cont-item {
    width: 570px;
    height: 165px;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 15px;
    padding-top: 5px;
    margin-top: 10px;
}
.cb-cont-item:nth-child(2n) {
    float: right;
    margin-right: 0;
}
.rrr-title{
    position: relative;
}
.rl-title{
    display: inline-block;
    width: 420px;
    line-height:45px;
    font-size: 16px;
    color:#882625;
    /*font-weight: 600;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rl-title span {
    font-size: 16px;
    color: #016ec4;
}
.rl-title:hover{
    /*text-decoration: underline;*/
}
.rl-title font{
    display: inline-block;
    line-height:50px;
    font-size: 18px;
    font-weight: normal;
}
.title-type {
    position: absolute;
    right: 0;
    top: 15px;
    display: inline-block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    color:#fff;
    font-size: 12px;
    text-align: center;

}
.rrr-text-line .title-type{
    background: #a47e4d;
}
.rrr-audio-line .title-type{
    background: #634b4b;
}
.rrr-video-line .title-type{
    background: #882625;
}
.rrr-img-line .title-type{
    background: #3778ab;
}
.rrr-3d-line .title-type{
    background: #2ec0cd;
}
.rrr-inf{
    padding-bottom:10px ;
}
.rrr-inf span,.rrr-inf a {
    color:#999999;
}
.rrr-time {
    float: left;
}
.rrr-inf-links {
    float: right;
}
.rrr-inf-links a{
    margin-left: 14px;
    /*text-decoration: underline;*/
}
.rrr-text-text,.rrr-text{
    color:#666;
    width: 100%;
    margin-top: 5px;
}
.rrr-b{
    width: 100%;
}
.rrr-b-left{
    float: left;
    width: 130px;
    height: 98px;
    position: relative;
}
.rrr-b-right{
    float: left;
    margin-left: 10px;
    width: 370px;
}
.play-icon{
    position: absolute;
    width: 37px;
    height: 37px;
    left: 45px;
    top: 14px;
    cursor: pointer;
}
.audio-time,.video-time{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 34px;

    text-align: center;
    color:#666666;
    width: 100%;
}
.rrr-video-line .play-icon{
    top: 24px;
}
.video-time{
    color:#fff;
}
.video-bg{
    position: relative;
    width: 100%;
    background: url(../images/video_rgbabg.png) no-repeat;
    height: 98px;
}
.rrr-img img{
    width: 101px;
    height: 70px;
    margin-right: 10px;
}
.rrr-text{
    line-height: 23px;
}
.cb-pic-choice{
    padding-left: 10px;
    width: 100%;
}
.cb-pic-choice li{
    float: left;
    margin-right: 30px;
    padding-bottom: 20px;
}
.cb-pic-choice li a {
    color:#333333;
    font-size: 16px;
}
.cb-pic-choice li:hover a{
    color:#b50000;
}
.cbpic-pblbox{
    width: 100%;
}
.col{
    float: left;
    padding: 0 12px;
    width: 285px;
    box-sizing: border-box;
}
.cb-pic-item{
    width: 100%;
    box-shadow: 0 0 5px #d0d0d0;
    box-sizing: border-box;
    padding: 3px;
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    transition: all 1s;
    margin-top: 10px;
}
.cb-pic-item:hover{
    transform:translateY(-5px);
    box-shadow: 0 0 20px #d0d0d0;
}
.cb-pic-item img{
    width: 100%;
    margin-bottom: 15px;
}
.cbpic-item-title{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color:#2c2a29;
    margin-bottom: 15px;
}
.cbpic-item-title span{
    color:#d50000;
}
.cbpic-item-time{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color:#909090;
}
.cb-3d-item{
    display: inline-block;
    width: 480px;
    height: 490px;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    float: left;
    box-shadow: 0 0 5px #d0d0d0;
}
.cb-3d-item img{
    width: 100%;
    height: 340px;
}
.cb-3d-item p.cb-3d-title{
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    color:#fff;
    position: relative;
    top: -30px;
    left: 10px;
    margin-bottom: 10px;
    background: #5c483c;
    display: inline-block;
}
p.ms,p.mxjj{
    position: relative;
    top: -40px;
}
.cb-3d-item p{
    box-sizing: border-box;
    padding: 5px 15px;
}
.cb-3d-item p span{
    display: inline-block;
    line-height: 20px;
}
.mxjj-l,.cb-l{
    color:#000;
    width: 60px;
    text-align:center;
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:justify;
    vertical-align: top;
}
.cb-3dm{
    padding:0 70px;
}
.mxjj-r,.cb-r{
    width: 360px;
    color:#666;
    line-height: 25px;
    margin-left: 10px;
}
.web-pages-box{
    width: 100%;
    box-sizing: border-box;
    /*padding: 0 20px;*/
    margin-top: 40px;
    padding-bottom: 20px;
}
.web-pages-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.web-pages-title img{
    vertical-align: bottom;
}
.web-pages-title span{
    font-size: 20px;
    color:#cacaca;
}
.web-pages-cont{
    margin-top: 10px;
    width: 100%;
}
.web-pages-cont .rrr-text{
    height: 67px;
}
.web-pages-cont .rrr-time{
    margin-top: 10px;
}

.index-top-search{
    width: 100%;
    box-sizing: border-box;
    padding: 24px 30px;
}
.radius-box{
    float: left;
    width: 715px;
    height: 58px;
    border-radius:8px;
    margin-right: 5px;
    overflow: hidden;
}
.top-search-input{
    width: 624px;
    height: 57px;
    line-height: 57px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    padding-left: 20px;
    font-size: 18px;
    color:#959595;
    float: left;
    box-sizing: border-box;
}
.top-search-btn{
    width: 86px;
    height: 58px;
    background: url(../images/index_top_search_icon.png) no-repeat;
    float: left;
}
.top-search-choice {
    float: left;
    width: 85px;
}
.top-search-choice a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 28px;
}
.cut-div{
    width: 1200px;
    margin-left: -20px;
    margin-bottom: 10px;
    height: 15px;
    background: #fff;
}
.core-concept-box.hl{
    padding-top: 0;
    height: 120px;
    background: url(../images/easySearchPage.png) no-repeat;
}
.cover-help{
    background: url(../images/video_rgbabg.png) repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}
.help-div{
    background: #fff;
    position: relative;
    margin: 20px auto;
    width: 920px;
    box-sizing: border-box;
    padding: 30px;
}
.close-btn{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    background: url("../images/searchPage_closebtn.png") no-repeat;
}
.help-title{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.help-cont p{
    line-height: 20px;
    font-size: 16px;
    color:#666;
    margin-bottom: 20px;
}