    body {
        background-color: #e8e8e8;
    }
    
    .top {
        padding: 8px;
        font-size: 12px;
        background-color: #f5f5f5;
        color: #888;
    }
    .mt10{
        margin-top:10px;
    }
    .clear{
        clear:both;
    }

    .search{
        background-color: #fff; 
        padding:20px;                
        margin-bottom:10px;
    }
    .search .search-box{

        margin:auto;
    }
    .search .input{
        background: url("../images/Search-logo.png") no-repeat 5px 5px;
        padding-left: 35px;
        font-size: 14px;
    }
    .nav-phone{
        float:right;
    }

    .nav-phone i {
        margin-right: 5px;        
    }
    
    .top-link {
        margin-right: 10px;
        float:right;
    }
    
    .top-link a {
        color: #555;
        margin: 0 5px;
    }    
    
    .main  {
     
    }
    
    .main .row .col {
        padding:0 8px;     
    }
    
    .main .row .box {
        background-color: #fff;
        border: solid 1px #ddd;
        border-radius:5px;
        margin-bottom:10px;
    }
    .main .box .content{
        padding:10px 20px;
        line-height:200%;
        font-size:14px;
    }
    .main .box h3{
        border-bottom: solid 1px #999;
        padding-bottom: 10px;
        margin:10px;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 0;
    }
    .main .box h3 span{        
        margin-right: 5px;
    }
    .main .c1 h3 span{
        color:#963;
    }
    .main .c2 h3 span{
        color:#693;
    }
    .main .c3 h3 span{
        color:#06c;
    }
    .main .c4 h3 span{
        color:#c69;
    }
    
    .main h3 a{
        float:right;
        font-size: 14px;
        font-weight: normal;
        line-height: 36px;
        color:#999;
        font-family: "simsun","Consolas";        
    }
    
    ul.homelist{
        list-style: none;
        margin:0;
        padding: 5px;
    }
    ul.homelist li{
        display: block;
        float:left;       
        width:25%;        
        border-bottom: solid 1px #eee;
        position: relative;
    }
    
    ul.homelist li img{
        position: absolute;
        right: 15px;
        top:15px;
    }
    ul.homelist li a{           
        display: block;
        border: solid 1px #fff;
        margin:5px;
        color:#999;
    }
    /*HOVER1*/
    ul.homelist li:hover a{
        border: solid 1px #ddd;        
        background-color: #f8f8f8;
    }

    ul.homelist a:hover{
        text-decoration: none;
    }
    ul.homelist li a span{
        font-weight: 500;
        font-size: 16px;
        display: block;        
        padding: 4px;        
    }        
    /*HOVER2*/
    ul.homelist li:hover a span{        
        background-color: #eee;
        color:#000; 
    }

    ul.homelist .hide_home{
        min-height:28px;
    }
    
    ul.homelist li a p{
        
        padding: 5px;
        height:22px;  
        margin: 0;        
    }
    ul.homelist li span{
        color:#333;
    }

    .c1 li a p{
        color:#963;
    }
    .c2 li a p{
        color:#390;
    }
    .c3 li a p{
        color:#06c;
    }
    .c4 li a p{
        color:#c69;
    }
    .about .img{        
        margin:10px;
        margin-bottom:20px;
    }
    .about .img img{        
        width:100%;
    }
    .about h3{
        font-size:20px;
        color:#000;        
    }
    .about h3 span{
        border-bottom:solid 4px #f66;
        padding:7px 2px;
    }


    ul.homelist li a div
    {
        padding:4px;
        white-space: nowrap;
        overflow: hidden;      
        font-size: 12px;  
    }

    ul.sidelist {
        padding:0 12px;
        min-height:305px;
        list-style: none;                
    }
    ul.sidelist li{
        line-height: 225%;     
        border-bottom: solid 1px #eee;           
    }

    ul.sidelist li a{
        color:#333;
        display: block;
        font-weight: bold;
        font-family: 'Consolas';        
    }
        
    ul.sidelist li a:hover{
        text-decoration:none;   
        background-color: #f5f5f5;     
    }
    ul.sidelist li span{
        float:right;        
        font-size: 12px;
        font-weight: normal;
    }
    .c1 .sidelist li span{
        color:#963;
    }
    .c2 .sidelist li span{
        color:#390;
    }
    ul.sold li b{
        text-decoration:line-through;
        font-weight:normal;
        font-family: 'Consolas';
        color:#06c;
    }    
    ul.sold li b span{
        color:#666;
    }

    .news{
        background-color: #fff;        
        border: solid 1px #ddd;        
        border-radius:5px;
        margin:0 8px;
        margin-bottom:10px;
    }
    .news h3{
        font-size: 16px;
        padding: 10px;
        font-weight: bold;
        margin: 0 10px;   
        border-bottom: solid 1px #ccc;   
    }
    .news h3 span{
        border-bottom: solid 4px #f66;        
        padding: 7px 2px; 
    }

    .news ul{
        list-style: none;        
        padding: 10px 20px;
    }
    .news ul li{
        font-size: 14px;        
        line-height: 200%;
        border-bottom: solid 1px #eee;
    }
    .news ul li a{
        color:#666;
    }

    .news ul li a img{
        width:160px;
        height:120px;
        margin-right: 15px;
        float:left;
    }
    .news .more{        
        text-align: right;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .news .more a{
        color:#999;
    }

    .gototop_wrap {
        position: fixed;
        width: 60px;
        z-index: 99;
        display: none;
        right: 5px;
        background-color: #fff;
        border-radius: 3px;
    }
    
    .gototop_wrap div {
        width: 60px;
        height: 56px;
        text-align: center;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #fff;
        line-height: 87px;
        border-radius: 3px;
        background: url(../images/gotoTop.png) no-repeat -5px -2px;
        cursor: pointer;
    }
    
    .gototop_wrap div:hover {
        color: #2aa3ce;
        border-color: #d9dada;
    }
    
    .gototop_wrap .gotoTop {
        line-height: 80px;
    }
    
    .gototop_wrap .phone {
        background-position: -5px -62px;
        position: relative;
    }
    
    .gototop_wrap .phone div {
        display: none;
        background: none;
        background-color: #fff;
        height: 105px;
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        border: 1px solid #d9dada;
        width: 153px;
        padding: 15px 0 0 20px;
        position: absolute;
        left: -178px;
        top: -1px;
    }
    
    .gototop_wrap .phone span,
    .gototop_wrap .showWechat span {
        display: none;
        position: absolute;
        top: -1px;
        left: -4px;
        height: 56px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #d9dada;
        background: url(../images/gotoTop.png) no-repeat -33px -309px;
        background-color: #fff;
        width: 5px;
    }
    
    .gototop_wrap .qqkf {
        background-position: -5px -129px;
    }
    
    .gototop_wrap .showWechat {
        background-position: -5px -197px;
        position: relative;
    }
    
    .gototop_wrap .showWechat div {
        display: none;
        border: 1px solid #d9dada;
        background: url(../images/qrcode.jpg) no-repeat 5px 5px;
        line-height: 230px;
        background-color: #fff;
        height: 130px;
        width: 110px;
        position: absolute;
        left: -114px;
        top: -1px;
    }
    
    .gototop_wrap .gotoBottom {
        background-position: -5px -260px;
        line-height: 80px;
    }
    
    .season {
        background-color: #963;
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
    }
    
    .season .item {
        margin: 10px 0;
    }
    
    .season .item i {
        float: left;
        margin-right: 10px;
    }
    
    .season .item .txt {
        font-weight: bold;
        font-size: 14px;
    }
    
    .season .item .tab {
        font-size: 12px;
    }
    
    .footmenu {
        background-color: #fff;
        padding-top: 20px;
    }
    
    .footmenu dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .footmenu dt i {
        margin-right: 5px;
        color: #963;
    }
    
    .footmenu dd a {
        font-size: 14px;
        color: #666;
        line-height: 200%;
        padding-left: 25px;
    }
    
    .footmenu dd img {
        width: 100px;
        height: 100px;
    }
    
    .footer {
        background-color: #333;
        padding: 20px 0;
        font-size: 12px;
        line-height: 200%;
        color: #ccc;
    }
    
    .footer a {
        color: #edc;
        margin-right: 5px;
    }
    
    .footer .flink {
        font-size: 14px;
        margin-bottom: 10px;
        color: #fff;
    }
    
    .footer .copyright p {
        margin: 0;
    }
    

    .cats{
        background-color:#f5f5f5;
        padding:10px;
        border:solid 1px #ddd;
        padding-bottom:5px;
        border-radius:5px;
        margin-bottom:10px;
    }
    .spro{
        margin:5px;
        line-height:200%;        
        font-size:14px;
    }
    .spro dd{
        margin-bottom:5px;
    }
    .spro a{
        border:solid 1px #ccc;        
        padding:3px 6px;
        background-color:#fff;        
        color:#999;
        display:inline-block;        
    }
    .spro a:hover{
        background-color:#eee;
        text-decoration:none;
        border-color:#666;
        color:#333;
    }
    .spro a.son{
        border-color:#963;
        background-color:#963;
        color:#fff;
    }    
    .spro a.son:hover{
        background-color:#999;
        border-color:#666;
    }
    
    .spro dt,.spro dd{        
        margin-right:2px;
        display:inline-block;
    }    

    .paged{
        padding:0 10px;                   

    }
    .paged ul{
        
    }    
    .paged ul li a{
        color:#333;
    }
    .paged ul li.active a,
    .paged ul li.active a:hover{
       color:#666;       
       background-color:#fff;
       border-color:#ccc;
       background-color:#eee;
       font-weight:bold;
        
    }
    .paged ul li a:hover{
        color:#963;
        border-color:#bbb;
    }
    .contact{
        padding:10px;
        line-height:200%;
        font-size:14px;
        color:#777;
    }
    .contact b{
        color:#333;
    }
    .dnshow{
        padding:20px;
        padding-top:0;
        line-height:200%;        
    }
    .dnshow h2{
        font-weight:bold;
        padding:10px;
        background-color:#f5f5f5;
        border-bottom:solid 1px #ddd;
        border-radius:5px;
        font-size:20px;
        color:#333;
    }    
    .dnshow p{
        color:#333;
    }
    .dnshow .price{
        color:#963;
        font-size:20px;
    }
    .dnshow label{
        display:inline-block;
        width:70px;
        text-align:right;
        margin-right:5px;
        color:#999;
        font-size:14px;        
    }
    .dnshow .memo{
        padding:0 20px;
        color:#36c;
    }
    .path{
        background-color:#f5f5f5;
        padding:10px;
        border-bottom:solid 1px #ddd;
        color:#666;
        margin-bottom:10px;
    }
    .path a{
        color:#963;
    }
    .s2{
        background-color:#f5f5f5;
        border-top:solid 1px #ddd;
        border-bottom:solid 1px #ddd;        
    }
    .s2 .result{
        font-weight:bold;
    }
    .s2 .input{
        background-color:#fff;
    }
    .s2 .search-box{
        float:left;
        margin-top:10px;
    }    

    .art {
        margin-right:10px;
    }
    .art h2{
        border-bottom-width:0;
        padding:0 15px;
        font-family:"simhei",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }    
    
    .newstxtdate{
        padding:10px 20px;
        color:#999;
        font-size:12px;
        text-align:right;
        background-color:#f5f5f5;      
        border-bottom:solid 1px #eee;  
    }
    .cnews{        
        padding:10px;
    }
    .cnews h3 i{
        color:#963;
        margin-right:5px;
    }
    .cnews ul{
        list-style:none;
        margin:0;
        padding:10px;
    }
    .cnews ul li{
        line-height:200%;
    }
    .cnews li a{
        color:#666;
    }
    .tj li{
        border-bottom:solid 1px #eee;
        line-height:250%;
    }
    .tj li span{
        float:right;
    }
    .lst li{
        border-bottom:solid 1px #eee;
    }
    .lnews h3{
        padding:10px;
    }
    .lnews h3 span{
        border-bottom:solid 4px #f66;
        padding:7px 2px;
    }
    .lnews ul{
        margin:0;
        padding:10px 20px;        
        list-style-type:none;
    }
    .lnews ul li {
        line-height:250%;        
        display:block;           

    }
    .lnews ul li a{                  
        color:#444;
    }
    
    .lnews ul li a span{
        float:right;
        color:#999;
    }
    .lnews small{
        margin-right:3px;
        font-size:12px;
        font-family:SimSun;
    }
    
    .main-nav{
        background-color:#fff;        
        min-height:93px;
    }
    .main-nav .logo{
        float:left;
        margin-top:10px;
    }
    .main-nav .body{
        display:block;
        list-style:none;        
        float:right;
        margin-top:10px;
    }
    .main-nav .body li{
        display:inline-block;
        text-align:center;        
    }
    .main-nav .body li a{
        color:#000;
        display:block;
        padding:10px;
        font-weight:bold;        
    }
    .main-nav .body li a:hover{
        background-color:#963;
        text-decoration:none;
        color:#ffc;
    }
    .main-nav .body li.active{
        background-color:#963;        
    }
    .main-nav .body li.active a{
        color:#fff;
    }
     .main div.content img{
         max-width:100%;              
         height:auto;    
    }      
     .ad190{
         background-color:#fff; 
         padding:5px;        
     }
     .ad190 img{
         width:100%;
     }

@media (min-width:768px){
   .search .search-box{
        width:60%;
        min-width: 400px;
        margin:auto;
    }
}

@media (max-width:991px){
    .main .container{
        width:97%;
    }    
}

@media (max-width:767px){

     ul.homelist li{           
        width:33%;  
    }    
    .nav-phone{
        display:none;
     }
     .top-link{
         display:none;
     }

     #carousel-qiaomi{
         display:none;
     }
    .main-nav .container{
         padding:0;
         margin:0;
     }
    .main-nav .logo{
        margin-top:10px;
        margin-left:20px;
    }
    .main-nav ul.body{
        width:100%;        
        padding:0;        
        background-color:#f8f6f4;
        margin-bottom:0;
    }
    .main-nav .body li{
        display:block;
        float:left;
        width:20%;       
    } 
    .cats{
        padding:10px 0;
    }
    .cats .container{
        padding:0;
    }   
    .spro dt{
         display:block;
         margin-bottom:8px;
    }
    .main .row .col {
        padding:0;     
        margin-bottom:10px;
    }
    .news{
         margin:0;
         margin-bottom:10px;
         padding-top:10px;
    }

    .path{
         background-color:#fff;
    }
    .art{
        margin-right:0;
    }
    .ad190{
        display:none;
    }
}
@media (max-width:480px) {
    .search .search-box{                
        margin:auto;                    
    }
    
    .main-nav .body li{
        display:inline-block;
        width:33.3%;
    }
    ul.homelist li a span{
         font-size:14px;
    }
    ul.homelist li a img{
         display:none;
    }
    .season div.tab{
         white-space:nowrap;
         overflow:hidden;
         max-width:90%;
    }
}    

@media (max-width:360px){
    ul.homelist li{
        width:49.99%;
    }
}
