.wsc-navbox{
    height: 110px;
}
.wsc-nav{
    height: 110px;
    background-color: #fff;
    position: relative;
    box-shadow:0px 4px 15px rgba(38,44,53,0.08);
}
.wsc-navindex{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}
.wsc-NavCon{
    padding: 0 60px;
}
.wsc-logo{
    margin-top: 30px;
    float: left;
    height: 50px;
}
.wsc-logo img{
    height: 50px;
}
.wsc-headNav{
    float: left;
    margin-left: 120px;
}
.wsc-hnCont{
    
}
.hn-item{
    float: left;
    height: 110px;
    position: relative;
    margin-left: 60px;
    z-index: 10;
    transition: 0.3s;
}
.hn-item:first-child{
    margin-left: 0;
}
.hn-text a{
    padding-top: 40px;
    font-size: 17px;
    line-height: 30px;
    color: #4C4949;
    transition: 0.3s;
    display: block;
}

.hn-text span{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 10px auto 0;
    background-color: #E64040;
    transition: 0.3s;
    opacity: 0;
}

.hn-item:hover .hn-text a,.wsc-headNav .active .hn-text a{
    color: #E64040;
    font-weight: bold;
}
.hn-item:hover .hn-text span,.wsc-headNav .active .hn-text span{
    opacity: 1;
}
.hn-right{
    float: right;    
}
.hn-right a{
    float: left;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #DDDBDB;
    margin-top: 39px;
    transition: 0.3s;
}
.hn-tm{
    background: url(../images/top-tm.png) no-repeat center center;
}
.hn-jd{
    background: url(../images/top-jd.png) no-repeat center center;
}
.hn-lan{
    background: url(../images/top-lan.png) no-repeat center center;
}
.hn-right a:hover{
    background-color: #E64040;
    border-color: #E64040;
}
.hn-tm:hover{
    
    background: url(../images/top-tmh.png) no-repeat center center;
}
.hn-jd:hover{
    background: url(../images/top-jdh.png) no-repeat center center;
}
.hn-lan:hover{
    background: url(../images/top-lanh.png) no-repeat center center;
}
.hn-search{
    float: left;
    margin-left: 60px;
}
.search-icon{
    position: relative;
    height: 110px;
    width: 33px;
    background: url(../images/top-search.png) no-repeat center center;
    cursor: pointer;
}
.hn-search:hover .search-icon{
    background-image: url(../images/top-searchh.png);
}


.hn-drop{
    position: absolute;
    top: 110px;
    left: -42px;
    width: 151px;
    padding: 15px 0;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px rgba(58,58,58,0.15);
    z-index: 100;
    display: none;
}
.hn-search-drop{
    padding: 40px 0 30px;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(230,230,230,0.5);
        z-index: 100;
        display: none;
}
.hn-search-main{
    width: 800px;
    margin: auto;
}
.hn-search input{
    width: 700px;
    height: 48px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #E64040;
    padding: 10px 20px;
    line-height: 28px;
    font-size: 14px;
    color: #262424;
}
.hn-search button{
    width: 100px;
    float: left;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #E64040;
    color: #fff;
}
.hn-search button span{
    display: inline-block;
    padding-left: 21px;
    background: url(../images/hn-search-wh.png) no-repeat 0 center;
}
.hn-search input::placeholder{
    color: #aaa;
}
.hn-hotsh{
    margin-left: 20px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
}
.hotss-dt{
    float: left;
    color: #aaa;
}
.hotss-dd{
    float: left;
    color: #262424;
}
.hotss-dd a{
    margin-left: 20px;
}
.hn-drop li{    
    padding: 0 20px;
}
.hn-drop li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #262424;
    background: url(../images/hn-listarr.png) no-repeat right center;
    text-align: left;
}
.hn-drop li a span{
    padding-left: 15px;
    background: url(../images/hn-lidot.png) no-repeat 0 center;
}
.hn-drop li:hover{
    background-color: #f8f8f8;
}
.hn-drop li:hover a{
    color: #E64040;
    background-image: url(../images/hn-listarrh.png);
}

.hn-drop li:hover span{
    background-image: url(../images/hn-lidoth.png);
}



.wsc-fixBar{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    opacity: 1;
    transition: 0.5s;
}
.fb-tm a,.fb-tel a,.fb-ewm a,.fb-top a,.fb-wx a,.fb-wb a{
    width: 42px;
    height: 42px;
    display: block;
    border-radius:100px;
    position: relative;
    z-index: 10;
    transition: 0.3s;
}
.fb-tm a{
    background: #E64040 url(../images/fix-tm.png) no-repeat center center;
}
.fb-jd .jdd {
    background: #E64040 url(../images/jd.png) no-repeat center center;
}
.fb-tel a{
    background: #E64040 url(../images/fix-tel.png) no-repeat center center;
}
.fb-ewm a{
    background: #E64040 url(../images/fix-ewm.png) no-repeat center center;
}
.fb-top a{
    background: #E64040 url(../images/fix-top.png) no-repeat center center;
}
.fb-wx a{
    background: #E64040 url(../images/fix-wx.png) no-repeat center center;
}
.fb-wb a{
    background: #E64040 url(../images/fix-wb.png) no-repeat center center;
}
.fb-tm,.fb-tel,.fb-ewm,.fb-top,.fb-wx,.fb-wb{
    position: relative;
    margin-top: 5px;
}
.fb-tm a:hover,.fb-tel a:hover,.fb-ewm a:hover,.fb-top a:hover,.fb-wx a:hover,.fb-wb a:hover{
    background-color: #D12828;
}
.fb-tel .fb-telbar{
    position: absolute;
    right: 0;
    width: 190px;
    height: 42px;
    box-shadow:0px 0px 10px rgba(79,89,105,0.2);
    text-align: center;
    background-color: #fff;
    top: 0;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 0 20px;
    display: none;
    transition: 0.3s;
}
.fb-tel .fb-telbar{
    text-align: left;
}
.fb-tmlink span{
    display: inline-block;
    padding-left: 34px;
    font-size: 16px;
    line-height: 58px;
    color: #E64040;
    background: url(../images/fix-tmico.png) no-repeat 0 center;
    /* transition: 0.3s; */
    /* opacity: 0; */
}
.fb-jd .fb-tmlink span{
    display: inline-block;
    padding-left: 34px;
    font-size: 16px;
    line-height: 58px;
    color: #E64040;
    background: url(../images/shop-jd.png) no-repeat 0 center;
    /* transition: 0.3s; */
    /* opacity: 0; */
}
.fb-tm:hover .fb-tmlink{
    display: block;
}
.fb-tel:hover .fb-telbar{
    display: block;
}
.fb-tm:hover .fb-tmlink span{
    /* display: block; */
}
.fb-dt{
    font-size: 12px;
    color: #9A9A9A;
    margin-left: 24px;
    margin-top: 6px;
}
.fb-dd{
    font-size: 16px;
    line-height: 42px;
    color: #E64040;
    font-family: Arial;
    font-weight: bold;
}
.fb-ewmbar{
    position: absolute;
    right: 44px;
    width: 110px;
    height: 110px;
    text-align: center;
    background: url(../images/ft-ewmbg.png) no-repeat 0 0;
    bottom: -62px;
    padding: 21px 34px 28px 24px;
    display: none;
    transition: 0.3s;
    font-size: 14px;
    color: #999;
    line-height: 1;
}
.fb-ewmbar img{
    width: 110px;
}
.fb-wx:hover .fb-ewmbar{
    display: block;
}
.fb-ewmbar p{
    margin-top: 10px;
}





.prompt {
    /* width: 100%; */
    min-height: 600px;
    background: #f5f5f5;
    /* position: absolute;
    top: 0;
    left: 0; */
    position: relative;
}
.prompt-main {
    width: 1180px;
    height: 260px;    
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.prompt-icon{
    background: url("../images/susok.png") no-repeat 180px 80px;
}
.prompt-tit {
    font-size: 28px;
    color: #444;
    font-weight: bold;
    line-height: 34px;
    padding-top: 86px;
    padding-left: 248px;
}
.prompt-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-left: 248px;
    margin-top: 14px;
}
.prompt-text span {
    color: #e54242;
}




.nofount{
    padding: 100px 0 80px;
      
}
.nofMain{
    padding: 100px 0 80px;
    background-color: #fff;
    width: 1180px;
    margin: auto;
    text-align: center;  
}
.nfImg{
    height: 160px;
    background: #fff url(../images/4041.png) no-repeat center top;
}
.nfTit{
    font-size: 26px;
    color: #222;
}
.nfText{
    font-size: 14px;
    color: #555;
    margin: 10px auto 0;
    width: 450px;
}
.nfBtn{
    margin-top: 40px;
}

.simple-page{
    padding: 0 0 80px;
    background-color: #f8f8f8;
      
}
.simple-page-box{
    padding: 100px 50px 80px;
    background-color: #fff;
    width: 1100px;
    margin: auto; 
}
.pTit{
    font-weight: bold;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.simpage-main p{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 28px;
}
.simpage-main h3{
    font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin-top: 39px; 
}
.simpage-main a{
    color: #ff0000
}

.map-item{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    margin-top: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eaeaea;
}
.map-item ul{
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: normal;
    padding-top: 10px;
}
.map-item ul li{
    width: 33.33%;
    float: left;
    margin-top: 10px;
}



.wsc-search-main{
    margin-top: 40px;
    padding-bottom: 80px;
}
.wsc-select{
    float: left;
    width: 120px;
   
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    border-right: 0;
}
.select-panel{
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #222;
}
.select-menu{
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    display: none;
}
.select-menu li{
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #f6f6f6;
    width: 90px;
    transition: 0.3s;
    cursor: pointer;
}
.select-menu li:hover,.select-menu .active{
    color: #222;
    background-color: #f6f6f6;
}

.wsc-search input{
    float: left;
    width: 570px;
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    border: 1px solid #f6f6f6;
}
.wsc-search input:focus{
    
}
.btn-search{
    height: 46px;
    width: 150px;
    float: left;
    background-color: #E64040;
    color: #fff;
    font-size: 16px;
}
.btn-search:hover{
    /* background-color: ; */
}


.search-tab{
    background-color: #f6f6f6;
    height: 56px;
}
.search-tab li{
    float: left;
    border-top: 3px solid #f5f5f5;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    background: #f5f5f5 url(../images/nav-sx.png) no-repeat left center;
    font-size: 16px;
    color: #222;
}
.search-tab .active,.search-tab li:hover{
    background-color: #fff;
    border-color: #E64040;
    color: #E64040;
    background-image: none;
}
.search-tab .active +li,.search-tab li:hover +li{
    background-image: none;
}
.sl-count{
    padding-top: 20px;
}
.wsc-search-none{
    margin: 100px auto 0;
}
.search-wd,.s-key{color: #E64040;}

.search-none-tit{font-size: 20px;line-height: 1;color: #222;}
.search-none-main{font-size: 16px;margin-top: 20px;color: #222;}
.search-none-main dd{font-size: 14px;line-height: 30px;color: #555;}

.search-none-btn{margin-top: 40px;}
		



.wsc-search-list{
    margin: auto;
    padding-bottom: 100px;
}
.wsc-search-list .list-item{
    background-color: #f6f6f6;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    transition: 0.3s;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 1px 18px 2px rgba(191, 191, 191, 0.16);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-search-list .list-text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(85,85,85,0.7);
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 7px;
}
.wsc-search-list .time{
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 24px;
}
.wsc-search-list .list-picitem{
    padding-left:290px;
}
.wsc-search-list .list-picitem .list-img{
    width: 240px;
    float: left; 
    margin-left:-270px; 
}
.wsc-search-list .list-picitem .list-img img{
    width: 240px;
}
.wsc-search-list .list-picitem .list-info{ 
    float: left; 
    width: 100%;
}

@media screen and (max-width:1366px){
    
}







.footer {
    background: #FAFAFA;
    border-top: 4px solid #E64040;
}
.footerXs {
    width: 340px;
    float: left;
}
.footer-main {
    padding: 60px 0;
    
}
.ft-share{
    width: 280px;
    height: 60px;
    background: #E64040 url(../images/ft-share-line.png) no-repeat center center;
}
.ft-share a{
    float: left;
    height: 60px;
    width: 50%;
    position: relative;
}
.ft-wx{
    background: url(../images/ft-wx.png) no-repeat center center;
}
.ft-wb{
    background: url(../images/ft-wb.png) no-repeat center center;
}
.ft-wx:hover{
    background-image: url(../images/ft-wxh.png);
}
.ft-wb:hover{
    background-image: url(../images/ft-wbh.png);
}
.ft-wxewm{
    position: absolute;
    top: -168px;
    left: -9px;
    width: 110px;
    height: 110px;
    padding: 21px 25px 37px 24px;
    background: url(../images/ft-wxbg.png) no-repeat center top;
    display: none;

}
.ft-wxewm img{
    width: 100%;
}
.ft-wx:hover .ft-wxewm{
    display: block;
}

.ft-tel{
    margin-top: 40px;
    padding-left: 35px;
    background: url(../images/ft-tel.png) no-repeat 0 center;
    font-size: 12px;
    line-height: 36px;
    color: #959090;
}
.ft-tel em{
    font-size: 24px;
    color: #E64040;
    font-weight: bold;
}
.ft-pos{
    font-size: 16px;
    color: #6F6B6B;
    padding-left: 35px;
    background: url(../images/ft-pos.png) no-repeat 0 center;
    line-height: 36px;
}
.footerNav-cls {
    float: left;
    margin-left: 90px;
}
.footerNav-cls:first-child{
    margin-left: 0;
}
.footerNav-tit a {
    font-size: 18px;
    line-height: 24px;
    color: #585555;
}
.footerNav-cls a:hover {
    color: rgba(230,64,64,1);
}
.footerNav-tex {
    margin-top: 23px;
}
.footerNav-tex p {
    font-size: 14px;
    line-height: 42px;
}
.footerNav-tex p a {
    color: #6F6B6B;
}
.footerNav {
    float: right;
}

.inb6-bot{
    padding-bottom: 86px;
    position: relative;
}
.inb6-bot .footer-dom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.inb6-bot .footer{
    border-top: 0;
    background-color: #fff;
}
.footer-dom {
    
    height: 76px;
    line-height: 76px;
    font-size: 13px;
    color: #959090;
    border-top: 1px solid #EAEAEA;
}
.ftdom-main{
    margin: auto;
    width: 1180px;
}
.inb6-bot .ftdom-main{
    max-width: 1520px;
    margin: auto;
    width: unset;
}
.footDom-left {
    float: left;
}
.footDom-right {
    float: right;
    overflow: hidden;
    font-size: 0;
}
.footDom-right a {
    display: inline-block;
    color: #9B9494;
    font-size: 13px;
}
.footDom-right span {
    display: inline-block;
    color: #9B9494;
    font-size: 13px;
    margin: 0 5px;
}
.footer-dom a:hover {
    color: rgba(230,64,64,1);
}
