/*body{
    background-color: #f4f4f4;
}*/
.banner img{
    width: 100%;
    height: auto;
}
/*需求*/
.xuqiu{
    display: none;
}
/*轮播图*/
.swiper{
    margin-top: 30px;
    margin-bottom: 60px;
}
.swiper-button-prev{
    background-image: url(../images/zuo.png);
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
    padding-left: 75px;
}
.swiper-button-next{
    background-image: url(../images/you.png);
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
    padding-right: 75px;
}
.swiper img{
    width: 100%;
    height: auto;
}
/*主体部分*/
.mian{
    padding-bottom: 20px;
}
.main_left{
    width: 20%;
    float: left;
}
.main_left .push{
    padding: 5px;
    width: 100%;
    background-color: #f18d01;
}
.main_left .push_inner{
    border: 1px solid #fff;
    padding-top: 35px;
    padding-bottom: 15px;
}
.main_left .push_inner img{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: auto;
}
.main_left .push_inner h1{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 18px;
    margin-bottom: 12px;
}
.main_left .push_inner a{
    display: block;
    margin: 0 auto;
    width: 33%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    color: #f18d01;
    border-radius: 4px;
    font-size: 14px;
}
/*广告位*/
.main_left div:nth-child(2){
    margin: 30px 0;
}
.main_left .guangg img{
    display: block;
    width: 100%;
    height: auto;
}
/*右侧部分*/
.main_right{
    width: 78%;
    float: right;
    position: relative;
}
.main_right .screen{
    height: 50px;
    /*background-color: #1a9df8;*/
    line-height: 48px;
    font-size: 14px; 
}
.main_right .screen li{
    float: left;
    /*margin-left: 40px;*/
    padding:0 20px;
    text-align:center;
    background-color: #1a9df8;
}
.main_right .screen .active{ 
  background-color:#fff;
  height: 48px;
}
.main_right .screen li:first-child,.active{
    border:1px solid #1a9df8;
    height: 48px;
}
.main_right .screen .active a{
  color:#005dab; 
}
.main_right .screen li a{
    color: #fff;
}
.main_right>ol li{
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    border-bottom: 1px dashed #cfcfcf;
}
.main_right>ol li p{
    float: left;
    width: 75%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}
.main_right>ol li p span{
    position: relative;
    margin-left: 5px;
}
.main_right>ol li p span img{
    display: inline-block;
    width: 16px;
    height: auto;
    position: absolute;
    top: 2px;
}
.main_right>ol li .xinxi{
    float: right;
}
.main_right>ol li .xinxi span{
    background-color: #ee8e03;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    color: #fff;
}
.main_right>ol li .xinxi i{
    background-color: #1495d9;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    color: #fff;
    margin:0 5px;
}
.main_right>ol li .xinxi em img{
    display: inline-block;
    width: 14px;
    position: absolute;
    top: 4px;
    left: 0;
}
.main_right>ol li .xinxi em{
    color: #999997;
    position: relative;
    padding-left: 20px;
}

/*.main_right>ol li a:visited{
    color: #adadad;
}*/

/*搜索框*/
.search{
    width: 91%;
    position: absolute;
    top: -95px;
    z-index: 999;

}

.search-nr{
    width: 100%; 
    height: 59px; 
    background-color: #fff;
    /*background: url(../images/search_long.png) no-repeat; */
    margin: 0 auto;
    /*-webkit-background-size: 100% auto;*/
    /*background-size: 100% auto;*/
}
.search-nr>div{
    box-shadow: 0px 15px 10px -15px #ccc;
    padding-left: 23px;
}
.search-area{width: 12%; padding-top: 11px;  float: left;position: relative;font-size: 14px;}
.search-area-all{position: absolute;  width: 850px; background: #eff4f8; box-shadow: 0px 5px 10px #ebebeb; top: 54px; left: -23px;z-index: 9; padding: 15px 0;}
.search-area-all li{ margin-left: 30px; margin-bottom: 20px;}
.search-area-all li .area-quyu{ margin-right: 40px; float: left;}
.search-area-all li .area-quyu input{float: left; margin: 4px 5px 0 0;}
.search-area-all li .area-quyu .area-name{float: left;}
.search-type{position: relative; z-index: 99;}
.type-hover{position: absolute; width: 100%; background: #eff4f8; top: 54px; z-index: 99; }
.type-hover li{height: 33px; line-height: 33px;}
.type-hover li a{ color: #8c8c8c; padding-left: 0px; text-align: center;}
.type-hover li a:hover{background: #fff; color: #f5862d;}
.search-area a{ height: 30px; line-height: 30px;  color: #FF7406; display:block; border-right: 1px solid #f2f2f2; padding-left: 9px; position: relative; }
.search-area a:hover{color:#FF7406;}
.search-area .jiantou-down{background: url(../images/icons.png) no-repeat; width: 15px; display: inline-block; background-position: 0px -102px; 
    /*margin-left: 25px;*/
    margin-right: 15px;
    float: right;
}
.hangYe{
    width: 300%;
}
.hangYe li{
    float: left;
    width: 33.3333%;
}
.search-input{ padding-top: 11px; width: 44%; float: left; margin-left: 20px;}
.search-input .sou-icon{background: url(../images/icons.png) no-repeat; width: 20px; display: inline-block; background-position: 0px -137px;position: absolute;top: 17px; }
.search-input input{border: 0px; height: 30px; line-height: 30px; width: 100%;margin-left: 22px;}
.search-btn{
    float: right; 
    width: 15%; height: 50px; line-height: 50px; background: #13ab5e; 
    text-align: center; 
    /*margin-top: 4px;*/
}
.search-btn a{color: #ffffff; font-size: 16px; font-weight: bold; }

/*分页样式*/
.main_right .fenye{
    right: 5px;
    position: relative;
    height: 50px;
    margin: 70px 0;
}
.main_right .fenye ol{
    position: absolute;
    overflow: hidden;
    right:0; 
}
.main_right .fenye li{
    float: left;
    border: 1px solid #cfcfcf;
    padding: 1px 6px;
    margin-right: 4px;
}
.main_right .fenye li:nth-child(8),.main_right .fenye li:nth-child(9){
    border: none;
}
.main_right .fenye li:last-child .shuru{
    width: 22px;
    height: 22px;
    text-align: center;
}


@media (max-width: 1200px) {
    .w{
        width: 970px;
    }
    .main_right>ol li p {
        width: 70%;
    }
    .search-btn{
        width: 14%;
        height: 41px;
        line-height: 41px;
    }
    .search-area-all li .area-quyu{
        margin-right: 30px;
    }
    .search-nr>div{
        padding-left: 10px;
    }
    .search-area{
        width: 13.5%;
    }
    .search-area .jiantou-down{
        margin-right: 9px;
    }
    .search-input{
        width: 41%;
        padding-top: 7px;
    }
    .search-input .sou-icon{
        top: 14px
    }
    .search-area{
        padding-top: 7px;
    }
    .search-area-all{
        left: -11px;
        top: 44px;
        width: 688px;
    }
    .type-hover{
        top: 44px;
    }

}
@media (max-width: 992px) {
    .w{
        width: 750px;
    }
    .main_right>ol li .xinxi span{
        font-size: 12px;
    }
    .main_right>ol li .xinxi i{
        font-size: 12px;
    }
    .main_right>ol li .xinxi em{
        font-size: 12px;
    }
    .main_right>ol li .xinxi em img{
        top: 2px;
    }
    .main_left .push_inner a{
        width: 45%;
    }

    .search{
        width: 95%;
    }
    .search-nr{
        height: 40px;
    }
    .search-area{
        padding-top: 0;
        height: 40px;
        line-height: 40px;
    }
    .search-area a{
        height: 37px;
        line-height: 37px;
        padding-left: 0;
        white-space:nowrap;
        text-overflow:ellipsis;
        -o-text-overflow:ellipsis;
        overflow:hidden;
    }
    .search-area .jiantou-down{
        margin-right: 5px;
        background-position: 0px -98px;
    }
    .search-input{
        padding-top: 3px;
    }
    .search-input .sou-icon{
        top: 8px;
    }
    .search-btn{
        height: 40px;
        line-height: 40px;
        width: 13.5%;
    }
    .search-btn a{
        font-size: 15px;
    }

    .search-input{
        padding-top: 6px;
    }
    .search-input .sou-icon{
        top: 12px;
    }
    .search-area{
        padding-top: 2px;
    }
    .search-area-all{
        width: 555px;
    }
    .search-area-all .queidng{
        height: 25px;
        line-height: 15px;
        margin-left: 9px !important;
    }
    .search-area-all li{
        margin-left: 9px;
        margin-bottom: 0;
    }
    .search-area-all li .area-quyu input {
        float: left;
        margin: 13px 5px 0 0;
    }
    .search-area-all li .area-quyu {
        margin-right: 21px;
    }
    .search-input{
        width: 37%;
    }
    .search-area {
        width: 14.5%;
    }

}
@media (max-width: 768px) {
    .w{
        width: 100%;
    }
    .main_left{
        display: none;
    }
    .main_right{
        width: 100%;
    }
    .screen{
        display: none;
    }
    .xuqiu{
        display: block;
    }
    /*轮播图*/
    .swiper{
        margin-top: 15px;
        margin-bottom: 90px;
    }
    .swiper-button-prev{
        background-size: 15px 15px;
        padding-left: 22px;
    }
    .swiper-button-next{
        background-size: 15px 15px;
        padding-right: 22px;
    }

    .search{
        top: -75px;
        width: 100%;
    }
    .search form{
        width: 100%;
        position: absolute;
        top: -42px;
    }
    .search .search-nr>div{
        margin-left: 0 !important;
    }
    .search form .search-input{
        width: 75%;
        margin-left: 0;
    }
    .search form .search-btn{
        height: 28px;
        line-height: 28px;
        width: 18%;
        float: left;
        margin-top: 6.5px;
    }
    .search-btn {
        height: 28px;
        line-height: 28px;
        width: 65px;
        margin-top: 6px;
        margin-right: 5px;
    }
    .search-btn a{
        font-size: 14px;
    }
    .search form .sou-icon{
        display: none;
    }
    .search form .text{
        border: 1px solid #005dab;
        padding: 0 5px;
    }

    .search-nr{
        background: url('');
    }
    .search-area{
        width: 25%;
        text-align: center;
        height: 28px;
        line-height: 28px;
    }
    .search-area .jiantou-down{
        margin-right: 10px;
        background-position: 0 -102px;
    }
    .search-area a{
        border-right: 1px solid #cfcfcf;
        height: 28px;
        line-height: 28px;
        position: relative;
        color: #005dab;
    }
    .search-area a:hover{
        color: #005dab;
    }
    /*下拉*/
    .search-area-all{
        top: 35px;
        width: 400%;
        overflow-x: scroll;
    }
    .search-area-all ul{
        width: 500px;
        padding-left: 5px;
    }
    .search-area-all li {
        margin: 0;
    }
    .search-area-all li .area-quyu{
        margin-right: 13px;
    }
    .area-name{
        height: 22px;
        line-height: 22px;
    }
    .type-hover{
        top: 35px;
    }
    .type-hover li{
        height: 28px;
        line-height: 28px;
    }
    .type-hover li a{
        font-size: 13px;
    }
    .hangYe{
        position: absolute;
        right: 0;
    }
    .search-area-all li .area-quyu input {
        float: left;
        margin: 5px 5px 0 0;
    }

    /*信息*/
    ol{
        padding: 0 8px;
    }
    ol .xinxi{
        display: none;
    }
    .main_right > ol li p{
        width: 100%;
        font-size: 14px;
    }
    .main_right > ol li{
        height: 30px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    /*分页*/
    .main_right .fenye{
        margin: 40px 0;
    }
    .M-box1{
        display: none;
    }


}

.selected{
    background-color:#13ab5e !important;
    
}
.selected .push_inner a{
    color:#13ab5e;
}









