.footer {
  margin: 0 -10px;
  padding: 46px 10px 37px;
  background-color: #eef4ff;
  position: relative;
}

.footer .common-title-wrap {
  position: absolute;
  right: 10px;
  top: 22px;
}

.footer .contact-inner {
  padding-left: 78px;
  overflow: hidden;
}

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

.footer .contact-inner .text-wrap .text {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

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

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

.footer .contact-inner .code-wrap {
  margin-left: 55px;
  padding-top: 113px;
  float: left;
  overflow: hidden;
}

.footer .contact-inner .code-wrap .code-list {
  margin: 0 21px;
  float: left;
}

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

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

body {
  min-width: 1000px;
}

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

.header {
  height: 649px;
  background: url(../img/gonggao/banner.jpg) no-repeat top center;
}

.nav {
  background-color: #0154b0;
}

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

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

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

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

.main {
  padding-top: 7px;
  background: url(../img/gonggao/main-bg.jpg) no-repeat top center;
}

.main > .inner {
  padding: 15px 10px 0;
  background-color: #fff;
}

.main > .inner .common-title-wrap {
  margin: 0 auto;
  width: 527px;
  height: 94px;
}

.main > .inner .common-title-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
}

.main > .inner .module1 {
  padding: 0 72px 30.5px;
  background-color: #0154b0;
}

.main > .inner .module1 .text-wrap {
  margin-top: 23.5px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-align: justify;
  text-indent: 40px;
}

.main > .inner .module2 {
  margin-top: 23px;
  padding: 0 72px 34.5px;
  background-color: #0154b0;
}

.main > .inner .module2 .condition-wrap {
  margin-top: 23.5px;
}

.main > .inner .module2 .condition-wrap .condition-title {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}

.main > .inner .module2 .condition-wrap .condition-ul .condition-li {
  margin-top: 9px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-align: justify;
}

.main > .inner .list-tab-wrap .condition-wrap {
  padding: 32px 72px 0;
  height: 120px;
}

.main > .inner .list-tab-wrap .condition-wrap .condition-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #0154b0;
  letter-spacing: 0.2em;
}

.main > .inner .list-tab-wrap .condition-wrap .text {
  margin-top: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #0154b0;
}

.main > .inner .list-tab-wrap .tab-wrap {
  margin-top: -10px;
  font-size: 0;
}

.main > .inner .list-tab-wrap .tab-wrap .tab-list {
  margin: 10px 0 0 19px;
  display: inline-block;
  vertical-align: top;
  width: 314px;
  border: 2px solid #0154b0;
  border-radius: 5px;
}

.main > .inner .list-tab-wrap .tab-wrap .tab-list.active {
  background-color: #0154b0;
}

.main > .inner .list-tab-wrap .tab-wrap .tab-list.active .text {
  color: #fff;
}

.main > .inner .list-tab-wrap .tab-wrap .tab-list:nth-child(3n+1) {
  margin-left: 0;
}

.main > .inner .list-tab-wrap .tab-wrap .tab-list .text {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #000;
  text-align: center;
  cursor: pointer;
}

.main > .inner .list-tab-wrap .l2-wrap {
  margin-top: -2px;
  height: 44px;
  border: 2px solid #0154b0;
  overflow: hidden;
}

.main > .inner .list-tab-wrap .l2-wrap:not(.active) {
  display: none;
}

.main > .inner .list-tab-wrap .l2-wrap .l2-list {
  float: left;
  width: calc(100% / 3);
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.main > .inner .list-tab-wrap .l2-wrap .l2-list .l2-text {
  display: inline-block;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.main > .inner .list-tab-wrap .l2-wrap .l2-list.active .l2-text {
  color: #0154b0;
  position: relative;
}

.main > .inner .list-tab-wrap .l2-wrap .l2-list.active .l2-text::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: none;
  border-left: 16px solid #0154b0;
}

.main > .inner .list-tab-wrap .text-content-wrap {
  margin-top: 12px;
  padding: 30px 72px;
  background-color: #2b8efc;
}

.main > .inner .list-tab-wrap .text-content-wrap .text-content-list:not(.active) {
  display: none;
}

.main > .inner .list-tab-wrap .text-content-wrap .text-content-list .l2-title {
  font-weight: bold;
}

.main > .inner .list-tab-wrap .text-content-wrap .text-content-list .text-list {
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  color: #fff;
}

.main > .inner .list-tab-wrap .text-content-wrap .text-content-list .text-list:not(:first-child) {
  margin-top: 8px;
}

.main > .inner .module3 {
  margin: 0 -10px;
  padding: 33px 10px 60px;
  background: url(../img/gonggao/module3-bg.png) no-repeat 143px 6px;
}

.main > .inner .module3 .progress-wrap {
  margin-top: 60px;
  position: relative;
}

.main > .inner .module3 .progress-wrap .mid-line {
  margin-left: -1.5px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #0154b0;
}

.main > .inner .module3 .progress-wrap .progress-ul {
  padding-bottom: 76px;
  overflow: hidden;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li {
  overflow: hidden;
  position: relative;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:not(:first-child) {
  margin-top: 35px;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li .block {
  width: 50%;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li .block .progress-title {
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li .block .progress-text {
  padding: 16px 15px 14px;
  width: 444px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  border: 2px solid #0154b0;
  border-radius: 12px;
  position: relative;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li .block .progress-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border: 2px solid #0154b0;
  border-radius: 31px;
  background-color: #fff;
  box-sizing: border-box;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li .block .progress-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #0154b0;
  box-sizing: border-box;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(odd) .block:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: table;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(odd) .block:nth-child(2) {
  margin-left: 50%;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(odd) .progress-title {
  padding-right: 46px;
  text-align: right;
  color: #0154b0;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(odd) .progress-text {
  margin-left: 46px;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(odd) .progress-text::before {
  left: -63.5px;
  border: 2px solid #0154b0;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(odd) .progress-text::after {
  left: -55.5px;
  background-color: #0154b0;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(even) .block:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: table;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(even) .progress-title {
  padding-left: 46px;
  color: #2b8efc;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(even) .progress-text {
  border-color: #2b8efc;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(even) .progress-text::before {
  right: -63.5px;
  border: 2px solid #2b8efc;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:nth-child(even) .progress-text::after {
  right: -55.5px;
  background-color: #2b8efc;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:last-child .progress-title {
  color: #c70202;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:last-child .progress-text {
  border-color: #c70202;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:last-child .progress-text::before {
  border-color: #c70202;
}

.main > .inner .module3 .progress-wrap .progress-ul .progress-li:last-child .progress-text::after {
  background-color: #c70202;
}

.main > .inner .module4 {
  padding-bottom: 37px;
  background-color: #0154b0;
}

.main > .inner .module4 .download-text-wrap {
  margin: 37px 0 45px;
  text-align: center;
}

.main > .inner .module4 .download-text-wrap > a {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  position: relative;
}

.main > .inner .module4 .download-text-wrap > a::before {
  content: "";
  position: absolute;
  left: -84px;
  top: -14px;
  width: 68px;
  height: 57px;
  background: url(../img/gonggao/module4-hand-icon.png) no-repeat top center;
}

.main > .inner .module4 .tips-text {
  margin-top: 26px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.main > .inner .module5 {
  padding: 50px 0 30px;
}

.main > .inner .module5 .media-list-wrap {
  margin-top: 33px;
  overflow: hidden;
}

.main > .inner .module5 .media-list-wrap .media-list {
  margin: 0 0 8px 7.5px;
  float: left;
  width: 190px;
  height: 94px;
  background-color: #0154b0;
}

.main > .inner .module5 .media-list-wrap .media-list:nth-child(5n+1) {
  margin-left: 0;
}
