@charset "utf-8";

/*清除样式*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
    font-weight: normal;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

/*a:hover{color:#f00;}*/
/* 清除浮动 */
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.wip_header_li .ghb{
display:none;
}
.clearfloat {
    zoom: 1
}
/* banner */
.bannerbj{
    width: 100%;
    background: url(/images/23737/hltb.png) no-repeat;
    height: 227px;
    background-size: 100% 100%;
}
.bannerbj_1200{
    max-width: 1200px;
    width: 100%;
    padding-top: 100px;
    font-size: 30px;
    color: #fff;
    margin: auto;
}
.content_1200{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
}
.content_1200 .cxlb{
    width: 100%;
    line-height: 100px;
    font-size: 28px;
    color: #333;
}
.content_1200 ul{
    height: auto;
    overflow: hidden;
    padding: 20px;
    min-height: 400px;
}
.content_1200 ul li{
    float: left;
    width: 30%;
    height: 40px;
    margin-bottom: 32px;
    box-shadow: 0 0 9px 3px #dcdcdc;
    text-align: center;
}
.content_1200 ul li a{
    line-height: 40px;
}