body {
  box-sizing: border-box;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  outline: none;
}
.container {
  padding: 0;
  overflow: hidden;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
a {
  color: #333;
}
a:hover {
  color: #0082DE;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_top_wrap {
  max-height: 181px;
  background: url(imgs/bg_head.png) no-repeat center;
}
.header_top_wrap .header_top {
  line-height: 40px;
}
.header_top_wrap .logo_wrap {
  margin-top: 25px;
  line-height: 1;
}
.header_top_wrap .logo_wrap img {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}
.header_top_wrap .search_wrap {
  margin-left: 12.5%;
  float: left;
  width: 54%;
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 2px solid #0082DF;
  margin-top: 47px;
  border-radius: 2px;
  overflow: hidden;
}
.header_top_wrap .search_wrap form {
  overflow: hidden;
  height: 100%;
}
.header_top_wrap .search_wrap .keyword {
  width: 80%;
  float: left;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 10px;
  outline: none;
}
.header_top_wrap .search_wrap .button {
  float: right;
  width: 100px;
  height: 100%;
  border: none;
  color: #fff;
  padding-left: 48px;
  background: url(imgs/icon_search.png) no-repeat 25px;
  box-sizing: border-box;
  text-align: left;
  background-color: #0082DE;
}
.header_top_wrap .qr_code {
  float: right;
  margin-top: 37px;
  padding-bottom: 15px;
}
.header_top_wrap .qr_code .text {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #6C757C;
  text-align: center;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: #82C025;
  color: #fff;
}
.nav > li.active a {
  background: #82C025;
  color: #fff;
}
.nav_wrap {
  line-height: 44px;
  background: #0082DF;
}
.nav_wrap li {
  display: table-cell;
  text-align: center;
}
.nav_wrap li a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 20px;
}
.navbar {
  margin-bottom: 10px;
}
.navbar-brand {
  height: auto;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #094C7C;
  line-height: 28px;
}
.navbar-toggle .icon-bar {
  background-color: #0082DF;
}
.footer {
  background: #1F2D39;
}
.footer .footer_top .container {
  padding: 0;
}
.footer .footer_top ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-top: 20px;
  border-bottom: 1px solid #2D3944;
}
.footer .footer_top ul li {
  float: left;
}
.footer .footer_top ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
  line-height: 20px;
  padding: 0 16px;
  position: relative;
  padding-bottom: 9px;
  display: inline-block;
}
.footer .footer_top ul li.active a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .footer_top ul li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  width: 14px;
  height: 2px;
  background: #0082DF;
}
.footer .footer_bottom {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #48535E;
  text-align: center;
  line-height: 17px;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .header_top_wrap .logo_wrap {
    margin-top: 0;
    font-size: 16px;
  }
  .header_top_wrap .logo_wrap img {
    height: 100%;
    margin-right: 10px;
  }
  .navbar-brand {
    height: 40px;
  }
  .nav_wrap li {
    display: block;
  }
  .nav_wrap li.active a {
    background: transparent;
  }
  .nav_wrap li a:focus,
  .nav_wrap li a:hover {
    background: transparent;
    color: #fff;
  }
}
#position {
  line-height: 40px;
  color: #999;
  font-size: 12px;
}
#position a {
  color: #333;
}
#position a:hover {
  color: #0082DF;
}
#position span {
  color: #999;
}
/* 分页 */
.pages {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
}
.pages span {
  padding: 0 10px;
  background: #0082DE;
  display: inline-block;
  color: #fff;
  margin: 0 2px;
}
.pages a {
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: inline-block;
  color: #666;
  margin: 0 2px;
}
.pages a:hover {
  background: #0082DE;
  border: 1px solid #0082DE;
  color: #fff;
  text-decoration: none;
}
#filter {
  background: #f7f7f7;
  margin-bottom: 20px;
}
#filter .filter {
  background: #fff;
  padding: 0 40px;
  box-sizing: border-box;
}
#filter .filter .item {
  border-bottom: 1px solid #e5e5e5;
}
#filter .filter .item .sl_key {
  width: 100px;
  color: #999;
  line-height: 60px;
}
#filter .filter .item .sl_value {
  color: #333;
}
#filter .filter .item .search_result {
  padding-top: 20px;
}
#filter .filter .item .search_result a {
  border: 1px solid #0082DF;
  color: #0082DF;
  padding: 1px 25px 1px 10px;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
}
#filter .filter .item .search_result a::after {
  content: "×";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
}
#filter .filter .item .no_search {
  line-height: 60px;
}
#filter .filter .item .btn-show {
  width: 90px;
  line-height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
}
#filter .filter .item .btn-show img {
  transition: all 0.8s ease;
}
#filter .filter .item .btn-show.active img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
#filter .filter .item input[type=search] {
  width: 160px;
  height: 34px;
  margin-right: 10px;
}
#filter .filter .item input[type=search]:focus {
  border: 1px solid #ffeced;
}
#filter .filter .item input[type=submit] {
  background: #0082DE;
  border: none;
  width: 86px;
  height: 34px;
  border-radius: 2px;
  color: #fff;
}
#filter .filter .item input[type=submit]:hover {
  background: #0082DE;
}
#filter .filter .item input[type=submit]:focus {
  border: 1px solid #ffeced;
}
#filter .filter .item:last-child {
  border-bottom: none;
}
#filter .filter .item .industry_wrap {
  margin: 15px 0;
  height: 30px;
  overflow: hidden;
}
#filter .filter .item .industry_wrap a {
  color: #333;
  margin-right: 30px;
  display: inline-block;
  line-height: 30px;
}
#filter .filter .item .industry_wrap a:hover,
#filter .filter .item .industry_wrap a.active {
  color: #0082DF;
}
#filter .filter .item .industry_wrap a.active {
  font-weight: bold;
}
@media (max-width: 992px) {
  .nav_wrap li:last-child{
    width: auto;
  }
  #filter .filter {
    padding: 0 20px;
  }
  #filter .filter .item {
    padding-bottom: 10px;
  }
  #filter .filter .item .sl_key {
    line-height: 40px;
  }
  #filter .filter .item .search_result {
    padding-top: 0;
  }
  #filter .filter .item .industry_wrap {
    margin: 0;
  }
  #filter .filter .item .industry_wrap a {
    margin-right: 20px;
  }
  #filter .filter .item .no_search {
    line-height: 40px;
  }
}
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .header_top_wrap .search_wrap {
    width: 50%;
    margin-left: 5%;
  }
  .header_top_wrap .search_wrap .keyword {
    width: 68%;
    float: left;
    height: 100%;
  }
  .nav_wrap li a {
    padding: 0;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .header_top_wrap .search_wrap {
    width: 55%;
    margin-left: 8%;
  }
  .header_top_wrap .search_wrap .keyword {
    width: 75%;
    float: left;
    height: 100%;
  }
  .nav_wrap li a {
    padding: 0 10px;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .nav_wrap li:last-child{

  }
  .nav_wrap li a {
    padding: 0 16px;
  }
}
