.ibanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ibanner img {
  width: 100%;
}
.ibanner .ibtext {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.ibanner .ibtext article {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 4%;
}
.ibanner .ibtext h2 {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 5px;
  margin: 0px 0px 15px;

  text-transform: uppercase;
  padding-left: 5px;
  color: #fff;
}
.ibanner .ibtext h4 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 21px;
  padding-left: 21px;
}
.ibanner .ibtext h5 {
  font-size: 21px;
  line-height: 31px;
  color: #fff;
}
.ibanner ul {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 100px;
  bottom: 160px;
}
.ibanner ul li {
  width: 135px;
  height: 118px;
  background: url(../images/sui.png) center no-repeat;
  background-size: 100% auto;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ibanner ul li:first-child {
  margin-left: 0;
}
.ibanner ul li p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding-bottom: 5px;
}
.ibanner video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.ibanner video.vd {
  z-index: 5;
  opacity: 1;
  background: #000;
}
.ibanner i {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.6) url(/wp-content/uploads/2026/05/Play2.png)
    center no-repeat;
  background-size: 80px auto;
  z-index: 4;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .ibanner .ibtext article {
    padding-bottom: 2%;
  }
  .ibanner .ibtext h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0px 0px 15px;
  }
  .ibanner .ibtext h4 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 15px;
    padding-left: 15px;
  }
  .ibanner .ibtext h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .ibanner ul {
    right: 80px;
    bottom: 90px;
  }
  .ibanner ul li {
    width: 85px;
    height: 80px;
    margin-left: 30px;
  }
  .ibanner ul li p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 2px;
  }
}
@media (max-width: 992px) {
  .ibanner {
    padding-top: 40px;
  }
  .ibanner .ibtext {
    padding-top: 15%;
  }
  .ibanner .ibtext h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 0px;
  }
  .ibanner .ibtext h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 5px;
    padding-left: 5px;
  }
  .ibanner .ibtext h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .ibanner ul {
    right: 15px;
    bottom: 10px;
  }
  .ibanner ul li {
    width: 50px;
    height: 40px;
    margin-left: 20px;
  }
  .ibanner ul li p {
    font-size: 12px;
    line-height: 16px;
    transform: scale(0.8);
    padding-bottom: 2px;
  }
  .ibanner i {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.6) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 40px auto;
  }
}
.lanmu {
  position: relative;
  z-index: 6;
  margin-top: -90px;
}
.lanmu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid #e9eaeb;
  list-style: none;
  margin-bottom: 0;
}
.planmu .container {
  overflow: hidden;
}
.ovscroll {
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.92);
}
.planmu ul {
  padding: 0px 0px;
  border-bottom: 0px solid #e9eaeb;
  background: none;
  width: 180%;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.planmu .ovscroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.planmu .ovscroll::-webkit-scrollbar-track {
  background: #e9eaeb;
}
.planmu .ovscroll::-webkit-scrollbar-thumb {
  background: var(--fs-color-primary);
}
.planmu .ovscroll::-webkit-scrollbar-thumb:hover {
  background: #027e1e;
}
.planmu .ovscroll::-webkit-scrollbar-button {
  display: none;
}
.lanmu ul i {
  width: 1px;
  height: 20px;
  background: #000;
  opacity: 0.3;
}
.lanmu li {
  /*   min-width: calc(14.2857% - 1px); */
  margin: 0;
}
.planmu li {
  width: auto;
  min-width: unset;
  margin: 0;
}
.lanmu li a {
  display: block;
  line-height: 88px;
  font-size: 20px;

  text-align: center;
  padding: 0px 10px;
  transition: 0.3s;
  position: relative;
  color: #000;
}
.planmu li a {
  font-size: 16px;
  padding: 2px 30px 0px;
  white-space: nowrap;
}
.lanmu li a::after {
  content: "";
  position: absolute;
  width: 80%;
  bottom: -2px;
  left: 10%;
  height: 2px;
  background: var(--fs-color-primary);
  opacity: 0;
}
.planmu li a::after {
  display: none;
}
.lanmu li.current-menu-item a {
  color: var(--fs-color-primary);
  font-weight: 500;
}
.lanmu li.current-menu-item a::after {
  opacity: 1;
}
.lanmu li a:hover {
  color: var(--fs-color-primary);
}
.ititle {
  color: var(--fs-color-primary);
}
.ititle h3 {
  font-size: 38px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  color: var(--fs-color-primary);
}
.ititle p {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .lanmu {
    margin-top: -70px;
  }
  .planmu ul {
    width: 210%;
  }
  .planmu .ovscroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .lanmu ul i {
    width: 1px;
    height: 14px;
  }
  .lanmu li {
    width: calc(14.2857% - 1px);
  }
  .planmu li {
    width: auto;
  }
  .lanmu li a {
    line-height: 68px;
    font-size: 16px;
    padding: 0px 10px;
  }
  .planmu li a {
    font-size: 14px;
    line-height: 68px;
    padding: 0px 10px;
  }
  .ititle h3 {
    font-size: 38px;
    line-height: 40px;
    margin: 0px 0px 10px;
  }
  .ititle p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .ititle h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 0px;
  }
  .ititle p {
    font-size: 14px;
    line-height: 20px;
  }
  .lanmu {
    display: none;
  }
}
.iabout {
  padding: 120px 0px;
  display: flex;
  justify-content: space-between;
}
.iabout .iabtext {
  width: 53%;
}
.iabout .iabimg {
  width: 47%;
  position: relative;
}
.iabout .iabimg img {
  width: 90%;
}
.iabtext .iabcon {
  margin: 40px 0px 10%;
  max-height: 290px;
  overflow-y: scroll;
  transform: rotateY(180deg);
  padding-right: 30px;
}
.iabtext section {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  transform: rotateY(180deg);
  padding-right: 50px;
}
.iabtext .iabcon::-webkit-scrollbar {
  width: 5px;
}
.iabtext .iabcon::-webkit-scrollbar-track {
  background: #c5c5c5;
}
.iabtext .iabcon::-webkit-scrollbar-thumb {
  background: var(--fs-color-primary);
}
.iabtext dl {
  padding-left: 35px;
  max-width: 650px;
}
.iabtext dl dd {
  align-items: center;
  display: flex;
  padding: 10px 0px;
}
.iabtext dl dd::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin-right: 10px;
}
.iabtext dl dd p {
  font-size: 16px;
  line-height: 24px;

  width: calc(100% - 20px);
  color: #333;
}
.iabimg ul {
  position: absolute;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(187, 205, 210, 0.2);
  right: 0;
  top: 22%;
  width: 350px;
  padding: 10px 20px;
}
.iabimg ul li {
  display: flex;
  line-height: 48px;
  margin-bottom: 0;
}
.iabimg li p {
  font-size: 14px;
  width: 150px;
  margin: 0;
}
.iabimg li h2 {
  font-size: 28px;
  color: var(--fs-color-primary);
  margin: 0;
  width: auto;
  font-weight: 500;
}
.iabimg li span {
  color: var(--fs-color-primary);
  font-size: 20px;
  line-height: 36px;
}
.iabimg section {
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--fs-color-primary);
  text-align: center;
}
.iabimg section h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 21px;
  padding-left: 21px;
}
.iabimg section h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .iabout {
    padding: 80px 0px;
  }
  .iabout .iabtext {
    width: 58%;
  }
  .iabout .iabimg {
    width: 42%;
  }
  .iabout .iabimg img {
    width: 90%;
  }
  .iabtext .iabcon {
    margin: 20px 0px 5%;
    max-height: 250px;
    padding-right: 20px;
  }
  .iabtext section {
    font-size: 16px;
    line-height: 35px;
    padding-right: 40px;
  }
  .iabtext dl {
    padding-left: 25px;
  }
  .iabtext dl dd {
    font-size: 16px;
    line-height: 32px;
  }
  .iabimg ul {
    width: 210px;
    padding: 10px 20px;
  }
  .iabimg ul li {
    line-height: 40px;
  }
  .iabimg li p {
    font-size: 16px;
    width: 90px;
  }
  .iabimg li h2 {
    font-size: 22px;
  }
  .iabimg li span {
    font-size: 20px;
    line-height: 30px;
  }
  .iabimg section h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 15px;
    padding-left: 15px;
  }
  .iabimg section h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .iabout {
    padding: 20px 0px;
    flex-wrap: wrap;
  }
  .iabout .iabtext {
    width: 100%;
  }
  .iabout .iabimg {
    width: 100%;
  }
  .iabout .iabimg img {
    width: 100%;
  }
  .iabtext .iabcon {
    margin: 10px 0px;
    max-height: none;
    padding-right: 0px;
    overflow: visible;
  }
  .iabtext section {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0px;
  }
  .iabtext dl {
    padding-left: 0px;
  }
  .iabtext dl dd {
    padding: 5px 0px;
  }
  .iabtext dl dd p {
    font-size: 14px;
    line-height: 20px;
  }
  .iabimg section {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .iabimg section h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 10px;
    padding-left: 10px;
  }
  .iabimg section h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .iabimg ul {
    width: 210px;
    padding: 10px;
  }
  .iabimg ul li {
    align-items: center;
    line-height: 20px;
    padding: 3px 0px;
  }
  .iabimg li p {
    font-size: 13px;
    line-height: 16px;
    width: 100px;
  }
  .iabimg li h2 {
    font-size: 18px;
  }
  .iabimg li span {
    font-size: 15px;
    line-height: 24px;
  }
}
.equipment {
  padding: 0px 0px 100px;
  width: 100%;
  overflow: hidden;
}
.equipment h1 {
  text-align: center;
  color: var(--fs-color-primary);
  font-size: 36px;

  line-height: 50px;
  text-transform: uppercase;
}
.equipment section {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 0px 12%;
  margin: 20px 0px 80px;
}
.equipment .swiper {
  width: 144%;
  margin-left: -22%;
}
.equipment .swiper-slide img {
  width: 100%;
}
.equipment .swiper-slide i {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .equipment {
    padding: 0px 0px 60px;
  }
  .equipment h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .equipment section {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 10%;
    margin: 10px 0px 40px;
  }
  .equipment .swiper {
    width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 992px) {
  .equipment {
    padding: 0px 15px 20px;
  }
  .equipment h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .equipment section {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px;
    margin: 5px 0px 20px;
  }
  .equipment .swiper {
    width: 100%;
    margin-left: 0;
  }
}
.subname {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin: 0 auto;
  padding: 50px 0px 0px;
}
.subname .swiper-button {
  position: static;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0;
}
.subname .swiper-button::after {
  display: none;
}
.subname .swiper-button-next {
  transform: rotateY(180deg);
}
.subname p {
  font-size: 22px;
  line-height: 40px;

  max-width: calc(100% - 80px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .subname {
    width: 45%;
    padding: 30px 0px 0px;
  }
  .subname .swiper-button {
    width: 30px;
    height: 30px;
  }
  .subname .swiper-button img {
    height: 100%;
  }
  .subname p {
    font-size: 22px;
    line-height: 30px;
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 992px) {
  .subname {
    width: 100%;
    padding: 20px 0px 0px;
  }
  .subname .swiper-button {
    width: 20px;
    height: 20px;
  }
  .subname .swiper-button img {
    height: 100%;
  }
  .subname p {
    font-size: 18px;
    line-height: 26px;
    max-width: calc(100% - 40px);
  }
}
.conlink {
  padding: 70px 0px;
  text-align: center;
  color: var(--fs-color-primary);
  background: #f3f4f4;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.conlink h2 {
  font-size: 38px;
  line-height: 50px;
  color: var(--fs-color-primary);
}
.conlink a {
  margin: 45px auto 0;
  display: block;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  background: var(--fs-color-primary);
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .conlink {
    padding: 50px 0px;
  }
  .conlink h1 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 10px;
  }
  .conlink h2 {
    font-size: 18px;
  }
  .conlink a {
    margin: 35px auto 0;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .conlink {
    padding: 30px 0px;
  }
  .conlink h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 5px;
  }
  .conlink h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .conlink a {
    margin: 20px auto 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
}
.ilishi {
  padding: 100px 0px 120px;
}
.ilscon {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 80px 0px 0px;
}
.ilscon .ilstext {
  width: 14%;
  display: flex;
  align-items: center;
}
.ilscon .swiper {
  width: 35%;
}
.ilscon .ilsimg {
  width: 51%;
  border-radius: 20px;
  overflow: hidden;
}
.ilsimg img {
  width: 100%;
}
.ilstext h1 {
  font-size: 150px;
  line-height: 120px;
  font-weight: bold;
  color: var(--fs-color-primary);
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
}
.ilscon .swiper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 14%;
  padding: 20px 0px;
}
.ilscon .swiper-slide {
  padding: 0px 20%;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.ilscon .swiper-slide > p {
  font-size: 16px;
  line-height: 24px;
}
.ilscon .swiper-slide img {
  display: none;
}
.ilscon .swiper-slide section {
  font-size: 18px;
  line-height: 26px;
}
.ilscon .swiper-slide-active {
  opacity: 1;
}
.ilscon .swiper .swiper-scrollbar {
  left: 0;
  right: auto;
  width: 10px;
  border-radius: 0;
  background-color: transparent;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 9px,
    #666 10px,
    #666 10px
  );
  background-size: 100% 10px;
}
.ilscon .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: linear-gradient(to top, #08180a, #2b9743);
  border-radius: 0;
}
@media (max-width: 1440px) {
  .ilishi {
    padding: 70px 0px 80px;
  }
  .ilscon {
    margin: 40px 0px 0px;
  }
  .ilscon .ilstext {
    width: 10%;
  }
  .ilscon .ilsimg {
    width: 55%;
    border-radius: 10px;
  }
  .ilstext h1 {
    font-size: 100px;
    line-height: 90px;
  }
  .ilscon .swiper {
    left: 10%;
    padding: 20px 0px;
  }
  .ilscon .swiper-slide {
    padding: 0px 10%;
  }
  .ilscon .swiper-slide > p {
    font-size: 16px;
    line-height: 24px;
  }
  .ilscon .swiper-slide section {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .ilishi {
    padding: 20px 0px;
  }
  .ilscon {
    margin: 10px 0px 0px;
    flex-wrap: wrap;
  }
  .ilscon .ilstext {
    display: none;
  }
  .ilscon .ilsimg {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0px 0px;
  }
  .ilscon .swiper {
    left: 0;
    padding: 10px 0px;
    width: 100%;
    position: relative;
  }
  .ilscon .swiper-slide {
    padding: 0px 0;
  }
  .ilscon .swiper-slide > p {
    font-size: 14px;
    line-height: 20px;
  }
  .ilscon .swiper-slide section {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin: 5px 0px 0px;
  }
}
.ijoin {
  padding: 80px 11% 50px;
}
.ijoin h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
.ijoin ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0px 0px;
}
.ijoin ul li {
  width: calc(50% - 25px);
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.ijoin li section {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0px 35px 40px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  transition: 0.3s;
}
.ijoin li h3 {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
}
.ijoin li span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0px 0px;
  overflow: hidden;
  transition: 0.5s;
  height: 0px;
}
.ijoin li:hover section {
  background: rgba(0, 0, 0, 0.3);
}
.ijoin li:hover span {
  height: 72px;
}
@media (max-width: 1440px) {
  .ijoin {
    padding: 60px 8% 40px;
  }
  .ijoin h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .ijoin ul {
    margin: 40px 0px 0px;
  }
  .ijoin ul li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    border-radius: 15px;
  }
  .ijoin li section {
    padding: 0px 20px 20px;
  }
  .ijoin li h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .ijoin li span {
    font-size: 14px;
    line-height: 24px;
  }
  .ijoin li:hover span {
    height: 50px;
  }
}
@media (max-width: 992px) {
  .ijoin {
    padding: 20px 0px;
  }
  .ijoin h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .ijoin ul {
    margin: 15px 0px 0px;
  }
  .ijoin ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .ijoin li section {
    padding: 0px 10px 10px;
  }
  .ijoin li h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .ijoin li span {
    font-size: 12px;
    line-height: 18px;
  }
  .ijoin li:hover span {
    height: 50px;
  }
}
.move {
  background: #f3f4f4;
  padding: 100px 0px 90px;
  position: relative;
  overflow: hidden;
}
.move h1 {
  font-size: 40px;
  line-height: 50px;

  text-transform: uppercase;
  color: var(--fs-color-primary);
}
.move h2 {
  font-size: 18px;
  line-height: 30px;

  margin: 15px 0px 0px;
}
.move .swiper {
  width: 136%;
  margin-left: -18%;
  margin-top: 70px;
}
.move .swiper-slide img {
  overflow: hidden;
  border-radius: 20px;
}
.move .swiper-slide p {
  text-align: center;
  font-size: 16px;

  line-height: 20px;
  margin: 20px 0px 5px;
}
.move ul {
  margin: 130px 0px 0px;
  padding: 0px 11%;
  display: flex;
  justify-content: space-between;
}
.move li {
  width: calc(50% - 28px);
}
.move li img {
  width: 100%;
  transition: 1s;
}
.move li a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.move li section {
  padding: 45px 10% 70px;
}
.move li a i {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.move li p {
  font-size: 30px;
  line-height: 44px;
  margin: 0px 0px 10%;
}
.move li span {
  width: 175px;
  height: 50px;
  display: block;
  border-radius: 25px;
  background: var(--fs-p) url(../images/lxico.svg) right 33px center no-repeat;
  background-size: 22px auto;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  padding-left: 7%;
  border: 1px solid var(--fs-color-primary);
  transition: 0.3s;
}
.move li a:hover img {
  transform: scale(1.1);
}
.move li a span:hover {
  color: var(--fs-color-primary);
  background: #fff url(../images/lxicon.svg) right 33px center no-repeat;
  background-size: 22px auto;
}
@media (max-width: 1440px) {
  .move {
    padding: 70px 0px 50px;
  }
  .move h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .move h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0px 0px;
  }
  .move .swiper {
    width: 136%;
    margin-left: -18%;
    margin-top: 70px;
  }
  .move .swiper-slide img {
    border-radius: 10px;
  }
  .move .swiper-slide p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px 0px;
  }
  .move ul {
    margin: 80px 0px 0px;
    padding: 0px 8%;
  }
  .move li {
    width: calc(50% - 20px);
  }
  .move li a {
    border-radius: 10px;
  }
  .move li section {
    padding: 45px 10% 70px;
  }
  .move li a i {
    border-radius: 10px;
  }
  .move li p {
    font-size: 26px;
    line-height: 40px;
    margin: 0px 0px 8%;
  }
  .move li span {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 5%;
  }
}
@media (max-width: 992px) {
  .move {
    padding: 20px 0px;
  }
  .move h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .move h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px 0px;
  }
  .move .swiper {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .move .swiper-slide img {
    border-radius: 5px;
  }
  .move .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px 0px;
  }
  .move ul {
    margin: 30px 0px 0px;
    padding: 0px 0px;
  }
  .move li {
    width: calc(50% - 5px);
  }
  .move li section {
    padding: 10px 10px 20px;
  }
  .move li p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 10px;
  }
  .move li span {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 15px;
  }
}
.ihonor {
  background: #f7f7f7 url(../images/hbg.webp) center bottom no-repeat;
  padding: 100px 0px 260px;
  position: relative;
}
.ihcon {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 0px;
  overflow: hidden;
}
.ihcon .ihtext {
  width: 45%;
  padding-top: 2.5%;
}
.ihcon .ihimg {
  width: 52%;
  overflow: hidden;
}
.ihcon .ihimg img {
  user-select: none;
}
.ihtext ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ihtext ul li {
  font-size: 16px;

  color: #666;
  line-height: 20px;
  padding: 10px 0px;
  width: 48%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.ihtext ul li.on {
  color: var(--fs-color-primary);
  font-weight: bold;
}
.ihcon .swiper-button {
  position: absolute;
  display: flex;
  width: calc(100% - 80px);
  left: 80px;
  bottom: 30%;
  margin: 65px 0px 0px;
}
.ihcon .swiper-button::after {
  content: "";
  position: absolute;
  width: calc(100% - 320px);
  height: 1px;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  bottom: 24px;
}
.ihcon .swiper-button > div {
  position: static;
  width: 140px;
  height: 50px;
  border-radius: 25px;
  background: #eaf0e2;
  margin-right: 15px;
  transition: 0.3s;
}
.ihcon .swiper-button > div::after {
  display: none;
}
.ihcon .swiper-button > div i {
  font-size: 30px;
  color: #add086;
  transition: 0.3s;
}
.ihcon .swiper-button .swiper-button-prev {
  transform: rotateY(180deg);
}
.ihcon .swiper-button > div:hover {
  background: var(--fs-color-primary);
}
.ihcon .swiper-button > div:hover i {
  color: #fff;
}
.ihcon .swiper {
  width: 125%;
}
.ihcon .swiper .swiper-slide {
  display: flex;
  align-items: center;
  transform: scale(0.7);
  transition: transform 0.3s;
  transform-origin: 0 center;
}
.ihcon .swiper .swiper-slide img {
  width: 100%;
}
.ihcon .swiper .swiper-slide-active {
  transform: scale(1);
}
.ihcon .swiper .swiper-slide-next {
  transform-origin: center center;
}
.ihtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ihonor .duo {
  display: block;
  width: 160px;
  height: 48px;
  color: #fff;
  background: var(--fs-color-primary);
  border-radius: 25px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;

  transition: 0.3s;
}
.ihonor .duo:hover {
  background: #000;
}
.ihonlist {
  display: none;
}
@media (max-width: 1440px) {
  .ihonor {
    padding: 60px 0px 200px;
  }
  .ihcon {
    margin: 50px 0px 0px;
  }
  .ihcon .ihtext {
    width: 45%;
    padding-top: 20px;
  }
  .ihcon .ihimg {
    width: 52%;
  }
  .ihtext ul li {
    font-size: 16px;
    margin-right: 30px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .ihonor {
    padding: 20px 0px 80px;
  }
  .ihcon {
    margin: 10px 0px 0px;
    flex-wrap: wrap;
  }
  .ihcon .ihtext {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .ihcon .ihimg {
    width: 100%;
  }
  .ihtext ul li {
    font-size: 16px;
    margin-right: 30px;
    line-height: 30px;
  }
  .ihcon .swiper-button {
    width: 100%;
    left: 0px;
    bottom: 25px;
    margin: 15px 0px 0px;
    justify-content: center;
  }
  .ihcon .swiper-button::after {
    display: none;
  }
  .ihcon .swiper-button > div {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    margin-right: 10px;
  }
  .ihcon .swiper-button > div i {
    font-size: 20px;
  }
  .ihcon .swiper {
    width: 100%;
  }
  .ihcon .swiper .swiper-slide {
    transform: scale(1);
  }
}
.talk {
  background: url(../images/lxbg.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0px 50px;
}
.talk h2 {
  text-align: center;
  font-size: 30px;
  color: #01010a;
  font-weight: bold;
  line-height: 44px;
  margin: 0px 0px 35px;
  text-transform: uppercase;
}
.talk a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 50px;
  background: #000000;
  margin: 0 auto;
  color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}
.talk p {
  font-size: 14px;
  margin-right: 10px;
}
.talk a i {
  font-size: 18px;
}
.talk a:hover {
  background: var(--fs-color-primary);
}
@media (max-width: 1440px) {
  .talk {
    padding: 50px 0px 40px;
  }
  .talk h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0px 0px 25px;
  }
  .talk a {
    width: 130px;
    height: 44px;
    border-radius: 22px;
  }
  .talk a i {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .talk {
    padding: 30px 0px 20px;
  }
  .talk h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 15px;
  }
  .talk a {
    width: 130px;
    height: 40px;
    border-radius: 20px;
  }
  .talk a i {
    font-size: 18px;
  }
}
.iproduct {
  padding: 110px 0px 130px;
  background: linear-gradient(to right, #f3f8fd, #edf6fe);
}
.ipdcon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0px;
}
.ipdcon .iplanmu {
  width: 20%;
  background: #fff;
  border-radius: 0px 25px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.ipdcon .ipdlist {
  width: 76%;
}
.iplanmu form {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background: var(--fs-color-primary);
  padding: 0px 20px;
}
.iplanmu form input {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #fff;
  width: calc(100% - 60px);
  color: #fff !important;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 5px;
  box-shadow: none !important;
}
.iplanmu form input::-moz-placeholder {
  color: #fff;
}
.iplanmu form input::placeholder {
  color: #fff;
}
.iplanmu form button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  transition: 0.3s;
  padding: 0;
}
.iplanmu form button i {
  font-size: 14px;
}
.iplanmu form button:hover {
  cursor: pointer;
}
.iplanmu dl {
  padding: 20px;
  margin: 0;
}
.iplanmu dt {
  display: flex;
  background: #000;
  padding: 0px 15px;
  color: #fff;
  line-height: 48px;
  border-radius: 6px;
  text-transform: uppercase;
  justify-content: space-between;
}
.iplanmu dt p {
  font-size: 16px;
}
.iplanmu dd {
  margin: 5px 0px 0px;
  display: block;
}
.iplanmu dd a {
  display: block;
  color: #666;

  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
  padding: 0px 30px;
  transition: 0.3s;
}
.iplanmu dd a:hover,
.iplanmu dd.on a {
  color: #fff;
  background: var(--fs-color-primary);
}
.ipdlist ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.ipdlist ul li {
  width: calc(33.3333333333% - 22px);
  margin-bottom: 33px;
  margin-right: 33px;
}
.ipdlist ul li:nth-child(3n) {
  margin-right: 0;
}

.ipdlist li a {
  display: block;
  border: 2px solid #e6ecf2;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 15px;
  transition: 0.3s;
}
.ipdlist li a:hover {
  border: 2px solid var(--fs-color-primary);
}
.ipdlist li span {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  opacity: 0;
  transition: 0.3s;
}
.ipdlist li a:hover span {
  opacity: 1;
}
.ipdlist li span i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--fs-color-primary);
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  transform: rotateZ(-135deg);
}
.ipdlist li h3 {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ipdlist li a:hover h3 {
  color: var(--fs-color-primary);
}
.ipdlist li p {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  color: #666;
  padding: 0px 10px;
  margin: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ipdlist li a > i {
  display: block;
  padding: 0px 5%;
}
.ipdlist li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.page-list {
  display: flex;
  justify-content: center;
  padding: 30px 0px 0px;
}
.page-list a,
.page-list span {
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
  background: #fff;
  text-align: center;
  line-height: 40px;
  margin: 0px 3px;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
}
.page-list a i {
  font-size: 16px;
  line-height: 40px;
}
.page-list a.next {
  transform: rotateY(180deg);
}
.page-list a:first-child {
  transform: rotateY(180deg);
}
.page-list a.ov i {
  font-size: 16px;
}
.page-list a.page-num-current,
.page-list a:hover {
  background: var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 1440px) {
  .iproduct {
    padding: 80px 0px 100px;
  }
  .ipdcon {
    padding: 0px 0px;
  }
  .ipdcon .iplanmu {
    width: 22%;
    border-radius: 0px 20px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .ipdcon .ipdlist {
    width: 74%;
  }
  .iplanmu form {
    height: 70px;
  }
  .iplanmu dl {
    padding: 15px;
  }
  .iplanmu dt {
    padding: 0px 20px;
    line-height: 42px;
    border-radius: 5px;
  }
  .iplanmu dt p {
    font-size: 14px;
  }
  .iplanmu dd a {
    line-height: 34px;
    border-radius: 5px;
    padding: 0px 20px;
  }
  .ipdlist ul {
    margin: 0px -10px;
  }
  .ipdlist ul li {
    width: 33.33333333333%;
    margin-bottom: 20px;
    margin-right: 0px;
    padding: 0px 10px;
  }
  .ipdlist li a {
    border-radius: 10px;
    padding: 0px 0px 50px;
  }
  .ipdlist li span {
    padding: 20px 20px 0;
  }
  .ipdlist li span i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
  .ipdlist li h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .ipdlist li p {
    font-size: 14px;
    margin: 10px 0px 20px;
  }
  .page-list {
    padding: 20px 0px 0px;
  }
  .page-list a,
  .page-list span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .page-list a i {
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 992px) {
  .iproduct {
    padding: 20px 0px;
  }
  .ipdcon {
    padding: 0px 0px;
  }
  .ipdcon .iplanmu {
    display: none;
  }
  .ipdcon .ipdlist {
    width: 100%;
  }
  .ipdlist ul {
    margin: 0px -5px;
  }
  .ipdlist ul li {
    width: 50%;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px 5px;
  }
  .ipdlist li a {
    border-radius: 5px;
    padding: 15px;
  }
  .ipdlist li span {
    display: none;
  }
  .ipdlist li span i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .ipdlist li h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .ipdlist li p {
    font-size: 13px;
    margin: 5px 0px 10px;
    padding: 0px 5px;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .page-list {
    padding: 10px 0px 0px;
  }
  .page-list a,
  .page-list span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0px 2px;
    font-size: 14px;
  }
  .page-list a i {
    font-size: 14px;
    line-height: 34px;
  }
  .page-list a.ov i {
    font-size: 14px;
  }
}
.iproductd {
  background: linear-gradient(to right, #f4f9fd, #e7f4fd);
}
.loacl {
  display: flex;
  padding: 25px 0px;
  line-height: 26px;

  font-size: 14px;
}
.loacl p {
  margin: 0px;
}

.loacl i {
  margin: 0px 10px;
  font-size: 12px;
  color: #666;
}
.loacl a {
  transition: 0.3s;
}
.loacl i:first-child {
  font-size: 16px;
  color: #000;
  margin-left: 0;
}
.loacl a:hover {
  color: var(--fs-color-primary);
}
.ipdcond {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 75px;
}
.ipdcond .ipdimg {
  width: 41%;
}
.ipdimg .swiper {
  border-radius: 20px 20px 20px 0px;
  overflow: hidden;
}
.ipdimg .ipdpic {
  border-radius: 20px 20px 20px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ipdimg .ipdpic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 138px;
  background: url(/wp-content/uploads/2026/05/bg_prd.png) center no-repeat;
  z-index: 2;
}
.ipdpic .swiper-slide img {
  width: 100%;
  transition: 1s;
}
.ipdpic2 .swiper-slide {
  padding: 5%;
  background: #fff;
}
.ipdpic2 .swiper-slide:hover img {
  transform: scale(1.1);
}
.ipdimg ul {
  display: flex;
  margin: 0px -5px;
  padding-top: 20px;
  list-style: none;
}
.ipdimg ul li {
  width: 20%;
  padding: 0px 5px;
  margin: 0;
}
.ipdimg li i {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.ipdimg2 li i {
  padding: 5px;
  background: #fff;
}
.ipdimg2 li i img {
  transform: scale(1);
  transition: 1s;
}
.ipdimg2 li i:hover img {
  transform: scale(1.15);
}
.ipdimg li.on i {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.ipdcond .ipdtext {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 10%;
}
.ipdtext h1 {
  font-size: 30px;

  line-height: 50px;
  text-transform: capitalize;
}
.ipdtext section {
  font-size: 17px;
  line-height: 26px;
  padding: 5px 0px;
  color: #333;
  margin: 25px 0px 6%;
  display: flex;
  text-transform: none;
}
.ipdtext section strong {
  min-width: 120px;
}
.ipdtext dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ipdtext dl dt {
  width: 100%;
  margin: 0;
}
.ipdtext dl dd {
  text-align: center;
  color: #7b8083;
  margin-right: 40px;
}
.ipdtext dd i {
  line-height: 80px;
}
.ipdtext dd:nth-of-type(1) i {
  font-size: 70px;
}
.ipdtext dd:nth-of-type(2) i {
  font-size: 53px;
}
.ipdtext dd:nth-of-type(3) i {
  font-size: 53px;
}
.ipdtext dd:nth-of-type(4) i {
  font-size: 47px;
}
.ipdtext dd p {
  font-size: 15px;
  line-height: 30px;
}
.ipcontact {
  width: 100%;
}
.ipcontact > i {
  max-width: 340px;
  display: block;
}
.ipcontact h5 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0px;
  font-size: 16px;
  padding: 25px 0px 10px;
}
.ipcontact span {
  display: flex;
}
.ipcontact span a {
  display: flex;
  justify-content: center;
  width: 33%;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  margin-right: 11px;
  color: var(--fs-color-primary);
  transition: 0.3s;
}
.ipcontact span p {
  font-size: 16px;
  margin: 0px;
  margin-left: 10px;
}
.ipcontact span i {
  font-size: 24px;
  line-height: 48px;
}
.ipcontact span a:hover {
  background: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 1440px) {
  .iproductd {
    padding: 70px 0px 0px;
  }
  .loacl {
    padding: 20px 0px;
    line-height: 22px;
  }
  .loacl i:first-child {
    font-size: 16px;
  }
  .ipdcond {
    padding: 20px 0px 55px;
  }
  .ipdcond .ipdimg {
    width: 41%;
  }
  .ipdimg .swiper {
    border-radius: 10px 10px 10px 0px;
  }
  .ipdimg .ipdpic {
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  }
  .ipdimg .ipdpic::after {
    width: 66px;
    height: 128px;
  }
  .ipdimg li i {
    border-radius: 5px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  }
  .ipdimg li.on i {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
  .ipdtext h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .ipdtext section {
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0px 5%;
  }
  .ipdtext dl dd {
    margin-right: 30px;
  }
  .ipdtext dd i {
    line-height: 70px;
  }
  .ipdtext dd:nth-of-type(1) i {
    font-size: 60px;
  }
  .ipdtext dd:nth-of-type(2) i {
    font-size: 43px;
  }
  .ipdtext dd:nth-of-type(3) i {
    font-size: 43px;
  }
  .ipdtext dd:nth-of-type(4) i {
    font-size: 37px;
  }
  .ipdtext dd p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .iproductd {
    padding: 40px 0px 0px;
  }
  .loacl {
    padding: 20px 0px;
    line-height: 20px;
  }
  .loacl i:first-child {
    font-size: 14px;
  }
  .ipdcond {
    padding: 0px 0px 25px;
    flex-wrap: wrap;
  }
  .ipdcond .ipdimg {
    width: 100%;
  }
  .ipdimg .swiper {
    border-radius: 5px 5px 5px 0px;
  }
  .ipdimg .ipdpic {
    border-radius: 5px 5px 5px 0px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  }
  .ipdimg .ipdpic::after {
    width: 56px;
    height: 100px;
  }
  .ipdcond .ipdtext {
    padding: 15px 0px 0px;
    width: 100%;
  }
  .ipdimg ul {
    padding-top: 15px;
  }
  .ipdimg ul li {
    width: 25%;
  }
  .ipdimg li i {
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  }
  .ipdimg li.on i {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .ipdtext h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .ipdtext section {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px 10px;
  }
  .ipdtext dl dd {
    margin-right: 30px;
  }
  .ipdtext dd:nth-of-type(4) {
    margin-right: 0;
  }
  .ipdtext dd i {
    line-height: 50px;
  }
  .ipdtext dd:nth-of-type(1) i {
    font-size: 46px;
  }
  .ipdtext dd:nth-of-type(2) i {
    font-size: 33px;
  }
  .ipdtext dd:nth-of-type(3) i {
    font-size: 33px;
  }
  .ipdtext dd:nth-of-type(4) i {
    font-size: 27px;
  }
  .ipdtext dd p {
    font-size: 14px;
    line-height: 24px;
  }
  .ipcontact > i {
    max-width: 100%;
  }
  .ipcontact h5 {
    margin: 10px 0px;
    padding: 15px 0px 10px;
  }
  .ipcontact span {
    justify-content: space-between;
  }
  .ipcontact span a {
    width: 49%;
    line-height: 38px;
    margin-right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ipcontact span p {
    font-size: 14px;
    margin-left: 10px;
  }
  .ipcontact span i {
    font-size: 20px;
    line-height: 38px;
  }
}
.ipdmemo {
  background: linear-gradient(to right, #f6f9fe, #e7f4fd);
}
.ipdmemo .ipmck {
  background: linear-gradient(to top, #fff, #d8ecfe);
  display: flex;
  justify-content: center;
}
.ipmck h3,
.ipmck a {
  font-size: 20px;
  line-height: 100px;
  padding: 0px 110px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #000;
  width: auto;
}
.ipmck h3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #999;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.ipmck h3:last-child::after {
  display: none;
}
.ipmck h3.on {
  color: var(--fs-color-primary);
  font-weight: 500;
}
.ipmck h3::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: var(--fs-color-primary);
  bottom: 0;
  right: 15%;
  opacity: 0;
}
.ipmck h3.on::before {
  opacity: 1;
}
@media (max-width: 1440px) {
  .ipmck h3,
  .ipmck a {
    font-size: 18px;
    line-height: 80px;
    padding: 0px 90px;
  }
}
@media (max-width: 992px) {
  .ipmck h3,
  .ipmck a {
    font-size: 12px;
    line-height: 50px;
    padding: 0px 10px;
  }
  .ipmck h3::after {
    height: 12px;
    margin-top: -6px;
  }
}
.ipdxnn {
  padding: 90px 0px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ipdxnn > h2 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: var(--fs-color-primary);
  margin: 0px 0px 50px;
}
.ipdxnn dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 49%;
}
.ipdxnn dd {
  width: 53%;
}
.ipdxnn dt {
  width: 45%;
}
.ipdxnn dd h2 {
  font-size: 20px;

  line-height: 34px;
  color: var(--fs-color-primary);
}
.ipdxnn dd section {
  font-size: 16px;

  line-height: 28px;
  margin: 5px 0px 0px;
}
.ipdxnn dt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -5px;
  margin-left: -5px;
}
.ipdxnn dt ul li {
  width: 50%;
  position: relative;
  padding: 0px 5px;
}
.ipdxnn dl.allw dt ul li {
  width: 100%;
  margin-bottom: 10px;
}
.ipdxnn dt ul li p {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;

  line-height: 30px;
  padding: 15px 20px;
}
.ipdxnn dl.on {
  width: 100%;
}
.ipdxnn dl.on dd {
  width: 100%;
  order: 2;
}
.ipdxnn dl.on dt {
  width: 100%;
  margin-bottom: 15px;
  order: 1;
}
.ipdxnn dl.on dt ul {
  flex-wrap: nowrap;
}
@media (max-width: 1440px) {
  .ipdxnn {
    padding: 60px 0px 20px;
  }
  .ipdxnn > h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 0px 0px 30px;
  }
  .ipdxnn dl {
    margin-bottom: 20px;
  }
  .ipdxnn dd h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .ipdxnn dd section {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px 0px;
  }
  .ipdxnn dt ul li p {
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .ipdxnn {
    padding: 20px 0px;
  }
  .ipdxnn > h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 15px;
  }
  .ipdxnn dl {
    margin-bottom: 0px;
    width: 100%;
  }
  .ipdxnn dd h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .ipdxnn dd section {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px 0px;
  }
  .ipdxnn dl.on dt {
    margin-bottom: 5px;
  }
  .ipdxnn dl.on dt ul {
    flex-wrap: wrap;
  }
  .ipdxnn dt ul li {
    margin-bottom: 10px;
  }
  .ipdxnn dl.on dt ul li {
    width: 33.333333333%;
    margin-bottom: 10px;
  }
  .ipdxnn dt ul li p {
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
  }
}
.ipdxixi {
  padding: 30px 0px 80px;
  overflow: hidden;
}
.ipdxixi > h2 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 56px;

  text-transform: uppercase;
  color: var(--fs-color-primary);
  margin: 0px 0px 30px;
}
.ipdxixi .ipxjtt {
  text-align: center;
  position: relative;
  z-index: 1;
}
.ipdxixi .ipxjtt > h2 {
  font-size: 20px;
  line-height: 32px;
}
.ipdxixi .ipxjtt section {
  font-size: 16px;

  line-height: 24px;
  height: auto;
  max-width: 700px;
  color: #333;
  width: 50%;
  margin: 15px auto 50px;
}
.ipdxixi .swiper {
  padding: 50px 0px;
}
.ipdxixi .swiper-slide {
  transform: scale(0.8);
  transition: 0.3s;
}
.ipdxixi .swiper-slide {
  filter: blur(5px);
}
.ipdxixi .swiper-slide-active {
  transform: scale(1.15);
}
.ipdxixi .swiper-slide-active {
  filter: blur(0px);
}
.ipdxx .swiper-slide {
  filter: blur(0px);
}
.ipdxx .swiper-slide-active {
  filter: blur(0px);
}
.ipdxixi .swiper-slide-prev {
  transform-origin: 0 center;
}
.ipdxixi .swiper-slide-next {
  transform-origin: right center;
}
.ipdxixi .swiper-slide i {
  display: block;
  position: relative;
}
.ipdxixi .swiper-slide i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.ipdxixi .swiper-slide-active i::after {
  display: none;
}
.ipdxixi .swiper-slide article {
  display: none;
}
.ipdxixi .swiper-slide span > p {
  background: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
}
.ipdxx .swiper-slide span > p {
  display: none;
}
.ipdxixi .swiper-button {
  top: 0;
  margin: 0;
  width: 28%;
  height: 100%;
  background: transparent;
}
.ipdxixi .swiper-button::after {
  display: none;
}
.ipdxixi .swiper-button-next {
  right: 0;
}
.ipdxixi .swiper-button-prev {
  left: 0;
}
@media (max-width: 1440px) {
  .ipdxixi {
    padding: 40px 0px 60px;
  }
  .ipdxixi > h2 {
    margin: 0px 0px 30px;
  }
  .ipdxixi .ipxjtt > h2 {
    font-size: 18px;
    line-height: 36px;
  }
  .ipdxixi .ipxjtt section {
    font-size: 14px;
    line-height: 26px;
    height: 88px;
    max-width: 560px;
    width: 60%;
    margin: 10px auto;
  }
  .ipdxixi .swiper-slide span > p {
    line-height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .ipdxixi {
    padding: 20px 0px;
  }
  .ipdxixi > h2 {
    margin: 0px 0px 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .ipdxixi .ipxjtt > h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .ipdxixi .ipxjtt section {
    font-size: 14px;
    line-height: 22px;
    height: 96px;
    max-width: 90%;
    width: 90%;
    margin: 5px auto 10px;
  }
  .ipdxixi .swiper-slide span > p {
    line-height: 46px;
    font-size: 14px;
  }
  .ipdxixi .swiper {
    padding: 0px 0px;
  }
  .ipdxixi .swiper-slide {
    transform: scale(1);
  }
  .ipdxixi .swiper-slide-active {
    transform: scale(1);
  }
  .ipdxixi .swiper-button {
    display: none;
  }
  .ipdxixi .swiper-button::after {
    font-size: 16px;
  }
  .ipdxixi .swiper-button-next {
    right: 0;
  }
  .ipdxixi .swiper-button-prev {
    left: 0;
  }
}
.ipvideo,
.jies,
.xijie {
  display: none;
}
.ipdmemo .mms {
  display: block;
}
.ipvideo h2 {
  text-align: center;
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  color: var(--fs-color-primary);
  padding: 50px 0px 0px;
}
.ipvideo ul {
  max-width: 1080px;
  margin: -40px auto 50px;
  display: flex;
  justify-content: center;
  z-index: 3;
  position: relative;
}
.ipvideo ul li {
  padding: 0px 10px;
  width: 20%;
  list-style: none;
  margin: 0;
}
.ipvideo ul li .img {
  height: 120px;
  display: flex;
  justify-content: center;
}
.ipvideo ul li img {
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  height: 100%;
  border-bottom: 0;
}
.ipvideo ul li span {
  display: block;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.ipvideo ul li span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6) url(/wp-content/uploads/2026/05/Play2.png)
    center no-repeat;
  background-size: 30px auto;
}
.ipvideo ul.twoban li span::after {
  height: 100%;
}
.ipvideo ul li.on span::after {
  background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2026/05/Play2.png) center
    no-repeat;
  background-size: 30px auto;
}
.ipvideo ul p {
  line-height: 40px;
  font-size: 14px;

  text-align: center;
  background: #fff;
}
.ipvideo section {
  display: flex;
  justify-content: center;
}
.ipvideo section .ipdvv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ipvideo section .ipdvv video {
  width: 100%;
}
.ipvideo section .ipdvv i {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
  z-index: 3;
  background: url(/wp-content/uploads/2026/05/Play2.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.ipvideo section .ipdvv.play i {
  opacity: 0.5;
}
.videoshow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
.videoshow.videoshown {
  opacity: 1;
  z-index: 9;
}
.videoshow video {
  width: 70%;
  height: auto;
  transform: scale(0);
  transition: 0.3s;
}
.videoshow.videoshown video {
  transform: scale(1);
}
@media (max-width: 1440px) {
  .ipvideo h2 {
    font-size: 36px;
    line-height: 46px;
    padding: 30px 0px 0px;
  }
  .ipvideo ul {
    max-width: 992px;
    margin: -30px auto 0;
  }
  .ipvideo ul p {
    line-height: 40px;
    font-size: 14px;
  }
  .ipvideo section .ipdvv i {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px;
  }
}
@media (max-width: 992px) {
  .ipvideo h2 {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0px 0px;
  }
  .ipvideo ul {
    max-width: 90%;
    margin: -20px auto 10px;
  }
  .ipvideo ul li {
    padding: 0px 3px;
    width: 25%;
  }
  .ipvideo ul li .img {
    height: 60px;
  }
  .ipvideo section {
    padding: 0px 0px 0px;
  }
  .ipvideo section .ipdvv i {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
  }
  .videoshow video {
    width: 80%;
  }
}
.ipdintro {
  padding: 40px 0px 50px;
}
.ipdintro h2 {
  text-align: center;
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: var(--fs-color-primary);
}
.ipdintro .ipinto {
  margin: 0px 80px;
}
.ipdintro .ipinto section {
  font-size: 18px;
  line-height: 44px;

  width: 100%;
}
.ipdintro .ipinto section p.pdtt {
  background: var(--fs-color-primary);
  line-height: 56px;
  display: flex;
  margin: 0px 0px 30px;
}
.ipdintro .ipinto section p.pdtt span {
  padding: 0px 40px;
  font-size: 20px !important;
  color: #fff;
  background: #177439;
  border-right: 5px solid #fff;
}
.ipdintro .ipinto section table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.ipdintro .ipinto section table tr td {
  padding: 10px 20px;
  line-height: 30px;
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ipdintro .ipinto section table img {
  width: 100%;
}
.ipdintro .ipinto section .gg {
  color: var(--fs-color-primary);
  font-size: 20px;
}
.ipdintro .ipinto .ipdinsw {
  width: 44%;
}
.ipdinsw .swiper {
  height: 660px;
}
.ipdinsw .swiper .swiper-slide i {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.ipdinsw .swiper .swiper-slide p {
  text-align: center;
  line-height: 22px;
  color: #000;
  font-size: 18px;

  padding: 20px 0px;
}
.ipdinsw .swiper .swiper-pagination {
  bottom: 0;
}
.ipdinsw .swiper .swiper-pagination span {
  width: 20px;
  height: 4px;
  border-radius: 4px;
}
.ipdinsw .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--fs-color-primary);
}
.ipdintro .ipinto dl {
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ipdintro .ipinto dl dd {
  width: 47%;
}
.ipdintro .ipinto dl i {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ipdintro .ipinto dl p {
  text-align: center;
  line-height: 22px;
  color: #000;
  font-size: 18px;

  padding: 20px 0px;
}
@media (max-width: 1440px) {
  .ipdintro {
    padding: 60px 0px;
  }
  .ipdintro h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .ipdintro .ipinto {
    margin: 50px 40px 0px;
  }
  .ipdintro .ipinto section {
    font-size: 16px;
    line-height: 34px;
  }
  .ipdintro .ipinto section .gg {
    font-size: 14px;
  }
  .ipdinsw .swiper {
    height: 470px;
  }
  .ipdinsw .swiper .swiper-slide i {
    border-radius: 10px;
  }
  .ipdinsw .swiper .swiper-slide p {
    line-height: 20px;
    font-size: 16px;
    padding: 10px 0px;
  }
  .ipdintro .ipinto dl p {
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0px;
  }
}
@media (max-width: 992px) {
  .ipdintro {
    padding: 20px 0px;
  }
  .ipdintro h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .ipdintro .ipinto {
    margin: 10px 0px 0px;
    flex-wrap: wrap;
  }
  .ipdintro .ipinto section {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .ipdintro .ipinto section .gg {
    font-size: 14px;
  }
  .ipdintro .ipinto .ipdinsw {
    width: 100%;
    margin: 15px 0px 0px;
  }
  .ipdinsw .swiper {
    height: 340px;
  }
  .ipdinsw .swiper .swiper-slide i {
    border-radius: 5px;
  }
  .ipdinsw .swiper .swiper-slide p {
    line-height: 18px;
    font-size: 14px;
    padding: 5px 0px;
  }
}
.ipdpara {
  padding: 0px 0px 100px;
  display: none;
}
.ipdpara h2 {
  text-align: center;
  font-size: 36px;
  line-height: 56px;

  color: var(--fs-color-primary);
  text-transform: uppercase;
}
.ipdpara section {
  font-size: 18px;

  line-height: 36px;
  margin: 40px 0px 0px;
}
.ipdpara ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px -10px 0px;
  list-style: none;
}
.ipdpara ul li {
  width: 30%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.ipdpara ul li {
  width: 100%;
}

/* 2 item */
.ipdpara ul:has(li:nth-child(2):last-child) li {
  width: 50%;
}

/* 3 item */
.ipdpara ul:has(li:nth-child(3):last-child) li {
  width: 33.333%;
}

/* 4 item */
.ipdpara ul:has(li:nth-child(4):last-child) li {
  width: 25%;
}

/* 5 item */
.ipdpara ul:has(li:nth-child(5):last-child) li {
  width: 20%;
}

.ipdpara li a {
  display: block;
  border: 1px solid #ddd;
  padding: 10%;
  transition: 0.3s;
  background: #fff url(../images/dtlogo.png) 20px center no-repeat;
}
.ipdpara li p {
  font-size: 26px;
  line-height: 32px;
  width: 100%;
  margin: 0px 0px 15px;
}
.ipdpara li i {
  width: 38px;
  display: block;
  margin: 0 0 0 auto;
  height: 50px;
  background: url(../images/down.svg) center no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
.ipdpara li a:hover {
  border: 1px solid var(--fs-color-primary);
  background: var(--fs-p) url(../images/dtlogon.png) 20px center no-repeat;
  color: #fff;
}
.ipdpara li a:hover i {
  background: url(../images/downn.svg) center no-repeat;
  background-size: 100% auto;
}
.ipdpara section table:not(.ttop) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.ipdpara section table:not(.ttop) tr td {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 30px;
  padding: 10px;
}
.ipdpara section table.ttop {
  width: 100%;
}
.ipdpara section table.ttop tr:first-child {
  background: var(--fs-color-primary);
}
.ipdpara section table.ttop tr:first-child td {
  font-size: 20px;

  vertical-align: middle;
  color: #fff;
  padding: 10px 0px;
  border-right: 2px solid #fff;
  text-align: center;
}
.ipdpara section table.ttop tr:first-child td:last-child {
  border-right: 1px solid var(--fs-color-primary);
}
.ipdpara section table.ttop tr:first-child td:first-child {
  border-left: 1px solid var(--fs-color-primary);
}
.ipdpara section table.ttop tr:first-child td img {
  margin: 0 auto;
  width: 60px;
}
.ipdpara section table.ttop tr:not(.firstRow) td {
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0px;
  background: #fff;
}
.ipdpara section table.ttop tr:not(.firstRow) td:first-child {
  border-left: 1px solid #000;
}
.ipdpara section table.ttop tr:not(.firstRow) td:last-child {
  border-right: 1px solid #000;
}
.ipdpara section table.qita {
  width: 100%;
  margin: 20px 0px 0px;
  border-top: 1px solid #474443;
  border-left: 1px solid #474443;
}
.ipdpara section table.qita tr td {
  border-right: 1px solid #474443;
  border-bottom: 1px solid #474443;
  background: #fff;
  padding: 10px 15px;
  line-height: 26px;
}
.ipdpara section table.qita tr td:nth-child(Odd) {
  background: #474443;
  color: #fff;
}
.ipdpara section table.tleft {
  width: 100%;
  margin: 15px 0px 0px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
}
.ipdpara section table.tleft tr td {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ipdpara section table.tleft tr td:first-child {
  background: var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 1440px) {
  .ipdpara {
    padding: 0px 0px 60px;
  }
  .ipdpara h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .ipdpara section {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0px 0px;
  }
  .ipdpara ul {
    margin: 30px -5px 0px;
  }
  .ipdpara ul li {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .ipdpara li p {
    font-size: 20px;
    line-height: 26px;
  }
  .ipdpara li i {
    width: 30px;
    height: 40px;
  }
  .ipdpara section table.ttop tr:first-child td {
    font-size: 16px;
  }
  .ipdpara section table.ttop tr:first-child td img {
    width: 50px;
  }
  .ipdpara section table.ttop tr:not(.firstRow) td {
    font-size: 14px;
    line-height: 20px;
  }
  .ipdpara section table.tleft {
    margin: 10px 0px 0px;
  }
  .ipdpara section table.tleft tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
  }
}
@media (max-width: 992px) {
  .ipdpara {
    padding: 0px 0px 15px;
  }
  .ipdpara h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .ipdpara section {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0px 0px;
  }
  .ipdpara ul {
    margin: 15px -5px 0px;
  }
  .ipdpara ul li {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .ipdpara li p {
    font-size: 16px;
    line-height: 20px;
  }
  .ipdpara li i {
    width: 20px;
    height: 30px;
  }
  .ipdpara .ipdcs {
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
  }
  .ipdpara section table.ttop {
    width: 240%;
  }
  .ipdpara section table.ttop tr:first-child td {
    font-size: 14px;
    padding: 5px 0px;
  }
  .ipdpara section table.ttop tr:first-child td img {
    width: 30px;
  }
  .ipdpara section table.ttop tr:not(.firstRow) td {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0px;
  }
  .ipdpara section table.tleft {
    margin: 10px 0px 0px;
  }
  .ipdpara section table.tleft tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
  }
}
.pdservice {
  padding: 110px 10% 80px;
  display: flex;
  justify-content: space-between;
}
.pdservice .ititle {
  width: 25%;
  min-width: 310px;
}
.pdservice .b-text {
  width: 55%;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1440px) {
  .pdservice {
    padding: 60px 10%;
  }
  .pdservice .b-text {
    width: 65%;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .pdservice {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
  .pdservice .ititle {
    width: 100%;
    min-width: 100%;
  }
  .pdservice .b-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px 0px;
  }
}
.zllist {
  display: flex;
  justify-content: space-between;
  padding: 75px 10%;
  position: relative;
}
.zllist::after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}
.zllist ul {
  width: 28%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  z-index: 2;
  list-style: none;
}
.zllist .zlcon {
  width: 70%;
}
.zllist ul li {
  font-size: 18px;
  line-height: 32px;
  padding: 20px 0px 20px 30px;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  margin-bottom: 0;
}
.zllist ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 58%;
  top: 24%;
  left: 0;
  background: linear-gradient(to top, #08180a, var(--fs-color-primary));
  opacity: 0;
}
.zllist ul li.on::after {
  opacity: 1;
}
.zllist ul li.on {
  font-size: 18px;
  color: var(--fs-color-primary);
}
.zllist ul::before {
  content: "";
  height: 88%;
  position: absolute;
  top: 6%;
  left: 0;
  width: 10px;
  background-color: transparent;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 9px,
    #666 10px,
    #666 10px
  );
  background-size: 100% 10px;
}
.zlcon {
  border-radius: 20px;
  overflow: hidden;
}
.zlcon .sztext {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
background: linear-gradient(to top, rgba(66, 133, 244, 0.8), rgba(66, 133, 244, 0));
  color: #fff;
  padding: 0px 70px 55px;
}
.sztext h2 {
  font-size: 24px;
  line-height: 32px;
  width: 100%;
  margin: 0;
  color: #fff;
}
.sztext section {
  font-size: 16px;
  line-height: 24px;
  max-width: 80%;
  margin: 20px 0px 0px;
}
.sztext a {
  position: absolute;
  width: 160px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 5px;
  right: 65px;
  bottom: 75px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
}
.sztext a:hover {
  background: #fff;
  color: var(--fs-color-primary);
}
@media (max-width: 1440px) {
  .zllist {
    padding: 55px 10%;
  }
  .zllist ul {
    width: 24%;
  }
  .zllist .zlcon {
    width: 73%;
  }
  .zllist ul li {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0px 15px 20px;
  }
  .zllist ul li::after {
    width: 8px;
  }
  .zllist ul li.on {
    font-size: 20px;
  }
  .zllist ul::before {
    width: 8px;
  }
  .zlcon {
    border-radius: 15px;
  }
  .zlcon .sztext {
    padding: 0px 40px 35px;
  }
  .sztext h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .sztext section {
    font-size: 16px;
    line-height: 24px;
    max-width: 550px;
    margin: 10px 0px 0px;
  }
  .sztext a {
    width: 130px;
    height: 44px;
    border: 2px solid #fff;
    right: 45px;
    bottom: 55px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .zllist {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  .zllist::after {
    display: none;
  }
  .zllist ul {
    display: none;
  }
  .zllist .zlcon {
    width: 100%;
  }
  .zlcon {
    border-radius: 0px;
  }
  .zlcon .sztext {
    padding: 0px 15px 15px;
  }
  .sztext h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .sztext section {
    font-size: 13px;
    line-height: 16px;
    max-width: 100%;
    margin: 6px 0px 0px;
  }
  .sztext a {
    width: 120px;
    height: 34px;
    border: 1px solid #fff;
    line-height: 32px;
    font-size: 12px;
    position: static;
  }
}
.jzyous {
  width: 1360px;
  margin: 0 auto;
  padding: 90px 0px 80px;
}
.jzyous .ititle {
  text-align: center;
  font-weight: bold;
}
.jzyous > section {
  text-align: center;
  font-size: 16px;

  line-height: 26px;
  color: #666;
  max-width: 850px;
  margin: 30px auto 0px;
}
.jzyous ul {
  margin: 40px 0px 0px;
  display: flex;
  background: url(/wp-content/uploads/2026/05/ysimg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  list-style: none;
}
.jzyous li {
  padding: 165px 0px;
  width: 25%;
  transition: 0.3s;
}
.jzyous li i {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 128px;
 background: rgba(66, 133, 244, 0.5);
  border-radius: 50%;
}
.jzyous li section {
  color: #fff;
  text-align: center;
  padding: 25px 0px 0px;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.jzyous li section > p {
  font-size: 20px;
  line-height: 30px;

  text-transform: uppercase;
}
.jzyous li span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0px 0px;
}
.jzyous li span p {
  margin-bottom: 0;
}

.jzyous li:hover {
  background: rgba(0, 0, 0, 0.64);
  padding: 90px 0px;
}
.jzyous li:hover section {
  height: 161px;
}
@media (max-width: 1440px) {
  .jzyous {
    width: 1170px;
    padding: 70px 0px;
  }
  .jzyous > section {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0px 0px;
  }
  .jzyous ul {
    margin: 30px 0px 0px;
  }
  .jzyous li {
    padding: 125px 0px;
  }
  .jzyous li i {
    width: 110px;
    height: 110px;
  }
  .jzyous li section {
    padding: 25px 0px 0px;
  }
  .jzyous li section > p {
    font-size: 18px;
    line-height: 24px;
  }
  .jzyous li span {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 0px;
  }
  .jzyous li span p {
    font-size: 14px;
    line-height: 24px;
  }
  .jzyous li:hover {
    padding: 70px 0px;
  }
  .jzyous li:hover section {
    height: 131px;
  }
}
@media (max-width: 992px) {
  .jzyous {
    width: 100%;
    padding: 20px 0px;
  }
  .jzyous > section {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 15px;
    margin: 10px 0px 0px;
    text-align: left;
  }
  .jzyous ul {
    margin: 15px 0px 0px;
    flex-wrap: wrap;
    border-radius: 0;
    padding: 25px 10px;
  }
  .jzyous li {
    padding: 10px 0px;
    width: calc(50% - 1px);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .jzyous li:nth-child(2n) {
    border-right: 0;
  }
  .jzyous li:nth-child(n + 3) {
    border-bottom: 0;
  }
  .jzyous li i {
    width: 60px;
    height: 60px;
  }
  .jzyous li section {
    padding: 10px 0px 0px;
    height: auto;
  }
  .jzyous li section > p {
    font-size: 16px;
    line-height: 20px;
  }
  .jzyous li span {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0px 0px;
  }
  .jzyous li span p {
    font-size: 13px;
    line-height: 16px;
  }
  .jzyous li:hover {
    padding: 10px 0px;
  }
  .jzyous li:hover section {
    height: auto;
  }
}
.zengzhi {
  width: 100%;
  overflow: hidden;
  padding-bottom: 110px;
}
.zengzhi .ititle h3 {
  font-weight: bold;
  color: var(--fs-color-primary);
  text-align: center;
}
.zengzhi .swiper {
  width: 126%;
  margin-left: -13%;
  margin-top: 70px;
}
.zengzhi .swiper-slide img {
  overflow: hidden;
  border-radius: 20px;
}
.zengzhi .swiper-slide p {
  text-align: center;
  font-size: 16px;

  line-height: 30px;
  margin: 15px 0px 0px;
}
@media (max-width: 1440px) {
  .zengzhi {
    padding-bottom: 70px;
  }
  .zengzhi .swiper {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .zengzhi .swiper-slide img {
    border-radius: 15px;
  }
  .zengzhi .swiper-slide p {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0px 0px;
  }
}
@media (max-width: 992px) {
  .zengzhi {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .zengzhi .swiper {
    margin-top: 15px;
  }
  .zengzhi .swiper-slide img {
    border-radius: 5px;
  }
  .zengzhi .swiper-slide p {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0px 0px;
  }
}
.hzkehu {
  background: #f7f7f7;
  padding: 90px 10% 110px;
  position: relative;
}
.hzkehu .ititle h3 {
  text-align: center;
  font-weight: bold;
}
.hzkehu .swiper {
  height: 384px;
  margin: 50px 0px 0;
  position: static;
}
.hzkehu .swiper-slide {
  height: 126px;
}
.hzkehu .swiper-slide i {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hzkehu .swiper-slide img {
  max-height: 70%;
}
.hzkehu .swiper .swiper-pagination {
  bottom: 55px;
}
.hzkehu .swiper .swiper-pagination span {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.08);
  opacity: 1;
}
.hzkehu .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--fs-color-primary);
}
@media (max-width: 1440px) {
  .hzkehu {
    padding: 70px 10% 80px;
  }
  .hzkehu .swiper {
    height: 300px;
    margin: 40px 0px 0;
    position: static;
  }
  .hzkehu .swiper-slide {
    height: 100px;
  }
  .hzkehu .swiper .swiper-pagination {
    bottom: 35px;
  }
}
@media (max-width: 992px) {
  .hzkehu {
    padding: 20px 15px;
  }
  .hzkehu .swiper {
    height: 210px;
    margin: 15px 0px 0;
    padding-bottom: 15px;
  }
  .hzkehu .swiper-slide {
    height: 70px;
  }
  .hzkehu .swiper .swiper-pagination {
    bottom: 15px;
  }
  .hzkehu .swiper .swiper-pagination span {
    width: 20px;
    height: 2px;
  }
}
.iwenhua {
  padding: 80px 10%;
}
.iwenhua dl {
  display: flex;
  color: #fff;
  text-align: center;
}
.iwenhua dl dt {
  width: 50%;
  background: var(--fs-color-primary);
  padding: 200px 0px;
}
.iwenhua dl dd {
  width: 50%;
  background: url(../images/whimg.jpg) center no-repeat;
  background-size: cover;
  padding: 200px 0px;
}
.iwenhua dl h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
}
.iwenhua dl h5 {
  font-size: 24px;
  line-height: 36px;
  margin: 3% 0px;
}
.iwenhua dl h3 {
  font-size: 46px;
  line-height: 66px;
}
.iwenhua dl p {
  margin: 0px 0px 20px;
}
.iwenhua dl p i {
  font-size: 64px;
  line-height: 80px;
}
.icomcur {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
}
.icomcur .iwhimg {
  width: 45%;
}
.icomcur .iwhtext {
  width: 55%;
  padding: 0 5%;
  color: #535354;

  font-size: 15px;
  line-height: 24px;
}
.icomcur .iwhtext .wtit {
  font-size: 20px;
  color: #000;
  margin: 18px 0px;
  display: block;
}
.icomcur .iwhtext p:first-child .wtit {
  margin-top: 0;
}
@media (max-width: 1440px) {
  .iwenhua {
    padding: 60px 80px;
  }
  .iwenhua dl dt {
    padding: 100px 0px;
  }
  .iwenhua dl dd {
    padding: 100px 0px;
  }
  .iwenhua dl h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .iwenhua dl h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 3% 0px;
  }
  .iwenhua dl h3 {
    font-size: 32px;
    line-height: 52px;
  }
  .iwenhua dl p {
    margin: 0px 0px 20px;
  }
  .iwenhua dl p i {
    font-size: 44px;
    line-height: 60px;
  }
  .icomcur .iwhtext {
    padding: 0 5%;
    font-size: 16px;
    line-height: 36px;
  }
  .icomcur .iwhtext .wtit {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .iwenhua {
    padding: 20px 15px;
  }
  .iwenhua dl {
    flex-wrap: wrap;
  }
  .iwenhua dl dt {
    width: 100%;
    padding: 50px 0px;
  }
  .iwenhua dl dd {
    width: 100%;
    padding: 50px 0px;
  }
  .iwenhua dl h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .iwenhua dl h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0px;
  }
  .iwenhua dl h3 {
    font-size: 22px;
    line-height: 42px;
  }
  .iwenhua dl p {
    margin: 0px 0px 10px;
  }
  .iwenhua dl p i {
    font-size: 44px;
    line-height: 60px;
  }
  .icomcur {
    flex-wrap: wrap;
  }
  .icomcur .iwhimg {
    width: 100%;
  }
  .icomcur .iwhtext {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
  }
  .icomcur .iwhtext .wtit {
    font-size: 16px;
  }
}
.jjuean {
  padding: 70px 0px;
}
.jjuean > h1 {
  font-size: 38px;

  line-height: 50px;
  color: var(--fs-color-primary);
  border-bottom: 2px solid var(--fs-color-primary);
  padding-bottom: 30px;
}
.jjuean .jjimg {
  display: flex;
  justify-content: center;
}
.jjuean .jjimg section {
  position: relative;
  max-width: 1000px;
}
.jjimg dd {
  display: flex;
  align-items: center;
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 18px;
  position: absolute;
  cursor: pointer;
}
.jjimg dd span {
  color: var(--fs-color-primary);
  font-size: 18px;
  width: 36px;
  height: 36px;
  border: 2px solid var(--fs-color-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.jjimg dd p {
  font-size: 14px;
  padding: 0px 20px 0px 45px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 18px;
  background: var(--fs-color-primary);
  white-space: nowrap;
  line-height: 35px;
  opacity: 0;
  transition: opacity 0.3s;
  transform: scale(0);
}
.jjimg dd:hover {
  z-index: 3;
}
.jjimg dd:hover p {
  opacity: 1;
  transform: scale(1);
}
.jjuean .table {
  width: 100%;
}
.jjuean table {
  width: 100%;
  margin: 80px 0 0;
  table-layout: fixed;
}
.jjuean table thead tr td {
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  padding-bottom: 30px;
}
.jjuean table thead tr td:nth-child(1) {
  width: 38%;
}
.jjuean table thead tr td:nth-child(2) {
  width: 62%;
}
.jjuean table tbody tr td {
  border: 0;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  vertical-align: top;
}
.jjuean table td h2 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: var(--fs-color-primary);
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.jjuean table td span {
  background: #e1f0e2;
  display: block;
  line-height: 75px;
  border-radius: 45px 15px 15px 35px;
  padding-left: 100px;
  padding-right: 30px;
  font-size: 20px;
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jjuean table tr td section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto 0 0;
}
.jjuean table tr td section:last-child {
  margin-bottom: 0;
}
.jjuean table tr td i {
  width: 30px;
}
.jjuean table tr td a,
.jjuean table tr td p {
  border: 1px solid var(--fs-color-primary);
  border-radius: 15px;
  line-height: 73px;
  text-align: center;
  font-size: 18px;
  width: calc(98% - 30px);
  display: block;
  transition: 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
}
.jjuean table tr td a:last-child,
.jjuean table tr td p:last-child {
  margin-bottom: 0;
}
.jjuean table tr td a:hover {
  color: #fff;
  background: var(--fs-color-primary);
}
@media (max-width: 1440px) {
  .jjuean {
    padding: 60px 0px;
  }
  .jjuean > h1 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .jjuean .jjimg section {
    max-width: 1000px;
  }
  .jjimg dd {
    border-radius: 15px;
    margin: 4px 0px 0px;
  }
  .jjimg dd span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--fs-color-primary);
    line-height: 28px;
  }
  .jjimg dd p {
    font-size: 14px;
    padding: 0px 20px 0px 40px;
    border-radius: 15px;
    line-height: 28px;
  }
  .jjuean table {
    margin: 60px 0 0;
  }
  .jjuean table tbody tr td {
    padding-bottom: 15px;
  }
  .jjuean table td h2 {
    width: 65px;
    height: 65px;
    line-height: 55px;
    font-size: 22px;
  }
  .jjuean table td span {
    line-height: 65px;
    border-radius: 65px 15px 15px 65px;
    padding-left: 80px;
    padding-right: 20px;
    font-size: 18px;
  }
  .jjuean table tr td section {
    width: 96%;
    margin: 0 0 15px auto;
  }
  .jjuean table tr td i {
    width: 25px;
  }
  .jjuean table tr td a,
  .jjuean table tr td p {
    border-radius: 15px;
    line-height: 63px;
    font-size: 16px;
    width: calc(98% - 25px);
  }
}
@media (max-width: 992px) {
  .jjuean {
    padding: 20px 0px;
  }
  .jjuean > h1 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--fs-color-primary);
  }
  .jjimg dd {
    border-radius: 15px;
    margin: -3px 0px 0px;
  }
  .jjimg dd span {
    font-size: 12px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--fs-color-primary);
    line-height: 16px;
  }
  .jjimg dd p {
    font-size: 12px;
    padding: 0px 10px 0px 25px;
    border-radius: 9px;
    line-height: 16px;
  }
  .jjuean .table {
    overflow-x: auto;
  }
  .jjuean table {
    margin: 20px 0 0;
  }
  .jjuean table tbody tr td {
    padding-bottom: 10px;
    display: block;
  }
  .jjuean table thead {
    display: none;
  }
  .jjuean table thead tr td:nth-child(1) {
    width: 100%;
  }
  .jjuean table thead tr td:nth-child(2) {
    width: 100%;
  }
  .jjuean table td h2 {
    width: 45px;
    height: 45px;
    line-height: 35px;
    font-size: 18px;
  }
  .jjuean table td span {
    line-height: 45px;
    border-radius: 45px 10px 10px 45px;
    padding-left: 60px;
    padding-right: 10px;
    font-size: 16px;
  }
  .jjuean table tr td section {
    width: 96%;
    margin: 0 0 5px auto;
  }
  .jjuean table tr td i {
    display: none;
  }
  .jjuean table tr td a,
  .jjuean table tr td p {
    border-radius: 10px;
    line-height: 19px;
    font-size: 14px;
    padding: 12px 0px;
    width: 100%;
  }
}
.ivideo {
  padding: 60px 0px 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ivflanmu {
  width: 19%;
}

.ivflanmu dl {
  margin: 0;
}
.ivflist,
.ivview {
  width: 79%;
}
.ivflanmu h1 {
  color: #fff;
  background: var(--fs-color-primary);
  font-size: 18px;
  line-height: 50px;

  padding: 5px 25px;
  text-transform: uppercase;
  margin: 0px 0px 5px;
}
.ivflanmu dl dd {
  display: block;
  margin: 0;
}

.ivflanmu dl dd a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.02);
  transition: 0.3s;
  padding: 10px 25px;
  margin-bottom: 1px;
  color: #000;
  font-weight: 500;
}
.ivflanmu dl dd a:hover,
.ivflanmu dl dd.on a {
  color: #fff;
  background: var(--fs-color-primary);
}
.ivflist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  padding-bottom: 15px;
  list-style: none;
}
.ivflist ul li {
  width: 25%;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.ivflist li img {
  width: 100%;
}
.ivflist li i {
  display: flex;
  position: relative;
  height: 220px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.ivflist li p {
  font-size: 16px;
  line-height: 36px;
  text-align: center;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0px 0px;
  color: #000;
}
.ivflist li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ivflist li i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
    center no-repeat;
  background-size: 50px auto;
  z-index: 2;
}
.ivview ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ivview li {
  width: 100%;
  margin-bottom: 15px;
}
.ivview li section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.ivview li section h2 {
  font-size: 20px;
  line-height: 32px;

  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px 0px 10px;
}
.ivview li section h2::before {
  content: "";
  width: 4px;
  height: 18px;
  background: var(--fs-color-primary);
  margin-right: 10px;
}
.ivview li span {
  display: flex;
  flex-wrap: wrap;
}
.ivview li span a {
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  padding: 0px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08) inset;
  margin-bottom: 5px;
}
.ivview li span p {
  line-height: 32px;
  text-align: center;

  font-size: 15px;
  margin: 0px 0px 0px;
}
.ivview li span a:hover,
.ivview li span a.active {
  box-shadow: 0px 0px 20px rgba(33, 155, 68, 0.3) inset;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}
.ivview li dl {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 0px;
  margin: 0px -10px;
  max-height: 241px;
  overflow: hidden;
}
.ivview li dl.dlall {
  max-height: none;
}
.ivview dl dd {
  width: 25%;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.ivview dl dd i {
  display: flex;
  position: relative;
  height: 190px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.ivview dl dd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ivview dl dd i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
    center no-repeat;
  background-size: 40px auto;
  z-index: 2;
  transition: 0.3s;
}
.ivview dl dd p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;

  margin: 6px 0px 0px;
  text-overflow: ellipsis;
  overflow: hidden;

  white-space: nowrap;
}
.ivview dl dd a:hover i::after {
  background: rgba(0, 0, 0, 0.6) url(/wp-content/uploads/2026/05/Play2.png)
    center no-repeat;
  background-size: 40px auto;
}
.ivview .showall {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;

  transition: 0.3s;
  line-height: 32px;
  cursor: pointer;
  padding: 0px 20px;
  box-shadow: 0px 0px 20px rgba(33, 155, 68, 0.3) inset;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  transition: 0.3s;
}
.ivview .showall div {
  margin-left: 5px;
  transform: rotate(90deg);
  font-size: 12px;
  transition: 0.3s;
}
.ivview .showall.oup div {
  transform: rotate(-90deg);
}
.ivview .showall:hover {
  color: #fff;
  background: var(--fs-color-primary);
}
.issou {
  margin: 0px 0px 40px;
  background: linear-gradient(to right, #f3f8fd, #edf6fe);
  padding: 35px;
}
.issou form {
  display: flex;
  justify-content: space-between;
}
.issou form input {
  width: 85%;
  border: 0;
  line-height: 20px;
  font-size: 14px;

  height: 56px;
  padding: 18px;
}
.issou form button {
  width: 15%;
  border: 0;
  font-size: 18px;
  color: #fff;

  background: var(--fs-color-primary);
  transition: 0.3s;
}
.issou form button:hover {
  cursor: pointer;
  background: var(--fs-color-secondary);
}
.readmore {
  cursor: pointer;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  background: var(--fs-color-primary);
  color: #fff;
  font-size: 16px;

  transition: 0.3s;
}
.readmore:hover {
  background: var(--fs-color-secondary);
}
@media (max-width: 1440px) {
  .ivideo {
    padding: 40px 0px;
  }
  .ivflanmu {
    width: 23%;
  }
  .ivflist,
  .ivview {
    width: 74%;
  }
  .ivflanmu h1 {
    font-size: 18px;
    line-height: 45px;
    padding: 5px 25px;
  }
  .ivflanmu dl dd a {
    font-size: 15px;
    line-height: 30px;
    padding: 8px 25px;
  }
  .ivflist ul {
    margin: 0px -10px;
    padding-bottom: 10px;
  }
  .ivflist ul li {
    width: 33.33333333333%;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
  .ivflist li i {
    height: 200px;
  }
  .ivflist li p {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0px 0px;
  }
  .ivflist li i::after {
    background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 40px auto;
  }
  .readmore {
    width: 180px;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
    font-size: 14px;
  }
  .ivview li section h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 10px;
  }
  .ivview li span p {
    line-height: 30px;
    font-size: 14px;
  }
  .ivview li span a:hover,
  .ivview li span a.active {
    box-shadow: 0px 0px 15px rgba(33, 155, 68, 0.3) inset;
  }
  .ivview li dl {
    padding: 10px 0px 0px;
    margin: 0px -5px;
    max-height: 169px;
  }
  .ivview dl dd {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .ivview dl dd i {
    height: 130px;
  }
  .ivview dl dd i::after {
    background-size: 30px auto;
  }
  .ivview dl dd p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px 0px;
  }
  .ivview dl dd a:hover i::after {
    background: rgba(0, 0, 0, 0.6) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 30px auto;
  }
  .ivview .showall {
    line-height: 30px;
    padding: 0px 15px;
    box-shadow: 0px 0px 15px rgba(33, 155, 68, 0.3) inset;
  }
}
.ivmlm {
  display: none;
}
@media (max-width: 992px) {
  .ivideo {
    padding: 0px 0px 20px;
    flex-wrap: wrap;
  }
  .ivmlm {
    display: block;
    background: var(--fs-color-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    padding: 0px 15px;
  }
  .ivmlm p {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .ivmlm span {
    width: 25px;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 5px 1px;
    position: relative;
  }
  .ivmlm span i {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .ivmlm span.pa i:nth-child(2) {
    opacity: 0;
  }
  .ivmlm span.pa i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  .ivmlm span.pa i:nth-child(1) {
    transform: rotate(45deg);
  }
  .ivmlm span.pa i:nth-child(3) {
    transform: rotate(-45deg);
  }
  .ivflanmu {
    position: relative;
    z-index: 3;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .ivflanmu .dl {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .ivflanmu h1 {
    display: none;
  }
  .ivflanmu dl {
    flex-wrap: wrap;
    margin: 0px -2px;
    display: flex;
  }
  .ivflanmu dl dd {
    width: 50%;
    padding: 2px;
  }
  .ivflanmu dl dd a {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
  }
  .ivflist {
    padding: 15px 0px 0px;
    width: 100%;
  }
  .ivflist ul {
    margin: 0px -5px;
    padding-bottom: 5px;
  }
  .ivflist ul li {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .ivflist li i {
    height: 120px;
  }
  .ivflist li i::after {
    background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 30px auto;
  }
  .ivflist li p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px 0px;
  }
  .ivview {
    padding: 15px 0px 0px;
    width: 100%;
  }
  .ivview li section h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 6px;
  }
  .ivview li span a {
    padding: 0px 10px;
    margin-right: 5px;
  }
  .ivview li span p {
    line-height: 26px;
    font-size: 14px;
  }
  .ivview li span a:hover,
  .ivview li span a.active {
    box-shadow: 0px 0px 10px rgba(33, 155, 68, 0.3) inset;
  }
  .ivview li dl {
    padding: 10px 0px 0px;
    margin: 0px -5px;
    max-height: 300px;
  }
  .ivview dl dd {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .ivview dl dd i {
    height: 110px;
  }
  .ivview dl dd i::after {
    background-size: 30px auto;
  }
  .ivview dl dd p {
    font-size: 13px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 0px 0px;
  }
  .ivview dl dd a:hover i::after {
    background: rgba(0, 0, 0, 0.6) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 30px auto;
  }
  .ivview .showall {
    line-height: 26px;
    padding: 0px 10px;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgba(33, 155, 68, 0.3) inset;
  }
  .issou {
    margin: 0px 0px 15px;
    padding: 10px;
  }
  .issou form input {
    width: 80%;
    line-height: 20px;
    font-size: 14px;
    height: 40px;
    padding: 10px;
  }
  .issou form button {
    width: 20%;
    font-size: 14px;
  }
  .readmore {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
.ivlanmu {
  width: 100%;
}
.ivlist {
  width: 100%;
}
.ivlanmu dl {
  display: flex;
  margin: 0px 0px 40px;
}
.ivlanmu dl dd {
  margin: 0;
}
.ivlanmu dl dd a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid rgba(44, 155, 69, 0.3);
  transition: 0.3s;
  padding: 10px 20px;
  border-left: 0;
  margin: 0;
  color: #000;
}
.ivlanmu dl dd:first-child a {
  border-left: 1px solid rgba(44, 155, 69, 0.3);
}
.ivlanmu dl dd a:hover,
.ivlanmu dl dd.on a {
  color: #fff;
  background: var(--fs-color-primary);
}
.ivlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
  list-style: none;
}
.ivlist li {
  width: 50%;
  margin-bottom: 20px;
}
.ivlist li i {
  display: flex;
  position: relative;
  height: 220px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.ivlist li section {
  display: flex;
  flex-wrap: wrap;
}
.ivlist li h2 {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: 0px 0px 15px;

  display: flex;
  align-items: center;
}
.ivlist li h2::before {
  content: "";
  width: 4px;
  height: 18px;
  background: var(--fs-color-primary);
  margin-right: 10px;
}
.ivlist li a {
  width: 35%;
  margin-right: 2%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
  transition: 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08) inset;
}
.ivlist li i {
  height: 110px;
  background: url(/wp-content/uploads/2026/05/pdfpic.png) center no-repeat;
  background-size: 50px auto;
}
.ivlist li p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  margin: 0px 0px 0px;
}
.ivlist li a:hover {
  box-shadow: 0px 0px 20px rgba(33, 155, 68, 0.3) inset;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}
@media (max-width: 1440px) {
  .ivlanmu dl {
    margin: 0px 0px 30px;
    flex-wrap: wrap;
  }
  .ivlanmu dl dd {
    margin-bottom: 5px;
  }
  .ivlanmu dl dd a {
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 15px;
  }
  .ivlist ul {
    padding-bottom: 15px;
  }
  .ivlist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ivlist li i {
    height: 200px;
  }
  .ivlist li h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 0px 0px 10px;
  }
  .ivlist li i {
    height: 100px;
    background: url(/wp-content/uploads/2026/05/pdfpic.png) center no-repeat;
    background-size: 40px auto;
  }
  .ivlist li p {
    font-size: 14px;
    line-height: 20px;
  }
  .ivlist li a:hover {
    box-shadow: 0px 0px 15px rgba(33, 155, 68, 0.3) inset;
  }
}
@media (max-width: 992px) {
  .ivlanmu {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 3;
  }
  .ivlanmu .dl {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .ivlanmu dl {
    margin: 0px 0px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ivlanmu dl dd {
    width: 49%;
    margin-bottom: 5px;
  }
  .ivlanmu dl dd a {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 18px;
    border-right: 1px solid rgba(44, 155, 69, 0.3);
  }
  .ivlist {
    padding: 15px 0px 0px;
  }
  .ivlist ul {
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
  .ivlist li {
    width: 100%;
    margin-bottom: 10px;
  }
  .ivlist li i {
    height: 80px;
    background: url(/wp-content/uploads/2026/05/pdfpic.png) center no-repeat;
    background-size: 40px auto;
  }
  .ivlist li h2 {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0px 10px;
  }
  .ivlist li p {
    font-size: 14px;
    line-height: 20px;
  }
  .ivlist li a:hover {
    box-shadow: 0px 0px 15px rgba(33, 155, 68, 0.3) inset;
  }
}
.ipart {
  padding: 60px 0px 100px;
}
.ipart ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  list-style: none;
}
.ipart ul li {
  width: 20%;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.ipart li i {
  border: 2px solid var(--fs-color-primary);
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.ipart li i img {
  width: 100%;
  transition: 1s;
}
.ipart li p {
  text-align: center;
  line-height: 30px;
  margin: 10px 0px 0px;
  font-size: 16px;
  transition: 0.3s;
  color: #000;
}
.ipart li a:hover i img {
  transform: scale(1.1);
}
.ipart li a:hover p {
  color: var(--fs-color-primary);
}
.ipartd {
  padding: 50px 0px 80px;
}
.ipartd ul {
  display: flex;
  flex-wrap: wrap;
}
.ipartd ul li {
  width: 33.333333333%;
  margin-bottom: 20px;
}
.ipartd li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ipartd li i {
  width: 45%;
  border: 1px solid var(--fs-color-primary);
  border-radius: 10px;
  overflow: hidden;
}
.ipartd li .imemo {
  width: 50%;
}
.ipartd li p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0px 10px;
}
.ipartd li section {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1440px) {
  .ipart {
    padding: 50px 0px 60px;
  }
  .ipart ul li {
    width: 25%;
  }
  .ipart li p {
    line-height: 30px;
    margin: 10px 0px 0px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .ipart {
    padding: 15px 0px;
  }
  .ipart ul {
    margin: 0px -5px;
  }
  .ipart ul li {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .ipart li i {
    border: 1px solid var(--fs-color-primary);
    border-radius: 5px;
  }
  .ipart li p {
    line-height: 22px;
    margin: 5px 0px 0px;
    font-size: 14px;
  }
}
.ifaq {
  background: linear-gradient(to right, #f3f8fd, #edf6fe);
  padding: 80px 0px;
}
.ifaq ul li {
  margin: 0px 0px 25px;
}
.ifaq li dt {
  font-size: 18px;

  line-height: 30px;
  color: #000;
  display: flex;
  padding: 25px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.06);
}
.ifaq li dd {
  display: none;
  padding-top: 1px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.06);
}
.ifaq li .iques {
  background: #fff;
  display: flex;
  font-size: 16px;
  line-height: 28px;

  padding: 25px;
}
.ifaq li dl span {
  font-size: 20px;
  font-weight: 500;
  width: 30px;
}
.ifaq li section {
  width: calc(100% - 30px);
}
.ifaq li dt p {
  width: calc(100% - 30px);
}
.ifaq li .slidedown {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ifaq li .slidedown i {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
}
.ifaq li .slidedown i::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--fs-color-primary);
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.ifaq li .slidedown i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--fs-color-primary);
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (max-width: 1440px) {
  .ifaq {
    padding: 40px 0px;
  }
  .ifaq ul li {
    margin: 0px 0px 15px;
  }
  .ifaq li dt {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
  }
  .ifaq li .iques {
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
  }
  .ifaq li dl span {
    font-size: 20px;
  }
  .ifaq li .slidedown i {
    width: 20px;
    height: 20px;
  }
}
.inotice {
  padding: 80px 0px 100px;
  background: linear-gradient(to right, #f3f8fd, #edf6fe);
}
.inotice ul {
  padding-bottom: 30px;
}
.inotice li {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04);
}
.inotice li dt {
  padding: 23px 25px;
  position: relative;
  border-left: 3px solid var(--fs-color-primary);
  cursor: pointer;
}
.inotice li dt p {
  font-size: 18px;
  line-height: 30px;
}
.inotice li dt .slidedown {
  background: var(--fs-color-primary);
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inotice .slidedown i {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.3s;
}
.inotice li.on .slidedown i {
  transform: rotate(135deg);
}
.inotice .slidedown i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
}
.inotice .slidedown i::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  left: 50%;
}
.inotice li dd {
  background: rgba(0, 0, 0, 0.02);
  display: none;
}
.inotice .iques {
  padding: 50px 30px 60px 5%;

  line-height: 34px;
  font-size: 16px;
}
.inotice .iques section {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px 4% 20px 10px;
  margin: 0px 0px 35px;
}
.inotice .iques section::-webkit-scrollbar {
  width: 7px;
}
.inotice .iques section::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 7px;
}
.inotice .iques section::-webkit-scrollbar-thumb {
  background: var(--fs-color-primary);
  border-radius: 7px;
}
.inotice .iques > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 50px;
  color: #fff;
  background: var(--fs-color-primary);
  line-height: 50px;
  padding: 0px 20px;
  transition: 0.3s;
}
.inotice .iques > a::after {
  content: "";
  border-left: 11px #fff solid;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
}
.inotice .iques > a:hover {
  background: var(--fs-color-secondary);
}
@media (max-width: 1440px) {
  .inotice {
    padding: 60px 0px;
  }
  .inotice ul {
    padding-bottom: 20px;
  }
  .inotice li {
    margin-bottom: 15px;
  }
  .inotice li dt {
    padding: 20px;
  }
  .inotice li dt p {
    font-size: 16px;
    line-height: 24px;
  }
  .inotice li dd {
    background: rgba(0, 0, 0, 0.02);
    display: none;
  }
  .inotice .iques {
    padding: 30px 20px 40px 4%;
    line-height: 28px;
    font-size: 14px;
  }
  .inotice .iques section {
    max-height: 350px;
  }
  .inotice .iques > a {
    width: 140px;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
  }
  .inotice .iques > a::after {
    border-left: 10px #fff solid;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
  }
}
@media (max-width: 992px) {
  .inotice {
    padding: 20px 0px;
  }
  .inotice ul {
    padding-bottom: 10px;
  }
  .inotice li {
    margin-bottom: 10px;
  }
  .inotice li dt {
    padding: 15px 10px;
  }
  .inotice li dt p {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 50px);
  }
  .inotice li dt .slidedown {
    width: 22px;
  }
  .inotice .slidedown i {
    width: 14px;
    height: 14px;
  }
  .inotice .iques {
    padding: 20px 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .inotice .iques section {
    max-height: 335px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 0;
  }
  .inotice .iques > a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
  }
  .inotice .iques > a::after {
    border-left: 10px #fff solid;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
  }
}
.icase {
  padding: 80px 0px;
}
.icase ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.icase ul li {
  width: 20%;
  padding: 0px 15px;
  margin-bottom: 40px;
}
.icase li a {
  display: block;
  position: relative;
}
.icase li i {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.icase li section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;

  line-height: 32px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.icase li i h2 {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.icase li i h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 10px auto;
}
.icase li a:hover section {
  opacity: 1;
}
.icase li a .icstext {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin: 20px 0px 0px;
}
@media (max-width: 1440px) {
  .icase {
    padding: 60px 0px;
  }
  .icase ul {
    margin: 0px -10px;
  }
  .icase ul li {
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .icase li section {
    font-size: 14px;
    line-height: 26px;
  }
  .icase li i h2 {
    font-size: 16px;
  }
  .icase li i h2::after {
    margin: 10px auto;
  }
  .icase li a .icstext {
    font-size: 16px;
    margin: 10px 0px 0px;
  }
}
@media (max-width: 992px) {
  .icase {
    padding: 20px 0px;
  }
  .icase ul {
    margin: 0px -5px;
  }
  .icase ul li {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .icase li section {
    font-size: 14px;
    line-height: 26px;
  }
  .icase li i h2 {
    font-size: 16px;
  }
  .icase li i h2::after {
    margin: 10px auto;
  }
  .icase li a .icstext {
    font-size: 16px;
    margin: 5px 0px 0px;
  }
}
.bscon {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.bscon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bscon ul li {
  width: 90%;
  max-width: 1000px;
  max-height: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 50px 50px;
  position: relative;
}
.bscon iframe {
  width: 100%;
  height: 300px;
  max-height: 100%;
}
.bscon h2 {
  height: 36px;
  position: relative;
}
.bscon h2 i {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bscon h2 i:after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--fs-color-primary);
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: 50% 45%;
}
.bscon h2 i:before {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--fs-color-primary);
  border-radius: 2px;
  transform: rotate(-45deg);
  transform-origin: 50% 45%;
}
@media (max-width: 1440px) {
  .bscon ul li {
    border-radius: 5px;
    padding: 20px 40px 40px;
  }
}
@media (max-width: 992px) {
  .bscon ul li {
    border-radius: 5px;
    padding: 10px 20px 20px;
  }
  .bscon iframe {
    width: 100%;
    height: 300px;
    max-height: 100%;
  }
  .bscon h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .bscon h2 {
    height: 30px;
  }
  .bscon h3 i,
  .bscon h2 i {
    width: 20px;
    height: 20px;
  }
  .bscon h3 i:before,
  .bscon h2 i:before {
    transform-origin: 50% 40%;
  }
}
.bkcon ul li {
  max-width: 880px;
  padding: 20px 20px 30px 30px;
}
.bkcon iframe {
  height: 320px;
}
.bknum ul li {
  max-width: 1280px;
  padding: 20px 20px 30px 30px;
}
.bknum iframe {
  height: 500px;
}
.bookcon {
  padding: 10px 50px 20px 20px;
}
.bookcon dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 40px;
}
.bookcon dt {
  display: flex;
  align-items: flex-start;
}
.bookcon dt i {
  display: block;
  border: 1px solid rgba(44, 155, 69, 0.6);
}
.bookcon dd h4 {
  font-size: 22px;
  color: var(--fs-color-primary);

  padding-bottom: 15px;
  padding-top: 5px;
  border-bottom: 1px solid var(--fs-color-primary);
}
.bookcon dd section {
  color: #575d6a;
  line-height: 26px;

  font-size: 14px;
  padding: 15px 0px;
}
.bookcon dd a {
  margin-top: 20px;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  width: 30%;
  text-align: center;
  border: solid 1px #0e5675;
  color: #0e5675;
  transition: 0.3s;
}
.bookcon dd a:hover {
  color: #fff;
  background: #0e5675;
}
@media (max-width: 1440px) {
  .bkcon ul li {
    max-width: 800px;
    padding: 20px 40px 30px 30px;
  }
  .bkcon iframe {
    height: 320px;
  }
  .bookcon {
    padding: 0px;
  }
  .bookcon dl {
    grid-gap: 30px;
  }
  .bookcon dd h4 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .bkcon ul li {
    max-width: 800px;
    padding: 15px;
  }
  .bkcon iframe {
    height: 320px;
  }
  .bookcon {
    padding: 0px;
  }
  .bookcon dl {
    grid-gap: 15px;
  }
  .bookcon dd h4 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .bookcon dd section {
    line-height: 22px;
    font-size: 14px;
    padding: 10px 0px;
  }
}
.booknum {
  padding: 10px 50px 20px 20px;
}
.booknum h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.booknum dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 0px;
}
.booknum dl dt {
  width: 49%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}
.booknum dl dd {
  width: 45%;
  font-size: 18px;

  line-height: 36px;
}
.booknum dl dd td {
  vertical-align: middle;
  padding: 10px 0px;
}
.booknum dl dd td:nth-child(2n) {
  padding: 0px 30px 0px 20px;
}
@media (max-width: 1440px) {
}
@media (max-width: 500px) {
}
.ishehui {
  padding: 80px 0px;
  background: #f4f3f3 url(../images/xbg.jpg) right center no-repeat;
  background-size: 50% auto;
}
.ishehui section {
  font-size: 16px;
  line-height: 32px;

  margin: 40px 0px 0px;
  text-indent: 36px;
}
.ishehui h1 {
  margin: 0px 0px 20px;
  display: flex;
  justify-content: center;
}
.ishehui h1 p {
  font-size: 30px;
  color: var(--fs-color-primary);
  line-height: 50px;

  text-transform: uppercase;
  border-bottom: 1px solid rgba(44, 155, 69, 0.3);
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .ishehui {
    padding: 60px 0px;
  }
  .ishehui section {
    font-size: 16px;
    line-height: 34px;
    margin: 20px 0px 0px;
    text-indent: 32px;
  }
  .ishehui h1 p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .ishehui {
    padding: 20px 0px;
  }
  .ishehui section {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 0px;
    text-indent: 28px;
  }
  .ishehui h1 p {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
  }
}
.iaixin {
  background: #fff;
  padding: 80px 0px 90px;
}
.iaixin h1,
.iaixin h2 {
  text-align: center;
}
@media (max-width: 1440px) {
  .iaixin {
    padding: 60px 0px 70px;
  }
}
@media (max-width: 992px) {
  .iaixin {
    padding: 20px 0px;
  }
}
.icontact {
  padding: 80px 0px;
}
.icontact h1 {
  font-size: 38px;
  color: var(--fs-color-primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 46px;
  padding-bottom: 20px;
}
.icontact ul {
  background: rgba(0, 0, 0, 0.03);
  margin: 35px 0px 0px;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icontact ul li {
  background: #fff;
  width: 32%;
  margin-bottom: 30px;
}
.icontact dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}
.icontact dl dt {
  width: 85px;
  height: 100px;
  background-color: var(--fs-color-primary);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  text-align: center;
  line-height: 100px;
}
.icontact dt i {
  color: #fff;
  font-size: 40px;
}
.icontact li:nth-child(4) dt i {
  font-size: 38px;
}
.icontact dd {
  width: calc(100% - 120px);
}
.icontact dd h3 {
  font-size: 18px;

  line-height: 30px;
  color: var(--fs-color-primary);
}
.icontact dd section {
  font-size: 16px;
  line-height: 26px;

  text-transform: capitalize;
  margin: 7px 0px 0px;
}
@media (max-width: 1440px) {
  .icontact {
    padding: 60px 0px;
  }
  .icontact h1 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .icontact ul {
    margin: 20px 0px 0px;
    padding: 25px;
  }
  .icontact ul li {
    margin-bottom: 20px;
  }
  .icontact dl {
    padding: 15px;
  }
  .icontact dl dt {
    width: 65px;
    height: 80px;
    line-height: 80px;
  }
  .icontact dt i {
    font-size: 30px;
  }
  .icontact li:nth-child(4) dt i {
    font-size: 28px;
  }
  .icontact dd {
    width: calc(100% - 88px);
  }
  .icontact dd h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .icontact dd section {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0px 0px;
  }
}
@media (max-width: 992px) {
  .icontact {
    padding: 20px 0px;
  }
  .icontact h1 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .icontact ul {
    margin: 10px 0px 0px;
    padding: 10px;
  }
  .icontact ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .icontact ul li:nth-child(n + 4) {
    margin-bottom: 10px;
  }
  .icontact ul li:last-child {
    margin-bottom: 0px;
  }
  .icontact dl {
    padding: 15px;
  }
  .icontact dl dt {
    width: 54px;
    height: 65px;
    line-height: 65px;
  }
  .icontact dt i {
    font-size: 24px;
  }
  .icontact li:nth-child(4) dt i {
    font-size: 22px;
  }
  .icontact dd {
    width: calc(100% - 68px);
  }
  .icontact dd h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .icontact dd section {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px 0px;
  }
}
.imap {
  height: 600px;
  position: relative;
  z-index: 6;
}
.imap .BMap_bubble_content {
  line-height: 24px;
}
.imap .BMap_bubble_content b {
  font-size: 16px;
}
.imap img {
  max-width: none;
}
.imap .imessage {
  position: absolute;
  width: 500px;
  z-index: 9;
  top: 0;
  left: 10%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.imap form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86%;
}
.imap form h1 {
  text-transform: uppercase;
  width: 100%;
  font-size: 24px;
  color: var(--fs-color-primary);
  line-height: 30px;
}
.imap form span {
  display: block;
  width: 100%;
  font-size: 14px;

  line-height: 24px;
  margin: 5px 0px 20px;
}
.imap form input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 20px;
  padding: 12px 15px;
  margin-bottom: 12px;
  font-size: 14px;
}
.imap form input.ban {
  width: 49%;
}
.imap form .country-select-container {
  margin: 0 0 12px 0;
  width: 100%;
  max-width: 100%;
}
.imap form .country-select-wrapper {
  border: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0px 15px;
  border-radius: 0;
}
.imap form .country-select-wrapper input {
  margin: 0;
  border: 0;
}
.imap form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 20px;
  padding: 12px 15px;
  margin-bottom: 12px;
  resize: none;
  font-size: 14px;
}
.imap form button {
  width: 100%;
  height: 50px;
  border: 0;
  background: var(--fs-color-primary);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;

  text-transform: uppercase;
}
.imap form button:hover {
  cursor: pointer;
  background: var(--fs-color-secondary);
}
.imap #dituContent {
  width: 100%;
  height: 100%;
  z-index: 6;
}
@media (max-width: 1440px) {
  .imap {
    height: 500px;
  }
  .imap .BMap_bubble_content {
    line-height: 20px;
  }
  .imap .BMap_bubble_content b {
    font-size: 14px;
  }
  .imap .imessage {
    width: 400px;
  }
  .imap form {
    width: 86%;
  }
  .imap form h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .imap form span {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0px 15px;
  }
  .imap form input {
    padding: 8px 15px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .imap form textarea {
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  .imap form button {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .imap {
    height: 330px;
  }
  .imap .BMap_bubble_content {
    line-height: 20px;
  }
  .imap .BMap_bubble_content b {
    font-size: 14px;
  }
  .imap .imessage {
    width: 45%;
    left: 0;
  }
  .imap form {
    width: 86%;
  }
  .imap form h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .imap form span {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0px 10px;
  }
  .imap form input {
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .imap form textarea {
    padding: 10px 15px;
    margin-bottom: 5px;
    max-height: 60px;
    font-size: 12px;
  }
  .imap form button {
    height: 40px;
    font-size: 14px;
  }
}
.inews {
  padding: 80px 0px;
}
.inews ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  list-style: none;
}
.inews ul li {
  width: 25%;
  padding: 0px 15px;
  margin-bottom: 40px;
}
.inews li a {
  display: block;
  transition: 0.3s;
}
.inews li i {
  display: flex;
  height: 265px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.inews li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 1s;
}
.inews li span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 20px 0px 10px;
}
.inews li p {
  font-size: 16px;

  line-height: 24px;
}
.inews li a:hover {
  color: var(--fs-color-primary);
}
.inews .page-list a {
  border: 1px solid rgba(44, 155, 69, 0.3);
  line-height: 42px;
  width: 42px;
  height: 42px;
}
.inews li a:hover img {
  transform: scale(1.1);
}
.inbanner {
  position: relative;
}
.inbanner h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 1440px) {
  .inews {
    padding: 60px 0px;
  }
  .inews ul {
    margin: 0px -10px;
  }
  .inews ul li {
    width: 33.33333333%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .inews li i {
    height: 250px;
    border-radius: 10px;
  }
  .inews li span {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 0px;
  }
  .inews li p {
    font-size: 16px;
    line-height: 24px;
  }
  .inews .page-list a {
    line-height: 36px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 992px) {
  .inews {
    padding: 20px 0px;
  }
  .inews ul {
    margin: 0px 0px;
  }
  .inews ul li {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .inbanner {
    padding-top: 40px;
  }
  .inbanner h2 {
    font-size: 22px;
    line-height: 40px;
  }
}
.inewsd {
  padding: 80px 0px;
  display: flex;
  justify-content: space-between;
}
.inewsd .inslist {
  width: 66%;
}
.inewsd .insrem {
  width: 26%;
}
.inslist .intitle {
  font-size: 20px;
  line-height: 30px;
}
.inslist .indate {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  font-size: 14px;

  color: #666;
  margin: 10px 0px 0px;
}
.inslist section {
  font-size: 16px;

  line-height: 36px;
  margin: 20px 0px 0px;
}
.insrem h1 {
  font-size: 24px;
  color: var(--fs-color-primary);

  text-transform: uppercase;
  line-height: 40px;
  margin: 0px 0px 40px;
}
.insrem li a {
  display: block;
  color: #000;
}
.insrem li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.insrem li p {
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
.insrem li span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0px 0px;
  color: #888;
}
.insrem li a:hover p {
  text-decoration: underline;
  color: var(--fs-color-primary);
}
.pageinfo {
  margin: 30px 0px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0px 0px;
}
.pageinfo p {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 20px;
  color: #666;
  transition: 0.3s;
}
.pageinfo a:hover {
  color: var(--fs-color-primary);
  text-decoration: underline;
}
@media (max-width: 1440px) {
  .inewsd {
    padding: 60px 0px;
  }
  .inewsd .inslist {
    width: 66%;
  }
  .inewsd .insrem {
    width: 26%;
  }
  .inslist .intitle {
    font-size: 20px;
    line-height: 30px;
  }
  .inslist .indate {
    margin: 10px 0px 0px;
  }
  .inslist section {
    font-size: 15px;
    line-height: 30px;
    margin: 15px 0px 0px;
  }
  .insrem h1 {
    font-size: 22px;
    line-height: 36px;
    margin: 0px 0px 30px;
  }
  .insrem li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .insrem li p {
    line-height: 26px;
    font-size: 16px;
  }
  .insrem li span {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px 0px;
  }
  .pageinfo {
    margin: 20px 0px 0px;
    padding: 20px 0px 0px;
  }
  .pageinfo p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px;
  }
}
@media (max-width: 992px) {
  .inewsd {
    padding: 20px 0px;
    flex-wrap: wrap;
  }
  .inewsd .inslist {
    width: 100%;
  }
  .inewsd .insrem {
    width: 100%;
    margin: 15px 0px 0px;
  }
  .inslist .intitle {
    font-size: 18px;
    line-height: 24px;
  }
  .inslist .indate {
    margin: 10px 0px 0px;
  }
  .inslist section {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0px 0px;
  }
  .insrem h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 20px;
  }
  .insrem li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .insrem li p {
    line-height: 26px;
    font-size: 16px;
  }
  .insrem li span {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px 0px;
  }
  .pageinfo {
    margin: 20px 0px 0px;
    padding: 20px 0px 0px;
  }
  .pageinfo p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px;
  }
}
.iblanmu dl {
  display: flex;
  justify-content: center;
  margin: 0px 0px 50px;
}
.iblanmu dd a {
  font-size: 30px;
  line-height: 46px;
  position: relative;
  padding: 0px 5px 10px;
}
.iblanmu dd:nth-child(1) {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.iblanmu dd:nth-child(1)::after {
  content: "";
  margin: 0px 0px 0px 30px;
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
}
.iblanmu dd.on a {
  color: var(--fs-color-primary);
}
.iblanmu dd a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--fs-color-primary);
  opacity: 0;
}
.iblanmu dd.on a::after {
  opacity: 1;
}
.ijob {
  padding: 80px 0;
}
.ijob h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
.ijob ul {
  margin: 0px 0px 50px;
}
.ijob .ijhead {
  display: flex;
  justify-content: space-between;
  background: var(--fs-color-primary);
}
.ijhead p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 25px;
  width: 15%;
}
.ijhead p:nth-child(4) {
  width: 40%;
}
.ijob li {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  transition: 0.3s;
}
.ijob li:nth-child(Odd) {
  background: rgba(44, 159, 66, 0.05);
}
.ijob li span {
  width: 15%;
  padding: 0px 25px;
  font-size: 16px;

  line-height: 30px;
}
.ijob li span:nth-child(4) {
  font-size: 15px;
  line-height: 26px;
  width: 40%;
}
.ijob li span a {
  display: block;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  line-height: 42px;
  text-align: center;
  width: 160px;
  transition: 0.3s;
}
.ijob li span a:hover {
  color: #fff;
  background: var(--fs-color-primary);
}
@media (max-width: 992px) {
  .iblanmu dl {
    margin: 0px 0px 15px;
  }
  .iblanmu dd a {
    font-size: 18px;
    line-height: 26px;
    padding: 0px 5px 5px;
  }
  .iblanmu dd:nth-child(1)::after {
    height: 20px;
  }
  .iblanmu dd a::after {
    height: 2px;
  }
  .ijob {
    padding: 20px 0;
  }
  .ijob h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .ijob ul {
    margin: 0px 0px 15px;
  }
  .ijob .ijhead {
    display: none;
  }
  .ijob li {
    display: block;
    align-items: center;
    padding: 10px 0px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ijob li:nth-child(Odd) {
    background: #fff;
  }
  .ijob li > span {
    display: flex;
    width: 100%;
    padding: 2px 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .ijob li > span::before {
    content: attr(data-title);
    font-weight: 500;
    margin-right: 10px;
    white-space: nowrap;
    width: 70px;
  }
  .ijob li > span:nth-child(4) {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
  .ijob li > span section {
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 22px;
  }
  .ijob li span a {
    line-height: 30px;
    width: 100px;
    font-size: 13px;
  }
}
.jlemail {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.jlemail ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.jlemail ul li {
  width: 300px;
  height: 190px;
  background: #fff;
}
.jlemail li h2 {
  display: flex;
  justify-content: space-between;
  line-height: 42px;
  background: #f8f8f8;
  padding: 0px 0px 0px 15px;
}
.jlemail li h2 p {
  font-size: 14px;
  color: #000;
}
.jlemail li h2 i {
  width: 42px;
  position: relative;
  cursor: pointer;
}
.jlemail li h2 i::after,
.jlemail li h2 i::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #666;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.jlemail li h2 i::after {
  transform: rotate(45deg);
}
.jlemail li h2 i::before {
  transform: rotate(-45deg);
}
.jlemail li section {
  padding: 15px 20px;
  font-size: 14px;

  line-height: 18px;
}
.jlemail li section a {
  color: var(--fs-color-primary);
  font-weight: 500;
}
.jlemail li span {
  border: 1px solid #dedede;
  background-color: #f1f1f1;
  line-height: 30px;
  padding: 0px 15px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  display: block;
  border-radius: 3px;
  cursor: pointer;
}
.imeiti {
  padding: 80px 0px;
  background: rgba(0, 0, 0, 0.015);
}
.imeiti ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
.imeiti ul li {
  width: 33.333333333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.imeiti li i {
  display: block;
  border: 2px rgba(0, 0, 0, 0.05) solid;
}
.imeiti li section {
  width: 100%;
  text-align: center;
}
.imeiti li p {
  width: 100%;
  font-size: 14px;

  color: #666;
  line-height: 18px;
  margin: 10px 0px;
}
.imeiti li h3 {
  width: 100%;
  font-size: 16px;

  line-height: 22x;
}
.imeiti .dyue {
  width: 40%;
  display: flex;
  margin: 0 auto 60px;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.imeiti .dyue i {
  width: 28%;
  border: 0;
}
.imeiti .dyue section {
  width: 40%;
  padding: 0px 15px;
  text-align: left;
}
.imeiti .dyue span {
  width: 25%;
}
.imeiti .dyue h2 {
  font-size: 24px;

  line-height: 40px;
  color: var(--fs-color-primary);
}
.imeiti .dyue h5 {
  color: var(--fs-color-primary);

  font-size: 16px;
  line-height: 20px;
  margin: 10px 0px 15px;
}
.imeiti .dyue h4 {
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 992px) {
  .imeiti {
    padding: 20px 0px;
  }
  .imeiti ul {
    width: 100%;
  }
  .imeiti ul li {
    width: 32%;
    margin-bottom: 15px;
  }
  .imeiti li i {
    border: 1px rgba(0, 0, 0, 0.05) solid;
  }
  .imeiti li p {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0px;
  }
  .imeiti li h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .imeiti .dyue {
    width: 100%;
    margin: 0 auto 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .imeiti .dyue i {
    width: 28%;
  }
  .imeiti .dyue section {
    width: 47%;
    padding: 0px 10px;
  }
  .imeiti .dyue span {
    width: 25%;
  }
  .imeiti .dyue h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .imeiti .dyue h5 {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0px;
  }
  .imeiti .dyue h4 {
    font-size: 14px;
  }
}
.inewsv {
  padding: 80px 0px;
  font-size: 18px;
}
.inewsv video {
  max-width: 100%;
}
@media (max-width: 992px) {
  .inewsv {
    padding: 20px 0px;
    font-size: 14px;
  }
}
.itplist {
  padding: 80px 0px 50px;
}
.itplist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
  list-style: none;
}
.itplist ul li {
  padding: 0px 30px;
  width: 16.6666666666666%;
  margin-bottom: 40px;
}
.itplist li p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0px 0px;
  color: #000;
}
@media (max-width: 1440px) {
  .itplist ul li {
    width: 20%;
  }
  .itplist li p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .inewsv {
    padding: 20px 0px;
  }
  .itplist {
    padding: 20px 0px;
  }
  .itplist ul {
    margin: 0px -5px;
  }
  .itplist ul li {
    padding: 0px 5px;
    width: 33.3333333333333%;
    margin-bottom: 10px;
  }
  .itplist li p {
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0px 0px;
  }
}
.gyuean {
  padding: 70px 0px;
}
.gyuean > h1 {
  border-bottom: 2px solid var(--fs-color-primary);
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
}
.gyuean > h1 p {
  font-size: 38px;
  font-weight: bold;
  line-height: 50px;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}
.gyuean > h1 span {
  font-size: 18px;
  line-height: 30px;
  color: #da0b06;
}
.gyuean > span {
  font-size: 18px;
  font-weight: 300px;
  line-height: 30px;
  color: var(--fs-color-primary);
  text-align: center;
  display: block;
}
.gyuean .gyimg {
  display: flex;
  justify-content: center;
  padding: 50px 0px 20px;
}
.gyuean .gyimg section {
  position: relative;
  max-width: 1000px;
}
.gyimg dd {
  display: flex;
  align-items: center;
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 18px;
  position: absolute;
  cursor: pointer;
}
.gyimg dl.onshow {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: -56%;
}
.gyimg dl.onshow dd {
  position: relative;
  width: 48%;
  top: 0 !important;
  left: 0 !important;
  margin-bottom: 20px;
}
.gyimg dd span {
  color: var(--fs-color-primary);
  font-size: 18px;
  width: 36px;
  height: 36px;
  border: 2px solid var(--fs-color-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.gyimg dd p {
  font-size: 14px;
  padding: 0px 20px 0px 45px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 18px;
  background: var(--fs-color-primary);
  white-space: nowrap;
  line-height: 35px;
  opacity: 0;
  transition: opacity 0.3s;
  transform: scale(0);
}
.gyimg dd:hover {
  z-index: 3;
}
.gyimg dd:hover p,
.gyimg dl.onshow dd p {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1440px) {
  .gyuean {
    padding: 50px 0px;
  }
  .gyuean > h1 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .gyuean .gyimg {
    padding: 40px 0px 20px;
  }
  .gyuean .gyimg section {
    max-width: 800px;
  }
  .gyimg dd span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .gyimg dd p {
    font-size: 14px;
    padding: 0px 10px 0px 35px;
    border-radius: 15px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .gyuean {
    padding: 20px 0px;
  }
  .gyuean > h1 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    border-width: 1px;
  }
  .gyuean .gyimg {
    padding: 20px 0px;
  }
  .gyuean .gyimg section {
    max-width: 90%;
  }
  .gyimg dd {
    transform: translateY(-5px);
  }
  .gyimg dl.onshow dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .gyimg dd span {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 18px;
    border-width: 1px;
  }
  .gyimg dd p {
    font-size: 12px;
    padding: 0px 10px 0px 25px;
    border-radius: 11px;
    line-height: 22px;
  }
}
.ivideos {
  padding: 60px 0px;
}
.ivlists ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 20px;
  margin: 0px 0px 30px;
}
.ivlists li p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0px 0px;
}
.ivlists li i {
  position: relative;
  display: block;
}
.ivlists li i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
    center no-repeat;
  background-size: 50px auto;
  z-index: 2;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.ivlists li a:hover i::after {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1440px) {
  .ivideos {
    padding: 40px 0px;
  }
  .ivlists ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 15px;
    margin: 0px 0px 20px;
  }
  .ivlists li p {
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0px 0px;
  }
  .ivlists li i::after {
    background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 35px auto;
  }
}
@media (max-width: 992px) {
  .ivideos {
    padding: 20px 0px;
  }
  .ivlists ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin: 0px 0px 10px;
  }
  .ivlists li p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px 0px;
  }
  .ivlists li i::after {
    background: rgba(0, 0, 0, 0.3) url(/wp-content/uploads/2026/05/Play2.png)
      center no-repeat;
    background-size: 35px auto;
  }
}

.ipdlist ul.page-numbers {
  text-align: center;
  display: block;
}

.ipdlist ul.page-numbers li {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.ipdlist ul.page-numbers li span,
.ipdlist ul.page-numbers li a {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border-width: 1px;
  line-height: 36px;
  opacity: 1;
  display: inline-block;
}

.ipdlist .nav-pagination > li i {
  top: 8px;
}

@media (min-width: 850px) {
  .h-100-pc.is-full-height {
    height: 100% !important;
  }
}

#canshu-body ul {
  display: block;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
}

#canshu-body ul li {
  width: 100%;
  margin-bottom: 10px;
}
