@charset "utf-8";
/* CSS Document */
/*标签重置*/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,'Microsoft YaHei',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}
table, td, tr, th {
    font-size: 12px;
}
ol, ul {
    list-style: none;
}
li {
    list-style-type: none;
}
img {
    vertical-align: top;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}
address, cite, code, em, th, i {
    font-weight: normal;
    font-style: normal;
}
.hx a, .hx em, .fB {
    font-weight: bold;
}
.clearfix {
    *zoom: 1;
    clear:both;
}
.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
a {
    color: #666;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    /*color: #ba2636;*/
    text-decoration: underline;
}
a:active {
    color: #ba2636;
}
/*bg*/
.bg {
    width:100%;
    margin:0 auto;
    background-image:url(../images/bg.jpg);
    padding-bottom:45px;
}
/*banner*/
.banner {
    width:1200px;
    height:460px;
    margin:0 auto;
}
/*内容*/
.nr {
    background:#fff;
    width:1200px;
    margin:0 auto;
    box-shadow: 0 0 10px #666;
    padding-top:20px;
}
.nr-box li {
    width:560px;
    height:260px;
    float:left;
    margin-left:24px;
    border-radius:15px;
    margin-bottom:30px;

}

/*尾部*/
.foot {
    width:1200px;
    margin:0 auto;
    margin-top:10px;
}
.foot ul {
    width:1000px;
    margin:0 auto;
    border-top:1px solid #666;
}
.foot ul li {
    text-align:center;
    font-family:"思源黑体";
    font-size:16px;
    color:#0f0f0f;
    line-height:40px;
}
.foot ul a {
    text-decoration:none;
}