@charset "UTF-8";
/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/_mixin.scss */
.headnav > ul > li ul li {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #666666;
}

/* line 12, ../sass/_mixin.scss */
body, .header, .footer {
  font-size: 14px;
  font-family: "微软雅黑";
}

/* line 3, ../sass/_top2.scss */
body {
  overflow-x: hidden;
}

/* line 7, ../sass/_top2.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 11, ../sass/_top2.scss */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

/* line 18, ../sass/_top2.scss */
.float-left {
  float: left;
}

/* line 21, ../sass/_top2.scss */
.float-right {
  float: right;
}

/* line 25, ../sass/_top2.scss */
.header {
  width: 100%;
  height: 140px;
  *background: url("../images/head_bg.png") 0 0 repeat-x;
}
/* line 30, ../sass/_top2.scss */
.banner {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  *background: url("../images/logo_bg.png") 0 0 no-repeat;
}
/* line 36, ../sass/_top2.scss */
.banner > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 27px;
}
/* line 40, ../sass/_top2.scss */
.keyRoute {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 20px;
}
/* line 45, ../sass/_top2.scss */
.keyRoute li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: bold;
  color: #01c6fa;
  float: left;
  padding: 10px 4px;
}
/* line 51, ../sass/_top2.scss */
.keyRoute li:first-child {
  margin-right: 10px;
  padding-right: 30px;
  background: url("../images/login_icon.png") center right no-repeat;
}
/* line 55, ../sass/_top2.scss */
.keyRoute li:first-child a {
  color: #ebee1f;
}

/* line 63, ../sass/_top2.scss */
.nav {
  width: 100%;
  height: 48px;
  background: #288feb;
  color: #fff;
}
/* line 68, ../sass/_top2.scss */
.headnav {
  width: 1200px;
  margin: 0 auto;
}
/* line 71, ../sass/_top2.scss */
.headnav > ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  *margin-left: 20px;
}
/* line 74, ../sass/_top2.scss */
.headnav > ul > li {
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  position: relative;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 81, ../sass/_top2.scss */
.headnav > ul > li:nth-child(even) {
  padding: 0;
}
/* line 84, ../sass/_top2.scss */
.headnav > ul > li:hover {
  background: #fff;
  color: #004592;
}
/* line 88, ../sass/_top2.scss */
.headnav > ul > li ul {
  position: absolute;
  top: 48px;
  left: 15px;
  display: none;
}
/* line 93, ../sass/_top2.scss */
.headnav > ul > li ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 1px;
  color: #666666;
}
/* line 101, ../sass/_top2.scss */
.headnav > ul > li ul li:last-child {
  display: none;
}
/* line 108, ../sass/_top2.scss */
.headnav p {
  padding-top: 10px;
}
/* line 110, ../sass/_top2.scss */
.headnav p a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #00ccff;
  margin-right: 5px;
}
/* line 118, ../sass/_top2.scss */
.headnav p a + a {
  margin-right: 15px;
}

/* line 125, ../sass/_top2.scss */
.standPos {
  width: 100%;
  height: 28px;
  background: #fff;
  display: none;
}

/* line 3, ../sass/_bottom2.scss */
footer {
  width: 100%;
  background: #288feb;
  height: 80px;
  padding-top: 25px;
}
/* line 8, ../sass/_bottom2.scss */
.footer {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
/* line 13, ../sass/_bottom2.scss */
.foot_logo {
  width: 280px;
  height: 88px;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #fff;
}
/* line 21, ../sass/_bottom2.scss */
.foot_info {
  margin-left: 100px;
}
/* line 23, ../sass/_bottom2.scss */
.foot_info p {
  line-height: 1.5;
}
/* line 25, ../sass/_bottom2.scss */
.foot_info p:last-child {
  margin-top: 30px;
}

/* line 9, ../sass/sum.scss */
li {
  list-style: none;
}

/* line 13, ../sass/sum.scss */
#wrap {
  width: 100%;
  min-height: 640px;
  background: #f6f6f6;
  overflow: hidden;
}

/* line 20, ../sass/sum.scss */
#wrap > div {
  width: 1200px;
  min-height: 640px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 28, ../sass/sum.scss */
#position {
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 36px;
  top: 28px;
  font-size: 16px;
}

/* line 37, ../sass/sum.scss */
#left {
  width: 260px;
  min-height: 540px;
  float: left;
  margin: 60px 0;
  background: white;
  padding: 20px 0;
}

/* line 46, ../sass/sum.scss */
#leftnav {
  width: 222px;
  margin: 0 auto;
}

/* line 51, ../sass/sum.scss */
#leftnav h2 {
  height: 50px;
  width: 222px;
  font-size: 16px;
  line-height: 50px;
  color: white;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

/* line 61, ../sass/sum.scss */
#leftnav li {
  height: 60px;
  width: 222px;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
}

/* line 70, ../sass/sum.scss */
#leftnav li a {
  color: black;
}

/* line 74, ../sass/sum.scss */
#right {
  min-height: 520px;
  float: right;
  width: 760px;
  margin: 60px 0;
  padding: 30px 70px 30px 70px;
  background: white;
}

/* line 83, ../sass/sum.scss */
#r_title {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  position: relative;
  display: inline-block;
  top: 2px;
}

/* line 92, ../sass/sum.scss */
#r_hr {
  width: 760px;
  border: 1px solid #e4e4e4;
}

/* line 97, ../sass/sum.scss */
#r_content {
  line-height: 28px;
  font-size: 14px;
}
