﻿body {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: #282828 url(../images/bg.jpg) repeat-y top;
    line-height: 30px;
    color: #d5d5d5;
}
p, div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
table, li, tr, th, br {
    font-size: 18px;
    font-family: Microsoft YaHei;
    line-height: 30px;
}
img {
    display: block;
}

/* Á´½ÓÑÕÉ« */
a {
    text-decoration: none;
    color: #d5d5d5;
}
a:hover {
    text-decoration: none;
    color: #C00;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.cl {
    clear: both;
}

/* nav */
.nav {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: SimSun;
    background: #3c3c3c;
}
.nav a {
    color: #fff;
}
.bg01 {
    background: url(../images/title.jpg) no-repeat center top;
    padding-top: 470px;
}
.bg02{
    background: url(../images/title_03.png) no-repeat center top;
    height: 685px;
}
.ww{
    width: 980px;
    margin: 0px auto;
    padding-top: 60px;
}
.tit01{
    padding:0 0 25px 153px;
}
.tit02{
    padding-left: 320px;
}
.box{
    width: 485px;
    padding-top: 20px;
}
.box h2{
    border: 2px solid #009396;
    font-size: 36px;
    color: #009396;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: lighter;
}
.box div{
    padding: 15px;
    height: 235px;
    background: #3c3c3c;
    margin-top: 8px;
}
.box div h3{
    font-size: 24px;
    color: #009396;
    padding: 10px 5px 0 10px;
    font-weight: lighter;
}
.box div ul{
    padding: 5px 0 0 20px;
}
.box div ul li{
    font-size: 14px;
    background: url(../images/title_04.png) 0px 12px no-repeat;
    padding-left: 10px;
    line-height: 28px;
}
.box01{
    margin-top: 15px;
    width: 485px;
    background: #3c3c3c;
    height: 270px;
}
.box01 .pic{
    float: left;
    width: 240px;
    padding: 15px 0 0 10px;
}
.box01 dl{
    float: left;
    width: 220px;
    padding: 15px 0 0 10px;
    font-size: 14px;
    line-height: 20px;
}
.box01 dl dt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   color: #009396;
   font-weight: bold;
}
.box01 dl dd p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-top: 5px;
}
.box01 dl dd a{
    display: block;
    width: 74px;
    height: 24px;
    line-height: 24px;
    background: #009396;
    text-align: center;
    border: 2px solid #009396;
    border-radius: 4px;
    margin-top: 10px;
}
.box01 dl dd a:hover{
    color: #009396;
    background: #fff;
}
.list{
    padding: 10px 0 0 16px;
    float: left;
}
.list li{
    background: url(../images/title_04.png) 0px 12px no-repeat;
    font-size: 14px;
    line-height: 28px;
    padding-left: 12px;
}
.box02{
    width: 645px;
    padding: 80px 0 0 315px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.box02 p{
    padding: 0 20px 25px 0;
}
/* 轮换图 css */
.loadImg{width:530px;height:300px; position:relative; float:left;}
.loadImg .imgShow img{width:530px; height:300px;}
.loadImg .imgShow p{text-align:center;color:#fff;line-height:33px;font-size:14px;font-weight:bold;}
.loadImg .imgText{width:320px;height:11px;position:absolute; bottom:10px; right:10px;}
.loadImg .imgText ul{text-align:center;line-height:8px;}
.loadImg .imgText ul li{float:right;width:8px;height:8px; text-align:center; margin-left:8px; background:#fff; border-radius:4px;}
.loadImg .imgText ul li.now{ background:#009396;}

/* footer */
#footer {
    width: 100%;
    line-height: 25px;
    font-family: SimSun;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}
#footer a {
    color: #fff;
}
#footer p {
    text-align: center;
    font-family: SimSun;
    font-size: 12px;
}
#footer address {
    font-style: normal;
    text-align: center;
    color: #fff;
    font-family: SimSun;
    font-size: 12px;
}