/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    min-width: 1300px;
    height: 100%;
    font-size: 14px;
    /*background: #fff;*/
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
    background: url("../img/bg.jpg") fixed top center no-repeat;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
i, em {
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
    background: none;
}
a:hover {
    color: #999;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.container img {
    max-width: 100%;
}
.header {
    padding: 40px 0;
}
.logo {
    float: left;
    height: 30px;
}
.logo img {
    display: block;
    height: 100%;
}
.jj {
    width: 700px;
    /*background: rgba(0,0,0,.1);*/
    padding: 40px 0 20px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*color: #fff;*/
}
.jj h2 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 40px;
    text-indent: 2rem;
}
.jj p {
    text-indent: 2rem;
    margin-bottom: 20px;
}
.jj img {
    max-width: 100%;
}
.footer {
    margin-top: 50px;
    padding: 30px 0;
    text-align: left;
    border-top: 1px solid #b3deff;
    /*color: #fff;*/
}
.footer a {
    /*color: #fff;*/
}