*{
    margin:0;
    padding:0;
    list-style:none;
    /* font-family:"΢���ź�"; */
    text-decoration: none;
}
html,body{
    width:100%;
    height:100%;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.clearbox{
    clear:both;
}
.top{
    width:100%;
    padding:5px 0;
}
.search-box{
    height:64px;
    margin-top:14px;
}
.search-box .inp-text{
    width:220px;
    height:34px;
    float:left;
    padding:0 15px;
}
.search-box .search{
    width:88px;
    height:36px;
    background:#1493FD;
    line-height:36px;
    color:#fff;
    text-align:center;
    float:left;
    cursor:pointer;
}
.main{
    width:100%;
}
.tit{
    font-size: 20px;
    font-weight: 600;
    text-indent:0!important; 
    display: block;
    margin: 10px 0 0;
    color: #1493FD;
    padding: 5px 10px;
    position: relative;
    text-align: center;
	
}
.tit:before,.tit:after{
    content: ' '; 
    width: 100px; 
    height: 2px;
    background: #1493FD;
    position: absolute;
    top: 17px;
}
.tit:before{
    left:400px;
}
.tit:after{
    right:400px;
}
.myul{
    width:100%;
    margin-top:30px;
}
.myul li{
    width:265px;
    height:100px;
    border:1px solid #ccc;
    text-align:center;
    background: #FFFFFF;
    float:left;
    margin-right:30px;
    margin-bottom:20px;
    display:table;
}
.myul li a{
    color:#222222;
    display:table-cell;
    vertical-align:middle;
    width:265px;
    height:100px;
}
/*.active{
    border-color: #00a15c;
    background:#d3f4e6;
}
.active a{
    color:#00a15c;
}*/
