@charset "UTF-8";

header {
  width: 100%;
  height: auto;
}

header .header_menu {
  width: 85%;
  height: 46px;
  margin: 0 auto;
}

header .header_menu ul {
  display: block;
  width: 100%;
}

header .header_menu ul li {
  height: 28px;
  margin-top: 9px;
  border-right: 1px solid #989898;
  line-height: 28px;
  padding: 0 1.8%;
  position: relative;
}

header .header_menu ul li a {
  color: #666666;
  font-size: 16px;
}

header .header_menu ul li a:hover {
  color: #ff0000;
}

header .header_menu ul li span {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}

header .header_menu ul li span:hover {
  color: #ff0000;
}

header .header_menu ul li img {
  margin-left: 20px;
  margin-top: 8.5px;
}

header .header_menu ul li div {
  width: 370px;
  padding-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border: solid 1px #d4d4d4;
  position: absolute;
  top: 28px;
  left: 26.8%;
  padding-left: 22px;
  z-index: 999;
}

header .header_menu ul li div a {
  color: #666666;
  line-height: 16px;
  margin: 20px 20px 0 0;
}

header .header_menu ul li div a:hover {
  color: #ff0000;
}

header .header_menu ul .prefecture {
  padding: 0 0 0 1.6%;
  border-right: none;
}

header .header_menu ul .prefecture a {
  color: #ff0000;
}

header .header_menu ul .prefecture div a {
  color: #666666;
}

header .header_menu ul .link_to {
  border-right: none;
  padding: 0 0 0 1.8%;
}

header .header_menu ul .wx {
  position: relative;
}

header .header_menu ul .wx img {
  position: absolute;
  top: 45px;
  margin: 0;
  left: 0;
  display: none;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari 和 Chrome */
  -o-transform: scale(1.5);
}

header .header_menu li:first-child {
  padding-left: 0;
}

header .searchBar {
  width: 100%;
  padding: 25px 0;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}

header .searchBar .searchBar_cont {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}

header .searchBar .searchBar_cont .logo {
  width: 29.2%;
}

header .searchBar .searchBar_cont .fight {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

header .searchBar .searchBar_cont .fight:hover {
  color: #ff0000;
}

header .searchBar .searchBar_cont .serch {
  width: 29.2%;
  height: 54px;
  border-radius: 30px;
  border: solid 1px #cc1712;
  overflow: hidden;
}

header .searchBar .searchBar_cont .serch input {
  width: 79%;
  height: 100%;
  text-indent: 8%;
  font-size: 16px;
}

header .searchBar .searchBar_cont .serch button {
  width: 21%;
  font-size: 20px;
  height: 100%;
  border: none;
  outline: none;
  background: #cc1712;
  color: #ffffff;
  cursor: pointer;
}

header .searchBar .searchBar_cont .tell {
  width: 19%;
}

header nav {
  width: 100%;
  height: 68px;
  background-color: #1e68a2;
}

header .fix_nav {
  z-index: 99;
  position: fixed;
  top: 0;
}

header nav #nav {
  width: 85%;
  margin: 0 auto;
  padding-top: 14px;
}

header nav #nav ul:first-child,
header nav #nav ul:nth-child(4) {
  width: 25%;
}

header nav #nav ul:nth-child(2) {
  width: 18.75%;
}

header nav #nav ul:nth-child(3) {
  width: 31.25%;
}

header nav #nav ul {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

header nav #nav ul li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
}

header nav #nav ul li a {
  color: #ffffff;
  font-size: 16px;
}

header nav #nav ul li span {
  width: 1px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -50%;
}

header nav #nav ul li a:hover {
  border-bottom: 1px solid #ffffff;
}

header nav #nav ul li.on a {
  border-bottom: 1px solid #ffffff;
}

header nav #nav ul:first-child,
header nav #nav ul:nth-child(2),
header nav #nav ul:nth-child(3) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
}

#wrapper {
  width: 100%;
  height: auto;
}

/*share-code*/
.share_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}

.share_title a {
  font-size: 16px;
  color: #999999;
  float: right;
  font-weight: normal;
}

.share_title a:hover {
  color: #ff0000;
}

footer {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top: 20px;
}

footer .footer {
  width: 85%;
  margin: 0 auto;
}

footer .footer .siteinfo {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

footer .footer .siteinfo li a {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
}

footer .footer .siteinfo li a:hover {
  color: #ff0000;
}

footer .footer .copyright {
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

footer .footer .copyright li {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}

footer .footer .copyright li a {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}

footer .footer .copyright li a:hover {
  color: #ff0000;
}

/*响应式代码*/
@media screen and (max-width: 1440px) {
  header .searchBar .searchBar_cont .serch {
    height: 44px;
  }

  header nav #nav ul li a {
    font-size: 15px;
  }

  header nav {
    height: 52px;
  }

  header nav #nav {
    padding-top: 11px;
  }

  header nav #nav ul li {
    height: 30px;
    line-height: 30px;
  }

}

@media screen and (max-width: 1366px) {
  header .searchBar .searchBar_cont .serch {
    height: 36px;
  }

  header nav #nav ul li a {
    font-size: 14px;
  }

  footer .footer .siteinfo li a {
    font-size: 18px;
  }

  footer .footer .copyright li {
    font-size: 16px;
  }

  footer .footer .copyright li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {

  header .header_menu,
  header .searchBar .searchBar_cont {
    width: 98%;
  }

  header nav #nav {
    width: 98%;
    padding-top: 11px;
  }

  header nav #nav ul li {
    height: 24px;
    line-height: 24px;
  }

  header nav {
    width: 100%;
    height: 46px;
    background-color: #1e68a2;
  }

  header nav #nav ul li a {
    font-size: 13px;
  }

  footer {
    margin-top: 30px;
  }

  footer .footer {
    width: 98%;
  }

  footer .footer .siteinfo {
    width: 72%;
    margin-top: 25px;
  }

  footer .footer .siteinfo li a {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
  }
}

@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}