@charset "UTF-8";

html {
  background: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333;
  font-family: "微软雅黑", Arial, "黑体", "_sans";
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

audio,
canvas,
video {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: 0;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

q:after,
q:before {
  content: "";
}

a {
  color: inherit;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea {
  font-size: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

a,
ins {
  text-decoration: none;
  color: inherit;
}

a,
input,
textarea {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

input {
  background: no-repeat 0 0 scroll #fff;
  border: none;
  outline: medium;
  padding: 0;
}

input,
select,
textarea {
  font-family: Arial, "微软雅黑", "黑体", "_sans";
  color: inherit;
}

input:not([type="checkbox"]),
select,
textarea {
  outline: 0;
  border: none;
  -webkit-appearance: none;
}

.cf::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.cf {
  zoom: 1;
}

header {
  height: 110px;
  transition: all 0.5s;
  background: url(../img/bigzz.png) no-repeat center center / cover !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999999999999 !important;
  width: 100%;
}

header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container .logo img {
  transition: all 0.5s;
}

header .container .logo img:nth-child(1) {
  display: block;
  opacity: 1;
}

header .container .logo img:nth-child(2) {
  display: none;
  opacity: 0;
}

header .container .nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  transition: all 0.5s;
  transform: translate(0);
}

header .container .nav .top {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 !important;
}

header .container .nav .top #applyCertNum {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: -6px;
  width: 0;
  visibility: hidden;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  height: 38px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  font-size: 14px;
  color: #fff;
  caret-color: #fff;
}

header .container .nav .top #applyCertNum .serchBtn {
  margin-right: 10px;
  cursor: pointer;
}

header .container .nav .top #applyCertNum input {
  color: #000;
  width: 100%;
  margin-left: 20px;
}

header .container .nav .top .serch {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

header .container .nav .top .serch img {
  transition: all 0.5s;
}

header .container .nav .top .serch img:nth-child(1) {
  display: block;
  opacity: 1;
}

header .container .nav .top .serch img:nth-child(2) {
  display: none;
  opacity: 0;
}

header .container .nav .top .serch {

  background: rgba(255, 255, 255, 0.2862745098);
  border-radius: 14px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding: 0 10px;
}

header .container .nav .top .shu {
  background: 0 0;
  margin-right: 5px;
}

header .container .nav .top .yy {
  background: 0 0;
}

header .container .nav .top .menu {
  display: block;
  opacity: 1;
}

header .container .nav .top .menu2 {
  display: none;
  opacity: 0;
}

header .container .nav .bot {
  display: flex;
  height: 100%;
  align-items: center;
}

header .container .nav .bot .mynav {
  height: 100%;
}

header .container .nav .bot ul {
  display: flex;
  align-items: center;
}

header .container .nav .bot ul li {
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

header .container .nav .bot ul .on {
  position: relative;
  height: 100%;
  padding: 0 20px;
}

header .container .nav .bot ul .on::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .container .nav .bot ul .on:last-child::after {
  display: none;
}

header .container .nav .bot ul .act {
  font-size: 14px;
  position: relative;
}

header .container .nav .bot .mynav .last {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 30px;
  top: 74px;
  color: #fff;
  padding: 10px 0;
  background: #ffffffb4;
  box-shadow: 0px 5px 9px 1px rgba(45, 44, 52, 0.4);
  border-radius: 0px 0px 10px 10px;
  display: none;
  font-size: 14px;
  z-index: 99999999999999999;
  overflow: hidden;
}

header .container .nav .bot .mynav .last::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 154px;
  height: 6px;
  background: #87A595;
}

header .container .nav .bot .mynav .last li {
  margin: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0;
  margin: 0;
}

header .container .nav .bot .mynav .last li a {
  height: 100%;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  font-size: 14px;
  line-height: 18px;
}

header .container .nav .bot .mynav .last li:hover {
  background: #1c57631f;
  color: #1C5763 !important;
  cursor: pointer;
}

header .container .nav .bot .mynav .last li:hover a {
  padding-left: 0;
}

/* .bai {
  height: 110px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  box-shadow: -1px -5px 18px 0 #00223a;
}
.bai .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bai .container .logo img {
  transition: all 0.5s;
}
.bai .container .logo img:nth-child(1) {
  display: none;
  opacity: 0;
}
.bai .container .logo img:nth-child(2) {
  display: block;
  opacity: 1;
}
.bai .container .nav {
  height: 100%;
  display: flex;
}
.bai .container .nav .top {
  display: flex;
  align-items: center;
}
.bai .container .nav .top input {
  border-bottom: 1px solid #257a81;
  color: #333;
  background: #fff;
}
.bai .container .nav .top .serch {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bai .container .nav .top .serch img {
  transition: all 0.5s;
}
.bai .container .nav .top .serch img:nth-child(1) {
  display: none;
  opacity: 0;
}
.bai .container .nav .top .serch img:nth-child(2) {
  display: block;
  opacity: 1;
}
.bai .container .nav .top div {
  background: #e9f1f2;
  border-radius: 14px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #257a81;
  padding: 0 10px;
}
.bai .container .nav .top .shu {
  background: 0 0;
  margin-right: 5px;
}
.bai .container .nav .top .yy {
  background: 0 0;
}
.bai .container .nav .top .menu {
  display: none;
  opacity: 0;
}
.bai .container .nav .top .menu2 {
  display: block;
  opacity: 1;
}
.bai .container .nav .bot ul {
  display: flex;
  align-items: center;
}
.bai .container .nav .bot ul li {
  font-size: 14px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.bai .container .nav .bot ul .act {
  font-size: 14px;
  color: #1f6e78;
  position: relative;
}
.bai .container .nav .bot .mynav .last {
  width: 160px;
  position: absolute;
  left: 0;
  line-height: 30px;
  top: 110px;
  color: #fff;
  padding: 10px 0;
  background: #f8f8f8;
  display: none;
  font-size: 14px;
  z-index: 999;
  overflow: hidden;
}
.bai .container .nav .bot .mynav .last li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0;
}
.bai .container .nav .bot .mynav .last li a {
  height: 100%;
  font-size: 14px;
  line-height: 18px;
}
.bai .container .nav .bot .mynav .last li:hover {
  background-color: #1f6e78;
  color: #fff;
  cursor: pointer;
}
.bai .container .nav .bot .mynav .last li:hover a {
  padding-left: 0;
} */
.mb-nav {
  font-size: 16px;
}

body {
  position: relative;
}

.goeng {
  display: flex;
  align-items: center;
  margin-bottom: 0.2666666667rem;
  font-size: 0.3466666667rem;
  padding: 0.2666666667rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6823529412);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6823529412);
}

.goeng img {
  width: 0.5333333333rem;
  margin-right: 0.1333333333rem;
}

.goeng a {
  display: flex !important;
  align-items: center;
}

.nav-top {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}

.nav-top .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-top .logo img {
  height: 0.8rem;
}

.logo {
  img {
    width: 294px;
  }
}

.mb-nav {
  display: none;
  height: 1.4666666667rem;
  background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  box-shadow: -1px -5px 18px 0 #00223a;
}

.mb-nav a {
  height: 100%;
  display: block;
  width: 80%;
}

.dummy {
  height: 0;
  width: 100vw;
  transition: all 1s;
  position: relative;
  z-index: 999;
  padding: 0 0.4rem;
  color: #fff;
  font-size: 0.3733333333rem;
  overflow: hidden;
  background-size: cover;
  background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
}

.dummy .dummy2 {
  background-color: #fff;
  margin: 0.1333333333rem;
}

.dummy .listwarp {
  overflow-y: auto;
  height: calc(100vh - 2rem);
}

.dummy--active {
  height: 100vh;
  background-size: cover;
}

.menu-icon-wrapper {
  display: inline-block;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transition: 0.1s;
  position: relative;
}

.menu-icon-wrapper.scaled {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.menu-icon-wrapper svg {
  position: absolute;
  top: -33px;
  left: -33px;
  transform: scale(0.1);
  transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
  stroke: #fff;
  stroke-width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:focus,
.menu-icon-wrapper .menu-icon-trigger:hover {
  outline: 0;
}

.dummy .list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6823529412);
  padding: 0.2666666667rem 0 0.2666666667rem 0.2666666667rem;
}

.dummy .list .list2 {
  border-top: 1px solid rgba(255, 255, 255, 0.6823529412);
  padding: 0.2666666667rem 0.1333333333rem;
  margin: 0 0 0 0.2666666667rem;
}

.dummy .list .yi {
  margin-top: 0.2666666667rem;
}

.erji {
  position: relative;
}

.erji::after {
  content: "";
  position: absolute;
  right: 0.1333333333rem;
  top: 0.3333333333rem;
  width: 0.1866666667rem;
  height: 0.3466666667rem;
  background: url(../img/mbjt.png) no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
}

.erji .erjiwarp {
  display: none;
}

.zk {
  padding: 0.2666666667rem 0 0 0.2666666667rem !important;
}

.zk::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 800px) {
  .kstd {
    margin-top: 0.6666666667rem;
  }

  .kstd .tit {
    font-size: 0.4266666667rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.5333333333rem;
  }

  .ks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .ks::after {
    content: "";
    flex: auto;
  }

  .ks a {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-right: 0.5333333333rem;
    margin-bottom: 0.5333333333rem;
  }

  .ks a img {
    width: 100%;
    height: 100%;
  }

  .ks a:nth-child(4n) {
    margin-right: 0;
  }

  .searchbox .search {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
  }

  .searchbox .search input {
    background-color: #fff;
    color: #9b9da6;
    margin-left: 0.4rem;
  }

  .searchbox .search img {
    width: 0.5333333333rem;
    margin-right: 0.2666666667rem;
  }
}

footer {
  width: 100%;
  background: url(../img/eng/footer2.png) no-repeat bottom center;
  color: #fff;
  padding: 40px 0 0;
}

footer .container {
  width: 1200px;
  margin: 0 auto;
}

footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

footer .footer-resources {
  display: flex;
  gap: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .nav-group {
  width: 184px;
}

footer .nav-group h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}

footer .nav-group h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 20px;
  height: 3px;
  background: #fff;
}

footer .nav-group h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 1px;
  background: #fff;
}

footer .nav-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .nav-group ul li {
  margin-bottom: 12px;
  white-space: nowrap;
}

footer .nav-group ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 12px;
  transition: all 0.5s;
  position: relative;
  left: 0;
}

footer .nav-group ul li a:hover {
  color: #fff;
  left: 10px;
}

footer .footer-contact .contact-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

footer .footer-contact .contact-info span {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer-contact .contact-info span img {
  margin-right: 10px;
  height: 16px;
}

footer .footer-contact .contact-info span img:nth-child(1) {
  display: none !important;
}

footer .footer-contact .contact-info span img:nth-child(2) {
  display: block;
}

footer .footer-contact .contact-info .contact-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 39px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

footer .footer-contact .contact-info .contact-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-top {
  padding-bottom: 70px;
}

.copyright {
  height: 63px;
  background: #315a63;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  footer .nav-group ul li {
    white-space: normal !important;
  }

  footer {
    padding: 20px 0 0;
  }

  footer .container {
    width: 100%;
    padding: 0 15px;
  }

  footer .footer-nav {
    flex-direction: row;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
  }

  footer .footer-resources {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }

  footer .nav-group {
    width: 167px !important;
    margin-bottom: 15px;
  }

  footer .nav-group h3 {
    margin-bottom: 25px;
    font-size: 14px;
  }

  footer .footer-contact .contact-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  footer .footer-contact .contact-info span {
    font-size: 12px;
  }

  footer .footer-contact .contact-info .contact-btn {
    margin: 10px 0 0;
    width: 85%;
    text-align: center;
  }

  footer .footer-top {
    padding-bottom: 30px;
  }

  footer .copyright {
    height: auto;
    padding: 15px 0;
    text-align: center;
  }

  footer .copyright .container {
    font-size: 10px;
  }
}

body {
  word-break: break-all;
}

.body .left .box .items .item {
  font-size: 16px !important;
}

#pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.body .left .box .items .active::after {
  left: auto !important;
  right: 100px;
}

.body .left .box .breadcrumb {
  width: 600px !important;
}

.body .left .box .items .item:hover {
  color: #1f6e78;
  font-weight: 700;
}

.to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(183, 183, 183, 0.5);
  box-shadow: 0 0 13px 0 rgba(183, 183, 183, 0.5);
  border-radius: 50%;
  z-index: 99999999999999999999999999999999;
}

.to-top:hover {
  color: #206d73;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body {
  font-size: 16px !important;
  font-family: myzt, sans-serif;
  word-break: break-word !important;
}

@font-face {
  font-family: myzt;
  src: url(../font/Merriweather-Regular-9.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.myzt {
  font-family: myzt, sans-serif;
}

.bigmore {
  height: 32px;
  border-radius: 16px;
  width: 115px;
  transition: all 0.5s;
  transform: translate(0);
  border: 1px solid #333;
}

.bigmore:hover {
  background-color: #fff;
  transform: translate(10px);
  color: #fff;
}

.bigmore a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #333;
  padding-right: 10px;
}

.bigmore .qiu {
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bigmore2 {
  height: 32px;
  border-radius: 16px;
  width: 115px;
  border: 1px solid #fff;
  transition: all 0.5s;
  transform: translate(0);
}

.bigmore2:hover {
  background-color: #333;
  transform: translate(10px);
}

.bigmore2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
  padding-right: 10px;
}

.bigmore2 .qiu {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.ejbanner {
  height: 460px;
  width: 100%;
  background: url(../img/gysys/banner.png) no-repeat center center/cover;
  position: relative;
}

.ejbanner::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2274509804);
}

.ejbanner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.ejbanner .container .navlink {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ejbanner .container .navlink img {
  width: 22px;
  margin-right: 10px;
}

.ejbanner .container .navlink .jt {
  margin-left: 10px;
}

.ejbanner .container .bigtit {
  font-weight: 700;
  font-size: 54px;
  margin-top: 40px;
  color: #fff;
}

.ejbanner .container .navbox {
  position: absolute;
  height: 50px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  width: 100%;
  overflow-x: auto;
}

.ejbanner .container .navbox .act {
  opacity: 1;
}

.ejbanner .container .navbox .box {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ejbanner .container .navbox a {
  line-height: 50px;
  opacity: 0.5;
  height: 100%;
  display: block;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2274509804);
}

.ejbanner .container .navbox a:hover {
  opacity: 1;
}

.ejbanner .container .navbox a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2274509804);
}

@media screen and (max-width: 800px) {
  .ckgd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
  }

  .ckgd .tit {
    font-size: 0.5333333333rem;
    margin: 0 auto;
    color: #333;
  }

  .ckgd .more {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.2933333333rem;
    color: #206d73;
  }

  .ckgd .more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ckgd .more img {
    margin-left: 0.1333333333rem;
  }

  body {
    padding-top: 1.4666666667rem;
  }

  .pc {
    display: none !important;
  }

  .mb {
    display: block !important;
  }

  .mb-nav {
    display: block !important;
  }

  .mb-footer {
    display: block !important;
  }

  .ejbanner {
    height: 8rem;
    padding: 0.5333333333rem 0 0.4rem;
  }

  .ejbanner::after {
    content: none;
  }

  .ejbanner .container {
    padding: 0 15px;
  }

  .ejbanner .container .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .ejbanner .container .navlink img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .ejbanner .container .navlink .jt {
    margin: 0 5px;
  }

  .ejbanner .container .navlink a {
    font-size: 12px;
    margin-right: 5px;
  }

  .ejbanner .container .bigtit {
    font-size: 28px;
    font-weight: 700;
    margin: 0.2666666667rem 0;
  }

  .ejbanner .container .navbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 5px;
  }

  .ejbanner .container .navbox::-webkit-scrollbar {
    display: none;
  }

  .ejbanner .container .navbox a {
    font-size: 14px;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }

  .ejbanner .container .navbox a.act {
    background: #fff;
    color: #333;
  }

  header {
    display: none;
  }

  .container {
    width: auto !important;
  }

  .mbnav {
    position: relative;
    z-index: 999;
    margin-top: -1.0666666667rem;
  }

  .mbnav .top {
    width: 5.5466666667rem;
    height: 1.0666666667rem;
    background: #1b8891;
    border-radius: 0 0.8rem 0 0;
    font-size: 0.48rem;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.9333333333rem;
  }

  .mbnav .scroll {
    width: 100%;
    overflow-x: auto;
    height: 1.2rem;
    border-bottom: 1px solid #ccc;
  }

  .mbnav .scroll .navbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 100%;
  }

  .mbnav .scroll .navbox .navlist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.4rem;
    font-weight: 400;
    color: #333;
  }

  .mbnav .scroll .navbox .act {
    font-weight: 400;
    color: #1b8891;
    position: relative;
  }

  .mbnav .scroll .navbox .act::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 2.2933333333rem;
    height: 2px;
    background: #1c949d;
  }
}

.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 20px 0;
  margin: 80px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.pagination-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pagination-arrow:hover {
  color: #315e5f;
}

.pagination-arrow.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.pagination-arrow.disabled:hover {
  color: #ccc;
}

.prev-arrow {
  margin-right: 20px;
}

.prev-arrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/mbjt.png) no-repeat center/contain;
  margin-right: 5px;
}

.next-arrow {
  margin-left: 20px;
}

.next-arrow::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/mbjt.png) no-repeat center/contain;
  margin-left: 5px;
}

.pagination-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination-number:hover {
  background-color: #f5f5f5;
}

.pagination-number.active {
  background: #91a59a;
  color: #fff;
}

.pagination-ellipsis {
  color: #999;
  margin: 0 5px;
}

@media screen and (max-width: 800px) {
  .pagination-container {
    width: auto;
    margin: 1.0666666667rem 0 1.6rem;
  }

  footer .footer-contact .contact-info span img {
    height: 10px !important;
  }

  .pagination-number {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
    margin: 0 0.08rem;
    font-size: 0.32rem;
  }

  .pagination-arrow {
    font-size: 0.32rem;
  }

  .next-arrow,
  .prev-arrow {
    margin: 0 0.2666666667rem;
  }

  .pagination-numbers .pagination-number:nth-child(n + 5):nth-child(-n + 7) {
    display: none;
  }

  .logo {
    img {
      width: auto;
      height: 30% !important;
    }
  }
}

@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url("../font/iconfont.ttf?t=1744450355399") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiangzuo:before {
  content: "\e67f";
}

.icon-xiangyou:before {
  content: "\e680";
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-popup {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.search-overlay.active .search-popup {
  transform: scale(1);
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.search-header h3 {
  font-size: 18px;
  margin: 0;
}

.search-close {
  font-size: 24px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
}

.search-close:hover {
  color: #000;
}

.search-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.search-btn {
  padding: 10px;
  background-color: #326259;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s;
}

.search-btn:hover {
  background-color: #419686;
}
