@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

button {
    vertical-align: middle;
    cursor: pointer;
}

input txt,
button {
    vertical-align: middle;
    border: none;
}

a,
a:link {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}


#tl-banner {
    position: relative;
}

#cls-tlb {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #333333;
    color: white;
    text-align: center;
    cursor: pointer;
}