html {
  height: 100%;
}
body {
  height: auto;
  min-height: 100%;
  position: relative;
}
.content-width {
  width: 1200px;
}
.main {
  min-width: 1200px;
}
/*-------header-------*/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 77px;
  background: transparent;
  color: #fff;
  z-index: 100;
}
header .header-section {
  width: 1200px;
  margin: 0 auto;
}
header .header-section .official-icon {
  height: 90px;
  margin-right: 90px;
  margin-top: 15px;
}
header .header-section .official-icon .nav-logo {
  width: 167px;
  height: 55px;
  background: url("../images/header/logo.png") 100% 100% no-repeat;
  background-size: 100% 100%;
}
header .header-section .nav {
  text-align: center;
  overflow: hidden;
}
header .header-section .nav li {
  float: left;
  width: 110px;
  padding: 30px 10px 0;
}
header .header-section .nav li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 1em;
}
header .header-section .nav li a em {
  display: inline-block;
  width: 0px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 28px;
}
header .header-section .nav li.active em,
header .header-section .nav li:hover em {
  width: 100%;
}
header .header-section .select-btn {
  padding: 0 23px;
  height: 45px;
  line-height: 45px;
  margin-top: 21px;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 23px;
  background: transparent;
  text-align: center;
  position: relative;
}
header .header-section .select-btn label {
  position: absolute;
  top: 18px;
  right: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAm0lEQVQoU43QvQkCQRRF4XMQTcUSBLECMTIS7cBULMAWTO1A7GBTYysQNLEJwQ5Mn8wy6KLrz8uGmY973xgRXWDKf3MDCiOiCeyB8Q8XwEzdmR5GRAc4Ab0vcKWu032JMuxn2K6BBTBXU9oTZTjJVRsVeEzV1bRPOY+kSuIS2OTzBRiq12r6G8qJW2ABjNTza91PqAUM1EPdx9wBZ60rB1QcBe8AAAAASUVORK5CYII=) no-repeat;
  width: 12px;
  height: 8px;
  pointer-events: none;
}
header .header-section .select-btn .selectTag {
  width: 150px;
  padding-right: 15px;
  font-size: 16px;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  cursor: pointer;
}
header .header-section .options {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  color: #387bf5;
  font-size: 16px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  cursor: pointer;
}
header .header-section .options li {
  cursor: pointer;
}
header .header-section .options li:hover {
  background: #e2e2e2;
}
header .header-section .options li:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
header .header-section .options li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .switchTab {
  padding-left: 20px;
  margin-top: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAnUlEQVQoU43QywrCMBCF4X9EEdwpiCDoo6irUnxZN6Lga/WykJaRIw100U4byCbJlzkzRrDc/QZsgY+ZVXpqE+AOHIACeAtNgSWQA3ugBF7m7hfgPFLJAe11d18IZMAxita7q/+R3H01E7RhD0OfKNIVOM2sUAqk0cm0wCLAlYDyC+2AGngC3xHU9JtOSPN+mFkz2EM67CppxJsI/ABrpjpVlgmEfQAAAABJRU5ErkJggg==) 0px 15px no-repeat;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 45px;
  opacity: 0.38;
}
header .orgSwitch {
  margin-left: 40px;
}
/*-------footer-------*/
footer {
  background: #2b3035;
  min-width: 1200px;
}
footer .footer-bg-wrap {
  height: 250px;
  position: relative;
}
footer .footer-bg-wrap .footer-bg {
  width: 100%;
  height: 250px;
}
footer .footer-bg-wrap .footer-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 110px;
}
footer .footer-section {
  height: 420px;
  padding: 30px 0 0;
  margin: 0 auto;
  width: 1200px;
}
footer .footer-section .footer-list {
  padding-bottom: 25px;
  border-bottom: 1px solid #4f616e;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
footer .footer-section .footer-list .footer-item {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding: 0 80px;
}
footer .footer-section .footer-list .footer-item:last-child {
  white-space: normal nowrap;
}
footer .footer-section .footer-list .footer-item:last-child .jgw-qr-code {
  width: 115px;
  height: 115px;
}
footer .footer-section .footer-list .footer-item:last-child .jgw-qr-code img {
  width: 100%;
  height: 100%;
}
footer .footer-section .footer-list .footer-item .item-name {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}
footer .footer-section .footer-list .footer-item .item-name-list {
  display: block;
  margin-bottom: 20px;
  color: #959595;
  font-size: 14px;
}
footer .footer-section .footer-list .footer-item a.item-name-list:hover {
  color: #fff;
}
footer .footer-section .footer-list .footer-item .item-list {
  color: #959595;
}
footer .footer-section .footer-list .footer-item .item-list li {
  margin-bottom: 15px;
}
footer .footer-section .copy-right {
  margin-top: 40px;
  color: #959595;
  text-align: center;
}
footer .footer-section .copy-right p {
  margin-bottom: 10px;
}
footer .footer-section .copy-right .police-icon {
  width: 18px;
  height: 18px;
}
footer .footer-section .copy-right .record {
  width: 385px;
  height: 36px;
}
footer .footer-section .copy-right a:hover {
  color: #fff !important;
}
