@charset "utf-8";
@keyframes btnMore {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
  }
}
.inner {
  margin: 0 auto;
  width: 74%;
}
@media screen and (min-width: 1920px) {
  .inner {
    width: 73%;
  }
}
.lh22 {
  line-height: 2.2;
}
@media screen and (max-width: 1181px) {
  .lh22 {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .lh22 {
    line-height: 1.8;
  }
}
.lh20 {
  line-height: 2;
}
@media screen and (max-width: 1181px) {
  .lh20 {
    line-height: 1.8;
  }
}
.lh18 {
  line-height: 1.8;
}
@media screen and (max-width: 1181px) {
  .lh18 {
    line-height: 1.7;
  }
}
.lh175 {
  line-height: 1.75;
}
@media screen and (max-width: 1181px) {
  .lh175 {
    line-height: 1.7;
  }
}
.lh17 {
  line-height: 1.7;
}
@media screen and (max-width: 1181px) {
  .lh17 {
    line-height: 1.65;
  }
}
.lh165 {
  line-height: 1.65;
}
@media screen and (max-width: 1181px) {
  .lh165 {
    line-height: 1.6;
  }
}
.lh16 {
  line-height: 1.6;
}
.lh15 {
  line-height: 1.5;
}
.lh145 {
  line-height: 1.45;
}
.lh14 {
  line-height: 1.4;
}
.lh13 {
  line-height: 1.3;
}
.lh125 {
  line-height: 1.25;
}
.lh12 {
  line-height: 1.2;
}
.lh11 {
  line-height: 1.1;
}
.lh10 {
  line-height: 1;
}
.fjus {
  text-align: justify;
}
.fws500 {
  font-weight: 500;
}
.fwb500 {
  font-weight: 500;
}
.fwno {
  font-weight: normal;
}
.fwli {
  font-weight: lighter;
}
.fwblod {
  font-weight: bold;
}
.tt-up {
  text-transform: uppercase;
}
.top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--color1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
}
.top a {
  color: #ffffff;
}
.top-grop-rbox {
  display: flex;
  align-items: center;
}
.top-grop-serach {
  font-size: 1.8rem;
  line-height: 1.2;
  display: none;
}
.top-grop-serach2 {
  font-size: 2.2rem;
  line-height: 1.2;
  width: 5.6rem;
  height: 5.6rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1181px) {
  .top-grop-serach2 {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 641px) {
  .top-grop-serach2 {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.cq-serach {
  cursor: pointer;
  position: relative;
}
.cq-serach-ico {
  padding-top: 1.6rem;
  height: 3.8rem;
  display: block;
  line-height: 1;
  cursor: pointer;
}
.cq-serach-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cq-serach-show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.cq-serach-show .cq-serach-desc {
  opacity: 1;
  margin-top: 0;
}
.cq-serach-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 60rem;
  background-color: #ffffff;
  box-shadow: 0 2rem 10rem rgba(0, 0, 0, 0.1);
  margin-top: 10rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.cq-serach-desc .txt-box {
  flex: 1;
  margin-left: 2.5rem;
}
.cq-serach-desc .txt {
  border: 0 none;
  background-color: transparent;
  width: 100%;
}
.cq-serach-desc .serach-btn {
  color: #ffffff;
  flex-shrink: 0;
  margin-left: 1rem;
  width: 14rem;
  padding: 1rem 0;
  background-color: var(--color1);
  text-align: center;
}
.cq-serach-desc .serach-btn:hover {
  background-color: #222222;
  color: #ffffff;
}
.cq-serach-close {
  position: fixed;
  right: 3%;
  top: 3%;
  color: #ffffff;
  line-height: 1;
}
.cq-serach-close i {
  line-height: 1;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.cq-serach-close:hover i {
  transform: rotate(180deg);
}
.top-grop {
  height: 9.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-grop26 {
  height: 15.8rem;
}
@media screen and (min-width: 1180px) {
  .top-grop26 .logo a img {
    height: 7.3rem;
  }
}
.top-hello26 {
  background-color: #07375F;
  line-height: 1.2;
  font-size: 1.3rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1181px) {
  .top-hello26 {
    display: none;
  }
}
.logo {
  font-family: "aph-m";
  display: flex;
}
.logo a {
  display: flex;
  color: #ffffff;
  align-items: center;
  margin-left: 1.5rem;
}
.logo a:first-child {
  margin-left: 0;
}
.logo a img {
  height: 5.6rem;
}
.logo .txt {
  border-left: 1px solid #ffffff;
  margin-left: 2.2rem;
  padding-left: 2.2rem;
  line-height: 1.2;
  font-weight: normal;
}
.logo .desc {
  border-left: 1px solid #ffffff;
  margin-left: 2.2rem;
  padding-left: 2.2rem;
  font-weight: normal;
}
.logo .desc .txt1:nth-child(2) {
  padding-left: 7.29166667vw;
}
@media screen and (max-width: 1181px) {
  .logo .desc {
    font-size: 14px;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .logo .desc .txt1:nth-child(2) {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .logo .desc {
    font-size: 0.9rem;
    padding-left: 0.8rem;
    margin-left: 0.8rem;
  }
  .logo .desc .txt1:nth-child(2) {
    padding-left: 0;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 365px) {
  .logo .desc {
    display: none;
  }
}
.top-navbox26 {
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
}
.top-navbox26 .nav > li > a {
  color: #333333;
  height: 5.4rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.top-navbox26 .nav > li > a::before {
  display: none;
}
.top-navbox26 .nav > li > a.active,
.top-navbox26 .nav > li > a.hov {
  background-color: var(--color2);
  color: #ffffff;
}
.top-navbox26 .nav .subnav {
  width: 100%;
  min-width: 18.2rem;
}
.nav {
  display: flex;
  justify-content: space-between;
}
.nav > li {
  position: relative;
}
.nav > li:hover .subnav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(-50%, 0);
}
.nav > li > a {
  position: relative;
  height: 3.8rem;
  padding: 1.6rem 0 0;
  display: block;
  line-height: 1;
}
.nav > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateX(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nav > li > a.active::before,
.nav > li > a.hov::before {
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}
.nav .subnav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px) scaleY(0.8);
  transform-origin: top center;
  background-color: #ffffff;
  width: 11.4rem;
  padding: 1.6rem 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1);
  -webkit-transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1);
}
.nav .subnav a {
  display: block;
  padding: 0.8rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  color: #222222;
  font-size: 14px;
}
.nav .subnav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.7);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.25s 0.08333333s, visibility 0.25s, transform 0.33333333s cubic-bezier(0.33, 0, 0.24, 1);
}
.nav .subnav a:hover::before {
  opacity: 0.15;
  visibility: visible;
  transform: inherit;
}
.nav .subnav2 {
  width: 14.6rem;
}
.nav .subnav3 {
  width: 20rem;
}
.menu-handler {
  position: relative;
  width: 26px;
  height: 26px;
  border: none;
  text-align: center;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  flex-shrink: 0;
  display: none;
  margin-left: 1.2rem;
  transition: 1s;
  -webkit-transition: 1s;
}
.menu-handler .open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 24px;
  height: 18px;
}
.menu-handler .open i {
  width: 100%;
  height: 2px;
}
.menu-handler .open i:nth-child(1) {
  -webkit-transition-delay: 0.61s;
  -o-transition-delay: 0.61s;
  transition-delay: 0.61s;
}
.menu-handler .open i:nth-child(2) {
  -webkit-transition-delay: 0.49s;
  -o-transition-delay: 0.49s;
  transition-delay: 0.49s;
}
.menu-handler .open i:nth-child(3) {
  -webkit-transition-delay: 0.37s;
  -o-transition-delay: 0.37s;
  transition-delay: 0.37s;
}
.menu-handler i {
  display: block;
  background-color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menu-handler span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.menu-handler .close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 26px;
  height: 26px;
}
.menu-handler .close i:nth-child(1) {
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  height: 0%;
  width: 2px;
}
.menu-handler .close i:nth-child(2) {
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  width: 0%;
  height: 2px;
}
.menu-handler.active .open i {
  width: 0;
}
.menu-handler.active .open i:nth-child(1) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.menu-handler.active .open i:nth-child(2) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.menu-handler.active .open i:nth-child(3) {
  -webkit-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.menu-handler.active .close i:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.menu-handler.active .close i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menubarM a:link,
.menubarM a:visited {
  color: #333333;
}
.menubarM a:active,
.menubarM a:hover {
  color: #333333;
}
.menubarM {
  background-color: #ffffff;
  color: #333333;
  position: fixed;
  pointer-events: none;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  z-index: 995;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menubarM-box {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menubarM-list {
  padding: 7rem 2rem 5rem;
  letter-spacing: 0.05em;
}
.menubarM-list > li {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.menubarM-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 8rem;
  background-color: var(--color1);
  height: 1px;
}
.menubarM-list > li > a {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  padding: 1.4rem 0;
  line-height: 1.5;
  justify-content: space-between;
  align-items: center;
}
.menubarM-list > li > a .arrow {
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: var(--color1);
}
.menubarM-list .cur > a .arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menubarM-list .subnav {
  padding-bottom: 2rem;
  display: none;
}
.menubarM-list .subnav a {
  position: relative;
  display: flex;
  line-height: 1.4;
  padding: 0.8rem 0;
  color: #333333;
}
.menubarM-list .subnav a::before {
  content: "-";
  color: var(--color1);
  margin-right: 1rem;
}
.menu-open .menubarM {
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.pageH {
  height: 14.8rem;
}
.pageH26 {
  height: 24rem;
}
.ptb120 {
  padding: 12rem 0;
}
@media screen and (max-width: 1181px) {
  .ptb120 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .ptb120 {
    padding: 6rem 0;
  }
}
.ptb100 {
  padding: 10rem 0;
}
@media screen and (max-width: 1181px) {
  .ptb100 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .ptb100 {
    padding: 6rem 0;
  }
}
.pt180 {
  padding-top: 18rem;
}
@media screen and (max-width: 1650px) {
  .pt180 {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt180 {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt180 {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 640px) {
  .pt180 {
    padding-top: 7.5rem;
  }
}
.pb180 {
  padding-bottom: 18rem;
}
@media screen and (max-width: 1650px) {
  .pb180 {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb180 {
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb180 {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 640px) {
  .pb180 {
    padding-bottom: 7.5rem;
  }
}
.pt170 {
  padding-top: 17rem;
}
@media screen and (max-width: 1650px) {
  .pt170 {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt170 {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt170 {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 640px) {
  .pt170 {
    padding-top: 7.5rem;
  }
}
.pb170 {
  padding-bottom: 17rem;
}
@media screen and (max-width: 1650px) {
  .pb170 {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb170 {
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb170 {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 640px) {
  .pb170 {
    padding-bottom: 7.5rem;
  }
}
.pt160 {
  padding-top: 16rem;
}
@media screen and (max-width: 1650px) {
  .pt160 {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt160 {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt160 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .pt160 {
    padding-top: 7.5rem;
  }
}
.pb160 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1650px) {
  .pb160 {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb160 {
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb160 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .pb160 {
    padding-bottom: 7.5rem;
  }
}
.pt150 {
  padding-top: 15rem;
}
@media screen and (max-width: 1650px) {
  .pt150 {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt150 {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt150 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pt150 {
    padding-top: 7rem;
  }
}
.pb150 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 1650px) {
  .pb150 {
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb150 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb150 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pb150 {
    padding-bottom: 7rem;
  }
}
.pt140 {
  padding-top: 14rem;
}
@media screen and (max-width: 1650px) {
  .pt140 {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt140 {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt140 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pt140 {
    padding-top: 6.5rem;
  }
}
.pb140 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1650px) {
  .pb140 {
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb140 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb140 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pb140 {
    padding-bottom: 6.5rem;
  }
}
.pt130 {
  padding-top: 13rem;
}
@media screen and (max-width: 1650px) {
  .pt130 {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt130 {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt130 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pt130 {
    padding-top: 6.5rem;
  }
}
.pb130 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 1650px) {
  .pb130 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb130 {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb130 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pb130 {
    padding-bottom: 6.5rem;
  }
}
.pt120 {
  padding-top: 12rem;
}
@media screen and (max-width: 1650px) {
  .pt120 {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt120 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt120 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pt120 {
    padding-top: 6.5rem;
  }
}
.pb120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1650px) {
  .pb120 {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb120 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb120 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .pb120 {
    padding-bottom: 6.5rem;
  }
}
.pt110 {
  padding-top: 11rem;
}
@media screen and (max-width: 1650px) {
  .pt110 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt110 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt110 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .pt110 {
    padding-top: 6.5rem;
  }
}
.pb110 {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1650px) {
  .pb110 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb110 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb110 {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .pb110 {
    padding-bottom: 6.5rem;
  }
}
.pt100 {
  padding-top: 10rem;
}
@media screen and (max-width: 1650px) {
  .pt100 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt100 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt100 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt100 {
    padding-top: 6.5rem;
  }
}
.pb100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1650px) {
  .pb100 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb100 {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb100 {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb100 {
    padding-bottom: 6.5rem;
  }
}
.pt90 {
  padding-top: 9rem;
}
@media screen and (max-width: 1650px) {
  .pt90 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1440px) {
  .pt90 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt90 {
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt90 {
    padding-top: 5.5rem;
  }
}
.pb90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 1650px) {
  .pb90 {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 1440px) {
  .pb90 {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb90 {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb90 {
    padding-bottom: 5.5rem;
  }
}
.pt80 {
  padding-top: 8rem;
}
@media screen and (max-width: 1440px) {
  .pt80 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt80 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .pt80 {
    padding-top: 5rem;
  }
}
.pb80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1440px) {
  .pb80 {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb80 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .pb80 {
    padding-bottom: 5rem;
  }
}
.pt75 {
  padding-top: 7.5rem;
}
@media screen and (max-width: 1440px) {
  .pt75 {
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt75 {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt75 {
    padding-top: 4.8rem;
  }
}
.pb75 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1440px) {
  .pb75 {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb75 {
    padding-bottom: 5.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb75 {
    padding-bottom: 4.8rem;
  }
}
.pt70 {
  padding-top: 7rem;
}
@media screen and (max-width: 1440px) {
  .pt70 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt70 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt70 {
    padding-top: 4.5rem;
  }
}
.pb70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 1440px) {
  .pb70 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb70 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb70 {
    padding-bottom: 4.5rem;
  }
}
.pt65 {
  padding-top: 6.5rem;
}
@media screen and (max-width: 1440px) {
  .pt65 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt65 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt65 {
    padding-top: 4.5rem;
  }
}
.pb65 {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 1440px) {
  .pb65 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb65 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb65 {
    padding-bottom: 4.5rem;
  }
}
.pt60 {
  padding-top: 6rem;
}
@media screen and (max-width: 1440px) {
  .pt60 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt60 {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt60 {
    padding-top: 4rem;
  }
}
.pb60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1440px) {
  .pb60 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb60 {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb60 {
    padding-bottom: 4rem;
  }
}
.pt55 {
  padding-top: 5.5rem;
}
@media screen and (max-width: 1440px) {
  .pt55 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt55 {
    padding-top: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .pt55 {
    padding-top: 3.8rem;
  }
}
.pt50 {
  padding-top: 5rem;
}
@media screen and (max-width: 1440px) {
  .pt50 {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt50 {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .pt50 {
    padding-top: 3.5rem;
  }
}
.pb50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1440px) {
  .pb50 {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb50 {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .pb50 {
    padding-bottom: 3.5rem;
  }
}
.pt45 {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1440px) {
  .pt45 {
    padding-top: 3.8rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt45 {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pt45 {
    padding-top: 3rem;
  }
}
.pb45 {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1440px) {
  .pb45 {
    padding-bottom: 3.8rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb45 {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pb45 {
    padding-bottom: 3rem;
  }
}
.pt40 {
  padding-top: 4rem;
}
@media screen and (max-width: 1440px) {
  .pt40 {
    padding-top: 3.6rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt40 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .pt40 {
    padding-top: 2.6rem;
  }
}
.pb40 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1440px) {
  .pb40 {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb40 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .pb40 {
    padding-bottom: 2.6rem;
  }
}
.pt35 {
  padding-top: 3.5rem;
}
@media screen and (max-width: 1440px) {
  .pt35 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt35 {
    padding-top: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .pt35 {
    padding-top: 2.2rem;
  }
}
.pb35 {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 1440px) {
  .pb35 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb35 {
    padding-bottom: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .pb35 {
    padding-bottom: 2.2rem;
  }
}
.pt30 {
  padding-top: 3rem;
}
@media screen and (max-width: 1440px) {
  .pt30 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt30 {
    padding-top: 2rem;
  }
}
.pb30 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1440px) {
  .pb30 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb30 {
    padding-bottom: 2rem;
  }
}
.pt25 {
  padding-top: 2.5rem;
}
@media screen and (max-width: 1181px) {
  .pt25 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .pt25 {
    padding-top: 1.5rem;
  }
}
.pt20 {
  padding-top: 2rem;
}
@media screen and (max-width: 1440px) {
  .pt20 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pt20 {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .pt20 {
    padding-top: 1rem;
  }
}
.pb20 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .pb20 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .pb20 {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .pb20 {
    padding-bottom: 1rem;
  }
}
.mt60 {
  margin-top: 6rem;
}
@media screen and (max-width: 1181px) {
  .mt60 {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mt60 {
    margin-top: 3rem;
  }
}
.mb50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1440px) {
  .mb50 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .mb50 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .mb50 {
    margin-bottom: 3.6rem;
  }
}
.mt50 {
  margin-top: 5rem;
}
@media screen and (max-width: 1440px) {
  .mt50 {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .mt50 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .mt50 {
    margin-top: 3.6rem;
  }
}
.mb45 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1650px) {
  .mb45 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1181px) {
  .mb45 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mb45 {
    margin-bottom: 3rem;
  }
}
.mt45 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1650px) {
  .mt45 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1181px) {
  .mt45 {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mt45 {
    margin-top: 3rem;
  }
}
.mb40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1650px) {
  .mb40 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .mb40 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .mb40 {
    margin-bottom: 2.5rem;
  }
}
.mt40 {
  margin-top: 4rem;
}
@media screen and (max-width: 1650px) {
  .mt40 {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1181px) {
  .mt40 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .mt40 {
    margin-top: 2.5rem;
  }
}
.mb35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1650px) {
  .mb35 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1181px) {
  .mb35 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mb35 {
    margin-bottom: 2rem;
  }
}
.mt35 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1650px) {
  .mt35 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1181px) {
  .mt35 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mt35 {
    margin-top: 2rem;
  }
}
.mb30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1650px) {
  .mb30 {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mb30 {
    margin-bottom: 2.5rem;
  }
}
.mt30 {
  margin-top: 3rem;
}
@media screen and (max-width: 1650px) {
  .mt30 {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mt30 {
    margin-top: 2.5rem;
  }
}
.mb25 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1181px) {
  .mb25 {
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .mb25 {
    margin-bottom: 2rem;
  }
}
.mt25 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1181px) {
  .mt25 {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .mt25 {
    margin-top: 2rem;
  }
}
.mb20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1181px) {
  .mb20 {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .mb20 {
    margin-bottom: 1.6rem;
  }
}
.mt20 {
  margin-top: 2rem;
}
@media screen and (max-width: 1181px) {
  .mt20 {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .mt20 {
    margin-top: 1.6rem;
  }
}
.mb15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1181px) {
  .mb15 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .mb15 {
    margin-bottom: 1.2rem;
  }
}
.mt15 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1181px) {
  .mt15 {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .mt15 {
    margin-top: 1.2rem;
  }
}
.mb10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .mb10 {
    margin-bottom: 0.8rem;
  }
}
.mt10 {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .mt10 {
    margin-top: 0.8rem;
  }
}
.mt8 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt8 {
    margin-top: 0.5rem;
  }
}
.mb8 {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mb8 {
    margin-bottom: 0.5rem;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .imgBox img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transition: transform 6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition: transform 6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.banner .swiper-slide-active .imgBox img {
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
}
.banner .swiper-pag {
  position: absolute;
  bottom: 5%;
  z-index: 600;
  text-align: center;
  line-height: 1;
}
.banner .swiper-pag .swiper-pagination-bullet {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 0.3rem;
}
.banner .swiper-pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.ibox {
  padding: 10rem 0;
  overflow: hidden;
}
.one-ibox {
  display: flex;
}
.one-iboxL {
  flex-shrink: 0;
  width: 31.5%;
  background-color: #ffffff;
  box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31);
  position: relative;
  overflow: hidden;
}
.one-iboxL .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
}
.one-iboxL .swiper-slide:hover .imgBox img {
  transform: scale(1.08);
}
.one-iboxL .swiper-slide:hover .btn-more {
  color: var(--color1);
}
.one-iboxL .imgBox {
  height: 47%;
  flex-shrink: 0;
  overflow: hidden;
}
.one-iboxL .imgBox img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.one-iboxL .desc {
  padding: 3.5rem 2.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.one-iboxL .time {
  color: #BEBEBE;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.one-iboxL .title {
  line-height: 1.7;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.one-iboxL .c {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 4.5rem;
}
.one-iboxL .bot {
  line-height: 1;
}
.one-iboxL .swiper-pag {
  position: absolute;
  right: 2.5rem;
  left: auto;
  width: auto;
  bottom: 3rem;
  z-index: 500;
  line-height: 1;
}
.one-iboxL .swiper-pagination-bullet {
  background-color: #ececec;
  opacity: 1;
  margin: 0 0 0 1.2rem;
}
.one-iboxL .swiper-pagination-bullet-active {
  background-color: var(--color1);
}
.one-iboxR {
  flex-shrink: 0;
  width: 68.5%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.one-iboxR-item {
  width: 48%;
  margin-left: 2%;
  margin-top: 20px;
  border-top: 2px solid var(--color1);
  background-color: #ffffff;
  padding-bottom: 20px;
  box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31);
}
.one-iboxR-item .ititle {
  margin: 0 2.5rem 1.2rem;
}
.one-iboxR-item .one-iboxR-list {
  margin: 0 2.5rem;
}
.ititle {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #CFCFCF;
  align-items: center;
  padding-bottom: 1.8rem;
  padding-top: 2.8rem;
  line-height: 1.35;
  position: relative;
}
.ititle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: var(--color2);
  width: 2.5rem;
}
.ititle .name {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ititle .name .icon {
  color: var(--color1);
  font-weight: normal;
  margin-right: 0.9rem;
  line-height: 1;
}
.btn-more {
  color: #666666;
  display: flex;
  align-items: center;
}
.btn-more .icon {
  margin-left: 0.9rem;
  font-size: 1.4rem;
  line-height: 1;
}
.btn-more:hover {
  color: var(--color1);
}
.btn-more:hover .icon {
  animation: arr 0.8s ease-out 0s infinite;
}
@keyframes arr {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-5px);
  }
}
.one-iboxR-list a {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #000000;
  font-size: 15px;
  padding: 0.7rem 0 0.7rem 1.5rem;
  line-height: 1.4;
}
.one-iboxR-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #BEBEBE;
  transform: translateY(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.one-iboxR-list a:hover {
  color: var(--color1);
}
.one-iboxR-list a:hover .txt {
  transform: translateX(4px);
}
.one-iboxR-list a:hover .time {
  color: var(--color1);
}
.one-iboxR-list a:hover::before {
  background-color: var(--color1);
}
.one-iboxR-list .time {
  flex-shrink: 0;
  margin-left: 15px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
.one-iboxR-list .txt {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mt40 {
  margin-top: 4rem;
}
.two-ibox-demo {
  position: relative;
  overflow: hidden;
}
.two-ibox-demo .swiper-slide {
  position: relative;
}
.two-ibox-demo .imgBox {
  position: relative;
  padding-bottom: 68%;
}
.two-ibox-demo .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.two-ibox-demo .swiper-pag {
  text-align: center;
  line-height: 1;
  bottom: 0;
  margin-top: 3rem;
}
.two-ibox-demo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.two-ibox-demo .swiper-pagination-bullet {
  height: 0.4rem;
  width: 3.8rem;
  border-radius: 0;
  background-color: #BEBEBE;
  opacity: 1;
}
.two-ibox-demo .swiper-pagination-bullet-active {
  background-color: var(--color1);
}
.foot {
  position: relative;
  padding: 5.8rem 0;
}
.foot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--footbg);
}
.foot-ibox {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  color: #ffffff;
  font-size: 1.5rem;
}
.foot-ibox a {
  color: #ffffff;
}
.foot-ibox a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.foot-erm {
  display: flex;
  flex-shrink: 0;
}
.foot-erm .imgBox {
  width: 96px;
  margin: 0 auto;
}
.foot-erm li {
  margin-left: 4.4rem;
}
.foot-erm .txt {
  text-align: center;
  padding-top: 1.5rem;
  line-height: 1.5;
}
.foot-select {
  display: flex;
  margin-bottom: 3.2rem;
}
.foot-select > li {
  margin-right: 2.2rem;
}
.link-select-box {
  position: relative;
}
.link-select-box .mt {
  position: relative;
  padding: 1.5rem 20px;
  min-width: 212px;
  line-height: 1.5;
  cursor: pointer;
  background-color: #ffffff;
  color: #666666;
  display: block;
}
.link-select-box .aw {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2rem;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.link-select-box .mc {
  position: absolute;
  left: 0;
  bottom: 100%;
  box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31);
  background-color: #ffffff;
  width: 100%;
  z-index: 600;
  display: none;
}
.link-select-box .mc a {
  color: #666666;
}
.link-select-box .mc ul {
  padding: 10px 20px;
  max-height: 352px;
  overflow-y: auto;
}
.link-select-box .mc ul li {
  border-bottom: 1px solid #f5f5f5;
}
.link-select-box .mc ul li:last-child {
  border-bottom: 0 none;
}
.link-select-box .mc ul a {
  display: block;
  line-height: 1.4;
  padding: 8px 0;
  font-size: 13px;
}
.link-select-box1 .aw {
  display: none;
}
.pbanner {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.pbanner a {
  color: #ffffff;
}
.pbanner-desc {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.pbanner-desc .title {
  font-weight: normal;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.page-cur .icon {
  margin-right: 1.6rem;
}
.page-cur .fg {
  padding: 0 0.8rem;
}
.page-nav-box {
  margin-top: -7rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.39);
}
.page-nav-btn a:link,
.page-nav-btn a:visited {
  color: #ffffff;
}
.page-nav-btn a:active,
.page-nav-btn a:hover {
  color: #ffffff;
}
.page-nav-btn ul {
  display: flex;
}
.page-nav-btn li {
  margin-right: 4.5rem;
}
.page-nav-btn li:last-child {
  margin-right: 0;
}
.page-nav-btn a {
  position: relative;
  height: 7rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  font-size: 1.6rem;
}
.page-nav-btn a:before {
  content: "";
  width: 0;
  height: 4px;
  background: var(--color1);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: -1;
}
.page-nav-btn a:hover:before,
.page-nav-btn a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.ptitle {
  border-bottom: 1px solid #CFCFCF;
  position: relative;
  padding-bottom: 3rem;
}
.ptitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 21.5%;
  height: 2px;
  background-color: var(--color2);
}
.ptitle .title {
  font-weight: normal;
  line-height: 1.4;
}
.student-list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  padding: 5rem 0;
  align-items: center;
}
.student-list > li:hover .title {
  color: var(--color1);
}
.student-list .imgBox {
  width: 28.5714%;
  margin-right: 3.5%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 21%;
}
.student-list .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.student-list .desc {
  flex: 1;
}
.student-list .title {
  line-height: 1.5;
  margin-bottom: 3rem;
  font-weight: normal;
  font-family: "aph-m";
}
.student-list .c {
  margin-bottom: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.student-list .time {
  color: #BEBEBE;
  font-family: Arial, Helvetica, sans-serif;
}
.cq-timebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ececec;
  border-radius: 5px;
  color: var(--color1);
  min-height: 12rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cq-timebox .icon {
  font-size: 2.8rem;
  line-height: 1.2;
}
.internship-list > li {
  display: flex;
  padding: 2.5rem 0;
  border-bottom: 1px solid #CFCFCF;
  position: relative;
  align-items: center;
}
.internship-list > li:before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color1);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.internship-list > li:hover,
.internship-list > li.active {
  color: var(--color1);
}
.internship-list > li:hover:before,
.internship-list > li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.internship-list > li::before {
  bottom: -1px;
  z-index: 1;
}
.internship-list > li:hover .cq-timebox {
  color: #ffffff;
  background-color: var(--color1);
}
.internship-list > li:hover .title {
  color: var(--color1);
}
.internship-list .cq-timebox {
  width: 12rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
.internship-list .desc {
  flex: 1;
  color: #000000;
}
.internship-list .title {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: "aph-m";
  font-weight: 500;
}
.internship-list .c {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}
.paging a,
.paging span {
  position: relative;
  height: 3.4rem;
  line-height: 3.4rem;
  flex-shrink: 0;
  text-align: center;
  color: #BEBEBE;
  margin: 0 1.2rem;
}
.paging a:hover,
.paging span:hover,
.paging a.active,
.paging span.active {
  color: var(--color1);
}
.paging .btn-item {
  background-color: #ececec;
  color: #666666;
  width: 3.4rem;
}
.paging .btn-item:first-child {
  margin-left: 0;
}
.paging .btn-item:last-child {
  margin-right: 0;
}
.paging .btn-item:hover {
  background-color: var(--color1);
  color: #ffffff;
}
.paging .active {
  color: var(--color1);
  position: relative;
}
.paging .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color1);
}
.professional-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.professional-list li {
  position: relative;
  width: 30.33%;
  margin-bottom: 3%;
  margin-left: 3%;
  background-color: #ececec;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.professional-list li:hover {
  background-color: var(--color1);
  color: #ffffff;
}
.professional-list .imgBox {
  padding-bottom: 70%;
}
.professional-list .imgBox img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.professional-list .txt {
  line-height: 1.5;
  padding: 1.5rem;
  text-align: center;
}
.construction-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.construction-list li {
  position: relative;
  width: 30.33%;
  margin-bottom: 3%;
  margin-left: 3%;
  background-color: #ececec;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.construction-list li:hover {
  color: #ffffff;
  background-color: var(--color1);
}
.construction-list .imgBox img {
  height: 100%;
  object-fit: cover;
}
.construction-list .txt {
  line-height: 1.5;
  padding: 1.5rem 5%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.bgf6 {
  background-color: #f6f6f6;
}
.bgff {
  background-color: #ffffff;
}
.pbanner2 {
  position: relative;
}
.pbanner2 .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pbanner-desc2 {
  position: relative;
  padding: 4rem 0 16rem;
  color: #ffffff;
}
.pbanner-desc2 a {
  color: #ffffff;
}
.info-tbox {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 5rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 4.5rem;
}
.info-tbox .title {
  line-height: 1.4;
  color: #000000;
  font-family: "aph-m";
  font-weight: normal;
}
.info-tbox .time {
  margin-top: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #BEBEBE;
  display: flex;
  flex-wrap: wrap;
}
.info-tbox .time .item {
  margin-right: 2rem;
}
.info-cbox {
  margin: 0 auto;
  width: 92%;
}
.info-cbox img {
  width: 600px !important;
}
.pager {
  display: flex;
  justify-content: space-between;
}
.pager .item {
  flex-shrink: 0;
  max-width: 48%;
}
.pager a {
  color: #666666;
}
.pager a:hover {
  color: var(--color1);
}
.ranks-list li {
  border-bottom: 1px solid #CFCFCF;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ranks-list li:hover a {
  color: var(--color1);
}
.ranks-list li:hover .txt {
  transform: translateX(1rem);
}
.ranks-list a {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  align-items: center;
  padding: 1.5rem 0;
  color: #222222;
}
.ranks-list a::before {
  content: "•";
  display: block;
  margin-right: 1rem;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ranks-list .txt {
  flex: 1;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ranks-list .rbox {
  flex-shrink: 0;
  margin-left: 2rem;
}
.ranks-list .rbox .icon {
  margin-left: 1rem;
}
.ranks-info {
  display: flex;
  margin: 0 5%;
}
.ranks-info .imgBox {
  width: 35%;
  flex-shrink: 0;
  margin-right: 5%;
}
.ranks-info .desc {
  flex: 1;
}
.ranks-info .title {
  font-weight: normal;
  margin-bottom: 2rem;
  line-height: 1.5;
}
a.black-btn {
  width: 14rem;
  height: 4.8rem;
  line-height: 4.8rem;
  display: block;
  margin: 0 auto;
  background-color: var(--color1);
  color: #ffffff;
  text-align: center;
}
a.black-btn:hover {
  background-color: #666666;
  color: #ffffff;
}
.join-list li {
  margin-top: 2rem;
}
.join-list a {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2%;
  background-color: #f5f5f5;
  color: #222222;
}
.join-list a:hover {
  background-color: var(--color1);
  color: #ffffff;
}
.join-list .time {
  margin-left: 2rem;
  flex-shrink: 0;
}
.join-list .txt {
  flex: 1;
  line-height: 1.4;
}
/*模版4*/
.ifor-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 1.8rem;
  margin-bottom: 3rem;
}
.ifor-title .title {
  color: var(--color1);
  font-weight: normal;
}
.ifor-nav {
  display: flex;
}
.ifor-nav a {
  color: var(--color1);
  margin-right: 4rem;
  color: #666666;
}
.ifor-nav a.active {
  color: var(--color1);
}
.ifor-warp1 {
  display: flex;
  justify-content: space-between;
}
.ifor-wl1 {
  width: 52.5%;
  overflow: hidden;
}
.ifor-wr1 {
  width: 42%;
}
.ifor-swiper {
  position: relative;
  overflow: hidden;
}
.ifor-swiper.active {
  animation: lightSpeedIn 0.6s forwards;
}
.ifor-swiper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.ifor-swiper .imgBox {
  padding-bottom: 65%;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.ifor-swiper .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
}
.ifor-swiper .desc {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ifor-swiper .title {
  font-weight: 500;
  line-height: 1.388;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(15%) skewX(-3deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
.ifor-ul li {
  margin-bottom: 1.8rem;
}
.ifor-ul li:last-child {
  margin-bottom: 0;
}
.ifor-ul a {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #000000;
  line-height: 1.4;
}
.ifor-ul .txt {
  flex: 1;
  position: relative;
  display: flex;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ifor-ul .txt::before {
  content: "•";
  display: block;
  margin-right: 1.2rem;
  font-weight: bold;
  color: #BEBEBE;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ifor-ul .t {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ifor-ul .rbox {
  color: #666666;
  margin-left: 5%;
}
/*模版5*/
.ifive-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #BEBEBE;
  color: #666666;
}
.ifive-nav a {
  color: #666666;
  margin: 0 2%;
  display: block;
  line-height: 1.2;
  padding-bottom: 1.8rem;
  position: relative;
}
.ifive-nav a:before {
  content: "";
  width: 0;
  height: 5px;
  background: var(--color1);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.ifive-nav a:hover,
.ifive-nav a.active {
  color: var(--color1);
}
.ifive-nav a:hover:before,
.ifive-nav a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.ifive-nav .active {
  color: var(--color1);
}
.ifive-swiper {
  position: relative;
  overflow: hidden;
}
.ifive-swiper.active {
  animation: lightSpeedIn 0.6s forwards;
}
.ifive-swiper .swiper-slide {
  height: auto;
}
.ifive-swiper .item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 96%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.ifive-swiper .title {
  font-weight: 500;
  line-height: 1.5;
  padding: 2.2rem 3.5rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.ifive-swiper .time {
  padding: 0 3.5rem 3rem;
  color: #999999;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.video-list {
  display: flex;
  margin-left: -4%;
  margin-top: -4%;
  flex-wrap: wrap;
}
.video-list li {
  width: 29.33%;
  margin-left: 4%;
  margin-top: 4%;
  cursor: pointer;
}
.video-list .imgBox {
  padding-bottom: 60%;
}
.video-list .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
}
.video-list .vico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.video-list .txt {
  padding: 1rem 3%;
  background-color: #ececec;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.video-list .t {
  font-weight: 500;
}
.page-nav2 {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 1.5rem;
}
.page-nav2-list {
  display: flex;
  flex-wrap: wrap;
}
.page-nav2-list li {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}
.page-nav2-list li.active a {
  background-color: var(--color1);
  color: #ffffff;
  border-color: var(--color1);
}
.page-nav2-list a {
  border: 1px solid #CFCFCF;
  border-radius: 2rem;
  padding: 0.5rem 1.8rem;
  line-height: 1.4;
  display: block;
  color: #333333;
}
/*模版6*/
.df-flex {
  display: flex;
}
.df-flex-ipad {
  display: flex;
}
.df-flex-iphone {
  display: flex;
}
.df-flex-1181 {
  display: flex;
}
@media screen and (max-width: 1181px) {
  .df-flex-1181 {
    display: block;
  }
}
.df-flex-860 {
  display: flex;
}
@media screen and (max-width: 860px) {
  .df-flex-860 {
    display: block;
  }
}
.df-flex-750 {
  display: flex;
}
@media screen and (max-width: 750px) {
  .df-flex-750 {
    display: block;
  }
}
.df-flex-641 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .df-flex-641 {
    display: block;
  }
}
.flex-w {
  flex-wrap: wrap;
}
.fd-c {
  flex-direction: column;
}
.fj-c {
  justify-content: center;
}
.fj-sb {
  justify-content: space-between;
}
.fd-rr {
  flex-direction: row-reverse;
}
.fa-t {
  align-items: flex-start;
}
.fa-c {
  align-items: center;
}
.fa-b {
  align-items: flex-end;
}
.ibox6-one {
  margin-left: -1.33%;
}
.ititle6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.4rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #CFCFCF;
}
.ititle6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--color2);
  width: 3rem;
  height: 2px;
}
.ititle6 .name {
  line-height: 1.2;
  color: #000000;
}
.ititle6 .name .icon {
  font-weight: normal;
  color: var(--color1);
  margin-right: 0.7rem;
}
.btn-more6 {
  font-size: 1.5rem;
  color: #666666;
}
.btn-more6:hover {
  color: var(--color1);
}
.ibox6-one-item {
  width: 28%;
  margin-left: 1.33%;
  border-top: 2px solid var(--color1);
  padding: 2rem 2%;
  background-color: #ffffff;
  box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.16);
  margin-bottom: 4rem;
}
.ibox6-one-list1 li {
  border-bottom: 1px dashed #BEBEBE;
  padding-bottom: 2.2rem;
  margin-bottom: 2.6rem;
}
.ibox6-one-list1 li:last-child {
  margin-bottom: 0;
}
.ibox6-one-list1 a {
  display: flex;
  color: #000000;
  align-items: center;
}
.ibox6-one-list1 a:hover {
  color: var(--color1);
}
.ibox6-one-list1 a:hover .time .day {
  background-color: var(--color1);
}
.ibox6-one-list1 .time {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  flex-shrink: 0;
}
.ibox6-one-list1 .time span {
  display: block;
  width: 6rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox6-one-list1 .time .day {
  background-color: #a3a3a3;
  color: #ffffff;
}
.ibox6-one-list1 .txt {
  line-height: 1.4;
  flex: 1;
  margin-left: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ibox6-one-list2 li {
  position: relative;
  display: flex;
  margin-bottom: 1.8rem;
}
.ibox6-one-list2 li:last-child {
  margin-bottom: 0;
}
.ibox6-one-list2 li:hover .title {
  color: var(--color1);
}
.ibox6-one-list2 .imgBox {
  width: 13.5rem;
  height: 8.5rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.ibox6-one-list2 .imgBox img {
  height: 100%;
  object-fit: cover;
}
.ibox6-one-list2 .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ibox6-one-list2 .title {
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ibox6-one-list2 .time {
  color: #BEBEBE;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.ibox6-one-list3 li {
  margin-bottom: 2.1rem;
}
.ibox6-one-list3 li:last-child {
  margin-bottom: 0;
}
.ibox6-one-list3 a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  color: #000000;
  padding-left: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ibox6-one-list3 a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #BEBEBE;
  display: block;
}
.ibox6-one-list3 a:hover {
  color: var(--color1);
  padding-left: 2rem;
}
.ibox6-two-l {
  width: 67.67%;
}
.ibox6-two-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2rem;
}
.ibox6-two-ul li {
  position: relative;
  width: 48%;
  margin-right: 2%;
  margin-top: 2rem;
}
.ibox6-two-ul .imgBox {
  position: relative;
  padding-bottom: 42%;
}
.ibox6-two-ul .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
}
.ibox6-two-ul .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  padding: 1.5rem 5%;
}
.ibox6-two-ul .title {
  font-weight: normal;
}
.ibox6-two-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}
.ibox6-two-r .title {
  padding: 2rem 7%;
  background-color: var(--color1);
  color: #ffffff;
}
.ibox6-two-desc {
  flex: 1;
  padding: 2.5rem 7%;
  overflow: hidden;
  position: relative;
}
.ibox6-two-desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.88)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88));
  z-index: 10;
}
.ibox6-two-desc .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #BEBEBE;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.ibox6-two-desc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background-color: var(--color1);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  border-radius: 0;
}
.ibox6-two-desc .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.ibox6-two-desc .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: var(--color1);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.ibox6-two-box {
  position: absolute;
  left: 7%;
  top: 2.5rem;
  bottom: 2.5rem;
  right: 5%;
  overflow: hidden;
}
.ibox6-two-ul2 li {
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #ececec;
  line-height: 1.4;
}
.ibox6-two-ul2 li:last-child {
  margin-bottom: 0;
}
.ibox6-two-ul2 p {
  margin-bottom: 0.8rem;
}
.ibox6-two-ul2 .t {
  line-height: 1.2;
  font-size: 1.5rem;
}
.ibox6-two-ul2 .c {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.cz-line {
  height: 1px;
  background-color: #BEBEBE;
}
.ibox6-three-tul li {
  margin-bottom: 1.2rem;
}
.ibox6-three-tul li:last-child {
  margin-bottom: 0;
}
.ibox6-three-tul a {
  display: flex;
  justify-content: space-between;
  color: #000000;
}
.ibox6-three-tul a:hover .txt {
  color: var(--color1);
  padding-left: 2rem;
}
.ibox6-three-tul .time {
  flex-shrink: 0;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}
.ibox6-three-tul .txt {
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
  width: calc(100% - 9rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox6-three-tul .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #BEBEBE;
  display: block;
}
.ibox6-three-bul {
  display: flex;
  margin-left: -2%;
  flex-wrap: wrap;
}
.ibox6-three-bul li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 1rem;
  position: relative;
}
.ibox6-three-bul li:hover .imgBox img {
  opacity: 0.8;
}
.ibox6-three-bul .imgBox {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  padding-bottom: 46.5%;
}
.ibox6-three-bul .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
}
.ibox6-three-bul .txt {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}
/*模版7*/
.bgf2 {
  background-color: #f2f2f2;
}
.ibox7 {
  padding: 4.5rem 0 9rem;
}
.ibox-one-item {
  border-top: 2px solid var(--color1);
  background-color: #ffffff;
  box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.16);
  margin-bottom: 3.5rem;
  padding: 2.2rem 2% 3.2rem;
}
.ibox7-one {
  margin-left: -1.5%;
}
.ibox7-one-ml {
  margin-left: 1.5%;
}
.ibox7-one-item {
  width: 25%;
}
.ibox7-one-item2 {
  width: 33.5%;
}
.ibox7-one-item3 {
  width: 37.5%;
  margin-bottom: 3.5rem;
}
.ibox7-img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ibox7-img-box .imgBox {
  height: 100%;
  position: relative;
}
.ibox7-img-box .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
}
.ibox7-img-box .swiper-pag {
  position: absolute;
  right: 2px;
  left: auto;
  bottom: 4px;
  z-index: 600;
  width: auto;
}
.ibox7-img-box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 0;
  text-align: center;
  line-height: 14px;
  opacity: 1;
  margin: 0 3px 0 0;
  color: #BEBEBE;
}
.ibox7-img-box .swiper-pagination-bullet-active {
  color: var(--color1);
}
.ibox7-two-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.ibox7-two-ul li {
  position: relative;
  width: 24%;
  margin-left: 1%;
  margin-bottom: 2%;
  background-color: var(--color1);
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox7-two-ul .item {
  display: flex;
  padding: 1.5rem 5%;
}
.ibox7-two-ul .ico {
  margin-right: 6%;
  flex-shrink: 0;
  line-height: 1;
}
.ibox7-two-ul .txt {
  line-height: 1.375;
  flex: 1;
}
.ibox7-threen-ul {
  margin-left: -5rem;
}
.ibox7-threen-ul li {
  margin-left: 5rem;
  margin-bottom: 4px;
  line-height: 1.5;
}
.ibox7-threen-ul a {
  color: #000000;
}
.ibox7-threen-ul a:hover {
  color: var(--color1);
}
.num-paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.num-paging .page-item {
  border: 1px solid #666666;
  padding: 0 0.6rem;
  line-height: 1.5;
  margin: 0.5rem 0.35rem;
  height: 3.2rem;
  min-width: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}
.num-paging .page-item:hover,
.num-paging .page-item.active {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #ffffff;
}
.num-paging .num-paging-txt {
  padding: 0 0.5rem;
}
.num-paging .num-paging-jump {
  margin: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.num-paging .jump-txt {
  border: 1px solid #666666;
  height: 3.2rem;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  width: 3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .num-paging .page-item {
    min-width: auto;
    height: 2.8rem;
  }
  .num-paging .jump-txt {
    border: 1px solid #666666;
    height: 2.8rem;
  }
}
.page-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .page-box {
    display: block;
    width: 100% !important;
  }
}
.page-left-box {
  width: 20.8%;
  max-width: 290px;
  margin-right: 5%;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  .page-left-box {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}
.page-right-box {
  flex: 1;
}
@media screen and (max-width: 860px) {
  .page-right-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-nav3-box {
  position: relative;
  padding-left: 2.5rem;
  margin-top: -16rem;
}
@media screen and (max-width: 1650px) {
  .page-nav3-box {
    margin-top: -14rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-nav3-box {
    margin-top: -12rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1181px) {
  .page-nav3-box {
    margin-top: -5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 860px) {
  .page-nav3-box {
    margin-top: 0;
    padding-left: 0;
  }
}
.page-nav3-img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .page-nav3-img {
    display: none;
  }
}
.page-nav3-clod {
  width: 7.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
  .page-nav3-clod {
    width: 6rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1181px) {
  .page-nav3-clod {
    width: 5rem;
    margin-bottom: 0.5rem;
  }
}
.page-nav3-t {
  padding: 3rem 1rem 0 0;
  height: 13rem;
  color: #ffffff;
}
.page-nav3-t .pname {
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 1650px) {
  .page-nav3-t {
    height: 11rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-nav3-t {
    height: 9rem;
  }
}
@media screen and (max-width: 1181px) {
  .page-nav3-t {
    height: 7.5rem;
  }
}
@media screen and (max-width: 860px) {
  .page-nav3-t {
    display: none;
  }
}
.page-nav3-c {
  background-color: #EFEFEF;
}
.page-nav3-c a {
  color: #666666;
}
.page-nav3-c ul li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.page-nav3-c a {
  display: flex;
  position: relative;
  padding: 2.2rem 5% 2.2rem 2.2rem;
  line-height: 1.4;
  z-index: 1;
}
.page-nav3-c a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #AB845D;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.page-nav3-c a:hover:before,
.page-nav3-c a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.page-nav3-c a:hover,
.page-nav3-c a.active {
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .page-nav3-c a {
    padding: 2rem 5% 2rem 2rem;
  }
}
@media screen and (max-width: 1181px) {
  .page-nav3-c a {
    padding: 1.5rem 5% 1.5rem 2rem;
  }
}
@media screen and (max-width: 860px) {
  .page-nav3-c ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
    padding-left: 5vw;
  }
  .page-nav3-c ul > li {
    flex-shrink: 0;
    border-bottom: 0 none;
  }
  .page-nav3-c ul a {
    padding: 1.2rem;
  }
}
/*模版8*/
.bg1 {
  background-color: #F6F7F9;
}
.ibox-yy {
  background-color: #ffffff;
  box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31);
}
.pl24 {
  padding-left: 24px;
}
@media screen and (max-width: 1181px) {
  .pl24 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .pl24 {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pl24 {
    padding-left: 1rem;
  }
}
.pr24 {
  padding-right: 24px;
}
@media screen and (max-width: 1181px) {
  .pr24 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .pr24 {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .pr24 {
    padding-right: 1rem;
  }
}
.ibox8-ititle {
  display: flex;
  justify-content: space-between;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid #CFCFCF;
}
.ibox8-ititle .name {
  display: flex;
  align-items: center;
  color: var(--color1);
}
.ibox8-ititle .name .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
}
.ibox8-ititle .name .icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ibox8-ititle .btn-more {
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 1181px) {
  .ibox8-ititle {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .ibox8-ititle .name .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 641px) {
  .ibox8-ititle {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ibox8-ititle .name .icon {
    width: 2rem;
    height: 2rem;
  }
}
.ibox8-oneL {
  width: 59.28%;
}
@media screen and (max-width: 860px) {
  .ibox8-oneL {
    width: 100%;
  }
}
.ibox8-oneR {
  width: 38.2%;
}
@media screen and (max-width: 860px) {
  .ibox8-oneR {
    width: 100%;
  }
}
.ibox8-list1 > li {
  background-color: var(--color3);
  padding: 1rem;
  position: relative;
  display: flex;
  margin-bottom: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox8-list1 > li:last-child {
  margin-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  .ibox8-list1 > li:hover {
    background-color: #FAF8F9;
  }
}
.ibox8-list1 .icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.ibox8-list1 .icon img {
  max-width: 58%;
  max-height: 58%;
  display: block;
}
@media screen and (max-width: 1181px) {
  .ibox8-list1 .icon {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 641px) {
  .ibox8-list1 .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .ibox8-list1 .txt {
    padding-top: 0.3rem;
  }
}
.ibox8-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -3rem;
}
.ibox8-list2 > li {
  width: 22%;
  margin-left: 3%;
  margin-top: 3rem;
  display: flex;
}
.ibox8-list2 .item {
  height: 100%;
  width: 100%;
  border-left: 0.6rem solid var(--color2);
  padding: 1rem 2rem;
  line-height: 1.5;
  background-color: #FAF8F9;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #333333;
  position: relative;
}
.ibox8-list2 .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color2);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.ibox8-list2 .item .txt {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .ibox8-list2 .item:hover {
    color: #ffffff;
  }
  .ibox8-list2 .item:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .ibox8-list2 {
    margin-left: -2%;
    margin-top: -2.5rem;
  }
  .ibox8-list2 > li {
    width: 31.33%;
    margin-left: 2%;
    margin-top: 2.5rem;
  }
  .ibox8-list2 .item {
    border-left-width: 0.4rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .ibox8-list2 {
    margin-top: -2rem;
  }
  .ibox8-list2 > li {
    width: 48%;
    margin-top: 2rem;
  }
}
.ibox8-list3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -3.5rem;
  color: #ffffff;
}
.ibox8-list3 > li {
  width: 48%;
  margin-left: 2%;
  margin-top: 3.5rem;
  position: relative;
  overflow: hidden;
}
.ibox8-list3 .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ibox8-list3 .imgBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color1);
  opacity: 0.6;
}
.ibox8-list3 .desc {
  position: relative;
  padding: 6rem 5%;
  text-align: center;
}
.ibox8-list3 .ico {
  width: 6.6rem;
  height: 6.6rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
}
.ibox8-list3 .ico img {
  max-width: 3.5rem;
}
@media screen and (max-width: 1181px) {
  .ibox8-list3 {
    margin-top: -3rem;
  }
  .ibox8-list3 > li {
    margin-top: 3rem;
  }
  .ibox8-list3 .ico {
    width: 6rem;
    height: 6rem;
  }
  .ibox8-list3 .ico img {
    max-width: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .ibox8-list3 {
    margin-top: -2.5rem;
  }
  .ibox8-list3 > li {
    margin-top: 2.5rem;
    width: 100%;
  }
  .ibox8-list3 .ico {
    width: 5rem;
    height: 5rem;
  }
  .ibox8-list3 .ico img {
    max-width: 2.8rem;
  }
}
.cz8-page {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1181px) {
  .cz8-page {
    display: block;
    width: auto !important;
    padding-top: 0;
  }
}
.cz8-pnav-box {
  width: 22.428%;
  flex-shrink: 0;
  margin-right: 4.2%;
}
@media screen and (max-width: 1181px) {
  .cz8-pnav-box {
    width: auto;
    margin-right: 0;
  }
}
.cz8-page-r {
  flex: 1;
}
@media screen and (max-width: 1181px) {
  .cz8-page-r {
    width: 90%;
    margin: 3rem auto 0;
  }
}
.cz8-pnav-title {
  color: #ffffff;
  padding: 4rem 4rem 10.6rem;
  line-height: 1;
  font-weight: normal;
}
.cz8-pnav-title .ico {
  display: none;
}
@media screen and (max-width: 1181px) {
  .cz8-pnav-title {
    padding: 2rem 4%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .cz8-pnav-title .ico {
    display: block;
  }
}
.cz8-pnav-title1 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 1181px) {
  .cz8-pnav-title1 {
    display: none;
  }
}
.cz8-pnav-title2 {
  background: -webkit-linear-gradient(130deg, var(--color1), var(--footbg));
  background: -o-linear-gradient(130deg, var(--color1), var(--footbg));
  background: -moz-linear-gradient(130deg, var(--color1), var(--footbg));
  background: -ms-linear-gradient(130deg, var(--color1), var(--footbg));
  background: linear-gradient(130deg, var(--color1), var(--footbg));
  display: none;
}
@media screen and (max-width: 1181px) {
  .cz8-pnav-title2 {
    display: flex;
  }
}
.cz8-pnav-bot {
  margin-top: -6.6rem;
  margin-left: 0.6rem;
  position: relative;
  padding: 0 1.5rem 6rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1181px) {
  .cz8-pnav-bot {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: none;
  }
}
.cz8-pnav-ul > li {
  border-bottom: 1px solid #CFCFCF;
}
.cz8-pnav-ul a {
  display: flex;
  justify-content: space-between;
  color: #333333;
  align-items: center;
  padding: 2rem 0;
}
.cz8-pnav-ul a.active {
  color: var(--color1);
}
.cz8-pnav-ul a.active .ico {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.cz8-pnav-ul a.active .txt::before {
  background-color: #f5f5f5;
}
.cz8-pnav-ul .txt {
  position: relative;
  flex: 1;
  z-index: 1;
  padding: 1.6rem 0.5rem 1.6rem 1.8rem;
  line-height: 1.2;
}
.cz8-pnav-ul .txt::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cz8-pnav-ul .ico {
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 0 0 8%;
  flex-shrink: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
}
@media (hover: hover) and (pointer: fine) {
  .cz8-pnav-ul a:hover {
    color: var(--color1);
  }
  .cz8-pnav-ul a:hover .ico {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1181px) {
  .cz8-pnav-ul {
    font-size: 1.6rem;
  }
  .cz8-pnav-ul a {
    padding: 1.5rem 4%;
  }
  .cz8-pnav-ul .txt {
    padding: 0;
  }
  .cz8-pnav-ul .txt::before {
    display: none;
  }
  .cz8-pnav-ul .ico {
    margin: 0 0 0 5%;
  }
}
.bgfff {
  background-color: #ffffff;
}
.cz8-logo {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1181px) {
  .cz8-logo {
    display: none;
  }
}
.cz8-ptitle {
  display: flex;
  border-bottom: 1px solid #CFCFCF;
  align-items: flex-end;
  justify-content: space-between;
}
.cz8-ptitle .title {
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 2.4rem;
}
.cz8-ptitle .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  background-color: #333333;
}
@media screen and (max-width: 1181px) {
  .cz8-ptitle .title {
    padding-left: 2rem;
  }
  .cz8-ptitle .title::before {
    width: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .cz8-ptitle {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .cz8-ptitle .title {
    padding-left: 1.5rem;
  }
  .cz8-ptitle .title::before {
    width: 0.2rem;
  }
}
.cz8-line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #CFCFCF;
}
.page-cur8 {
  color: #999999;
  font-size: 1.5rem;
}
.page-cur8 .home {
  margin-right: 0.9rem;
}
.page-cur8 a {
  color: #999999;
}
.page-cur8 a:hover {
  color: var(--color1);
}
.page-cur8 .fg {
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .page-cur8 {
    margin-bottom: 2rem;
  }
}
.cz8-ul1 > li {
  margin-bottom: 0.6rem;
}
.cz8-ul1 a {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  line-height: 1.5;
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .cz8-ul1 a:hover {
    color: var(--color1);
  }
}
.cz8-ul1 .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cz8-ul1 .time {
  flex-shrink: 0;
  margin-left: 2rem;
}
