body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

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

a {
    text-decoration: none;
}

.input {
    position: relative;
}

.input input {
    position: relative;
    background-color: transparent;
    border: 1px solid #ccc;
    z-index: 2;
}

.input .wbc-placeholder {
    font-size: 13px;
    color: #aaa;
    position: absolute;
    left: 9px;
    z-index: 5;
}

.header .header_wp {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    line-height: 100px;
}

.header .header_wp .ylw_icon {
    background-image: url(../../Images/HomePage/YLW_icon.png);
    width: 163px;
    height: 85px;
    margin-top: 8px;
    float: left;
}

.header {
    box-shadow: 0 1px 5px #ccc;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #fff;
}

.header .header_wp ul {
    float: left;
    margin-left: 100px;
}

.header .header_wp .ylm_enter {
    float: right;
}

.header .header_wp ul li {
    float: left;
    margin: 0 14px;
}

.header .header_wp ul li a {
    padding: 15px 0;
    color: #333;
    font-size: 18px;
}

.header .header_wp ul li.on a,.header .header_wp ul li:hover a {
    color: #059ddc;
}

.header .header_wp .ylm_enter button {
    border: 0;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
    height: 30px;
    line-height: 20px;
}

.header .header_wp .ylm_enter button:hover {
    color: #059ddc;
}

.header .header_wp .ylm_enter input {
    width: 188px;
    height: 30px;
    border: 1px solid #e8e8e8;
    background-color: #fcfcfc;
    padding: 0 6px;
    outline: 0;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", Helvetica, sans-serif;
    line-height: normal;
    line-height: 28px\9;
}


.content {
    padding-top: 100px;
}