@charset "utf-8";
/**
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, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
img{
    border:0;
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
abbr,acronym {
    border: 0;
    font-variant: normal;
}


body {
  font-family: '微软雅黑';
}
a {
  text-decoration: none;
  color: #000000;
}
.center {
  width: 1200px;
  margin: 0 auto;
}

.gkml-header {
  box-sizing: border-box;
  width: 100%;
  height: 250px;
  padding-top: 30px;
  background: url('../assets/header-bg.png') no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/header-bg.png',sizingMethod='scale');
}
.navbar {
  overflow: hidden;
}
.back-btn {
  float: left;
}
.back-btn a{
  display: block;
  background: url('../assets/home.png') no-repeat;
  padding-left: 28px;
  background-size: 20px 20px;
  color: #ffffff;
}
.tabs {
  overflow: hidden;
  float: right;
}
.tabs li {
  float: left;
  margin-left: 38px;
}
.tabs li a {
  color: #ffffff;
}
.header-content {
  margin-top: 72px;
}
h1 {
  float: left;
  font-size: 40px;
  color: #ffffff;
}
.search-section {
  float: right;
  margin-top:8px;
}
.search-group {
  position: relative;
}
.search-group input {
  box-sizing: border-box;
  width: 385px;
  height: 40px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 40px;
  background: #4c8dc3;
  color: #ffffff;
  border: none;
  outline: none;
}
.search-group input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .7;
}
.search-group button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 10px;
  border: none;
  background-color: none;
  background: url('../assets/find.png') no-repeat;
  background-size: 20px 20px;
}
.search-section a {
  display: block;
  margin-left: 20px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
}
.main-content {
  overflow: hidden;
}
.breadcrumb {
  display:none;
  padding: 26px 0 26px 30px;
  border-bottom: 1px solid #c4c4c4;
  background: url('../assets/location.png') no-repeat;
  background-size: 14px 20px;
  background-position: 10px center;
}
.seperate {
  padding: 0 2px;
}

.footer_menu{color:#333; background-color:#f2f2f2; border-bottom-color:#d5dde6;}
.footer_menu a{color:#333;}
.footer_text{color:#666; background:#f2f2f2;}
.footer_text .footer_bqxx{text-shadow:none;}