/* common start-------------------------------------------- */

body {
  font-family: "Microsoft Yahei", 微软雅黑, "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #4a4a4a;
}

.page_container {
  width: 1460px;
  margin: 0 auto;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_container {
    width: 1300px;
  }
}

@media (max-width: 1100px) {
  .page_container {
    width: 100%;
    margin: 0;
    padding: 0 14px;
  }
}


/* page_header start*/
.page_header {
  background: #fff;
}

.page_header .page_container {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/Fs5GrEhw2EJlaFfqLPOB1NFmsKvx.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: relative;
  z-index: 1;
}

.page_header .logo {
  width: 740px;
  float: left;
  margin: 20px 0;
}

.page_header .logo a {
  display: block;
  width: 100%;
  font-size: 0;
}

.page_header .msg {
  float: right;
  margin-top: 60px;
  font-size: 18px;
}

.page_header .msg .lang {
  margin-bottom: 15px;
  line-height: 1;
  text-align: right;
}

.page_header .msg .lang a {
  display: inline-block;
  vertical-align: middle;
  color: #434343;
}

.page_header .msg .lang i {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 20px;
  background: #00a776;
  margin: 0 4px;
}

.page_header .msg .countdown {
  line-height: 1;
}

.page_header .msg .countdown span {
  color: #434343;
  display: inline-block;
  vertical-align: bottom;
}

.page_header .msg .countdown em {
  display: inline-block;
  vertical-align: bottom;
  color: #f09104;
  font-size: 24px;
  margin: 0 2px;
}

.page_header .page_container .login {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #01a777;
  background-image: linear-gradient(to right, #01a777, #114c94);
}

.page_header .page_container .login a {
  line-height: 34px;
  height: 34px;
  font-size: 18px;
  text-align: center;
  float: left;
  padding: 0 25px;
  color: #fff;
}

.page_header .page_container .login a:hover {
  background: #e54560;
}

.page_mobile_header {
  display: none;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_header .logo {
    width: 690px;
  }

  .page_header .msg {
    font-size: 15px;
  }

  .page_header .page_container .login a {
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
  }
}

@media (max-width: 1100px) {
  .page_header {
    display: none;
  }

  .page_mobile_header {
    display: block;
    padding: 10px 14px;
    height: 72px;
  }

  .page_mobile_header .logo {
    width: 290px;
  }

  .page_mobile_header .menu-toggler {
    display: block;
    width: 25px;
    height: 25px;
    transition: .8s cubic-bezier(.14, 1, .34, 1);
    float: right;
    margin-top: 12px;
    position: relative;
  }

  .page_mobile_header .menu-toggler .line {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    position: absolute;
    background: #2F6051;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    transition: all .4s;
  }

  .page_mobile_header .menu-toggler .line-1 {
    transform: translate3d(-50%, -6px, 0);
  }

  .page_mobile_header .menu-toggler .line-2 {
    transition: all 300ms linear;
  }

  .page_mobile_header .menu-toggler .line-3 {
    transform: translate3d(-50%, 6px, 0);
  }

  .menu-toggler.close .line-1 {
    transform: rotate(45deg);
  }

  .menu-toggler.close .line-2 {
    display: none;
  }

  .menu-toggler.close .line-3 {
    transform: rotate(-45deg);
  }
}

/* page_header end*/


/* page_nav start */
.page_nav {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/FiRuDpqQwweUjHxhQU8q-tdSoqal.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  z-index: 2;
}

.page_nav li {
  float: left;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
}

.page_nav li .father_nav a {
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 32px;
  transition: all .4s;
}

.page_nav li .father_nav a:hover,
.page_nav li .father_nav a.active {
  background: #fff;
  color: #01a777;
}

.page_nav li .sub_nav {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 68px;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px #cccccc;
}

.page_nav li .sub_nav_wrap a {
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}

.page_nav li .sub_nav_wrap a:hover {
  color: #01a777;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_nav li {
    padding: 12px 8px;
  }

  .page_nav li .father_nav a {
    font-size: 16px;
    padding: 8px 15px;
  }

  .page_nav li .sub_nav {
    top: 56px;
    padding: 5px 0;
    border-radius: 0 0 6px 6px;
  }

  .page_nav li .sub_nav_wrap a {
    line-height: 34px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .page_nav {
    display: none;
    background-color: #01a777;
    background-image: none;
    width: 100%;
    height: calc(100% - 72px);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow-y: auto;
    padding: 24px 0;
  }

  .page_nav .page_container {
    width: 100%;
    margin: 0;
  }

  .page_nav li {
    padding: 8px 14px;
    position: relative;
    z-index: 1;
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_nav li .father_nav a {
    font-size: 17px;
    padding: 0;
    border-radius: 0;
    font-weight: bold;
  }

  .page_nav li .sub_nav {
    display: block;
    width: 100%;
    position: static;
    background: none;
    box-shadow: none;
  }

  .page_nav li .sub_nav_wrap a {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
  }

  .page_nav li .father_nav a:hover,
  .page_nav li .father_nav a.active {
    padding: 10px;
  }
}

/* page_nav end */


/* page_banner start */
.page_banner_wrap {
  display: block;
  width: 100%;
  font-size: 0;
}

.page_banner_wrap img {
  width: 100%;
}

.page_banner .swiper-button-next,
.page_banner .swiper-button-prev {
  width: 40px;
  height: 70px;
  margin-top: -35px;
  background-size: 30px;
}

.page_banner .swiper-pagination {
  bottom: 25px;
}

.page_banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: .4;
}

.page_banner .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 20px;
  background: #01a777;
  opacity: 1;
}

@media (max-width: 1700px) and (min-width: 1100px) {

  .page_banner .swiper-button-next,
  .page_banner .swiper-button-prev {
    width: 32px;
    background-size: 20px;
  }

  .page_banner .swiper-pagination {
    bottom: 12px;
  }

  .page_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .page_banner .swiper-pagination-bullet-active {
    width: 30px;
  }
}

@media (max-width: 1100px) {

  .page_banner .swiper-button-next,
  .page_banner .swiper-button-prev {
    display: none;
  }

  .page_banner .swiper-pagination {
    bottom: 4px;
  }

  .page_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .page_banner .swiper-pagination-bullet-active {
    width: 18px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
}

/* page_banner end */

/* page_footer start */
.page_footer {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/FmbxyR-BQtkoA-wfllUjs6rn98Ok.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
  font-size: 18px;
  min-height: 410px;
}

.page_footer .msg {
  margin-bottom: 80px;
}

.page_footer .contact {
  float: left;
  margin-top: 40px;
  line-height: 30px;
}

.page_footer .contact>h2 {
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 24px;
}


.page_footer .contact>ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 50px;
}

.page_footer .ewm {
  float: right;
  text-align: center;
}

.page_footer .ewm img {
  width: 200px;
}

.page_footer .ewm h4 {
  font-weight: normal;
  margin-top: 15px;
  text-align: center;
}

.page_footer .other {
  text-align: center;
}

.page_footer .other a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.page_footer .other i {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 20px;
  background: #fff;
  margin: 0 6px;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_footer {
    font-size: 15px;
    padding: 50px 0;
    min-height: 400px;
  }

  .page_footer .contact {
    margin-top: 15px;
  }

  .page_footer .ewm img {
    width: 160px;
  }

  .page_footer .ewm h4 {
    margin-top: 6px;
  }
}

@media (max-width: 1100px) {
  .page_footer {
    padding: 40px 0;
    font-size: 14px;
  }

  .page_footer .contact {
    margin-top: 0;
    float: none;
  }

  .page_footer .ewm {
    float: none;
    width: 200px;
    margin-top: 20px;
  }

  .page_footer .other {
    text-align: left;
  }

  .page_footer .other i {
    display: none;
  }

  .page_footer .other a {
    display: block;
  }
}

/* page_footer end */

/* common end-------------------------------------------- */