/*初始化*/
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 {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
input {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1000px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}

/********************/
.headtop {
    background: #dcdcdc;
}
.htop {
    height: 30px;
    color: #333;
    line-height: 30px;
}
.htop .wel {
    float: left;
}
.htop .sc {
    float: right;
}
.htop .sc a {
    color: #333;
    margin-left: 30px;
}
.logo {
    height: 118px;
    background: url(../images/logo.jpg) no-repeat left center;
}
.logo .hotline {
    float: right;
    height: 67px;
    margin-top: 25px;
    background: url(../images/ico.jpg) no-repeat left center;
}
.logo .hotline p {
    text-indent: 77px;
    font-weight: bold;
    line-height: 30px;
}
.logo .hotline p.dh {
    font-size: 17px;
    color: #333;
}
.logo .hotline p.hm {
    font-size: 22px;
    color: #ff9214;
}
.nav {
    background: #00489a;
}
.navlist {
    height: 50px;
}
.navlist li {
    float: left;
}
.navlist li a {
    display: block;
    width: 111px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: url(../images/line.jpg) no-repeat left center;
}
.navlist li.first a {
    background: none;
}
.banner {
    height: 500px;
}
.banner .focusBox {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.banner .focusBox .pic {
    position: relative;
    z-index: 0;
}
.banner .focusBox .pic img {
    width: 100%;
    height: 500px;
    display: block;
}
.banner .focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}
.banner .focusBox .hd li {
    margin: 0 5px;
    background: url(../images/dot.png) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(../images/dot8.png) no-repeat 0 -16px;
}
.banner .focusBox .hd .on {
    background-position: 0 0;
}

.footer{
    background: #00489a;
    
}
.foot{
    border-bottom: 1px solid #cacaca;
}
.foottop{
    height: 239px;
    padding-top: 30px;
    background: url(../images/logo1.jpg) no-repeat left center;
}
.foottop .aboutbtm{
    float: left;
    margin-left: 175px;
}
.foottop .aboutbtm h3{
    font-size: 16px;
    color: #FFF;
    line-height: 40px;
    text-indent: 25px;
    background: url(../images/ico14.jpg) no-repeat left center;
}
.foottop .aboutbtm ul{
    border-left: 1px solid #FFF;
    margin-left: 9px;
}
.foottop .aboutbtm ul li{
    font-size: 14px;
    text-indent: 15px;
    line-height: 28px;
}
.foottop .aboutbtm ul li a{
    color: #cacaca;
}
.foottop .fwxm{
    margin-left: 70px;
}
.foottop .btmmess{
    float: left;
    padding-top: 10px;
    line-height: 36px;
    text-indent: 37px;
    margin-left: 80px;
    font-size: 14px;
    color: #FFF;
}
.foottop .btmmess li{
    margin-bottom: 5px;
}
.foottop .btmmess .m1{
    background:url(../images/ico15.jpg) no-repeat left 3px;
}
.foottop .btmmess .m2{
    background:url(../images/ico15.jpg) no-repeat left -41px;
}
.foottop .btmmess .m3{
    background:url(../images/ico15.jpg) no-repeat left -76px;
}
.foottop .btmmess .m4{
    background:url(../images/ico15.jpg) no-repeat left -113px;
}
.foottop .btmmess .m5{
    background:url(../images/ico15.jpg) no-repeat left -153px;
}
.footbtm{
    background: #00489a;
    height: 30px;
    line-height: 30px;
    color:#cacaca;
    text-align: center;
}
.footbtm a{
    color:#cacaca;
}
.footbtm span{
    padding-right: 50px;
}
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#00489a;background:#00489a;color:#fff;}
.pagelist li.active a{border-color:#00489a;background:#00489a;color:#fff;}
