@import "public.css";
html,
body {
  min-width: 1200px;
  overflow-x: hidden;
  background: #fff;
  min-height: 100vh;
}
#header {
  width: 100%;
  height: 82px;
}
#header .logo {
  padding-top: 18px;
  box-sizing: border-box;
  margin-right: 55px;
}
#header .nav > li {
  float: left;
  width: 114px;
  line-height: 81px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
#header .nav > li:hover {
  border-bottom: 1px solid #e60012;
}
#header .nav > li:hover .nav_item {
  display: block;
}
#header .nav > li a {
  display: block;
}
#header .nav > li.active {
  background: #e60012;
  border-bottom: 1px solid #e60012;
}
#header .nav > li.active > a {
  color: #fff;
}
#header .nav > li .nav_item {
  border-top: 1px solid #e60012;
  position: absolute;
  z-index: 9;
  top: 81px;
  left: 0;
  right: -30px;
  text-align: center;
  background: #fff;
  display: none;
  padding: 10px 0;
  border-left: 1px solid #dae0e6;
  border-right: 1px solid #dae0e6;
  border-bottom: 1px solid #dae0e6;
  border-radius: 3px!important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#header .nav > li .nav_item li {
  list-style: none;
  line-height: 40px;
  padding-left: 18px;
  box-sizing: border-box;
  text-align: left;
}
#header .nav > li .nav_item li a {
  display: block;
}
#header .nav > li .nav_item.ywtx {
  width: 228px;
}
#header .nav > li .nav_item.ywtx > li {
  float: left;
  width: 50%;
  text-align: left;
}
#header .search {
  width: 254px;
  height: 36px;
  border-radius: 18px;
  padding-left: 16px;
  box-sizing: border-box;
  background: #f4f4f4;
  margin-top: 23px;
}
#header .search input[name="keyword"] {
  width: 190px;
  background: transparent;
  border: none;
  height: 36px;
  float: left;
}
#header .search .submit {
  float: left;
  width: 45px;
  height: 36px;
  background: url("imgs/icon_search_btn.png") no-repeat center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#footer {
  width: 100%;
  background: #2e2e32;
}
#footer .footer_nav {
  height: 51px;
  border-bottom: 1px solid #37373b;
  padding-top: 16px;
  padding-bottom: 21px;
  box-sizing: border-box;
}
#footer .footer_nav li {
  float: left;
  width: 200px;
  line-height: 1;
  text-align: center;
  background: url("imgs/icon_footer_right_bg.png") no-repeat right;
}
#footer .footer_nav li a {
  color: #fff;
}
#footer .footer_nav li a:hover {
  color: #e60012;
}
#footer .footer_nav li.no_bg {
  background: none;
}
#footer .footer_middle {
  border-top: 1px solid #212124;
  padding-top: 60px;
  padding-bottom: 45px;
  text-align: center;
  color: #84848c;
  position: relative;
}
#footer .footer_middle a {
  color: #84848c;
}
#footer .footer_middle a:hover {
  color: #e60012;
}
#footer .footer_middle .QRCode {
  width: 98px;
  height: 98px;
  position: absolute;
  right: 0;
  top: 22px;
}
#footer .footer_middle .QRCode img {
  width: 100%;
  height: 100%;
}
#footer .footer_bottom {
  background: #27272a;
  font-size: 12px;
  color: #84848c;
  text-align: center;
  line-height: 26px;
}
#position {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  background-color: #f4f4f8;
  color: #999;
}
#banner {
  overflow: hidden;
  position: relative;
  height: 240px;
}
#banner .banner {
  width: 1920px;
  margin-left: -960px;
  position: absolute;
  left: 50%;
}
/*pages start*/
.pages {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.pages span {
  display: inline-block;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  margin: 0 5px;
}
.pages a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  margin: 0 5px;
}
.pages a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}
.pages span:hover {
  background: #e60012;
  border: 1px solid #e60012;
}
.pages span.active {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}
.pages span.active a {
  color: #ffffff;
}
.pages span.disabled,span[disabled]{
  color: #ccc;
}
.pages span.disabled:hover,span[disabled]:hover{
  background: none;
  border: 1px solid #c8c8c8;
}
.pages span:hover a {
  color: #ffffff;
}
.read{
  border: 1px solid #e60012;
  width: 135px;
  height: 40px;
  text-align: -webkit-center;
  line-height: 40px;
  color: #e60012;
  display: block;
  margin: 0 auto;
}
.read:hover{
  color: #df3341;
}
/*# sourceMappingURL=common.css.map */