﻿body{
    margin: 0% auto;
    width: 100%;
    padding:0;
}
.header{
    width: 90%;
    margin: 0% auto;
    height: 90px;
    background: url(http://www.wenkzz.com/Images/top.jpg) no-repeat;
    background-position:center;
    background-size: 80%;
}
.menu{
    width: 100%;
    margin: 0% auto;
    background-color: #205ABE;
    display: table;
}

.menu ul li{
    float: left;
    margin: 8px 0 0 1%;
    height: 35px;
    list-style: none;
}
.menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
    background: url(http://www.wenkzz.com/Images/menuline.jpg) no-repeat right;
    text-decoration: none
}
.flash{
    width: 100%;
    margin: 0% auto;
    height: 320px;
    padding: 0;
}


@media screen and (max-width: 600px) {
    .menu ul{
        width: 100%;
        margin: 0% auto;
    
    }
    .content{
        margin:0% auto; 
        width: 100%;
        padding:0;
    }
    .content > .cleft {
        width: 100%;
    }
    .content > .cright {
        width: 100%;
    }
    .content > .cleft >.item,.content > .cright>.item{
        width: 100%;
    }
    .product{
        width: 100%;
        margin: 0;
        float:left
    }
    .product li{
        float: left;
        text-align: center;
        padding-left: 5px;
        list-style: none;
    }
    .clear{
        clear: both;
       
    }
    .content > .listleft{
        width: 100%;
        float:left;
    }
    .content > .listright{
        float:right;
        width: 100%;
    }
    .f2 a{
        padding: 5px;
    }
    .product ul{
        margin:0;
        padding: 0;
        float:left
    }
    .show{
        display:none
    }
    #FloatDiv{
         display:inline
    }
}

@media screen and (min-width: 900px) {
    .menu ul{
        width: 72%;
        margin: 0% auto;
    
    }
    .content{
        margin:0% auto; 
        width: 75%;
        padding:0;
    }
    .content > .cleft {
        width: 70%;
        float:left;
    }
    .content > .cright {
        width: 25%;
        float:right;
    }
    .content > .cleft >.item{
        width: 50%;
        float:left
    }
    .content > .cright >.item{
        width: 100%;
    }
    .product{
        margin:0% auto; 
        width: 75%;
        padding:0;
    }
    .product li{
        float: left;
        text-align: center;
        list-style: none;
        width: 30%;
        padding-left: 5px;
    }
    .clear{
        clear: both;
    }
    .content > .listleft{
        width: 25%;
        float:left;
    }
    .content > .listright{
        width: 70%;
        float:right;
        margin-left: 5%;
    }
    .f2 a{
        padding: 10px;
    }
    .product ul{
        margin-left:10px;
        padding: 0;
    }
    .show{
        display:inline
    }
    #FloatDiv{
        display:none
   }
}

.title{
    height: 20px;
    border-bottom: 1px solid;
    width:100%;
    float: left;
   
}
.ulli{
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    background: url(http://www.wenkzz.com/Images/dot.jpg) left center no-repeat;
    padding-left: 10px;
}
.ulli li{
  list-style: none;
  float: left;
  width: 100%;
}

.ulli a{
    color: #666;
    text-decoration: none;
}

.product li a,.listleft li a{
    color: #666;
    text-decoration: none
}

.listtitle{
    width: 99%;
    float: left;
    border: 1px #EAE9EA solid;
    background: #F8F7F8;
    padding: 8px;
    margin-top: 10px;
}
.listright ul li{
    line-height: 26px;
    background: url(http://www.wenkzz.com/Images/dot.jpg) left center no-repeat;
    padding-left: 10px;
    list-style: none;
}
.listright ul li span{
    float: right;
}
.listright ul li a{
    color: #666;
    text-decoration: none
}


.f2{
    text-align: center;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    width: 100%;
    height: 30px;
    line-height: 30px;
    clear: both;
}
