@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0 auto;
}


/* IE8*/

*+html * {
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-family: "微软雅黑";
    text-decoration: none;
    color: #000;
}

h1 {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-family: "微软雅黑";
    text-decoration: none;
    color: #676767;
}

body {
    height: 100%;
    background: #f2f2f2 url(../images/bodybg.jpg) no-repeat top center;
    width: 100%;
    /*background-image:block; overflow-x:hidden;*/
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

img {
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.head {
    height: 42px;
    line-height: 42px;
    background: #f6f6f6 url(../images/ldxx_icon.png) 15px center no-repeat;
    margin: 10px 0 5px 0;
}

.head p {
    margin-left: 50px;
    font-size: 13px;
}

.head p a {
    font-size: 13px;
}

.main_wrap {
    background: #fff;
    overflow: auto;
}

.main_wrap_l {
    margin: 30px;
}

.main_wrap_l h1 {
    width: 865px;
    padding: 0px 10px 0px 67px;
    font-size: 22px;
    text-align: center;
    line-height: 200%;
    color: #333;
    font-family: "宋体";
    font-weight: bold;
}

.main_wrap_l .article_info {
    font-size: 12px;
    color: #858585;
    line-height: 200%;
    text-align: center;
}

.main_wrap_l .article_info span {
    margin-left: 30px;
    color: #999;
}

.main_wrap_l .content {
    padding: 50px;
    margin: 0px auto
}

.main_wrap_l .content img {
    text-align: center;
}

.main_wrap_l .content * {
    line-height: 200%;
    font-size: 16px;
}

.main_wrap_l .font_18 * {
    line-height: 200%;
    font-size: 18px !important;
}

.main_wrap_l .font_16 * {
    line-height: 200%;
    font-size: 16px !important;
}

.main_wrap_l .font_14 * {
    line-height: 200%;
    font-size: 14px !important;
}

.main_wrap_l .font_12 * {
    line-height: 200%;
    font-size: 12px !important;
}

.main_wrap_r {
    z-index: 5;
    position: fixed;
    width: 67px;
    height: auto;
    right: 150px;
    top: 40%;
    overflow: hidden;
}

.main_wrap_r li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.main_wrap_r li .main_wrap_r_text,
.main_wrap_r li .main_wrap_r_img {
    float: left;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: -40px;
    transition: 0.5s;
}

.main_wrap_r li .main_wrap_r_text {
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.main_wrap_r li .main_wrap_r_text a {
    font-size: 18px;
    color: inherit;
}

.main_wrap_r li .main_wrap_r_img {
    left: 0px;
}

.main_wrap_r li:hover .main_wrap_r_text {
    left: 0px;
}

.main_wrap_r li:hover .main_wrap_r_img {
    left: 400px;
}
