.wsc-Top{
    height: 0.9rem;
    background-color: #fff;
}
.wsc-TopCon{
    position: fixed;
    left: 0;
    top: 0;
    height: 0.9rem;
    width: 7.02rem;
    padding: 0 0.24rem;
    z-index:1000;
    background-color: #fff;
}
.top-menu{
    float: left;
    height: 0.9rem;
    width: 0.48rem;
    background: url("/template/mobile/images/m-top-menu.png") no-repeat center center;
    background-size: 0.48rem auto;
}
.wsc-logo{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 2.02rem;
    height: 0.56rem;
}
.wsc-logo img{
    width: 100%;
}
/*搜索*/
.top-search{
    float: right;
    height: 0.9rem;
    width: 0.48rem;
    background: url("/template/mobile/images/m-top-search.png") no-repeat center center;
    background-size: 0.48rem auto;
}
.searCont {
    position: fixed;
    left: 0;
    top:0.9rem;
    height: 0.9rem;
    width: 7.02rem;
    padding: 0 0.24rem;
    z-index: 99;
    color: #555;
    background-color: #fff;
    display: none;
}
.searCont form{
    float: left;
    padding:0rem 0;
}
.searCont input {
    font-size: 0.28rem;
    line-height: 0.7rem;
    height: 0.7rem;
    width: 5.60rem;
    border: none;
    outline: none;
    padding: 0.1rem 0.1rem;
    border-radius: 0.02rem;
    color: #555;
    background-color: #f6f6f6; float: left;
}
.searCont input::placeholder{
    color: #999;
}
.top-close{
    height: 0.9rem;
    float: right;
    width: 0.48rem;
    font-size: 0.48rem;
    line-height: 0.9rem;
    /*background: url(/template/mobile/images/close.png) no-repeat center center;*/
    /*background-size: 0.48rem auto;*/
}



/*列表*/
.wsc-Nav{
    position: fixed;
    left: -7.5rem;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 1001;
    overflow-y: scroll;
}
.wsc-hntop{
    height: 0.9rem;
    width: 7.02rem;
    padding: 0 0.24rem;
    background-color: #fff;
    position: relative;
}

/*下拉列表*/
.wsc-headNav{
    padding: 0.3rem 0 0.96rem;
    overflow-y: scroll;
}
.hn-item{
    padding: 0 0.2rem;
}
.hn-text{
    height: 0.5rem;
    padding: 0.3rem 0;
    border-bottom: 0.01rem dashed #eaeaea;
    line-height: 0.5rem;
    font-size: 0.32rem;
    color: #555;
}
.hn-text span{
    float: right;
    height: 0.5rem;
    width: 0.25rem;
    background: url(/template/mobile/images/m-snarr.png) no-repeat right center;
    background-size: 0.25rem auto;
    transition: all 0.3s ease-in-out;
}
.rotate180{
    transform: rotateZ(180deg);
}
.wsc-Nav .active{
    background-color: #f5f5f5;
    color: #222;
}
.hn-drop{
    padding: 0.15rem 0;
    display: none;
}
.hn-drop li a{
    display: block;
    padding: 0.15rem 0 0.15rem 0.3rem ;
    font-size: 0.28rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #666;
}
/*benner*/

.wsc-banner{
    height: 2.9rem;
    text-align: center;
    color: #fff;
}
.banTit{
    padding-top: 0.9rem;
    font-size: 0.38rem;
    line-height: 0.52rem;
}
.banText{
    margin-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    letter-spacing: 0.12rem;
    color:rgba(255,255,255,0.8);
}
/*面包屑*/
.wsc-bread {
    width: 7.02rem;
    height: 0.82rem;
    padding: 0 0.24rem;
    background-color: #f5f5f5;
}
.wsc-breadCon {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-bread a,.wsc-bread em,.wsc-bread span,.wsc-bread strong,.wsc-bread h1{
    display: inline;
    font-size: 0.24rem;
    line-height: 0.82rem;
    color: #8C8D8E;
    font-weight: normal;
}
.wsc-bread .home{
    padding-left: 0.36rem;
    background: url("/template/mobile/images/m-bread-icon.png") no-repeat 0 center;
    background-size: 0.28rem auto;
    vertical-align: middle;
}
.wsc-bread span {
    background: url("/template/mobile/images/m-bread-arr-2.png") no-repeat left center;
    background-size: 0.09rem auto;
    vertical-align: middle;
    padding-left: 0.16rem;
}

/*底部*/
.foot {
    width: 7.5rem;
    background: url("/template/mobile/images/m-foot-bg.jpg") no-repeat center top;
    background-size: cover;
}
.footer-cont {
    padding: 0.36rem 0.3rem 0 0.3rem;
}
.footer-gb {
    background:rgba(255,255,255,0.05);
    text-align: center;
    margin: 0.3rem auto 0;
    padding: 0.3rem 0;
}
.footerGb-img {
    width: 2rem;
    height: 2rem;
    float: left;
    margin-left: 0.3rem;
}
.footerGb-img img {
    width: 2rem;
    height: 2rem;
}
.footerGb-cont {
    float: left;
    color: #fff;
    text-align: left;
    margin-top: 0.54rem;
    margin-left: 0.3rem;
}
.footerGb-tit {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #fff;
    font-weight: bold;
}
.footerGb-tle {
    margin-top: 0.12rem;
    color:rgba(255,255,255,0.6);
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.footNav {
    padding: 0.22rem 0.36rem 0;
}
.fn-text {
    height: 0.4rem;
    padding: 0.18rem 0;
    border-bottom: 0.01rem solid rgba(255,255,255,0.2);
    line-height: 0.4rem;
    font-size: 0.28rem;
    color:rgba(255,255,255,0.8);
}
.fn-text a {
    padding-left: 0.4rem;
    background: url("/template/mobile/images/m-fn-icon.png") no-repeat left center;
    background-size: 0.18rem auto;
}
.fn-text span{
    cursor: pointer;
    float: right;
    height: 0.4rem;
    width: 0.4rem;
    background: url("/template/mobile/images/m-fnjia.png") no-repeat right center;
    background-size: 0.4rem auto;
    transition: all 0.3s ease-in-out;
}
.fn-list{
    padding: 0.15rem 0;
    display: none;
}
.fn-list li{
    padding: 0.15rem 0 0.15rem 0.3rem ;
    font-size: 0.28rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #D9E7EF;
}
.footBar {
    width: 6.78rem;
    margin: 0.4rem auto 0;
    padding-bottom: 0.4rem;
}
.fb-link {
    text-align: center;
    font-size: 0;
}
.fb-link a {
    display: inline-block;
    color: #fff;
    font-size: 0.26rem;
    line-height: 0.36rem;
    vertical-align: middle;
}
.fb-link span {
    display: inline-block;
    margin: 0 0.24rem;
    width: 0.16rem;
    height: 0.36rem;
    background: url("/template/mobile/images/m-fb-line.png") no-repeat center;
    background-size: 0.16rem 0.16rem;
    vertical-align: middle;
}
.fb-text {
    margin-top: 0.24rem;
    text-align: center;
    color:rgba(255,255,255,0.5);
    font-size: 0.26rem;
    line-height: 0.4rem;
}
.fb-text a,.fb-text span {
    display: block;
}




/*隐私政策*/
.simple-page{
    padding: 0.4rem 0.2rem;
    background-color: #f6f6f6;
}
.simple-page-box{
    padding: 0.4rem 0.2rem;
    background-color: #fff;
}
.pTit{
    font-weight: bold;
    font-size: 0.4rem;
    color: #333;
    line-height: 0.5rem;
}

.simpage-main p{
    font-size: 0.28rem;
    color: #555;
    margin-top: 0.2rem;
    line-height: 0.56rem;
}
.simpage-main h3{
    font-size: 0.36rem;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.4rem;
}
.simpage-main a{
    color: #ff0000
}


/*网站地图*/
.map-item{
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #222;
    font-weight: bold;
    margin-top: 0.5rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem dashed #eaeaea;
}
.map-item ul{
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #555;
    font-weight: normal;
    padding-top: 0.2rem;
}
.map-item ul li{
    width: 50%;
    float: left;
    margin-top: 0.2rem;
}



/*搜索页面*/
.wsc-search-main{
    margin-top: 0.6rem;
}
.wsc-select{
    float: left;
    width: 1.7rem;

    border: 0.01rem solid #f6f6f6;
    text-align: center;
    position: relative;
    border-right: 0;
}
.select-panel{
    padding: 0.14rem 0.19rem;
    height: 0.38rem;
    line-height:0.38rem;
    font-size: 0.28rem;
    color: #222;
}
.select-menu{
    position: absolute;
    left: 0;
    top: 0.67rem;
    background-color: #fff;
    border: 0.01rem solid #f6f6f6;
    display: none;
}
.select-menu li{
    padding: 0.14rem 0.19rem;
    height: 0.38rem;
    font-size: 0.28rem;
    color: #555;
    border-bottom: 0.01rem dashed #f6f6f6;
    width: 1.4rem;
    transition: 0.3s;
    cursor: pointer;
}
.select-menu li:hover,.select-menu .active{
    color: #222;
    background-color: #f6f6f6;
}

.wsc-search input{
    width: 3.08rem;
    padding: 0.14rem 0.19rem;
    height: 0.38rem;
    font-size: 0.28rem;
    color: #222;
    background-color: #fff;
    border: 0.01rem solid #f6f6f6;
    float: left;
}
.wsc-search input:focus{
    border-color: #0075bd;
    background-color: #fff;
}
.btn-search{
    height: 0.68rem!important;
    width: 1.0rem!important;
    float: left!important;
    background-color: #0075bd!important;
    color: #fff!important;
    font-size: 0.24rem!important;
}
.btn-search:hover{
    background-color: #e63e22;
}


.search-tab{
    background-color: #f6f6f6;
    height: 0.68rem;
    overflow: hidden;
}
.search-tab li{
    float: left;
    border-top: 0.03rem solid #f5f5f5;
    height: 0.65rem;
    line-height: 0.65rem;
    padding: 0 0.3rem;
    background: #f5f5f5 url(../images/nav-sx.png) no-repeat left center;
    font-size: 0.28rem;
    color: #222;
}

.search-tab .active,.search-tab li:hover{
    background-color: #fff;
    border-color: #0075bd;
    color: #0075bd;
    background-image: none;
}
.search-tab .active +li,.search-tab li:hover +li{
    background-image: none;
}
.sl-count{
    padding-top: 0.3rem;
}
.wsc-search-none{
    margin: 0.8rem auto 0;
}
.search-wd,.s-key{color: #0075bd;}

.search-none-tit{font-size: 0.38rem;line-height: 0.56rem;color: #222;}
.search-none-main{font-size: 0.32rem;margin-top: 0.6rem;color: #222;}
.search-none-main dd{font-size: 0.28rem;line-height: 0.48rem;color: #555;}

.search-none-btn{margin-top: 0.5rem;}



.wsc-search-list .list-item{
    background-color: #f6f6f6;
    padding: 0.5rem 0.2rem;
    margin-top: 0.4rem;
    transition: 0.3s;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 0.02rem 0.36rem 0.04rem rgba(191, 191, 191, 0.16);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #222;
    height: 0.56rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-search-list .list-text{
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: rgba(85,85,85,0.7);
    height: 0.96rem;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 0.14rem;
}
.wsc-search-list .time{
    font-size: 0.28rem;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 0.4rem;
}
.wsc-search-list .list-picitem{
    padding-left:2.6rem;
}
.wsc-search-list .list-picitem .list-img{
    width: 2.1rem;
    float: left;
    margin-left:-2.4rem;
}
.wsc-search-list .list-picitem .list-img img{
    width: 2.1rem;
}
.wsc-search-list .list-picitem .list-info{
    float: left;
    width: 100%;
}
/*表单提交成功页*/
.prompt {
    /* width: 100%; */
    min-height: 9rem;
    background: #f5f5f5;
    /* position: absolute;
    top: 0;
    left: 0; */
    position: relative;
}
.prompt-main {
    width: 7.1rem;
    height: 5.2rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.prompt-box{
    padding: 1.2rem 0.3rem 0 1.8rem;
}
.prompt-icon{
    background: url("/template/mobile/images/susok.png") no-repeat 0.5rem 1.6rem;
    background-size: 0.9rem auto;
}
.prompt-tit {
    font-size: 0.44rem;
    color: #444;
    font-weight: bold;
    line-height: 0.56rem;
}
.prompt-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666;
    margin-top: 0.3rem;
}
.prompt-text span {
    color: #e54242;
}
#LRfloater0 img {
    display: none;!important;
}
#LRfloater0 #swtColse {
    display: none;!important;
}<!--0.00023698806762695-->