*{
    margin:0;
    padding:0;
    list-style:none;
    /* font-family:"΢���ź�"; */
}
html,body{
    width:100%;
    height:100%;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.clearbox{
    clear:both;
}
.banner{
    width:100%;
}
.banner ul{
    width:100%;
}
.banner ul li{
    width:100%;
}
.banner ul li img{
    width:100%;
}
.main{
    width: 1200px;
    margin:0 auto;
}
.top{
    width:100%;
    border-bottom: 1px solid #ccc;
    height:66px;
}
.top .subname{
    float:left;
    border-bottom: 2px solid #1493FD;
    height:64px;
    line-height:80px;
    /*width: 800px;*/
}
.search-box{
    float:right;
    height:64px;
    margin-top:14px;
}
.search-box .inp-text{
    width:220px;
    height:36px;
    float:left;
    padding:0 6px;
    border: 1px solid black;
}
.search-box .search{
    width:88px;
    height:38px;
    background:#1493FD;
    line-height:44px;
    color:#fff;
    text-align:center;
    float:left;
    cursor:pointer;
}
.content{
    width:100%;
}
.myul{
    width:100%;
}
.myul li{
    width:100%;
}
.myul li{
    margin:20px 0;
    line-height:28px;
    border-bottom:1px solid #ccc;
    padding:0 0 13px 0;
}
.myul li label span{
    color:#333333;
    width: 180px;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.myul li label img{
    padding-right:6px;
}
.foot{
    width:100%;
    margin-bottom:50px;
}
.foot .showNum{
    float:left;
} 
.foot .page{
    text-align: center;
}
.page a {
    width: 32px;
    height: 32px; 
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-right: 10px;
    color:#b7b7b7;
    background:#fff;
}
.page a img{
	margin-top:7px;
}
.page a.on{
    background:#00a159;
    color:#fff;
}

