@charset "UTF-8";
.footer {
  padding: 55px 75px 70px 100px;
  color: #25599c;
  position: relative;
}

.footer .contact-inner {
  padding-top: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .contact-inner .text-wrap {
  float: left;
}

.footer .contact-inner .text-wrap .text {
  font-size: 16px;
  line-height: 27px;
}

.footer .contact-inner .text-wrap .tips-l1 {
  font-weight: bold;
}

.footer .contact-inner .text-wrap .tips-l2 {
  font-weight: bold;
}

.footer .contact-inner .code-wrap {
  width: 300px;
  float: right;
  overflow: hidden;
}

.footer .contact-inner .code-wrap .code-list {
  float: left;
}

.footer .contact-inner .code-wrap .code-list:first-child {
  margin-right: 40px;
}

.footer .contact-inner .code-wrap .code-list .code > img {
  display: block;
  width: 130px;
  height: 130px;
}

.footer .contact-inner .code-wrap .code-list .code-name {
  margin-top: 9px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: '微软雅黑';
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*返回顶部*/
.back-btn {
  display: none;
  position: fixed;
  right: calc(40% - 500px);
  bottom: 20%;
  height: 40px;
  cursor: pointer;
  transition: all .4s;
}

.back-btn:hover {
  transform: translateY(-3px);
}

body {
  min-width: 1000px;
}

.pc-none {
  display: none;
}

.content {
  margin: 0 auto;
  width: 1000px;
}

.header {
  position: relative;
  text-align: center;
  background: url(../img/hdzj/banner-bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.header .header-zh {
  position: absolute;
  bottom: 0;
  left: 80%;
  left: calc(50% + 500px);
}

.header .header-text {
  width: 1000px;
}

.nav {
  background-color: #25599c;
}

.nav .nav-ul {
  padding: 0 45px;
}

.nav .nav-ul .nav-li {
  float: left;
  width: 180px;
}

.nav .nav-ul .nav-li > a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

.nav .nav-ul .nav-li > a::after {
  content: "";
  position: absolute;
  right: -2.5px;
  top: 26px;
  width: 5px;
  height: 30px;
  background-color: #fff;
}

.nav .nav-ul .nav-li:last-child > a::after {
  display: none;
}

.common-title-wrap {
  margin: 0 auto 25px;
  width: 335px;
  height: 80px;
  padding-top: 17px;
  background: url(../img/hdzj/title-border-bg.png) no-repeat top center;
}

.common-title-wrap > img {
  display: block;
  width: 210px;
  margin: auto;
}

.com-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  color: #25599c;
  text-align: center;
  letter-spacing: 2px;
}

.com-title:before, .com-title:after {
  content: '·';
  font-size: 30px;
  font-weight: 700;
  color: #25599c;
  display: inline-block;
  margin: 0 10px;
}

.com-title.white {
  color: #fff;
}

.com-title.white:before, .com-title.white:after {
  color: #fff;
}

.com-notice {
  position: relative;
  background: url(../img/hdzj/zjgg-bg.png) no-repeat left center;
  background-size: 100% 100%;
}

.com-notice img {
  width: 100%;
}

.com-notice .com-notice-r {
  margin: auto;
}

.com-notice .com-notice-r .notice-r-wrap {
  padding: 37px 100px 50px 114px;
}

.com-notice .zjgg-text {
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  color: #25599c;
  text-align: justify;
  text-indent: 2em;
}

.com-notice .zjgg-text p {
  font-size: 18px;
  font-weight: 700;
  color: #25599c;
  text-indent: 2em;
}

.vote-block-title {
  position: relative;
  max-width: 550px;
  margin: 0 auto -38px;
  height: 73px;
  line-height: 73px;
  background: url(../img/common/item-title-bg.png) no-repeat top left/100% 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  text-shadow: 2px 0 #25599c, -2px 0 #25599c, 0 2px #25599c, 0 -2px #25599c, 2px 2px #25599c, -2px -2px #25599c, 2px -2px #25599c, -2px 2px #25599c;
}
