@charset"utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, 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;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    background: #d9e0ff;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

.container {
    width: 700px;
    margin: 0 auto;
}
.tips {
    font-size: 14px;
    padding: 20px 0;
    color: #828799;
}
.content_wrapper {
    padding: 20px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-bottom-color: #b3b3b3;
    box-shadow: 0 1px 1px #ccc;
    border-radius: 0 0 10px 10px;
    _width: 658px;
    _overflow: hidden;
}
/*header {*/
.header {
    padding: 10px 20px;
    background: #2da039;
    border-bottom: 2px solid #1f6e27;
    border-radius: 10px 10px 0 0;
}
.logo {
    float: left;
    width: 350px;
    height: 54px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -99999px;
}
.date_box {
    float: right;
    text-align: right;
}
.date_box p {
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
}
.date_box img {
    width: 181px;
    height: 18px;
    margin-top: 10px;
}
/*header }*/

/*contetn {*/
.banner {
    display: block;
    position: relative;
    width: 660px;
    height: 210px;
    text-decoration: none;
    cursor: pointer;
}
.banner h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    font-size: 20px;
    color: #f0f0f0;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.shadow_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;    
}
.banner:hover .shadow_box  {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;    
}
.banner img {
    display: block;
    width: 660px;
    height: 210px;
    margin: 0 auto;
}
.content {
    width: 720px;
}
.content li {
    float: left;
    width: 298px;
    height: 325px;
    *height: 330px;
    margin: 20px 20px 0 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
.content li:hover {
    border-color: #2da039;
    background: #e9ffe5;
}
.content a {
    color: #1f285f;
    text-decoration: none;
}
.content a:hover,
.tips a:hover {
    color: #2da039;
}
.content h3 {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.content p {
    font-size: 14px;
    color: #41444d;
    line-height: 1.5;
}
.content img {
    display: block;
    width: 298px;
    height: 160px;
    margin-bottom: 5px;
}
.service {
    width: 700px;
    margin-top: 16px;
}

.service a {
    float: left;
}
.service img {
    height: 65px;
}
/*contetn }*/
.footer {
    margin-top: 20px;
}
.address {
    float: left;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin-top: 16px;
}
.QR {
    float: right;
    width: 184px;
    height: 82px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}
.QR img {
    float: right;
    width: 82px;
    height: 82px;
    margin-left:5px;
}
.QR p {
    margin-top: 16px;
}
.footer a:hover {
    color: #2da039;
}