/* line 2, base.scss */
html {
  font-family: 'Microsoft YaHei','STXihei', sans-serif,Verdana;
  /* 1 */
  font-size: 12px;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: auto;
}

/* line 10, base.scss */
body, html {
  margin: 0;
  padding: 0;
}

/* Links
   ========================================================================== */
/* line 14, base.scss */
a {
  background: transparent;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #666666;
}

/* line 15, base.scss */
a:active, a:hover {
  outline: 0;
  color: #237252;
}

/* HTML5 display definitions */
/* line 18, base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 19, base.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* line 20, base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 21, base.scss */
[hidden], template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/* line 25, base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 26, base.scss */
b, strong {
  font-weight: bold;
}

/* line 27, base.scss */
dfn {
  font-style: italic;
}

/* line 28, base.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 29, base.scss */
small {
  font-size: 80%;
}

/* line 30, base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 31, base.scss */
sup {
  top: -0.5em;
}

/* line 32, base.scss */
sub {
  bottom: -0.25em;
}

/* line 33, base.scss */
img {
  border: 0;
}

/* line 34, base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/* line 38, base.scss */
figure {
  margin: 1em 40px;
}

/* line 39, base.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 40, base.scss */
pre {
  overflow: auto;
}

/* line 41, base.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/* line 45, base.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* line 46, base.scss */
button {
  overflow: visible;
}

/* line 47, base.scss */
button, select {
  text-transform: none;
}

/* line 48, base.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 51, base.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 52, base.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 53, base.scss */
input {
  line-height: normal;
  outline: none;
}

/* line 54, base.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 55, base.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 56, base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
                                                                                                                            /* 2 

*/
  box-sizing: content-box;
}

/* line 59, base.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 60, base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 61, base.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 62, base.scss */
textarea {
  overflow: auto;
}

/* line 63, base.scss */
optgroup {
  font-weight: bold;
}

/* line 64, base.scss */
button, input {
  padding: 0;
  border: 0;
}

/* Tables
   ========================================================================== */
/* line 68, base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 69, base.scss */
td, th {
  padding: 0;
}

/* line 70, base.scss */
ul, ol {
  padding: 0;
  margin: 0;
}

/* line 71, base.scss */
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 72, base.scss */
p {
  padding: 0;
  margin: 0;
}

/* line 73, base.scss */
h1, h2, h3, h4, h5, h6, hr, dt, dd, dl {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 74, base.scss */
em, i {
  font-style: normal;
}

/* Make HTML 5 elements display block-level for consistent styling */
/* line 78, base.scss */
header, nav, article, footer, address {
  display: block;
}

/* Public Class
 +------------------------------------------------------------------------------
 */
/* line 83, base.scss */
.hide {
  display: none;
}

/* line 84, base.scss */
.show {
  display: block;
}

/* line 85, base.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 86, base.scss */
.clearfix {
  display: block;
}

/* line 88, base.scss */
.clear {
  clear: both;
  height: 0px;
  line-height: 0;
  margin: 0;
  padding: 0;
  _height: 0px;
}

/* line 89, base.scss */
.colwrapper {
  overflow: hidden;
  zoom: 1;
  margin: 5px auto;
}

/* line 91, base.scss */
.left {
  float: left;
}

/* line 92, base.scss */
.right {
  float: right;
}

/* line 94, base.scss */
.align_left {
  text-align: left !important;
}

/* line 95, base.scss */
.align_center {
  text-align: center !important;
}

/* line 96, base.scss */
.align_right {
  text-align: right !important;
}

/* line 97, base.scss */
strong, b, .bold, .strong {
  font-weight: bold;
}

/* line 98, base.scss */
.cursor {
  cursor: pointer;
}

/* line 99, base.scss */
.word-wrap {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 18px;
  padding: 2px 0px;
}

/* line 100, base.scss */
.line_through {
  text-decoration: line-through;
}

/* line 101, base.scss */
.ML0 {
  margin-left: 0px !important;
}

/* line 102, base.scss */
.MR0 {
  margin-right: 0px !important;
}

/* line 105, base.scss */
.font12 {
  font-size: 12px;
}

/* line 106, base.scss */
.font14 {
  font-size: 14px;
}

/* line 107, base.scss */
.font16 {
  font-size: 16px;
}

/* line 108, base.scss */
.font26 {
  font-size: 26px;
}

/* line 109, base.scss */
.font28 {
  font-size: 28px;
}

/* line 111, base.scss */
.H5 {
  height: 5px;
}

/* line 112, base.scss */
.H10 {
  height: 10px;
}

/* line 113, base.scss */
.H12 {
  height: 12px;
}

/* line 114, base.scss */
.H15 {
  height: 15px;
}

/* line 115, base.scss */
.H20 {
  height: 20px;
}

/* line 116, base.scss */
.H22 {
  height: 22px;
}

/* line 117, base.scss */
.H25 {
  height: 25px;
}

/* line 118, base.scss */
.H30 {
  height: 30px;
}

/* line 119, base.scss */
.H40 {
  height: 40px;
}

/* line 121, base.scss */
.color1 {
  color: #237252;
}

/* line 123, base.scss */
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

/* line 124, base.scss */
.clearfix:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}

/* head */
/* line 128, base.scss */
#header {
  margin: 0 auto;
  height: 109px;
}

/* line 129, base.scss */
#header .head {
  margin: 0 auto;
  height: 94px;
  width: 1000px;
}

/* line 130, base.scss */
#header .head .logo {
  float: left;
  height: 109px;
}

/* line 131, base.scss */
#header .head .logo img {
  display: block;
  float: left;
  margin-top: 30px;
}

/* line 132, base.scss */
#header .head .right-info {
  float: right;
  padding-top: 43px;
}

/* line 133, base.scss */
#header .head .right-info dl {
  float: right;
}

/* line 134, base.scss */
#header .head .right-info dt {
  height: 34px;
  line-height: 34px;
  float: left;
}

/* line 135, base.scss */
#header .head .right-info dt span {
  display: block;
  width: 33px;
  height: 33px;
  margin-right: 6px;
}

/* line 136, base.scss */
#header .head .right-info dt span.weixin {
  background-position: -100px 0;
}

/* line 137, base.scss */
#header .head .right-info dt span.weibo {
  background-position: -150px 0;
}

/* line 138, base.scss */
#header .head .right-info dd {
  height: 34px;
  line-height: 34px;
  float: right;
  width: 250px;
}

/* line 139, base.scss */
#header .head .right-info dd .search-box {
  background-position: 0 -50px;
  height: 34px;
  width: 234px;
}

/* line 140, base.scss */
#header .head .right-info dd .search-box .search-input {
  border: none;
  width: 190px;
  line-height: 29px;
  height: 29px;
  display: block;
  float: left;
  text-indent: 8px;
  margin-top: 3px;
  margin-left: 4px;
}

/* line 143, base.scss */
#header .head .right-info dd .search-box .submit-btn {
  background-position: -200px 0px;
  border: none;
  width: 36px;
  display: block;
  float: right;
  height: 40px;
}

/* line 147, base.scss */
#nav {
  margin: 0 auto;
  position: relative;
  background: url(../image/menu_bg.png) repeat-x;
  height: 45px;
}

/* line 148, base.scss */
#nav .menu {
  height: 45px;
  width: 1000px;
  margin: 0 auto;
}

/* line 149, base.scss */
#nav .menu ul {
  height: 45px;
  background: url(../image/menuline.png) no-repeat left center;
}

/* line 150, base.scss */
#nav .menu li {
  float: left;
  line-height: 45px;
  background: url(../image/menuline.png) no-repeat right center;
}

/* line 151, base.scss */
#nav .menu li a {
  padding: 0 34px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

/* line 152, base.scss */
#nav .menu li a:hover {
  color: #237252;
}

/* line 153, base.scss */
#nav .menu li.current a {
  color: #237252;
}

/* banner */
/* line 156, base.scss */
#slidesBox {
  width: 100%;
  height: 462px;
  overflow: hidden;
  position: relative;
}

/* line 157, base.scss */
#slides {
  display: block;
  width: 100%;
  height: 462px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 158, base.scss */
#slides li {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
}

/* line 159, base.scss */
#slides li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/* line 160, base.scss */
.btn-control {
  position: absolute;
  right: 0px;
  bottom: 12px;
  z-index: 1000;
}

/* line 161, base.scss */
.btn-control span {
  width: 15px;
  height: 15px;
  background-position: 0 0;
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

/* line 163, base.scss */
.btn-control span.current {
  background-position: -50px 0;
}

/* banner */
/* footer */
/* line 167, base.scss */
#footer {
  background: #686868;
  height: 54px;
}

/* line 168, base.scss */
#footer .foot {
  width: 1000px;
  margin: 0 auto;
  height: 54px;
}

/* line 169, base.scss */
#footer .foot p {
  line-height: 35px;
  color: #fff;
  text-align: center;
}

/* line 170, base.scss */
.left_foot {
  width: 440px;
  float: left;
}

/* line 171, base.scss */
.left_foot .menu {
  width: 298px;
  float: left;
}

/* line 172, base.scss */
.left_foot .menu p a {
  color: #fff;
  line-height: 54px;
}

/* line 173, base.scss */
.left_foot .link-select {
  margin-top: 16px;
}

/* line 175, base.scss */
.right_foot {
  width: 560px;
  float: right;
  padding-top: 15px;
}

/* line 176, base.scss */
.right_foot ul {
  float: right;
}

/* line 177, base.scss */
.right_foot li {
  color: #fefefe;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  display: inline-block;
}

/* line 178, base.scss */
.right_foot li a {
  color: #fefefe;
  line-height: 24px;
  font-size: 12px;
}

/* line 179, base.scss */
.right_foot li a:hover {
  color: #5f4840;
}

/* line 180, base.scss */
.right_foot li span {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 10px;
}

/* line 181, base.scss */
.right_foot li span.weibo {
  background-position: -600px 0;
}

/* line 182, base.scss */
.right_foot li span.qq {
  background-position: -650px 0;
}

/* Pop_upBox */
/* line 189, base.scss */
.Pop_upBox_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%;
  z-index: 9990;
}

/* line 192, base.scss */
.Pop_upBox {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -180px;
  width: 800px;
  height: 360px;
  z-index: 9999;
}

/* line 194, base.scss */
.Pop_upBox .pop_content {
  border: 5px solid #012f58;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 195, base.scss */
.Pop_upBox .pop_content h2 {
  height: 45px;
  line-height: 45px;
  color: #012f58;
  padding-left: 20px;
  font-weight: 700;
}

/* line 196, base.scss */
.Pop_upBox .pop_content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/* line 199, base.scss */
.from-select {
  float: left;
  margin-top: 0px;
  position: relative;
  line-height: 23px;
  height: 23px;
  margin-right: 10px;
  border: #b3b3b3  solid 1px;
  width: 128px;
}

/* line 202, base.scss */
.from-select .select-btn {
  width: 100%;
  padding: 0 10px;
  padding-right: 20px;
  min-width: 90px;
  font-size: 12px;
  color: #cccccc;
  padding-left: 3px;
  height: 23px;
}

/* line 205, base.scss */
.from-select .select-btn span {
  display: block;
  position: relative;
  line-height: 23px;
  text-align: left;
}

/* line 206, base.scss */
.from-select .select-btn span i {
  position: absolute;
  top: 9px;
  right: 5px;
  background-position: -550px 0px;
  width: 17px;
  height: 17px;
}

/* line 209, base.scss */
.from-select .select-ul {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  width: 100%;
  line-height: 23px;
  height: 23px;
  opacity: 0;
  border: #b3b3b3 solid 1px;
}
