*{
    margin: 0px;
    padding: 0px;
}
.cl:after{
    content: "";
    clear:both;
    display: block;
    height:0px;
    visibility:hidden;
    overflow: hidden;
}

.seach{
    margin:10px auto;
    width:700px;
    height:140px;
    /*background: red;*/
    margin-top: 100px;
    font-size: 0px;
}
.sel-box{
    font-size: 16px;
    width:600px;
    height:40px;
    margin:0px auto;
    color:#727171;
    /*background: #123;*/
    /*padding:0px 10px;*/
}
.seach #form{
    display: block;
    margin-top: 10px;
    width:100%;
    height:40px;
    overflow: hidden;
    border:1px solid #ccc;
    opacity:0.8;
    border-radius: 20px;
    overflow: hidden;
}
.seach #form input{
    height: 40px;
    outline: none;
    border:none;
    font-size: 20px;
    vertical-align: top;
}

.seach #form .titlename{
    display: inline-block;
    position: relative;
    width:80px;
    height:40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color:#888;
    left: 8px;
    /*padding-right: 10px;*/
    transition:all 0.3s ease;
    /*opacity:0.8;*/
}
.seach #form .ts{
    width:530px;
    padding-left: 10px;
}

.seach #form .bt{
    width:80px;
    background:#2ecc71 url(../image/search.png) no-repeat 25px 8px;
    background-size:30px;
}

.sel-box span{
    display: inline-block;
    min-width:30px;
    text-align: center;
    letter-spacing: 2px;
    margin:0px 5px;
    cursor: pointer;
}
.sel-box span i{
    display: block;
    width:95%;
    height:2px;
    opacity:0;
    transition:all 0.3s ease;
    background: #123;
}
.sel-box span:hover i{
    opacity:1;
}
.sel-box span:hover ～span i{
    opacity:0;
}
.sel-box span i.sel{
    opacity:1;
}
.tj{
    width:80%;
    min-width: 970px;
    height:300px;
    /*background: red;*/
    margin:0px auto;
}
.tj .title{
    padding:20px;
    text-align: center;
    font-size: 20px;
    color:#ccc;
    font-weight: 800;
    font-family: '微软雅黑';
    letter-spacing: 20px;
}
.tj .main {
    text-align: center;
}
.tj .main a{
    text-decoration: none;
    display: inline-block;
    min-width: 150px;
    height:40px;
    line-height: 40px;
    background: #ccc;
    font-size: 20px;
    text-align: center;
    opacity:0.8;
    border-radius: 3px;
    transition:all 0.3s ease;
    margin:10px;
    letter-spacing: 3px;
}

.tj .main a:hover{
    opacity:1;
}
