@charset "utf-8";
/* CSS Document */
article,aside,dialog,figure,footer,header,legend,nav,section{ display: block;}
*{ padding: 0; margin: 0; border: none; *border: 0; list-style: none; text-decoration: none; font-family: "微软雅黑", "Microsoft YaHei", Arial, "黑体", "宋体";}
body{ width: 100%; background: #FFF;}
img{ float: left;}
a{ cursor: pointer;}

.topBar{ width: 100%; height: 64px; border-bottom: 1px solid #e6e6e6; background: url("../images/white90.png") repeat; position: fixed; top: 0; left: 0; z-index: 100;}
.topBar_box{ width: 1000px; height: 64px; margin: 0 auto;}
.topBar .logo img{ margin-top: 23px;}
.topBar .nav{ float: right;}
.topBar .nav a{ height: 58px; padding-top: 6px; margin-left: 40px; line-height: 58px; font-size: 18px; color: #999; display: inline-block; position: relative;}
.topBar .nav a span{ width: 40%; height: 5px; background: #3c8cff; float: left; position: absolute; top: 0; left: 30%; z-index: 101; display: none;}
.topBar .nav a:hover{ color: #333;}
.topBar .nav a:hover span{ display: block;}
.topBar .nav a.now{ color: #000; font-weight: bold;}
.topBar .nav a.now span{ display: block;}

.wrap{ width: 100%; padding-top: 65px; background: url("../images/bj_wrap.jpg") no-repeat top center; float: left;}
.header{ width: 100%; height: 420px; float: left;}
.main{ width: 100%; padding: 150px 0; float: left;}
.main_box{ width: 1000px; margin: 0 auto;}

.footer{ width: 100%; background: #3c8cff; float: left;}
.footer_box{ width: 1000px; padding-top: 30px; margin: 0 auto;}
.footer_box ul{ width: 100%; height: 210px; border-bottom: 2px solid #9ec6ff; float: left;}
.footer_box ul li{ width: 250px; height: 210px; float: left;}
.footer_box ul li b{ width: 100%; height: 56px; line-height: 56px; font-size: 16px; color: #FFF; float: left;}
.footer_box ul li p{ width: 100%; line-height: 30px; font-size: 12px; color: #FFF; float: left;}
.footer_box p a{ color: #FFF;}
.footer_box p a:hover{ color: #79dcef;}
.footer_box .other{ width: 100%;  padding: 39px 0; float: left;}
.footer_box .other p{ width: 100%; height: 30px; text-align: right; line-height: 30px; font-size: 12px; color: #FFF; float: left;}