.container {margin:0px auto;width:1200px;clear:both;overflow:hidden;}
.container:before, .container:after {content: " ";display:table;}
.container:after {clear: both;}
.row {margin:0px auto;width:1200px;clear:both;overflow:hidden;}
.row:before, .row:after {content: " ";display:table;}
.row:after {clear: both;}

/*导航*/
#fh5co-header {position:absolute;z-index:100;width:100%;opacity:1;top:0;margin-bottom:0px;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
#fh5co-header .navbar {padding-bottom: 0;margin-bottom: 0;}
#fh5co-header #navbar li a {font-family:"Microsoft Yahei",Arial,Helvetica,sans-serif;position:relative;font-size:16px;color:rgba(43, 43, 43, 1);} /*导航文字默认颜色;*/

#fh5co-header #navbar li a span {position: relative;display:block;padding-bottom:10px;}
#fh5co-header #navbar li a span:before {content: "";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:#008FD2;visibility:hidden;   /*导航鼠标经过动画下滑线颜色;*/
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}/*background-color:#BC0A00;*/  /*导航文字鼠标经过下划线颜色;*/
#fh5co-header #navbar li a:hover {color:#008FD2;font-size:16px;}/*导航文字默认经过颜色;*/
#fh5co-header #navbar li a:hover span:before {visibility:visible;-webkit-transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);-o-transform: scaleX(1);transform: scaleX(1);}
#fh5co-header #navbar li.active a {background:transparent;background:none;color:#008FD2;font-size:16px;}/*导航首页鼠标点击颜色;*/
#fh5co-header #navbar li.active a span:before {visibility: visible;-webkit-transform: scaleX(1);transform: scaleX(1);}
#fh5co-header .navbar-brand {float:left;width:500px;height:auto;display:block;font-size:30px;font-weight:700;color:#fff;background:url(../images/logo.png) no-repeat left;} /*导航logo图;*/

figure {display:block;margin:0;margin:1em 40px;}
/*导航*/

/*导航浮动层导航*/
#fh5co-header.navbar-fixed-top {position:fixed !important;margin-top:0px;top: 0;background:#fff;-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);}
#fh5co-header.navbar-fixed-top .navbar-brand {color:#008FD2;background:url(../images/logo.png) no-repeat left;}/*导航浮动层logo图;*/
#fh5co-header.navbar-fixed-top #navbar li a {color:#2B2B2B;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}/*color:rgba(0, 0, 0, 0.5);*/
#fh5co-header.navbar-fixed-top #navbar li a:hover {color:#008FD2;}/*导航默认文字经过颜色;*/
#fh5co-header.navbar-fixed-top #navbar li.active a {background:transparent;background:none;color:#008FD2;}/*导航鼠标点击颜色;*/
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {visibility: visible;-webkit-transform: scaleX(1);transform: scaleX(1);content: "";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:#008FD2;}
#fh5co-header .navbar-default {border: transparent;background: transparent;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;border-radius: 0px;}
/*导航浮动层导航*/

.nav {margin-bottom:0;padding-left:0;list-style:none;}
.nav:before, .nav:after {content: " ";display: table;}
.nav:after {clear:both;}
.nav > li {position: relative;display:block;}
.nav > li > a {position:relative;display:block;padding:10px 18px;}/*导航文字间隔*/
.nav > li > a:hover, .nav > li > a:focus {text-decoration:none;background-color:#eeeeee;}
.nav > li > a > img {max-width:none;}

.navbar {position: relative;min-height:80px;margin-bottom:20px;border:1px solid transparent;}
.navbar:before, .navbar:after {content: " ";display: table;}
.navbar:after {clear: both;}
.navbar-header:before, .navbar-header:after {content: " ";display: table;}
.navbar-header:after {clear: both;}

.navbar-header {float:left;}
.navbar-collapse {overflow-x: visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before, .navbar-collapse:after {content: " ";display:table;}
.navbar-collapse:after {clear:both;}
.navbar-collapse.in {overflow-y:auto;}

.navbar-brand {float:left;height:100px;padding:2px 15px;font-size:18px;}/*导航高度*/
.navbar-brand:hover, .navbar-brand:focus {text-decoration:none;}
.navbar-brand > img {display:block;}

.navbar-nav {float:left;margin:0;}
.navbar-nav > li {float:left;}
.navbar-nav > li > a {padding-top:40px;padding-bottom:25px;} /*导航文字偏移上下距离*/ 

.navbar-right {float:right !important;margin-right:0;}
.navbar-default {background-color:#f8f8f8;border-color: #e7e7e7;}
.navbar-default .navbar-brand {color:#777;}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {color: #5e5e5e;background-color:transparent;}
.navbar-default .navbar-nav > li > a {color:#777;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color:#333;background-color:transparent;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {color:#555;background-color:#1A59B8;}
/*导航*/

