@charset "utf-8";
/* CSS Document */
/*重置*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td,a,div,span {
    margin: 0;
    padding: 0;
}
body{ font-family:'微软雅黑' !important;font-size: 14px;color: #333; cursor:default;background-color: #fff!important;}
em,i{ font-style:normal;}
ul{list-style:none;}
img{border:0 none;max-width: 100%;display: block;}
a{text-decoration:none;outline:none;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active {text-decoration: none;}
.ml0{margin-left:0!important;}
.clearfix:after{clear:both;display:block;content:""}
.clearfix{zoom:1}
.fl{float: left!important;}
.fr{float: right!important;}
/*页面样式*/
.slideBox{width: 100%;max-width:1680px;margin: auto;overflow: hidden;position: relative;}
.slideBox .prev,.slideBox .next{position: absolute;top:0;bottom: 0;margin: auto;color: #e6ecef;font-size:60px;z-index:10;display: block;width:65px;text-align:center;height:65px;line-height:65px;border-radius:10px;opacity: 0.5;background: #000;font-weight:bold;font-family:"simsun";}
.slideBox .prev:hover,.slideBox .next:hover{opacity:1;}
.slideBox .prev{left: 30px;}
.slideBox .next{right: 30px;}
.slideBox .bd>ul>li>a{display: block;cursor: pointer;}
.slideBox .hd{position: absolute;left: 0;right: 0;margin: auto;bottom:10px;z-index:10;height: 20px;text-align: center;}
.slideBox .hd span{display: inline-block;width: 60px;height: 5px;background: #c9e7fb;opacity: 0.6;margin: auto 10px;cursor: pointer;}
.slideBox .hd span.on{background: #005bac;opacity: 1;}
#header{
    width: 1300px;
    margin: auto;
    overflow: hidden;
}
#header>.logo{
    float: left;
    width:425px;
    margin: auto;
    height:139px;
}
#header>.nav{
    float: right;
    width: 860px;
    height: 139px;
    line-height:140px;
}
#header>.nav>div{
    width:860px;
    margin: auto;
    height:152px;
    line-height: 140px;
    overflow: hidden;
}
#header>.nav a{
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 19px;
    width: 100px;
    z-index:1;
    font-weight: 300;
}
#header>.nav a:hover{
    color: #005bac;
}
