﻿html, body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre, blockquote {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    color: #333;
    background: #fff;
    font-size: 12px;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, p {
    font-size: 12px;
    font-family: 'Microsoft YaHei', Verdana, Arial, sans-serif;
}

img, fieldset {
    border: 0;
    vertical-align: middle;
}

textarea {
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

.o_hidden {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.fleft {
    float: left;
}

.fleft-wz {
    text-align: left;
    text-indent: 10px;
}

.fright {
    float: right;
}

.fright-wz {
    text-align: right;
}

.fcenter {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.container {
    width: 1000px;
    margin: 0px auto;
}

.layout_main {
    width: 800px;
}

.layout_side {
    width: 200px;
}

.ab_center {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.require {
    color: #f00;
    margin: 0px 5px;
}

.wenxin_zhezhao {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000 url(../images/guide1.png) top right no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1199;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.qrcode_div {
    display: none;
    position: absolute;
    right: 2%;
    top: 48px;
    width: 60px;
    height: 60px;
    z-index: 999;
    margin-right: 5%;
}

    .qrcode_div img {
        width: 100%;
    }

.logo_en {
    font-size: 36px;
    line-height: 30px;
    color: #A8C60B;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

.pc-jianke1 {
    padding: 5px 0 20px 0;
}

.pc-jianke2 {
    padding: 30px 0 0 0;
}
