@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;font-weight: 500;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}
a:hover{cursor: pointer;}
img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
}

.topbar {
  height: 40px;
  line-height: 40px;
  background-color: #333;
}

.topbar_l {
  float: left;
}

.topbar_l_item {
  position: relative;
  float: left;
  padding: 0 18px;
}

.topbar_l_item::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -1px;
  width: 1px;
  height: 18px;
  background-color: #d3d3d3;
}

.topbar_l_item:first-child {
  padding-left: 0;
}

.topbar_l_item a {
  font-size: 14px;
  color: #999;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.topbar_l_item a:hover {
  color: #fff;
}

.topbar_r {
  float: right;
  font-size: 14px;
  color: #999;
}

.topbar_r span {
  font-size: 16px;
  color: #ff6700;
}

.menubar {
  height: 80px;
  background-color: #fff;
}

.menubar .logo {
  float: left;
  width: 160px;
  height: 80px;
  background: url(../../footer/images/logo.png) center no-repeat;
}

.menubar .logo a {
  display: block;
  height: inherit;
}

.menubar .nav {
  float: left;
  margin-top: 20px;
  margin-left: 48px;
}

.menubar .nav_item {
  float: left;
  padding: 0 15px;
  border-bottom: 2px solid transparent;
}

.menubar .nav_item.cur, .menubar .nav_item:hover {
  border-bottom-color: #2297f3;
}

.menubar .nav_item.cur a, .menubar .nav_item:hover a {
  color: #2297f3;
}

.menubar .nav_item a {
  display: block;
  padding: 10px 0 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.menubar .search {
  float: right;
  margin-top: 20px;
}

.menubar .search_input {
  float: left;
  padding: 0 10px;
  width: 330px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .2s linear, -webkit-box-shadow .2s linear;
  transition: border-color .2s linear, -webkit-box-shadow .2s linear;
  transition: border-color .2s linear, box-shadow .2s linear;
  transition: border-color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
}

.menubar .search_input:focus {
  border-color: #2297f3;
  -webkit-box-shadow: 0 0 2px #2297f3;
          box-shadow: 0 0 2px #2297f3;
}

.menubar .search_button {
  border: none;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#6bbdfe), to(#2196f3));
  background: linear-gradient(90deg, #6bbdfe, #2196f3);
  outline: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.menubar .search_button:hover {
  background: #2196f3;
}

.menubar .search_button .icon_search {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 40px;
  background: url(../../footer/images/search.png) center no-repeat;
}

/*# sourceMappingURL=map/common.css.map */