blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, arial, 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', '黑体', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
}
address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}
small {
    font-size: 12px;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
legend {
    color: #000;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
fieldset,
img {
    border: 0;
    vertical-align: top;
}
textarea {
    resize: none;
}
a,
input,
button,
select,
textarea {
    outline: none;
}
a,
button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*公共样式*/
.wrap {
    width: 1180px;
    margin: 0 auto;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fl,
.fr {
    display: inline;
}
/*头部开始*/
body {
    background: #fff;
}
.header {
    height: 65px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 10px 23px;
    position: relative;
    z-index: 1000;
    box-shadow: 2px 2px 5px #dededf;
    box-sizing: border-box;
}
.header-L h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    padding: 6px 0px;
    font-family: '微软雅黑';
}
.header-L span {
    font-size: 28px;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}
.header-L .logo img {
    padding: 4px 0 0 0;
}
.header-R ul li {
    float: left;
    padding: 10px 0 0 0;
    font-size: 15px;
    font-family: '微软雅黑';
}
.header-R ul li a {
    text-decoration: none;
    color: #868686;
}
.header-R ul .login {
    padding: 2px 10px;
    border: 1px solid #bbbaba;
    border-radius: 4px;
    margin: 7px 0 0 0;
}
.header-R ul .login:hover {
    border-color: #ccc;
}
/*内容部分开始*/
.content {
    padding: 10px;
    margin: 40px auto;
    overflow: hidden;
}
h1,
h2 {
    font-weight: 500;
}
.content h1 {
    padding: 0 0 0 95px;
    font-size: 36px;
    color: #333;
    height: 39px;
    line-height: 20px;
}
.content ul li {
    padding: 0 0 0 28px;
}
.content p {
    line-height: 26px;
    font-size: 15px;
    padding: 0px 99px 8px 99px;
    color: #333;
    text-align: justify;
}
.content h2 {
    font-size: 24px;
    padding: 10px 99px 0px;
    color: #333;
}
/*回顶部*/
.gunD a {
    position: fixed;
    right: 50%;
    margin: 0 -511px 0 0;
    bottom: 16px;
    z-index: 3;
    display: none;
    width: 48px;
    height: 47px;
    background: url(../images/index/gundong.png) no-repeat;
}
.gunD a:hover {
    background: url(../images/index/gundong02.png);
}
/*底部开始了*/
.footer {
    width: 100%;
    background: #fbfbfb;
    padding: 28px 0 35px 0;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 600px) {
    .wrap {
        width: 97%;
    }
    .content p,
    .content h2 {
        padding: 0px 20px;
    }
    .content h1 {
        font-size: 24px;
    }
    .content h2 {
        font-size: 18px;
    }
    .header-L h1 {
        font-size: 14px;
        padding: 12px 0;
    }
    .header-L .logo img {
        width: 55px;
        height: 20px;
        padding: 10px 0 0 0;
    }
    .content {
        margin: 24px auto;
    }
}
