/* yui3 reset.css */
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*     */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1180px;
}

#header {
  height: 362px;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.header {
  padding-top: 70px;
}

.header .top-title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(16, 102, 189, 0.9);
  height: 70px;
  line-height: 70px;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px #333;
          box-shadow: 0 2px 5px #333;
}

.header .top-title a {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.header .banner {
  height: 238px;
  background:  no-repeat center center;
}

.header .nav {
  position: relative;
  height: 54px;
  background-color: #fff;
  padding-left: 80px;
  -webkit-box-shadow: 0 1px 3px #999;
          box-shadow: 0 1px 3px #999;
}

.header .nav .home {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background:  no-repeat center center;
  background-color: #1883e8;
}

.header .nav li {
  float: left;
}

.header .nav li a {
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 35px;
  line-height: 52px;
}

.header .nav li a:hover {
  color: #1066bd;
  background-color: #f1faff;
  border-bottom: 3px solid #1066bd;
}

.footer {
  height: 100px;
  background: #1066bd;
  text-align: center;
  line-height: 26px;
  padding: 37px 0;
  color: #fff;
}

.header .nav li .active{
  color: #1066bd;
  background-color: #f1faff;
  border-bottom: 3px solid #1066bd;
}
