.pc-header {
  width: 100%;
  height: 94px;
  background-color: white;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.pc-header .header {
  width: 88.541%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.pc-header .header .logo {
  width: 214px;
  height: 42px;
  float: left;
  margin-top: 26px;
}
.pc-header .header .logo a {
  width: 100%;
  display: block;
}
.pc-header .header .logo a img {
  width: 100%;
}
.pc-header .header .weixin {
  float: right;
  position: relative;
  margin-top: 33px;
  cursor: pointer;
  height: 60px;
}
.pc-header .header .weixin .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #afafaf;
  line-height: 30px;
  text-align: center;
  transition: 0.5s;
}
.pc-header .header .weixin .icon i {
  font-size: 16px;
  color: white;
}
.pc-header .header .weixin:hover .icon {
  background-color: #294dc9;
}
.pc-header .header .weixin .code {
  position: absolute;
  top: 60px;
  left: -40px;
  width: 113px;
  height: 110px;
  padding-top: 3px;
  background-color: white;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.pc-header .header .weixin .code img {
  width: 107px;
  height: 107px;
  margin-left: 3px;
}
.pc-header .header .search {
  float: right;
  margin-right: 44px;
  margin-top: 37px;
  cursor: pointer;
}
.pc-header .header .search i {
  font-size: 22px;
  color: #afafaf;
  transition: 0.5s;
}
.pc-header .header .search:hover i {
  color: #294dc9;
}
.pc-header .header .nav {
  float: right;
  height: 100%;
  margin-right: 53px;
  padding-right: 10px;
  position: relative;
}
.pc-header .header .nav::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #aaa;
  position: absolute;
  right: 0;
  top: 38px;
}
.pc-header .header .nav nav {
  height: 100%;
}
.pc-header .header .nav nav ul {
  height: 100%;
  text-align: center;
}
.pc-header .header .nav nav ul li {
  height: 100%;
  display: inline-block;
  line-height: 94px;
  margin-right: 58px;
  position: relative;
}
.pc-header .header .nav nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #083a83;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.pc-header .header .nav nav ul li a {
  font-size: 18px;
  line-height: 94px;
  color: #333333;
  transition: 0.5s;
}
.pc-header .header .nav nav ul li:hover::after {
  width: 100%;
}
.pc-header .header .nav nav ul li:hover a {
  color: #1e3f98;
}
.pc-header .header .nav nav ul li .down-box {
  position: absolute;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  left: calc(50% - 100px);
  top: 94px;
  display: none;
  overflow: hidden;
}
.pc-header .header .nav nav ul li .down-box .list .item {
  background-color: rgba(30, 63, 152, 0);
  transition: 0.5s;
}
.pc-header .header .nav nav ul li .down-box .list .item a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #333333;
  transition: 0.5s;
}
.pc-header .header .nav nav ul li .down-box .list .item:hover {
  background-color: #1e3f98;
}
.pc-header .header .nav nav ul li .down-box .list .item:hover a {
  color: #fff;
}
.pc-header .header .search-box {
  width: 300px;
  height: 50px;
  margin-left: 4.65%;
  float: right;
  margin-top: 30px;
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
}
.pc-header .header .search-box .search-inputbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 0;
}
.pc-header .header .search-box .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 80px);
  padding-left: 22px;
  padding-right: 85px;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
.pc-header .header .search-box .search-inputbox .text:-moz-placeholder,
.pc-header .header .search-box .search-inputbox .text textarea:-moz-placeholder {
  color: #dddddd;
}
.pc-header .header .search-box .search-inputbox .text:-ms-input-placeholder,
.pc-header .header .search-box .search-inputbox .text textarea:-ms-input-placeholder {
  color: #dddddd;
}
.pc-header .header .search-box .search-inputbox .text::-webkit-input-placeholder,
.pc-header .header .search-box .search-inputbox .text textarea::-webkit-input-placeholder {
  color: #dddddd;
}
.pc-header .header .search-box .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.pc-header .header .search-box .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 23px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(../images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pc-header .header .search-box .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 50px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.pc-header.open {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.m-header {
  display: none;
}
.inner-title {
  width: 100%;
  height: 186px;
  margin-top: 94px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
}
.inner-title .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #222222;
  padding-top: 64px;
  text-align: center;
}
.inner-title .inner-nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.inner-title .inner-nav nav {
  width: 100%;
}
.inner-title .inner-nav nav ul {
  width: 100%;
  text-align: center;
}
.inner-title .inner-nav nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 26px;
}
.inner-title .inner-nav nav ul li::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #232323;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.inner-title .inner-nav nav ul li a {
  display: block;
  font-size: 16px;
  line-height: 68px;
  color: #222222;
}
.inner-title .inner-nav nav ul li:hover::after {
  width: 100%;
}
.inner-title .inner-nav nav ul li.active::after {
  width: 100%;
}
.page {
  margin-top: 103px;
  padding-bottom: 117px;
  text-align: center;
  word-spacing: -1em;
}
.page .prev {
  width: 60px;
  height: 60px;
  background-color: white;
  display: inline-block;
  margin-right: 30px;
  transition: 0.5s;
}
.page .prev a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
}
.page .prev a i {
  font-size: 12px;
  color: #909090;
}
.page .prev:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.page .prev:hover a i {
  color: #1e3f98;
}
.page .number {
  display: inline-block;
}
.page .number ul li {
  width: 60px;
  height: 60px;
  background-color: white;
  display: inline-block;
  margin-left: 1px;
}
.page .number ul li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
  color: #909090;
  opacity: 0.8;
  transition: 0.5s;
}
.page .number ul li:hover a {
  color: #222222;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  opacity: 0.8;
}
.page .number ul li.active a {
  color: #222222;
  opacity: 0.8;
}
.page .next {
  width: 60px;
  height: 60px;
  background-color: white;
  display: inline-block;
  margin-left: 30px;
}
.page .next a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
}
.page .next a i {
  font-size: 12px;
  color: #909090;
}
.page .next:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.page .next:hover a i {
  color: #1e3f98;
}
.web-map {
  width: 100%;
  height: 72px;
  background-color: white;
}
.web-map .box {
  height: 72px;
  margin-left: 8.333%;
  font-size: 14px;
  line-height: 72px;
  color: #5b5c5d;
}
.web-map .box span a {
  font-size: 14px;
  line-height: 72px;
  color: #b6b6b6;
  transition: 0.5s;
}
.web-map .box span:hover a {
  color: #333;
}
.web-map .box span.index a {
  font-size: 14px;
  line-height: 72px;
  color: #b6b6b6;
  transition: 0.5s;
}
.web-map .box span.index a img {
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
}
.web-map .box span.index:hover a {
  color: #333;
}
.web-map .box span:last-child a {
  color: #5b5c5d;
}
.web-map .box span:last-child:hover a {
  color: #b6b6b6;
}
footer {
  width: 100%;
}
footer::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
footer .left {
  width: 65.52%;
  background-color: #242424;
  float: left;
}
footer .left .top {
  width: 100%;
}
footer .left .top .list {
  margin-left: 10.65%;
}
footer .left .top .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
footer .left .top .list .item {
  float: left;
  height: 334px;
  position: relative;
}
footer .left .top .list .item::after {
  content: "";
  width: 1px;
  height: 334px;
  background-color: #363636;
  position: absolute;
  top: 0;
  left: 0;
}
footer .left .top .list .item .icon {
  width: 45px;
  height: 33px;
  background-color: #363636;
  padding-top: 12px;
  border-radius: 100%;
  position: absolute;
  top: 52px;
  left: -22px;
  z-index: 2;
}
footer .left .top .list .item .icon img {
  width: 21px;
  height: 21px;
  margin: 0 auto;
}
footer .left .top .list .item .link {
  width: 60%;
  margin-left: 24%;
  margin-top: 65px;
}
footer .left .top .list .item .link .h2 {
  width: 100%;
  margin-bottom: 24px;
}
footer .left .top .list .item .link .h2 a {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
footer .left .top .list .item .link .h3 {
  width: 100%;
}
footer .left .top .list .item .link .h3 a {
  font-size: 14px;
  line-height: 31px;
  color: #999999;
  transition: 0.5s;
}
footer .left .top .list .item .link .h3:hover a {
  color: #666;
}
footer .left .top .list .item.item1 {
  width: 16.05%;
}
footer .left .top .list .item.item2 {
  width: 18.68%;
}
footer .left .top .list .item.item3 {
  width: 16.05%;
}
footer .left .top .list .item.item4 {
  width: 17.329%;
}
footer .left .top .list .item.item5 {
  width: 20.826%;
}
footer .left .bottom {
  width: 100%;
  height: 112px;
  position: relative;
}
footer .left .bottom::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #363636;
  position: absolute;
  top: 0;
  left: 0;
}
footer .left .bottom p {
  line-height: 112px;
  margin-left: 8.8235%;
  font-size: 14px;
  color: #999999;
}
footer .left .bottom p a {
  color: #999999;
  transition: 0.5s;
}
footer .left .bottom p a:hover {
  color: #666;
}
footer .right {
  width: 34.48%;
  height: 446px;
  float: left;
  background-color: #1f1f1f;
  position: relative;
}
footer .right .phone {
  width: 80%;
  margin-top: 70px;
  float: right;
  text-align: right;
  margin-right: 16.767%;
}
footer .right .phone span {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  display: block;
}
footer .right .phone a {
  display: block;
  font-family: "Arial";
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #083a83;
  position: relative;
  margin-top: 23px;
}
footer .right .phone a::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #083a83;
  position: absolute;
  right: 0;
  bottom: -32px;
}
footer .right .contact {
  width: 80%;
  float: right;
  margin-top: 81px;
  margin-right: 16.767%;
}
footer .right .contact .add {
  width: 100%;
}
footer .right .contact .add::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
footer .right .contact .add .icon {
  width: 18px;
  float: right;
}
footer .right .contact .add .icon img {
  width: 100%;
}
footer .right .contact .add .text {
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-right: 13px;
}
footer .right .contact .phone1 {
  width: 100%;
  margin-top: 15px;
}
footer .right .contact .phone1::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
footer .right .contact .phone1 .icon {
  width: 18px;
  float: right;
}
footer .right .contact .phone1 .icon img {
  width: 100%;
}
footer .right .contact .phone1 .text {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-right: 13px;
}
footer .right .links {
  width: 201px;
  float: right;
  height: 50px;
  margin-right: 16.767%;
  margin-top: 41px;
  border: solid 1px rgba(191, 191, 191, 0.2);
  position: relative;
}
footer .right .links .text-show {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
footer .right .links .text-show .text {
  font-size: 14px;
  line-height: 50px;
  color: #c2c2c2;
  float: left;
  padding-left: 25px;
}
footer .right .links .text-show .text i {
  margin-right: 17px;
}
footer .right .links .text-show .img {
  width: 50px;
  height: 50px;
  float: right;
  background-color: #083985;
  text-align: center;
  line-height: 50px;
}
footer .right .links .text-show .img i {
  font-size: 14px;
  color: white;
}
footer .right .links .link {
  width: 100%;
  background-color: #282828;
  position: absolute;
  left: 0;
  bottom: 50px;
  display: none;
}
footer .right .links .link ul {
  width: 100%;
}
footer .right .links .link ul li {
  width: 100%;
}
footer .right .links .link ul li a {
  display: block;
  width: calc(100% - 10px);
  padding-left: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #5e5d5d;
}
footer .right .links .link ul li:hover a {
  background-color: #083985;
  color: white;
}
footer .right .support {
  width: 80%;
  float: right;
  text-align: right;
  margin-right: 16.767%;
  margin-top: 30px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .right .support a {
  color: #ffffff;
  transition: 0.5s;
}
footer .right .support a:hover {
  color: #999999;
}
footer .right .qr-code {
  position: absolute;
  top: 70px;
  left: 10%;
  width: 130px;
}
footer .right .qr-code .img {
  width: 107px;
  margin: 0 auto;
}
footer .right .qr-code .img img {
  width: 100%;
}
footer .right .qr-code .text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
}
footer .bottom1 {
  display: none;
}
@media screen and (max-width: 1560px) {
  .pc-header {
    height: 80px;
  }
  .pc-header .header .logo {
    width: 180px;
    height: 36px;
    margin-top: 22px;
  }
  .pc-header .header .weixin {
    margin-top: 26px;
    height: 54px;
  }
  .pc-header .header .weixin .code {
    top: 54px;
  }
  .pc-header .header .search {
    margin-right: 30px;
    margin-top: 30px;
  }
  .pc-header .header .nav {
    margin-right: 40px;
    padding-right: 0px;
  }
  .pc-header .header .nav nav ul li {
    line-height: 80px;
    margin-right: 40px;
  }
  .pc-header .header .nav nav ul li a {
    line-height: 80px;
  }
  .pc-header .header .nav::after {
    top: 31px;
  }
  .pc-header .header .nav nav ul li .down-box {
    top: 80px;
  }
  .inner-title {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1360px) {
  .pc-header {
    height: 60px;
  }
  .pc-header .header .logo {
    width: 120px;
    height: 24px;
    margin-top: 18px;
  }
  .pc-header .header .weixin {
    margin-top: 15px;
    height: 45px;
  }
  .pc-header .header .weixin .code {
    top: 45px;
  }
  .pc-header .header .search {
    margin-right: 30px;
    margin-top: 20px;
  }
  .pc-header .header .nav {
    margin-right: 30px;
    padding-right: 0px;
  }
  .pc-header .header .nav nav ul li {
    line-height: 60px;
    margin-right: 30px;
  }
  .pc-header .header .nav nav ul li a {
    line-height: 60px;
    font-size: 14px;
  }
  .pc-header .header .nav::after {
    top: 21px;
  }
  .pc-header .header .nav nav ul li .down-box {
    top: 60px;
  }
  .inner-title {
    margin-top: 60px;
  }
  footer .left {
    display: none;
  }
  footer .right {
    width: 100%;
    height: 446px;
  }
  footer .bottom1 {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #242424;
  }
  footer .bottom1 p {
    line-height: 20px;
    margin-left: 5%;
    font-size: 12px;
    color: #999999;
    padding-top: 10px;
    text-align: center;
  }
  footer .bottom1 p a {
    color: #999999;
    transition: 0.5s;
  }
  footer .bottom1 p a:hover {
    color: #666;
  }
}
@media screen and (max-width: 1020px) {
  .pc-header {
    display: none;
  }
  .m-header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    height: 6rem;
    transition: 0.2s;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .m-header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    float: none;
    clear: both;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .m-header .logo {
    float: left;
    position: relative;
    width: 12rem;
    height: 2.4rem;
    margin-top: 18px;
    margin-left: 5%;
  }
  .m-header .logo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .m-header .home {
    float: right;
    margin-top: 2rem;
    margin-right: 5%;
    cursor: pointer;
    position: relative;
    width: 2.4rem;
    height: 3rem;
  }
  .m-header .home .line {
    width: 2.4rem;
    height: 0.3rem;
    background-color: #afafaf;
    border-radius: 1rem;
    transition: 0.5s;
  }
  .m-header .home .line1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-header .home .line2 {
    position: absolute;
    left: 0;
    top: 0.8rem;
  }
  .m-header .home .line3 {
    position: absolute;
    top: 1.6rem;
    left: 0;
  }
  .m-header .home.home-close .line1 {
    position: absolute;
    transform: rotate(45deg);
    top: 0.6rem;
  }
  .m-header .home.home-close .line2 {
    position: absolute;
    left: 10rem;
  }
  .m-header .home.home-close .line3 {
    position: absolute;
    transform: rotate(-45deg);
    top: 0.6rem;
  }
  .m-header .search {
    float: right;
    margin-right: 2rem;
    margin-top: 2rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
  }
  .m-header .search i {
    font-size: 2rem;
    color: #afafaf;
  }
  .m-header .search-box {
    width: 100%;
    height: 10rem;
    background-color: white;
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 2;
    display: none;
  }
  .m-header .search-box .text {
    width: 80%;
    height: 5rem;
    margin-top: 2.5rem;
    margin-left: calc(10% - 1rem);
    border: 0;
    border-radius: 0;
    padding-left: 2rem;
    background-color: #f6f6f6;
    box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.07);
    font-size: 1.4rem;
  }
  .m-header .search-box .sub {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: calc(10% - 1rem);
    top: 2.5rem;
    border-radius: 0 ;
    background-color: rgba(232, 65, 39, 0);
    border: 0;
    background-image: url(../images/icon_search.png);
    background-size: 3rem 3rem;
    background-repeat: no-repeat;
    background-position: center;
  }
  .m-header .down-nav {
    width: 100%;
    height: calc(100vh - 6rem);
    display: block;
    position: fixed;
    top: 6rem;
    left: -100%;
    z-index: 3;
    transition: 0.5s;
  }
  .m-header .down-nav .box {
    width: 40%;
    height: 100%;
    background-color: white;
    padding-top: 3rem;
  }
  .m-header .down-nav .box nav {
    width: 100%;
  }
  .m-header .down-nav .box nav ul li {
    width: 100%;
    height: 4rem;
    text-align: center;
    transition: 0.5s;
  }
  .m-header .down-nav .box nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.6rem;
    line-height: 4rem;
    color: #333;
    font-weight: bold;
  }
  .m-header .down-nav .box nav ul li .list {
    position: absolute;
    top: -1px;
    left: -20vw;
    width: 60vw;
    height: 100vh;
    background-color: #f6f6f6;
    padding-top: 3rem;
    text-align: left;
    display: block;
    z-index: -1;
    transition: 0.5s;
  }
  .m-header .down-nav .box nav ul li .list .item {
    padding-left: 2rem;
  }
  .m-header .down-nav .box nav ul li .list .item a {
    font-weight: normal;
  }
  .m-header .down-nav .box nav ul li.li-open {
    background-color: #f6f6f6;
  }
  .m-header .down-nav .box nav ul li.li-open .list {
    left: 40vw;
  }
  .m-header .down-nav.mobile-open {
    left: 0;
  }
  .m-header .mobile-mask {
    width: 100%;
    height: calc(100vh - 6rem);
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .inner-title {
    width: 100%;
    height: 140px;
    margin-top: 60px;
  }
  .inner-title .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #222222;
    padding-top: 32px;
    text-align: center;
  }
  .inner-title .inner-nav nav {
    overflow-x: auto;
  }
  .inner-title .inner-nav nav ul {
    text-align: center;
    margin: 0 auto;
  }
  .inner-title .inner-nav nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
  }
  .page {
    margin-top: 103px;
    padding-bottom: 117px;
    text-align: center;
    word-spacing: -1em;
  }
  .page .prev {
    width: 50px;
    height: 50px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    transition: 0.5s;
  }
  .page .prev a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
  }
  .page .prev a i {
    font-size: 12px;
    color: #909090;
  }
  .page .prev:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  }
  .page .prev:hover a i {
    color: #1e3f98;
  }
  .page .number {
    display: none;
  }
  .page .number ul li {
    width: 50px;
    height: 50px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
  }
  .page .number ul li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    color: #909090;
    opacity: 0.8;
    transition: 0.5s;
  }
  .page .number ul li:hover a {
    color: #222222;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    opacity: 0.8;
  }
  .page .number ul li.active a {
    color: #222222;
    opacity: 0.8;
  }
  .page .next {
    width: 50px;
    height: 50px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
  .page .next a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
  }
  .page .next a i {
    font-size: 12px;
    color: #909090;
  }
  .page .next:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  }
  .page .next:hover a i {
    color: #1e3f98;
  }
  footer .right {
    width: 100%;
    height: 586px;
  }
  footer .right .phone {
    width: 80%;
    margin-top: 220px;
    float: right;
    text-align: right;
    margin-right: 10%;
    text-align: center;
  }
  footer .right .phone a::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #083a83;
    position: absolute;
    right: calc(50% - 7.5px);
    bottom: -32px;
  }
  footer .right .contact {
    margin-right: 10%;
    margin-top: 61px;
  }
  footer .right .contact .add {
    width: 100%;
    text-align: center;
  }
  footer .right .contact .add .icon {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  footer .right .contact .add .text {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  footer .right .contact .phone1 {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  footer .right .contact .phone1 .icon {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  footer .right .contact .phone1 .text {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  footer .right .links {
    width: 80%;
    height: 50px;
    margin-right: 10%;
    margin-top: 41px;
    border: solid 1px rgba(191, 191, 191, 0.2);
    position: relative;
  }
  footer .right .support {
    margin-right: 10%;
    text-align: center;
    margin-top: 20px;
  }
  footer .right .qr-code {
    position: absolute;
    top: 50px;
    left: auto;
    right: calc(50% - 65px);
    width: 130px;
  }
}
