@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Montserrat", "Noto Sans SC", sans-serif;
  font-weight: 500;
}

p {
  padding: 0;
  margin: 0;
}
em{
    font-style: italic !important;
}

:root {
  --color-bs: #fff;
  --color-ys: #8A8A8A;
  --color-zt: #0c3a90;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem 0;
  --jbys:linear-gradient(76deg, #0c3a90 -20.93%, #2859b4 126.57%);
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem 0;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 4.6875%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "Montserrat";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.75rem 2.35rem;
  border-radius: 3.125rem;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.7rem 1.8rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 1.5rem;
  color: #fff;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: -webkit-linear-gradient(14deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  background: -moz-linear-gradient(14deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  background: -o-linear-gradient(14deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  background: linear-gradient(76deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b:hover {
  color: #fff;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
 
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.5875rem;
}
.head .head2 .logo a img.b {
  display: none;
}
.head .head2 .dlofas {
  margin-left: 2rem;
}
.head .head2 .dlofas a.sskza {
  color: var(--color-bs);
  font-size: 1.125rem;
}
.head .head2 .dlofas a.sskza i {
  font-size: 1.25rem;
}
.head .head2 .dlofas .avatar-img {
  position: relative;
}
.head .head2 .dlofas .avatar-img a.sskza i {
  margin-right: 0.25rem;
}
.head .head2 .dlofas .avatar-img .avatar-img-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  background: #fff;
  padding: 0.5rem 1em;
  display: none;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.head .head2 .dlofas .avatar-img .avatar-img-box a {
  display: block;
  white-space: nowrap;
  line-height: 1.25em;
  padding: 0.5rem 0;
}
.head .head2 .dlofas .avatar-img .avatar-img-box a:hover {
  background: -webkit-linear-gradient(14deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background: -moz-linear-gradient(14deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background: -o-linear-gradient(14deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background: linear-gradient(76deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head .head2 .yuyan i{
  font-size: 1.4rem;
}

.head .head2 .yuyan span{
  font-size: 1.25rem;
  margin-left: .3rem;
}

.head .head2 .sska {
  line-height: 1em;
  margin-left: 2rem;
}
.head .head2 .sska a {
  color: var(--color-bs);
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head .head2 .anta_w {
  color: var(--color-bs);
  margin-left: 2rem;
  cursor: pointer;
}
.head .head2 .anta_w .menu {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: -3px;
}
.head .head2 .anta_w .menu span {
  margin: auto;
  display: block;
  width: 2rem;
  height: 2px;
  background: var(--color-bs);
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  margin-left: 0.2rem;
}
.head .head2 .anta_w .menu span:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  height: 2px;
  width: 2rem;
  background: var(--color-bs);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  height: 2px;
  width: 2rem;
  background: var(--color-bs);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  right: 0;
}
.head .head2 .anta_w .menu.active span:before {
  top: 0px;
  right: 0;
  width: 1.75rem;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #272727;
}
.head .head2 .anta_w .menu.active span:after {
  bottom: 0px;
  width: 1.75rem;
  right: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #272727;
}
.head .head2 .anta_w .menu.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
.head .head2 .anta_w p {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-left: 0.5em;
  width: 3em;
}
.head .head2 {
  background-color: #fff;
  --color-bs:#333333;
}
.head .head2 .logo a img.a {
  display: none;
}
.head .head2 .logo a img.b {
  display: inline-block;
}

body.active, body.ny-show_bodyxw {
  background: none;
}
body.active .sticky, body.ny-show_bodyxw .sticky {
  box-shadow: none;
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none;
}
body.active .head .head2, body.ny-show_bodyxw .head .head2 {
  --color-bs:#333333;
}
body.active .head .head2 .anta_w, body.ny-show_bodyxw .head .head2 .anta_w {
  color: #232323;
}
body.active .head .logo a img.a, body.ny-show_bodyxw .head .logo a img.a {
  display: none;
}
body.active .head .logo a img.b, body.ny-show_bodyxw .head .logo a img.b {
  display: inline-block;
}

#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
}
#menu .nav_a1 li > a {
  font-size: 1.25rem;
  padding: 0 1.8rem;
  color: var(--color-bs);
  text-transform: capitalize;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.5em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 1em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--jbys);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 500 1rem/1.5em "Montserrat";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #f6f6f6;
  z-index: 999;
  text-align: center;
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#menu .nav_a1 li .sec1 .asz-a1 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
#menu .nav_a1 li .sec1 .asz-a1 a {
  display: block;
  color: #838383;
  font-size: 1.25rem;
  line-height: 5rem;
  width: 25rem;
  padding-left: 1.6em;
}
@media (max-width: 1024px) {
  #menu .nav_a1 li .sec1 .asz-a1 a {
    width: 23rem;
    padding-left: 1.25em;
  }
}
#menu .nav_a1 li .sec1 .asz-a1 a:hover {
  background: #fff;
  color: #0b3a90;
}
#menu .nav_a1 li .sec1 .img {
  width: 27.8125rem;
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  #menu .nav_a1 li .sec1 .img {
    width: 25rem;
    margin-left: 1.5rem;
  }
}
#menu .nav_a1 li .sec1 .img .over {
  padding-bottom: 55%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .img .over > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#menu .nav_a1 li .sec1 .img .over img {
  width: 100%;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
#menu .nav_a1 li.cid-li75 .sec1 .asz-a1, #menu .nav_a1 li.cid-li74 .sec1 .asz-a1 {
  -webkit-column-count: inherit;
     -moz-column-count: inherit;
          column-count: inherit;
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navigators {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 98;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #fff;
  border-radius: 0px 0px 0px 100%;
}
.navigators.active {
  height: 240%;
  width: 130%;
}
.navigators.active .weggta {
  opacity: 1;
}
.navigators .kasras {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  max-height: 100vh;
  overflow: auto;
}
.navigators .weggta {
  padding-top: var(--head-height);
  opacity: 0;
  -webkit-transition: all 0.1s ease 0.2s;
  -o-transition: all 0.1s ease 0.2s;
  -moz-transition: all 0.1s ease 0.2s;
  transition: all 0.1s ease 0.2s;
}
.navigators .xl-nav {
  padding: 0 2%;
}
.navigators .xl-nav > li {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.75em 2em;
  position: relative;
}
.navigators .xl-nav > li:not(:first-child) .name {
  -webkit-transition: all 0.6s ease 0.05s;
  -o-transition: all 0.6s ease 0.05s;
  -moz-transition: all 0.6s ease 0.05s;
  transition: all 0.6s ease 0.05s;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  stroke-width: 0.5px;
  -webkit-text-stroke-color: #999;
  stroke: #999;
}
.navigators .xl-nav > li:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  -webkit-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  -moz-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.navigators .xl-nav > li:not(:first-child):hover::after {
  width: 100%;
}
.navigators .xl-nav > li:not(:first-child):hover .name {
  color: #fff;
  stroke: none;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: inherit;
  stroke-width: inherit;
}
.navigators .xl-nav > li .name {
  color: #808080;
  font: 700 1.875rem/2em "Roboto";
  display: block;
  text-transform: capitalize;
}
.navigators .xl-nav > li .name:hover {
  color: #1A96D5;
}
.navigators .xl-nav > li .ashdxera .secb {
  width: 80%;
}
.navigators .xl-nav > li .ashdxera .secb li.on .seca li.on a {
  color: #1A96D5;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 {
  width: 20%;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li {
  height: 0;
  overflow: hidden;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li.a {
  height: auto;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li .xhah_as2 li {
  height: 0;
  overflow: hidden;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li .xhah_as2 li.a {
  height: auto;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li .xhah_as2 li .mySwiper2 .swiper-slide a.ashza {
  display: block;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li .xhah_as2 li .mySwiper2 .swiper-slide a.ashza .img img {
  width: 100%;
}
.navigators .xl-nav > li .ashdxera .xhah_as1 > li .xhah_as2 li .mySwiper2 .swiper-slide a.ashza .tit {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  line-height: 2.4em;
}
.navigators .xl-nav > li .seca > a {
  display: block;
  color: #B7B7B7;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-right: 10%;
}
.navigators .xl-nav > li .seca > a:hover {
  color: #1A96D5;
}
.navigators .xl-nav > li .secb {
  padding: 0.5rem 0;
}
.navigators .xl-nav > li .secb > li {
  width: 25%;
}
.navigators .xl-nav > li .secb > li > a {
  display: block;
  color: #B7B7B7;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.navigators .xl-nav > li .secb > li > a:hover {
  color: #1A96D5;
}
.navigators .xl-nav > li .secb > li .seca {
  margin-top: 0.5rem;
}
.navigators .xl-nav > li .secb > li .seca li a {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  line-height: 2em;
  padding-left: 1em;
  position: relative;
}
.navigators .xl-nav > li .secb > li .seca li a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.navigators .xl-nav > li .secb > li .seca li a:hover {
  color: #1A96D5;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
}
.sskbj::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: var(--jbys);
}
.sskbj .searchbox1 {
  width: 75%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sskbj .searchbox1 .searchs {
  max-width: none;
  padding-top: 2rem;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 3.125rem;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 2rem;
  color: #262626;
  text-transform: uppercase;
  font-weight: 700;
}
.sskbj .searchbox1 .searchs form {
  width: 80%;
  margin: 0 auto;
  background: #F6F6F6;
  padding: 0 1rem;
}
.sskbj .searchbox1 .searchs .sertext {
  width: -webkit-calc(100% - 1.875rem);
  width: -moz-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
  border-radius: 0;
  font-size: 1rem;
  border: none;
  background: transparent;
  color: #9E9E9E;
  font-size: 1.25rem;
  line-height: 3.75rem;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 0;
  width: 1.875rem;
  background: transparent;
}
.sskbj .searchbox1 .searchs .serbtn i {
  font-size: 1.5rem;
  color: rgb(51, 51, 51);
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 2;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
.sskbj .serbtn {
  background: #000;
}

.sticky {
	
  position: fixed;
  border-bottom: 1px solid #e7e7e7;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat";
  padding: 0 4%;
  font-weight: 600;
  text-transform: capitalize;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Montserrat";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {

}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.pc-banner .mySwipera .swiper-slide .img {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;

}

.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 {
	margin: 0 auto;


}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
    text-align: center;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.8rem;
  height:0.8rem;
  border-radius: 0.8rem;
  margin-right: 0.5rem;
  border: 1px solid #A7A7A7;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background:#0b3990;
  border: 1px solid #0b3990;
}
.pc-banner a.mouse {
  width: 6.75rem;
  height: 6.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .pc-banner a.mouse {
    width: 4rem;
    height: 4rem;
  }
}
.pc-banner a.mouse::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--jbys);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
}
.pc-banner a.mouse .texta-a {
  width: 100%;
}
.pc-banner a.mouse .texta-a img {
  width: 28.8461538462%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .pc-banner a.mouse .texta-a img {
    -webkit-animation: up-down 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
       -moz-animation: up-down 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
         -o-animation: up-down 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
            animation: up-down 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
}
.pc-banner a.mouse:hover::after {
  -webkit-mask: inherit;
  -webkit-mask-composite: inherit;
}
.pc-banner a.mouse:hover .texta-a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
  to {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}

@-moz-keyframes up-down {
  0% {
    -moz-transform: translate(-50%, -55%);
         transform: translate(-50%, -55%);
  }
  to {
    -moz-transform: translate(-50%, -45%);
         transform: translate(-50%, -45%);
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform: translate(-50%, -55%);
       transform: translate(-50%, -55%);
  }
  to {
    -o-transform: translate(-50%, -45%);
       transform: translate(-50%, -45%);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translate(-50%, -55%);
       -moz-transform: translate(-50%, -55%);
         -o-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
  to {
    -webkit-transform: translate(-50%, -45%);
       -moz-transform: translate(-50%, -45%);
         -o-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}
@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #ACACAC;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  border-color: #0c3a90;
}

.gong-p {
  color: #626262;
  font: 500 1.125rem/1.6em "Montserrat";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #333333;
}
.title1 .tit {
  font-size: 4.375rem;
  line-height: 1.125em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1.bs {
  color: #fff;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@-moz-keyframes scroll {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-100% - var(--gap)));
         transform: translateX(calc(-100% - var(--gap)));
  }
}
@-o-keyframes scroll {
  from {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(calc(-100% - var(--gap)));
       transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-100% - var(--gap)));
       -moz-transform: translateX(-moz-calc(-100% - var(--gap)));
         -o-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.jt-gont > div {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jt-gont > div {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.jt-gont > div .jta {
  width: 100%;
  height: 100%;
  position: relative;
}
.jt-gont > div .jta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--jbys);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
}
.jt-gont > div i {
  color: #A9A9A9;
  font-size: 1.65rem;
}
@media (max-width: 768px) {
  .jt-gont > div i {
    font-size: 1rem;
  }
}

.cont1 {
  padding: 2rem 0 10rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .scrolling-ticker-box {
  --gap: 1.875rem;
  --accent-color: rgba(0,0,0,0.1);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.cont1 .scrolling-ticker-box .scrolling-content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-animation: scroll 50s linear infinite;
     -moz-animation: scroll 50s linear infinite;
       -o-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
  font-family: "Roboto";
}
.cont1 .scrolling-ticker-box .scrolling-content span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 14.3125rem;
  line-height: 1.1em;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  font-weight: 700;
  -webkit-text-stroke-color: var(--accent-color);
  stroke: var(--accent-color);
}
.cont1 .scrolling-ticker-box .scrolling-content span.ys {
  color: rgba(0, 0, 0, 0.05);
  stroke: none;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: inherit;
  stroke-width: inherit;
}
@media (max-width: 768px) {
  .cont1 .scrolling-ticker-box .scrolling-content span {
    font-size: 3.5rem;
  }
}
.cont1 .a1v1 {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 .jt-gont {
    display: none;
  }
}
.cont1 .a1v1 .jt-gont > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .jt-gont > div {
    top: 60%;
  }
}
.cont1 .a1v1 .jt-gont > div.swiper-button-next1 {
  right: -12.5%;
}
@media (max-width: 1366px) {
  .cont1 .a1v1 .jt-gont > div.swiper-button-next1 {
    right: -5.78125%;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 .jt-gont > div.swiper-button-next1 {
    right: 2%;
  }
}
.cont1 .a1v1 .jt-gont > div.swiper-button-prev1 {
  left: -12.5%;
}
@media (max-width: 1366px) {
  .cont1 .a1v1 .jt-gont > div.swiper-button-prev1 {
    left: -5.78125%;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 .jt-gont > div.swiper-button-prev1 {
    left: 2%;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .wenata {
  width: 33.1428571429%;
  margin-right: -18.8571428571%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imgast .wenata {
    width: 100%;
    margin-right: 0;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .wenata .ftit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  line-height: 1.25em;
  background: var(--jbys); /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imgast .wenata .ftit {
    font-size: 1.25rem;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .wenata .wehxas {
  position: relative;
  z-index: 1;
}
.cont1 .mySwiper1 .swiper-slide a.imgast .wenata .wehxas .tit1 {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 43% 0%, 43% 100%, 0% 100%);
          clip-path: polygon(0 0, 43% 0%, 43% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imgast .wenata .wehxas .tit1 {
    width: 100%;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .wenata .wehxas .tit2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #fff;
}
.cont1 .mySwiper1 .swiper-slide a.imgast .wenata .tit {
  font-size: 4.375rem;
  line-height: 1.125em;
  color: #333;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imgast .wenata .tit {
    font-size: 2rem;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a {
  display: block;
  width: 85.7142857143%;
  background: #000;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a i {
  display: block;
  font-size: 0;
}
.cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a i img {
  width: 100%;
}
.cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a .past1 {
  width: 62.5%;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a .past1 {
    width: 77%;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imgast .imgas-a .past1 img {
  width: 100%;
}
.cont1 .mySwiper1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .cont1 .mySwiper1 .swiper-pagination1 {
    display: none;
  }
}
.cont1 .mySwiper1 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  margin: 0 0.25rem;
  border: 1px solid #E7E7E7;
}
.cont1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  border-color: #0c3a90;
}

/* 定义一个名为rotate的动画 */
@-webkit-keyframes rotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
            transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-moz-keyframes rotate {
  to {
    -moz-transform: translate(-50%, -50%) rotate(1turn);
         transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-o-keyframes rotate {
  to {
    -o-transform: translate(-50%, -50%) rotate(1turn);
       transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
       -moz-transform: translate(-50%, -50%) rotate(1turn);
         -o-transform: translate(-50%, -50%) rotate(1turn);
            transform: translate(-50%, -50%) rotate(1turn);
  }
}
.cont2 {
  padding: 9rem 0 10rem;
  position: relative;
  background: rgba(11, 11, 11, 0.8);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
  }
}
.cont2 .content1 {
  z-index: -1;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-animation: rotate 30s linear infinite;
     -moz-animation: rotate 30s linear infinite;
       -o-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
  width: 100%;
}
.cont2 .content1 img {
  width: 120%;
  height: 120%;
  aspect-ratio: 1/1;
}
.cont2 > .wh {
  position: relative;
  z-index: 1;
}
.cont2 .a2_list1 {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    margin-top: 1.25rem;
  }
}
.cont2 .a2_list1 li {
  width: 30.7142857143%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    width: 100%;
  }
  .cont2 .a2_list1 li + li {
    margin-top: 1.25rem;
  }
}
.cont2 .a2_list1 li .tit {
  font-size: 2.5rem;
  line-height: 1.125em;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .tit {
    font-size: 1.6rem;
  }
}
.cont2 .a2_list1 li .p {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 1rem;
  margin-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .p {
    font-size: 1rem;
    padding-top: 0.5rem;
    margin-top: 1rem;
  }
}
.cont2 .a2v1 {
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    margin-top: 2rem;
  }
}
.cont2 .a2v1 a.more-k {
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 a.more-k {
    margin-top: 2rem;
  }
}

a.more-k {
  display: inline-block;
  width: 15.875rem;
  height: 15.875rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  a.more-k {
    width: 9rem;
    height: 9rem;
  }
}
a.more-k .jta {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
a.more-k .jta .yhaz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--jbys);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
}
a.more-k .jta p {
  color: #8B8B8B;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont3 {
  padding: 6.5rem 0 5.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3 .fit-tit {
  position: absolute;
  right: -25%;
  top: 10rem;
  z-index: -1;
  color: rgba(85, 85, 85, 0.08);
  font-size: 14.3125rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont3 .fit-tit {
    font-size: 4.5rem;
  }
}
.cont3 .a3_b1 {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3_b1 li {
  width: 45.7142857143%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.cont3 .a3_b1 li:nth-child(2) {
  margin-top: 18.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li:nth-child(2) {
    margin-top: 0;
  }
}
.cont3 .a3_b1 li:nth-child(2n+3) {
  margin-top: -13.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li:nth-child(2n+3) {
    margin-top: 0;
  }
}
.cont3 .a3_b1 li .imgat {
  position: relative;
}
.cont3 .a3_b1 li .imgat .img-bla {
  display: block;
  font-size: 0;
  position: relative;
  height: 36rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .imgat .img-bla {
    height: 25rem;
  }
}
.cont3 .a3_b1 li .imgat .img-bla .bjast {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -webkit-transition: all cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -o-transition: all cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -moz-transition: all cubic-bezier(0, 0, 0.35, 1) 0.5s;
  transition: all cubic-bezier(0, 0, 0.35, 1) 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cont3 .a3_b1 li .imgat .img-bla video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .imgat .img-bla video {
    display: none;
  }
}
.cont3 .a3_b1 li .imgat .img-bla::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.cont3 .a3_b1 li .imgat .img-bla img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  visibility: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .imgat .img-bla img {
    visibility: visible;
    height: auto;
  }
}
.cont3 .a3_b1 li .imgat .img-bla:hover .bjast {
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .imgat .img-bla:hover .bjast {
    opacity: 1;
  }
}
.cont3 .a3_b1 li .imgat .img-bla:hover img {
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .imgat .img-bla:hover img {
    opacity: 1;
  }
}
.cont3 .a3_b1 li .imgat .img-bla:hover::after {
  opacity: 0;
}
.cont3 .a3_b1 li .imgat u {
  display: block;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 4.875rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .imgat u {
    left: 1.5rem;
    bottom: 1.5rem;
    width: 3.5rem;
  }
}
.cont3 .a3_b1 li .imgat u img {
  width: 100%;
}
.cont3 .a3_b1 li .cont-p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .cont-p {
    margin-top: 1rem;
  }
}
.cont3 .a3_b1 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont3 .a3_b1 li .cont-p .p1 {
  color: #626262;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li .cont-p .p1 {
    font-size: 1rem;
  }
}

.jt-gong {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jt-gong {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.jt-gong .jta {
  width: 100%;
  height: 100%;
  position: relative;
}
.jt-gong .jta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--jbys);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
}
.jt-gong i {
  color: #A9A9A9;
  font-size: 1.65rem;
}
@media (max-width: 768px) {
  .jt-gong i {
    font-size: 1rem;
  }
}

.cont4 .a4_list1 {
  margin-top: 6.375rem;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 {
    margin-top: 2rem;
  }
}
.cont4 .a4_list1 li {
  border-top: 1px solid #C9C9C9;
  padding: 2.375rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li {
    padding: 1.5rem 0;
  }
}
.cont4 .a4_list1 li a.img {
  display: block;
  width: 32.3571428571%;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li a.img {
    width: 100%;
  }
}
.cont4 .a4_list1 li a.img img {
  width: 100%;
}
.cont4 .a4_list1 li .cont-p {
  width: 58.8571428571%;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont4 .a4_list1 li .cont-p a.name {
  color: #333333;
  font-size: 2.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p a.name {
    font-size: 1.5rem;
  }
}
.cont4 .a4_list1 li .cont-p .date {
  color: #626262;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p .date {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
.cont4 .a4_list1 li .cont-p .jt-gong {
  position: absolute;
  right: 0;
  bottom: 2.375rem;
  display: none;
}
.cont4 .a4_list1 li:hover .cont-p .jt-gong {
  display: block;
}

.cont5 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  padding: 14.75rem 0 13.25rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .a5b1 {
  width: 43.5714285714%;
}
@media (max-width: 768px) {
  .cont5 .a5b1 {
    width: 100%;
  }
}
.cont5 .a5b1 .p1 {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.65em;
  margin: 1rem 0 1.5rem;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
@media (max-width: 768px) {
  .cont5 .a5b1 .p1 {
    margin: 0.75rem 0 1.125rem;
    font-size: 1.125rem;
    -webkit-line-clamp: 10;
  }
}
.cont5 .a5b2 {
  width: 49.5714285714%;
}
@media (max-width: 768px) {
  .cont5 .a5b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont5 .a5b2 .ashhx_list1 li {
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
.cont5 .a5b2 .ashhx_list1 li + li {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.cont5 .a5b2 .ashhx_list1 li i {
  display: block;
  width: 6.25rem;
  margin: 0 auto;
}
.cont5 .a5b2 .ashhx_list1 li i img {
  width: 100%;
}
.cont5 .a5b2 .ashhx_list1 li .wenata {
  color: #fff;
  margin-top: 0.25rem;
}
.cont5 .a5b2 .ashhx_list1 li .wenata .tit1 {
  line-height: 1.125em;
  font-size: 4.375rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont5 .a5b2 .ashhx_list1 li .wenata .tit1 {
    font-size: 2.5rem;
  }
}
.cont5 .a5b2 .ashhx_list1 li .wenata .tit1 b {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .cont5 .a5b2 .ashhx_list1 li .wenata .tit1 b {
    font-size: 1.5rem;
  }
}
.cont5 .a5b2 .ashhx_list1 li .wenata .p {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.cont6 {
  padding: 2rem 0;
}
.cont6 .picMarquee-left li {
  width: 14rem;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .cont6 .picMarquee-left li {
    width: 9rem;
    margin-right: 1.5rem;
  }
}
.cont6 .picMarquee-left li a.block {
  display: block;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont6 .picMarquee-left li a.block img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.cont6 .picMarquee-left li a.block:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.xg-cont1 {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .xg-cont1 {
    padding-top: 2rem;
  }
}
.xg-cont1 .cp_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem 3.25rem;
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .xg-cont1 .cp_list1 {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .xg-cont1 .cp_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.xg-cont1 .cp_list1 li a.img {
  display: block;
  background: #F0F0F0;
}
.xg-cont1 .cp_list1 li .ashdx {
overflow: hidden;
}

.xg-cont1 .cp_list1 li .ashdx img{
max-width: 100%;
}


.xg-cont1 .cp_list1 li a.img .erxax1 {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem 6.5%;
  color: #333;
}
.xg-cont1 .cp_list1 li a.img .erxax1 p {
  width: 80%;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xg-cont1 .cp_list1 li a.img .erxax1 i {
  font-size: 2rem;
}
.xg-cont1 .cp_list1 li:hover a.img .erxax1 {
  background: var(--jbys);
  color: #fff;
}
.xg-cont1 a.btn {
  margin-top: 3rem;
}
@media (max-width: 768px) {
	
.xg-cont1 .cp_list1 li a.img .erxax1 p {
  width:auto;
  white-space: normal;
}

  .xg-cont1 a.btn {
    margin-top: 1.5rem;
  }
}

.xg-cont2 {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .xg-cont2 {
    padding-top: 2rem;
  }
}
.xg-cont2 .xg_a2list2 {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list2 {
    margin: 1rem 0;
  }
}
.xg-cont2 .xg_a2list2 li {
  width: 19%;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list2 li {
    width: 49%;
    margin-top: 1rem;
  }
}
@media (max-width: 540px) {
  .xg-cont2 .xg_a2list2 li {
    width: 100%;
  }
}
.xg-cont2 .xg_a2list2 li a.bl {
  display: block;
  position: relative;
  padding: 0.25rem;
}
.xg-cont2 .xg_a2list2 li a.bl .js-plane {
  padding-bottom: 130.612244898%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 540px) {
  .xg-cont2 .xg_a2list2 li a.bl .js-plane {
    padding-bottom: 70%;
  }
}
.xg-cont2 .xg_a2list2 li a.bl .js-plane::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
}
@media (max-width: 450px) {
  .xg-cont2 .xg_a2list2 li a.bl .js-plane::after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  }
}
.xg-cont2 .xg_a2list2 li a.bl .js-plane > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.xg-cont2 .xg_a2list2 li a.bl .cont-p {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list2 li a.bl .cont-p {
    top: 30%;
  }
}
@media (max-width: 540px) {
  .xg-cont2 .xg_a2list2 li a.bl .cont-p {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.xg-cont2 .xg_a2list2 li a.bl .cont-p u {
  display: block;
  font-size: 0;
  width: 3.125rem;
  margin: 0 auto;
}
.xg-cont2 .xg_a2list2 li a.bl .cont-p u img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 450px) {
  .xg-cont2 .xg_a2list2 li a.bl .cont-p u img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.xg-cont2 .xg_a2list2 li a.bl .cont-p .tit {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.25em;
  font-weight: 700;
  padding: 0 10%;
  margin: 0.75rem 0;
}

.xg-cont2 .xg_a2list2 li a.bl .cont-p .p1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0 10%;

}

@media (max-width: 768px) {
  .xg-cont2 .xg_a2list2 li a.bl .cont-p .tit {
    font-size: 1.125rem;
  }
}
@media (max-width: 450px) {
  .xg-cont2 .xg_a2list2 li a.bl .cont-p .tit {
    font-size: 1.25rem;
  }
}
@media (max-width: 450px) {
  .xg-cont2 .xg_a2list2 li a.bl .cont-p .tit {
    color: #fff;
    background: none;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
}
.xg-cont2 .xg_a2list2 li a.bl:hover {
  background: var(--jbys);
}
.xg-cont2 .xg_a2list2 li a.bl:hover .js-plane::after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.9) 100%);
}
.xg-cont2 .xg_a2list2 li a.bl:hover .js-plane > img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.xg-cont2 .xg_a2list2 li a.bl:hover .cont-p u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.xg-cont2 .xg_a2list2 li a.bl:hover .cont-p .tit {
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.xg-cont2 .xg_a2list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 {
    margin-top: 1rem;
  }
}
.xg-cont2 .xg_a2list1 li {
  width: 18%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 li {
    width: 100%;
  }
  .xg-cont2 .xg_a2list1 li + li {
    margin-top: 1.5rem;
  }
}
.xg-cont2 .xg_a2list1 li.on {
  width: 46%;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 li.on {
    width: 100%;
  }
}
.xg-cont2 .xg_a2list1 li a.bl {
  display: block;
}
.xg-cont2 .xg_a2list1 li a.bl .imgat {
  position: relative;
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .js-plane {
  position: relative;
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .js-plane::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .js-plane img {
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 li a.bl .imgat .js-plane img {
    height: 22rem;
  }
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  padding: 0 4%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p {
    padding: 0 6%;
    bottom: 1.5rem;
  }
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p u {
  display: block;
  font-size: 0;
  width: 4.875rem;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p u {
    width: 4rem;
  }
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p u img {
  width: 100%;
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p .tit {
    font-size: 1.5rem;
  }
}
.xg-cont2 .xg_a2list1 li a.bl .imgat .cont-p .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (min-width: 767px) {
  .xg-cont2 .xg_a2list1 li:not(.on) a.bl .imgat .cont-p u {
    display: none;
  }
  .xg-cont2 .xg_a2list1 li:not(.on) a.bl .imgat .cont-p .tit {
    font-size: 1.25rem;
  }
  .xg-cont2 .xg_a2list1 li:not(.on) a.bl .imgat .cont-p .p1 {
    display: none;
  }
}
.xg-cont2 a.btn {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .xg-cont2 a.btn {
    margin-top: 1.5rem;
  }
}

.foot-fot {
  position: relative;
  background: #F0F0F0;
}
@media (max-width: 990px) {
  .foot-fot .foota1-cont {
    display: none;
  }
}
.foot-fot .foota1-cont .foota1 {
  padding: 5.125rem 0 1rem;
  border-bottom: 0.25rem solid #C9C9C9;
}
.foot-fot .foota1-cont .foota1 .dlogo img {
  height: 4.1875rem;
}
.foot-fot .foota1-cont .foota1 .d_sdha {
  margin-top: 1rem;
}
.foot-fot .foota1-cont .foota1 .d_sdha li {
  padding: 0.125rem 0;
}

.foot-fot .foota1-cont .foota1 .d_sdha li .iamsgh {
  width: 1.25rem;
  margin-right: 0.35rem;
}
.foot-fot .foota1-cont .foota1 .d_sdha li .iamsgh img {
  width: 100%;
}
.foot-fot .foota1-cont .foota1 .d_sdha li .cont-b {
  font-size: 1rem;
  line-height: 1.5em;
  color: #434343;
  font-weight: 500;
}
.foot-fot .foota1-cont .foota1 .d_sdha li .cont-b a {
  color: #434343;
}
.foot-fot .foota1-cont .foota1 .d_sdha li .cont-b a:hover {
  color: rgba(67, 67, 67, 0.8);
}
.foot-fot .foota1-cont .foota1 .social-share1 p {
  color: #434343;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-right: 1rem;
}
.foot-fot .foota1-cont .foota1 .social-share1 a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  -o-transition: background 0.6s ease-out 0s;
  -moz-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
  color: #fff;
  background: #A6A6A6;
  width: 2.3125rem;
  line-height: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  font-size: 1.125rem;
  border: none;
}
.foot-fot .foota1-cont .foota1 .social-share1 a:before {
  content: "\f01a";
  font-family: "socialshare" !important;
}
.foot-fot .foota1-cont .foota1 .social-share1 a:hover {
  background: rgba(0, 0, 0, 0.75);
}
.foot-fot .foota1-cont .foota1 .fo-a2 {
  width: 33.1428571429%;
}
.foot-fot .foota1-cont .foota1 .fo-a2 form {
  margin-top: 1rem;
}
.foot-fot .foota1-cont .foota1 .fo-a2 form .contact1 input {
  width: 73.9224137931%;
  border-radius: 2rem;
  border: none;
  font-size: 1rem;
  line-height: 3.125rem;
  background: #FFFFFF;
  color: #666;
  text-indent: 1.5em;
  font-weight: 500;
}
.foot-fot .foota1-cont .foota1 .fo-a2 form .contact1 button {
  width: 24.3534482759%;
  border: none;
  border-radius: 2rem;
  line-height: 3.125rem;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.foot-fot .foota1-cont .foota2 {
  padding-top: 3.75rem;
  padding-bottom: 3.375rem;
}
.foot-fot .foota1-cont .foot-tit {
  color: #434343;
  font: 700 1.25rem/1.5em "Montserrat";
  text-transform: capitalize;
}
.foot-fot .foota1-cont .foot-tit a {
  color: #A0A0A0;
  display: block;
}
.foot-fot .foota1-cont .dseca {
  margin-top: 0.6em;
}
.foot-fot .foota1-cont .dseca > a {
  display: block;
  color: #A0A0A0;
  font: 500 1rem/1.8em "Montserrat";
}
.foot-fot .foota1-cont .dseca > a:hover {
  color: #0c3a90;
}

.foot-fot .foota1-cont .dseca i{
    display: block;
    background: #A6A6A6;
    border-radius: 50%;
	margin: 0 .2rem;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;

}

.foot-fot .foota1-cont .dseca i:hover{
    background: #333;
}


.foot-fot .foota1-cont .dseca i img{
  width: 1.3rem;

}

.foot-fot .foota2-cont {
  text-align: center;
  color: #626262;
  font: 500 1rem/1.65em "Montserrat";
  padding: 1.125em 0;
  border-top: 1px solid rgba(90, 90, 90, 0.1);
}
@media (max-width: 990px) {
  .foot-fot .foota2-cont {
    font-size: 1rem;
  }
}
.foot-fot .foota2-cont a {
  color: #626262;
}
.foot-fot .foota2-cont a:hover {
  color: #0c3a90;
}
.foot-fot .foota2-cont p a + a {
  display: inline-block;
  margin-left: 1em;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 0.35rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0b3a90 126.57%), #2859b4;
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0b3a90 126.57%), #2859b4;
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0b3a90 126.57%), #2859b4;
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0b3a90 126.57%), #2859b4;
  box-shadow: 0px 0.1875rem 0.3125rem 0px rgba(11, 11, 11, 0.1);
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.foot-fot .m-bm-nav > li, .foot-fot .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot-fot .m-bm-nav > li > a, .foot-fot .m-bm-nav .aniut i, .foot-fot .m-bm-nav > li .sec a, .foot-fot .mrhgxt {
  color: #000;
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

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


.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 500 1rem/2rem "Montserrat";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  background: -webkit-linear-gradient(14deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Montserrat";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Montserrat";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Montserrat";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Montserrat";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Montserrat";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 500 1rem/2em "Montserrat";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/6;
}
@media (max-width: 990px) {
  .nbanner .img img {
    aspect-ratio: inherit;
  }
}
.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 4.6875rem/1.25em "Montserrat";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-top: 0.5rem;
}
.nbanner .nbanner-wen1 .banner-cont .p2 a {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.nbanner .nbanner-wen1 .banner-cont .p2 span:last-child {
  display: none;
}
.nbanner .mbxdh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.nbanner .mbxdh .n_src {
  font-size: 0;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .nbanner .mbxdh .n_src {
    white-space: nowrap;
    display: block;
  }
}
.nbanner .mbxdh .n_src li {
  display: inline-block;
}
.nbanner .mbxdh .n_src li a {
  display: block;
  color: #FFF;
  font: 700 1.125rem/2em "Montserrat";
  position: relative;
  padding: 0.85rem 0;
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 1em;
}
.nbanner .mbxdh .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background:#f2eb35;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .nbanner .mbxdh .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.nbanner .mbxdh .n_src li:hover a::after, .nbanner .mbxdh .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: var(--head-height);
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Montserrat";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 767px) {
  .cp-list-body .nbanner .mbxdh .n_src {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cp-list-body .nbanner .mbxdh .n_src li {
    display: block;
    width: 25%;
  }
}

.list_content {
  padding: 4rem 0;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit .tit {
  color: #444444;
  font: 700 3.125rem/1.1em "Montserrat";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}

.abt-cont1 .abt-a1v1 {
  padding: 4.375rem 0;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1 {
  width: 47%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a2 {
  width: 47%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a2 .tit{
    color: #444444;
    font: 700 3.125rem / 1.1em "Montserrat";
    text-transform: capitalize;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
 .abt-cont1 .abt-a1v1 .abt-a2 .tit{
    font-size: 1.8rem;
  }
}


.abt-cont1 .abt-a1v1 .abt-a2 .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: justify;
}

@media (max-width: 768px) {
 .abt-cont1 .abt-a1v1 .abt-a2 .p1{
    margin-bottom: 1rem;
  }
}


.abt-cont1 .abt-a1v1 .abt-a2 a.btn {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a2 a.btn {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v2 {
  padding-bottom: 4.375rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    padding-bottom: 2rem;
  }
}
.abt-cont1 .abt-a1v2 .img img {
  width: 100%;
}
.abt-cont1 .abt-a1v2 .abt-a1_list1 {
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1_list1 {
    padding: 1rem 0;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    padding: 0.75rem 0;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1_list1 li .tit span {
  font-size: 4.375rem;
  line-height: 4.375rem;
  background: var(--jbys); /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1_list1 li .tit span {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1_list1 li .tit span.asx1 {
  font-size: 2.5rem;
  vertical-align: top;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1_list1 li .tit span.asx1 {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1_list1 li .tit b {
  color: #626262;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1_list1 li .tit b {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1_list1 li p {
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.jbzt-color {
  background: var(--jbys);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.abt-cont2 {
  padding: 7rem 0;
  background:#EFF1ED;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}

.abt-cont2 .tit{
    color: #444444;
    font: 700 3.125rem / 1.1em "Montserrat";
    text-transform: capitalize;
	margin-bottom: 2rem;
	text-align: center;
}

@media (max-width: 768px) {
 .abt-cont2 .tit{
    font-size: 1.8rem;
  }
}

.abt-cont2 .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}

.abt-cont2 .abt-a2v2 .item{
 
 width: 30%;
 margin: 2rem 0;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v2 .item {
    width: 100%;
  }
}


.abt-cont3 {
  padding-top: 6rem;
}

.abt-cont3 .tit{
    color: #444444;
    font: 700 3.125rem / 1.1em "Montserrat";
    text-transform: capitalize;
	margin-bottom: 2rem;
	text-align: center;
}

@media (max-width: 768px) {
 .abt-cont3 .tit{
    font-size: 1.8rem;
  }
}


.abt-cont3 .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}

.abt-cont3 .abt-a3v3{
 margin-top: 3rem;
 width: 100%;

}

.abt-cont4 {
  background: #F6F6F6;
  position: relative;
  padding: 7.625rem 0 10.3125rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.25rem 0;
  }
}
.abt-cont4::after {
  content: "";
  width: 29.0625%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--jbys);
}
@media (max-width: 768px) {
  .abt-cont4::after {
    display: none;
  }
}
.abt-cont4 .wh {
  position: relative;
  z-index: 1;
}
.abt-cont4 .abt-a4v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    margin-top: 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li .dt {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 li .dt {
    padding: 1rem 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li .dt p {
  font-size: 2.25rem;
  line-height: 1.5em;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  font-weight: 700;
  font-family: "Roboto";
  -webkit-text-stroke-color: rgba(30, 30, 30, 0.15);
  stroke: rgba(30, 30, 30, 0.15);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 li .dt p {
    font-size: 1.8rem;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li .dt i {
  color: #D9D9D9;
  font-size: 1rem;
  font-weight: 700;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li .wehha-job .p1 {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 li .wehha-job .p1 {
    padding: 1rem 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 li.active .dt p {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  stroke: inherit;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 46.2142857143%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 li img {
  width: 100%;
}

.abt-cont5 {
  padding: 8.75rem 0 5.125rem;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2rem 0;
  }
}
.abt-cont5 .abt-a5v1 {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    margin-top: 1rem;
    padding: 0.25rem 0;
  }
}
.abt-cont5 .abt-a5v1 li {
  color: #868686;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1rem 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 li {
    padding: 0.25rem 0.5em;
  }
}
.abt-cont5 .abt-a5v1 li:hover, .abt-cont5 .abt-a5v1 li.on {
  color: #0c3a90;
}
.abt-cont5 .abt-a5v2 {
  margin-top: 5.125rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 {
    margin-top: 2rem;
  }
}
.abt-cont5 .abt-a5v2 .tta {
  display: none;
}
.abt-cont5 .abt-a5v2 .abt-a5b1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8125rem 7.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .abt-a5b1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .abt-cont5 .abt-a5v2 .abt-a5b1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.abt-cont5 .abt-a5v2 .abt-a5b1 li {
  position: relative;
}
.abt-cont5 .abt-a5v2 .abt-a5b1 li i {
  display: block;
  font-size: 0;
}
.abt-cont5 .abt-a5v2 .abt-a5b1 li i img {
  width: 100%;
}
.abt-cont5 .abt-a5v2 .abt-a5b1 li .wenata {
  position: absolute;
  left: 0;
  top: 16%;
  width: 100%;
  text-align: center;
}
.abt-cont5 .abt-a5v2 .abt-a5b1 li .wenata .tit {
  color: #444444;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  border-bottom: 1px solid #E4E4E4;
  padding: 0.25rem 0;
  width: 50%;
  margin: 0 auto;
}
.abt-cont5 .abt-a5v2 .abt-a5b1 li .wenata .p {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.4em;
  padding-top: 0.75rem;
  padding: 0.5rem 11%;
}

.job-cont1 {
  padding: 3.75rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
}
.job-cont1 .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .job-cont1 .p1 {
    margin-top: 1.25rem;
  }
}
.job-cont1 .job-a1b1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 {
    margin-top: 0;
  }
}
.job-cont1 .job-a1b1 li {
  width: 31.5%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1b1 li .img {
  position: relative;
}
.job-cont1 .job-a1b1 li .img i {
  display: block;
  font-size: 0;
}
.job-cont1 .job-a1b1 li .img i img {
  width: 100%;
}
.job-cont1 .job-a1b1 li .img .cont-as {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  padding: 0 5%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .img .cont-as {
    bottom: 1.5rem;
  }
}
.job-cont1 .job-a1b1 li .img .cont-as .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .img .cont-as .tit {
    font-size: 1.35rem;
  }
}
.job-cont1 .job-a1b1 li .img .cont-as .p {
  font-size: 1.125rem;
  line-height: 1.25em;
  margin-top: 0.35em;
}

.ny-tit .rtjca1 {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .ny-tit .rtjca1 {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.job-cont2 {
  background: #F6F6F6;
  padding: 6.25rem 0 9.375rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2.25rem 0;
  }
}
.job-cont2 .job-a2_list1 li {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li {
    margin-top: 1.5rem;
  }
}
.job-cont2 .job-a2_list1 li .img {
  display: block;
  width: 51.7857142857%;
}
@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .img {
    width: 100%;
  }
}
.job-cont2 .job-a2_list1 li .img img {
  width: 100%;
}
.job-cont2 .job-a2_list1 li .cont-p {
  width: 41.2142857143%;
}
@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-cont2 .job-a2_list1 li .cont-p .tit {
  color: #444444;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.125em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .cont-p .tit {
    font-size: 1.45rem;
  }
}
.job-cont2 .job-a2_list1 li .cont-p .txt {
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.4em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .cont-p .txt {
    margin-top: 0.75rem;
  }
}
.job-cont2 .job-a2_list1 li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scale-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
         transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}

@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin1 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-moz-keyframes spin1 {
  from {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}
@-o-keyframes spin1 {
  from {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}
@keyframes spin1 {
  from {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.job-cont3 {
  padding: 20rem 0 14.375rem;
}
@media (max-width: 768px) {
  .job-cont3 {
    padding: 2rem 0;
  }
}
.job-cont3 .light #box {
  width: 76.4285714286%;
  margin: 0 auto;
  height: 25.875rem;
}
@media (max-width: 768px) {
  .job-cont3 .light #box {
    display: none;
  }
}
.job-cont3 .light #box .yupxa {
  -webkit-transform: rotateX(-67deg);
     -moz-transform: rotateX(-67deg);
          transform: rotateX(-67deg);
  position: relative;
  top: -77%;
}
.job-cont3 .light #box .yupxa img {
  width: 100%;
}
.job-cont3 .light #box .yupxa img.a {
  -webkit-animation: spin1 2s linear infinite;
     -moz-animation: spin1 2s linear infinite;
       -o-animation: spin1 2s linear infinite;
          animation: spin1 2s linear infinite;
}
.job-cont3 .light #box .yupxa img.b {
  -webkit-animation: spin 2s linear infinite;
     -moz-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  --kdwez: 61.1262488647%;
  width: var(--kdwez);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -webkit-calc(var(--kdwez) / 2 * -1);
  margin-top: -moz-calc(var(--kdwez) / 2 * -1);
  margin-top: calc(var(--kdwez) / 2 * -1);
  margin-left: -webkit-calc(var(--kdwez) / 2 * -1);
  margin-left: -moz-calc(var(--kdwez) / 2 * -1);
  margin-left: calc(var(--kdwez) / 2 * -1);
}
.job-cont3 .light #box .yupxa img.c {
  -webkit-animation: spin1 2s linear infinite;
     -moz-animation: spin1 2s linear infinite;
       -o-animation: spin1 2s linear infinite;
          animation: spin1 2s linear infinite;
  --kdwez: 45%;
  width: var(--kdwez);
  position: absolute;
  left: 50%;
  top: 37%;
  margin-top: -webkit-calc(var(--kdwez) / 2 * -1);
  margin-top: -moz-calc(var(--kdwez) / 2 * -1);
  margin-top: calc(var(--kdwez) / 2 * -1);
  margin-left: -webkit-calc(var(--kdwez) / 2 * -1);
  margin-left: -moz-calc(var(--kdwez) / 2 * -1);
  margin-left: calc(var(--kdwez) / 2 * -1);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.job-cont3 .light .logo-zsa {
  position: absolute;
  left: 50%;
  top: 36%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21%;
}
@media (max-width: 768px) {
  .job-cont3 .light .logo-zsa {
    display: none;
  }
}
.job-cont3 .light .logo-zsa img {
  width: 100%;
}
@media (max-width: 768px) {
  .job-cont3 .light .diamna {
    display: none;
  }
}
.job-cont3 .light .diamna .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.job-cont3 .light .diamna .din i {
  display: block;
  background: #0c3a90;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-animation: scale-anim 2s infinite linear;
     -moz-animation: scale-anim 2s infinite linear;
       -o-animation: scale-anim 2s infinite linear;
          animation: scale-anim 2s infinite linear;
}
.job-cont3 .light .diamna .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.job-cont3 .light .diamna .din:nth-child(1) {
  left: 20%;
  top: 25%;
}
.job-cont3 .light .diamna .din:nth-child(2) {
  left: 53%;
  top: 1%;
}
.job-cont3 .light .diamna .din:nth-child(3) {
  right: 15%;
  top: 25%;
}
.job-cont3 .light .diamna .din:nth-child(4) {
  left: 20%;
  top: 78%;
}
.job-cont3 .light .diamna .din:nth-child(5) {
  left: 53%;
  top: 101%;
}
.job-cont3 .light .diamna .din:nth-child(6) {
  right: 15%;
  top: 78%;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.job-cont3 .light .yasxa_list1 li {
  position: absolute;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 li {
    position: static;
    width: 48%;
    margin: 0.75rem 0;
  }
}
.job-cont3 .light .yasxa_list1 li .cont-asp {
  --wkazx: 10.625rem;
  width: var(--wkazx);
  height: var(--wkazx);
  background: var(--jbys);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 li .cont-asp {
    width: 100%;
    height: auto;
    background: none;
  }
}
.job-cont3 .light .yasxa_list1 li .cont-asp::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(100% - 0.35rem);
  width: -moz-calc(100% - 0.35rem);
  width: calc(100% - 0.35rem);
  height: -webkit-calc(100% - 0.35rem);
  height: -moz-calc(100% - 0.35rem);
  height: calc(100% - 0.35rem);
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 li .cont-asp::after {
    display: none;
  }
}
.job-cont3 .light .yasxa_list1 li .cont-asp .cont-a1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 li .cont-asp .cont-a1 {
    width: 100%;
  }
}
.job-cont3 .light .yasxa_list1 li .cont-asp .cont-a1 i {
  width: 2.625rem;
  display: block;
  margin: 0 auto;
}
.job-cont3 .light .yasxa_list1 li .cont-asp .cont-a1 i img {
  width: 100%;
}
.job-cont3 .light .yasxa_list1 li .cont-asp .cont-a1 .tit {
  color: #363636;
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 0 8%;
  margin-top: 0.5rem;
}
.job-cont3 .light .yasxa_list1 li .p-txt {
  display: none;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.6em;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 1.5rem 2rem;
  position: absolute;
  left: 50%;
  top: -20%;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 27.375rem;
  -webkit-filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.2));
  text-align: center;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 li .p-txt {
    display: block;
    position: static;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: none;
            filter: none;
    padding: 0;
    border: none;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.job-cont3 .light .yasxa_list1 li .p-txt:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-top: 0.8rem solid #fff;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
@media (max-width: 768px) {
  .job-cont3 .light .yasxa_list1 li .p-txt:after {
    display: none;
  }
}
.job-cont3 .light .yasxa_list1 li:nth-child(1) {
  left: 5%;
  top: 33%;
}
.job-cont3 .light .yasxa_list1 li:nth-child(2) {
  left: 20%;
  top: -16%;
}
.job-cont3 .light .yasxa_list1 li:nth-child(3) {
  right: 20%;
  top: -16%;
}
.job-cont3 .light .yasxa_list1 li:nth-child(4) {
  right: 5%;
  top: 33%;
}
.job-cont3 .light .yasxa_list1 li:nth-child(5) {
  left: 20%;
  top: 75%;
}
.job-cont3 .light .yasxa_list1 li:nth-child(6) {
  right: 20%;
  top: 75%;
}
@media (min-width: 767px) {
  .job-cont3 .light .yasxa_list1 li:hover .cont-asp::after {
    display: none;
  }
  .job-cont3 .light .yasxa_list1 li:hover .cont-asp .cont-a1 i img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .job-cont3 .light .yasxa_list1 li:hover .cont-asp .cont-a1 .tit {
    color: #fff;
  }
  .job-cont3 .light .yasxa_list1 li:hover .p-txt {
    display: block;
    z-index: 9;
  }
}

.job-cont4 {
  background: #F6F6F6;
  padding: 6.25rem 0 9.375rem;
}
@media (max-width: 768px) {
  .job-cont4 {
    padding: 2rem 0;
  }
}
.job-cont4 .job-a4v1 {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 {
    margin-top: 1.25rem;
  }
}
.job-cont4 .job-a4v1 .mySwiper5 .swiper-slide img {
  width: 100%;
}
.job-cont4 .job-a4v1 .jt-gont > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.job-cont4 .job-a4v1 .jt-gont > div.swiper-button-next1 {
  right: -12.5%;
}
@media (max-width: 1366px) {
  .job-cont4 .job-a4v1 .jt-gont > div.swiper-button-next1 {
    right: -5.78125%;
  }
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .jt-gont > div.swiper-button-next1 {
    right: 2%;
  }
}
.job-cont4 .job-a4v1 .jt-gont > div.swiper-button-prev1 {
  left: -12.5%;
}
@media (max-width: 1366px) {
  .job-cont4 .job-a4v1 .jt-gont > div.swiper-button-prev1 {
    left: -5.78125%;
  }
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .jt-gont > div.swiper-button-prev1 {
    left: 2%;
  }
}

.job-cont5 {
  padding: 5.8125rem 0;
}
@media (max-width: 768px) {
  .job-cont5 {
    padding: 2rem 0;
  }
}
.job-cont5 .job-list {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .job-cont5 .job-list {
    margin-top: 1.5rem;
  }
}
.job-cont5 .job-list li {
  padding: 0 3.125rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .job-cont5 .job-list li {
    padding: 0 1.5rem;
  }
}
.job-cont5 .job-list li + li {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .job-cont5 .job-list li + li {
    margin-top: 1.25rem;
  }
}
.job-cont5 .job-list li .dt {
  padding: 1.375rem 0;
  cursor: pointer;
}
.job-cont5 .job-list li .dt .wehas .tit {
  color: #231815;
  font: 500 1.375rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .job-cont5 .job-list li .dt .wehas .tit {
    font-size: 1.25rem;
  }
}
.job-cont5 .job-list li .dt .wehas .p1 {
  color: #838383;
  font: 500 0.875rem/1.5em "Montserrat";
  margin-top: 0.5em;
}
.job-cont5 .job-list li .dt .wehas .p1 span {
  color: #CFCFCF;
  display: block;
  margin: 0 0.5rem;
}
.job-cont5 .job-list li .dt i {
  color: #C2C2C2;
  font-size: 1.35rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .job-cont5 .job-list li .dt i {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.job-cont5 .job-list li .wehha-job {
  display: none;
  border-top: 2px solid #E3E3E3;
  padding-top: 2rem;
  color: #6F6E6E;
}
@media (max-width: 768px) {
  .job-cont5 .job-list li .wehha-job {
    padding-top: 1rem;
  }
}
.job-cont5 .job-list li .wehha-job .p1 {
  font: 500 1rem/1.5em "Montserrat";
  color: #6F6E6E;
}
.job-cont5 .job-list li .wehha-job .p1 .tit {
  font-weight: 600;
}
.job-cont5 .job-list li .wehha-job .p1 .trxa p {
  padding-left: 1em;
  position: relative;
}
.job-cont5 .job-list li .wehha-job .p1 .trxa p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.job-cont5 .job-list li .wehha-job .p2 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .job-cont5 .job-list li .wehha-job .p2 {
    padding: 1.5rem 0;
  }
}
.job-cont5 .job-list li .wehha-job .p2 a {
  font: 500 1rem/2em "Montserrat";
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
}
.job-cont5 .job-list li .wehha-job .p2 a p {
  padding: 0 0.5rem;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.job-cont5 .job-list li .wehha-job .p2 a img {
  height: 1.75rem;
}
.job-cont5 .job-list li .wehha-job .p2 a img.b {
  height: 1.25rem;
}
.job-cont5 .job-list li .wehha-job .p2 a:hover {
  background: #f0f0f0;
}
.job-cont5 .job-list li.active {
  background: #F8F8F8;
}

.lx-cont1 {
  padding: 7.5rem 0 8.125rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lxwm_list1 {
  margin-top: 6.375rem;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm_list1 {
    margin-top: 0;
  }
}
.lx-cont1 .lxwm_list1 li {
  width: 31.0714285714%;
  text-align: center;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm_list1 li {
    width: auto;
    margin-top: 1.5rem;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.lx-cont1 .lxwm_list1 li i {
  font-size: 0;
  --weks: 6.75rem;
  width: var(--weks);
  height: var(--weks);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--jbys);
}
.lx-cont1 .lxwm_list1 li i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: circle(48.5% at 50% 50%);
          clip-path: circle(48.5% at 50% 50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm_list1 li i {
    --weks: 5rem;
  }
}
.lx-cont1 .lxwm_list1 li i img {
  width: 46.2962962963%;
  position: relative;
  z-index: 1;
}
.lx-cont1 .lxwm_list1 li .wenata .tit {
  color: #323232;
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm_list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lxwm_list1 li .wenata .p {
  color: #323232;
  font-size: 1.25rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm_list1 li .wenata .p {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lxwm_list1 li:hover i::after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}
.lx-cont1 .lxwm_list1 li:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.lx-cont2 {
  padding: 6.75rem 0;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 .imagsxt {
  position: relative;
  padding: 2.5rem 5% 0;
}
@media (max-width: 768px) {
  .lx-cont2 .imagsxt {
    display: none;
  }
}
.lx-cont2 .imagsxt img {
  width: 100%;
}
.lx-cont2 .imagsxt-as {
  display: none;
}
@media (max-width: 768px) {
  .lx-cont2 .imagsxt-as {
    display: block;
    margin-top: 1.5rem;
  }
}
.lx-cont2 .lx-a2_list1 li {
  position: absolute;
}
.lx-cont2 .lx-a2_list1 li:not(:nth-child(n+4)) {
  display: none;
}
.lx-cont2 .lx-a2_list1 li .cont-p {
  position: relative;
}
.lx-cont2 .lx-a2_list1 li .cont-p i {
  width: 1.8125rem;
  display: block;
}
.lx-cont2 .lx-a2_list1 li .cont-p .tit1 {
  color: #000;
  font-size: 1rem;
  line-height: 1.5em;
  background: #fff;
  border-radius: 2rem;
  border: 1px solid #D0D0D0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 1em;
  position: absolute;
  left: -87%;
  top: -55%;
}
.lx-cont2 .lx-a2_list1 li .cont-ast {
  display: none;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 30.9375rem;
  padding: 1.8rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 0.875rem;
  background-clip: padding-box, border-box;
  -o-background-origin: padding-box, border-box;
     background-origin: padding-box, border-box;
  background-image: -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-image: -moz-linear-gradient(left, #fff, #fff), -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  z-index: 1;
}
.lx-cont2 .lx-a2_list1 li .cont-ast .tit2 {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 700;
}
.lx-cont2 .lx-a2_list1 li .cont-ast .p {
  font-size: 1.125rem;
  line-height: 1.25em;
}
.lx-cont2 .lx-a2_list1 li:nth-child(1) {
  right: 22%;
  top: 41%;
  z-index: 1;
}
.lx-cont2 .lx-a2_list1 li:nth-child(1) .cont-p i {
  width: 2.5rem;
}
.lx-cont2 .lx-a2_list1 li:nth-child(2) {
  right: 24%;
  top: 45%;
}
.lx-cont2 .lx-a2_list1 li:nth-child(2) .cont-p .tit1 {
  left: -350%;
  top: 13%;
}
.lx-cont2 .lx-a2_list1 li:nth-child(3) {
  right: 17%;
  top: 41%;
}
.lx-cont2 .lx-a2_list1 li:nth-child(3) .cont-p .tit1 {
  top: -71%;
}
.lx-cont2 .lx-a2_list1 li:nth-child(4) {
  right: 27.08%;
  top: 57%;
}
.lx-cont2 .lx-a2_list1 li:nth-child(4) .cont-p .tit1 {
  left: -380%;
  top: 0;
}
.lx-cont2 .lx-a2_list1 li:nth-child(5) {
  right: 26.2%;
  top: 59.2%;
}
.lx-cont2 .lx-a2_list1 li:nth-child(5) .cont-p .tit1 {
  left: 116%;
  top: 0;
}
.lx-cont2 .lx-a2_list1 li:hover .cont-p .tit1 {
  border-color: transparent;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #FFF;
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #FFF;
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #FFF;
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%), #FFF;
  color: #fff;
}
.lx-cont3 {
  position: relative;
  background: #F6F6F6;
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2rem 0;
  }
}
.lx-cont3 .lx-ashxzta .ashjua1 {
  /* width: 42.8571428571%; */
}
.lx-cont3 .lx-ashxzta .ashjua1 .imga{
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
.lx-cont3 .lx-ashxzta .ashjua1 .imga img{
  width: 100%;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-ashxzta .ashjua1 .imga{
    border-radius: 1rem;
  }
  .lx-cont3 .lx-ashxzta .ashjua1 {
    width: 100%;
    /* margin-bottom: 1.5rem; */
  }
}
.lx-cont3 .lx-ashxzta .asxz_lst1 li {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);width: 48%;
}
.lx-cont3 .lx-ashxzta .asxz_lst1 li .img{
  margin-bottom: 0.2rem;
}
.lx-cont3 .lx-ashxzta .asxz_lst1 li .img img{
  width: 100%;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-ashxzta .asxz_lst1 li {
    width: 100%;
  }
  .lx-cont3 .lx-ashxzta .asxz_lst1 li + li {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.lx-cont3 .lx-ashxzta .asxz_lst1 li .tit1 {
  color: #000;
  font-size: 1.75rem;
  line-height: 2em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-ashxzta .asxz_lst1 li .tit1 {
    font-size: 1.5rem;
  }
}
.lx-cont3 .lx-ashxzta .asxz_lst1 li .cont-ast .tit2 {
  color: #333;
  font-size: 1.35rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-ashxzta .asxz_lst1 li .cont-ast .tit2 {
    font-size: 1.125rem;
  }
}
.lx-cont3 .lx-ashxzta .asxz_lst1 li .cont-ast .p {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #666;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .lx-cont3 .lx-ashxzta .asxz_lst1 li .cont-ast .p {
    font-size: 1rem;
  }
}
.lx-cont4{
  padding: 4rem 0;
  background: #F6F6F6;
}
.lx-cont4 form {
  /* width: 51.1428571429%;
  border-radius: 1.875rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 4rem 3% 2rem; */
}
@media (max-width: 768px) {
  .lx-cont4{
    padding: 2rem 0;
  }
  .lx-cont4 form {
    /* width: 100%;
    padding: 2rem 5%;
    border-radius: 1rem; */
  }
}
.lx-cont4 form .contact {
  margin-top: 3rem;
}
.lx-cont4 form .contact .msg-a1 .inpt {
  width: 32%;
}
@media (max-width: 768px) {
  .lx-cont4 form .contact .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont4 form .contact .msg-a1 .inpt input {
  border-radius: 2rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  font-size: 1rem;
  color: #808080;
  padding-left: 1.25em;
  line-height: 3.125rem;
  width: 100%;
  margin-bottom: 1.125rem;
}
.lx-cont4 form .contact .msg-a3 textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  font-size: 1rem;
  color: #808080;
  line-height: 1.5rem;
  width: 100%;
  padding: 0.75em 1.25em;
  margin-bottom: 1.125rem;
}
.lx-cont4 form .div_aghgha button {
  border: none;
}

.news-cont1 {
  background: #F6F6F6;
  padding: 5rem 0 4rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2rem 0;
  }
}
.news-cont1 .news-a1v1 {
  position: relative;
}
.news-cont1 .news-a1v1 .jt-gont > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .jt-gont > div {
    top: 35%;
  }
}
.news-cont1 .news-a1v1 .jt-gont > div.swiper-button-next1 {
  right: -12.5%;
}
@media (max-width: 1366px) {
  .news-cont1 .news-a1v1 .jt-gont > div.swiper-button-next1 {
    right: -5.78125%;
  }
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .jt-gont > div.swiper-button-next1 {
    right: 2%;
  }
}
.news-cont1 .news-a1v1 .jt-gont > div.swiper-button-prev1 {
  left: -12.5%;
}
@media (max-width: 1366px) {
  .news-cont1 .news-a1v1 .jt-gont > div.swiper-button-prev1 {
    left: -5.78125%;
  }
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .jt-gont > div.swiper-button-prev1 {
    left: 2%;
  }
}
.news-cont1 .news-a1v1 .mySwiper6 {
  padding: 0 0 1.875rem;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont a.img {
  display: block;
  font-size: 0;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont a.img img {
  width: 100%;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont .cont-p {
  background: #FFF;
  box-shadow: 0.3125rem 0.3125rem 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 1rem 4% 1.5rem;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont .cont-p span {
  display: block;
  color: #7E7E7E;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont .cont-p a.name {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0.25rem 0 0.5rem;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont .cont-p .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper6 .swiper-slide .cont .cont-p a.xas1 {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  margin-top: 0.5rem;
}

.news-cont2 .news-list li {
  margin: 3.4375rem 0;
  padding-bottom:3.4375rem ;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li {
    margin-top: 1.5rem;
  }
}
.news-cont2 .news-list li .data {
  text-align: center;
  width: 10.3571428571%;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .data {
    display: none;
  }
}
.news-cont2 .news-list li .data b {
  display: block;
  font-size: 5.625rem;
  line-height: 1.05em;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  font-weight: 700;
  font-family: "Roboto";
  -webkit-text-stroke-color: rgba(30, 30, 30, 0.15);
  stroke: rgba(30, 30, 30, 0.15);
}
.news-cont2 .news-list li .data p {
  color: #8A8A8A;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-weight: 600;
}
.news-cont2 .news-list li a.img {
  display: block;
  width: 22.1428571429%;
  padding-bottom: 16.4285714286%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.img {
    width: 100%;
    padding-bottom: 74.1935483871%;
  }
}
.news-cont2 .news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-cont2 .news-list li a.img img {
  width: 100%;
}
.news-cont2 .news-list li .cont-p {
  width: 58.2857142857%;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li .cont-p a.name {
  display: block;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 700;
}
.news-cont2 .news-list li .cont-p a.name:hover {
  background: -webkit-linear-gradient(14deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #2859b4 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-cont2 .news-list li .cont-p .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.75rem 0 1rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .p1 {
    margin: 0.5rem 0 0.5rem;
  }
}
.news-cont2 .news-list li .cont-p .xw-more {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont2 .news-list li .cont-p .xw-more:hover {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-cont2 .news-list li:hover .data b {
  stroke: none;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: inherit;
  stroke-width: inherit;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}
.ny-show_bodyxw .head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.news-show-cont1{
  border-top: 1px solid #e7e7e7;

}

.news-show-cont1 .xw-tit {
  color: #111111;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.125em;
  border-bottom: 1px solid #2859b4;
  padding: 0.5rem 0 2rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .xw-tit {
    font-size: 1.8rem;
    padding: 0 0 1.25rem;
  }
}
.news-show-cont1 .xw-data {
  padding: 1.5rem 0 2rem;
  color: #888;
}
@media (max-width: 768px) {
  .news-show-cont1 .xw-data {
    padding: 1rem 0 1.25rem;
  }
}
.news-show-cont1 .xw-data .social-share1 a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  -o-transition: background 0.6s ease-out 0s;
  -moz-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
  color: #000000;
  background: #F6F6F6;
  color: #323232;
  font-size: 1.125rem;
  width: 2.3125rem;
  line-height: 2.3125rem;
  height: 2.3125rem;
  border: none;
  border-radius: 50%;
}
.news-show-cont1 .xw-data .social-share1 a:before {
  content: "\f01a";
  font-family: "socialshare" !important;
}
.news-show-cont1 .xw-data .social-share1 a:hover {
  color: #fff;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
}
.news-show-cont1 .xw-data .data {
  color: #7E7E7E;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.news-show-cont1 .news-show-a1v1 {
  padding-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 {
    padding-bottom: 1rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 {
  width: 65.2142857143%;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b1 {
    width: 100%;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .content {
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.75em;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b1 .content {
    padding-bottom: 1.25rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain {
  border-top: 1px solid #DADADA;
  padding: 1rem 0;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain a {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain a:hover {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b1 .pain a i {
  font-size: 0.75rem;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 {
  width: 30%;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 {
    width: 100%;
    display: none;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .tit {
  color: #333333;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li {
  border-bottom: 1px solid #F6F6F6;
  padding: 2rem 0;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data {
  text-align: center;
  width: 26.6666666667%;
  border-right: 1px solid #F6F6F6;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data {
    display: none;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data b {
  display: block;
  color: transparent;
  font-size: 3.125rem;
  line-height: 1.05em;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BABABA;
  font-family: "Roboto";
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .data p {
  color: #8A8A8A;
  font-size: 0.75rem;
  line-height: 1.4em;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p {
  width: 67.619047619%;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p a.name {
  display: block;
  color: #434343;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p a.name:hover {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.25rem 0;
  margin-top: 0.25rem;
  display: inline-block;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00A040;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more:hover {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li .cont-p .xw-more:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .xwe-asda1 li:hover .data b {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  stroke: none;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: inherit;
  stroke-width: inherit;
}

.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .news-show-a1b2c2 .news-show-cp_list1 li {
  margin-top: 1.5rem;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .news-show-a1b2c2 .news-show-cp_list1 li a.img {
  border: 1px solid #DCDCDC;
  display: block;
  padding-bottom: 2rem;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .news-show-a1b2c2 .news-show-cp_list1 li a.img i {
  display: block;
  overflow: hidden;

}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .news-show-a1b2c2 .news-show-cp_list1 li a.img i img {
  width: 100%;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .news-show-a1b2c2 .news-show-cp_list1 li a.img p {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35em;
  padding: 1rem;
}
.news-show-cont1 .news-show-a1v1 .news-show-a1b2 .news-show-a1b2c2 .news-show-cp_list1 li a.img span {
  display: block;
  color: #808080;
  font-size: 1.1rem;
  line-height: 1.35em;
  padding: 0 1rem;
}

.energy-a1v1 .ny-tit {
  width: 53.5714285714%;
}
@media (max-width: 768px) {
  .energy-a1v1 .ny-tit {
    width: 100%;
  }
}
.energy-a1v1 .energy-a1v1b1 {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .energy-a1v1 .energy-a1v1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.energy-a1v1 .energy-a1v1b1 .p1 {
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.energy-a1v1 .energy-a1v1b1 a.more-b, .energy-a1v1 .energy-a1v1b1 .btn {
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .energy-a1v1 .energy-a1v1b1 a.more-b, .energy-a1v1 .energy-a1v1b1 .btn {
    margin-top: 1rem;
  }
}

.energy-cont1 {
  padding: 4.5rem 0 5.875rem;
}
@media (max-width: 768px) {
  .energy-cont1 {
    padding: 2rem 0;
  }
}
.energy-cont1 .energy-a1v2 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .energy-cont1 .energy-a1v2 {
    margin-top: 1.25rem;
  }
}
.energy-cont1 .energy-a1v2::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  display: block;
}
.energy-cont1 .energy-a1v2 .paggs1 {
  overflow-x: auto;
}
.energy-cont1 .energy-a1v2 .paggs1 table tr td {
  text-align: center;
  color: #868686;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25em;
  vertical-align: middle;
  width: 20%;
}
.energy-cont1 .energy-a1v2 .paggs1 table tr td .p1a1 {
  text-align: left;
  font-weight: 500;
}
.energy-cont1 .energy-a1v2 .paggs1 table tr td .p1a1 p {
  padding-left: 0.65em;
  position: relative;
}
.energy-cont1 .energy-a1v2 .paggs1 table tr td .p1a1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.energy-cont1 .energy-a1v2 .paggs1 table tr:first-child td {
  padding: 1.5rem 0.5rem;
  background: #F6F6F6;
}

.energy-cont2 {
  background: #F6F6F6;
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .energy-cont2 {
    padding: 2rem 0;
  }
}
.energy-cont2 .energy-a2v3 {
  display: none;
  margin-top: 1.25rem;
}
.energy-cont2 .energy-a2v3 img {
  width: 100%;
}
@media (max-width: 768px) {
  .energy-cont2 .energy-a2v3 {
    display: block;
  }
}
.energy-cont2 .energy-a2v2 {
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .energy-cont2 .energy-a2v2 {
    display: none;
  }
}
.energy-cont2 .energy-a2v2 .ashxa1 {
  border: 1px solid #E7E7E7;
  background: #FFF;
  padding: 3rem;
  margin-top: 2rem;
}
.energy-cont2 .energy-a2v2 .ashxa1 .fja_list {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/nexustest0613/uploads/20240625/53f0d3fdf195301f40b4185926d3c4ff.svg) no-repeat 32.5% center, url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/nexustest0613/uploads/20240625/53f0d3fdf195301f40b4185926d3c4ff.svg) no-repeat 51% center, url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/nexustest0613/uploads/20240625/53f0d3fdf195301f40b4185926d3c4ff.svg) no-repeat 69% center, url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/nexustest0613/uploads/20240625/53f0d3fdf195301f40b4185926d3c4ff.svg) no-repeat 87.5% center;
  -o-background-size: 1.4375rem auto;
     background-size: 1.4375rem auto;
}
.energy-cont2 .energy-a2v2 .ashxa1 li {
  width: 9.6183206107%;
  color: #8A8A8A;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
}
.energy-cont2 .energy-a2v2 .ashxa1 li .ast1 {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #E7E7E7;
  background: #F6F6F6;
  height: 11.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-right: 2rem;
}
.energy-cont2 .energy-a2v2 .ashxa1 li .ast3 {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #E7E7E7;
  background: #F6F6F6;
  aspect-ratio: 1/1;
}
.energy-cont2 .energy-a2v2 .ashxa1 li .ast2 {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #E7E7E7;
  background: #3F3F3F;
  aspect-ratio: 1/1;
  color: #fff;
  line-height: 1.25em;
  position: absolute;
  right: -1.5rem;
  bottom: 0;
}
.energy-cont2 .energy-a2v2 .ashxa1 li .ast2.ls {
  background: #0c3a90;
}
.energy-cont2 .energy-a2v2 .ashxa1 li .ast2.qls {
  background: #C5E08B;
  color: #585858;
}

.jjfa-list1 {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .jjfa-list1 {
    padding: 1.5rem 0;
  }
}
.jjfa-list1 li {
  padding: 1.875rem 0;
}
@media (max-width: 768px) {
  .jjfa-list1 li {
    padding: 0.85rem 0;
  }
}
.jjfa-list1 li .energy-a1v1 .ny-tit {
  width: 100%;
}
.jjfa-list1 li .energy-a1v1b1 {
  width: 100%;
  margin-top: 1rem;
}
.jjfa-list1 li .heng1 {
  display: block;
  font-size: 0;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .jjfa-list1 li .heng1 {
    margin-top: 1.25rem;
  }
}
.jjfa-list1 li .heng1 a.has-ax {
  display: block;
  padding: 4rem 15%;
  background: #EBEBEB;
}
.jjfa-list1 li .heng1 img {
  width: 100%;
}
.has-ax {
  cursor: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/nexustest0613/uploads/20240703/2839df362895de3ffcab202ce8c3220b.svg), pointer;
}

.zc-cont1 {
  padding: var(--pandrd);
}
@media (max-width: 768px) {
  .zc-cont1 {
    padding: 2rem 0;
  }
}
.zc-cont1 .heng1 {
  width: 100%;
  display: block;
  font-size: 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zc-cont1 .heng1 {
    margin-top: 1rem;
  }
}
.zc-cont1 .heng1 img {
  width: 100%;
}

.zc-cont2 {
  background: #F6F6F6;
  padding: 8.125rem 0;
}
@media (max-width: 768px) {
  .zc-cont2 {
    padding: 2rem 0;
  }
}
.zc-cont2 .tit {
  color: #333333;
  font-size: 2rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .zc-cont2 .tit {
    font-size: 1.5rem;
  }
}
.zc-cont2 .p1 {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.zc-cont2 .zc-a2v1 {
  position: relative;
  margin-top: 7.1875rem;
}
@media (max-width: 768px) {
  .zc-cont2 .zc-a2v1 {
    margin-top: 1.25rem;
  }
}
.zc-cont2 .zc-a2v1 u {
  display: block;
  font-size: 0;
  width: 110%;
}
@media (max-width: 768px) {
  .zc-cont2 .zc-a2v1 u {
    display: none;
  }
}
.zc-cont2 .zc-a2v1 u img {
  width: 100%;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li {
  position: relative;
  width: 14.7142857143%;
}
@media (max-width: 768px) {
  .zc-cont2 .zc-a2v1 .zc-a2_list1 li {
    width: 47%;
    margin: 0.5rem 0;
  }
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab1 {
  background: #838383;
  text-align: center;
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  position: absolute;
  left: -1.7rem;
  top: -2.5rem;
}
@media (max-width: 768px) {
  .zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab1 {
    display: none;
  }
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab1 > div {
  width: 100%;
  text-align: left;
  color: #fff;
  padding-left: 28%;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab1 > div b {
  font-size: 2rem;
  line-height: 1.125em;
  display: block;
  font-weight: 700;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab1 > div p {
  font-size: 0.875rem;
  line-height: 1.125em;
  font-weight: 700;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab2 {
  width: 100%;
  border: 1px solid #DED9D9;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab2 .cont-pad {
  text-align: center;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab2 .cont-pad i {
  display: block;
  width: 2.625rem;
  font-size: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab2 .cont-pad i {
    width: 4.25rem;
  }
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab2 .cont-pad i img {
  width: 100%;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li .cpm-ab2 .cont-pad .tit {
  text-align: center;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.35em;
  text-transform: capitalize;
  padding: 0 1em;
  margin-top: 0.75rem;
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li:hover .cpm-ab2 {
  background: var(--jbys);
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li:hover .cpm-ab2 .cont-pad i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.zc-cont2 .zc-a2v1 .zc-a2_list1 li:hover .cpm-ab2 .cont-pad .tit {
  color: #FFF;
}

.zc-cont3 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .zc-cont3 {
    margin-top: 2rem;
  }
}
.zc-cont3 .zc-a3v1 {
  position: relative;
  background: #F6F6F6;
}
.zc-cont3 .zc-a3v1 .xha-a1 {
  position: absolute;
  width: 5.875rem;
  z-index: 1;
  left: 26.4285714286%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .zc-cont3 .zc-a3v1 .xha-a1 {
    display: none;
  }
}
.zc-cont3 .zc-a3v1 .xha-a1 img {
  width: 100%;
}
.zc-cont3 .zc-a3v1 .zc-a3v1b1 {
  width: 29.2857142857%;
}
@media (max-width: 768px) {
  .zc-cont3 .zc-a3v1 .zc-a3v1b1 {
    width: 100%;
  }
}
.zc-cont3 .zc-a3v1 .zc-a3v1b1 img {
  width: 100%;
}
.zc-cont3 .zc-a3v1 .zc-a3v1b2 {
  width: 70.7142857143%;
  padding: 2rem 2% 2rem 7%;
}
@media (max-width: 768px) {
  .zc-cont3 .zc-a3v1 .zc-a3v1b2 {
    width: 100%;
    padding: 1.5rem 5%;
  }
}
.zc-cont3 .zc-a3v1 .zc-a3v1b2 .tit {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .zc-cont3 .zc-a3v1 .zc-a3v1b2 .tit {
    font-size: 1.5rem;
  }
}
.zc-cont3 .zc-a3v1 .zc-a3v1b2 .tit span {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zc-cont3 .zc-a3v1 .zc-a3v1b2 .tit b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .zc-cont3 .zc-a3v1 .zc-a3v1b2 .tit b {
    display: block;
  }
}
.zc-cont3 .zc-a3v1 p {
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.zc-cont4 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .zc-cont4 {
    margin-top: 2rem;
  }
}
.zc-cont4 .zc-a4v1 {
  background: #F6F6F6;
  margin-top: 2.375rem;
  padding: 2.625rem 0;
}
@media (max-width: 768px) {
  .zc-cont4 .zc-a4v1 {
    margin-top: 1.25rem;
    padding: 1.5rem 0;
  }
}
.zc-cont4 .zc-a4v1 form .sskz {
  width: 50%;
  border: 1px solid #D9D9D9;
  background: #fff;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zc-cont4 .zc-a4v1 form .sskz {
    width: 90%;
  }
}
.zc-cont4 .zc-a4v1 form .sskz input {
  width: 70.5882352941%;
  font-size: 1rem;
  color: #808080;
  line-height: 3.125rem;
  border: none;
  text-indent: 1.5em;
}
.zc-cont4 .zc-a4v1 form .sskz button {
  width: 27.7647058824%;
  border: none;
  line-height: 3.125rem;
  border-radius: 2rem;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  color: #fff;
}

.zc-a4_list1 li {
  border: 1px solid #D9D9D9;
  padding: 2rem;
  margin-top: 1.5rem;
}
.zc-a4_list1 li .data {
  width: 3.4375rem;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .zc-a4_list1 li .data {
    display: none;
  }
}
.zc-a4_list1 li .cont-p {
  width: -webkit-calc(100% - 3.4375rem);
  width: -moz-calc(100% - 3.4375rem);
  width: calc(100% - 3.4375rem);
}
@media (max-width: 768px) {
  .zc-a4_list1 li .cont-p {
    width: 100%;
  }
}
.zc-a4_list1 li .cont-p .tit {
  cursor: pointer;
}
.zc-a4_list1 li .cont-p .tit p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 600;
  width: 92%;
}
@media (max-width: 768px) {
  .zc-a4_list1 li .cont-p .tit p {
    width: 90%;
    line-height: 1.25em;
  }
}
.zc-a4_list1 li .cont-p .tit i {
  color: #333333;
  font-size: 1.25rem;
  line-height: 2em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .zc-a4_list1 li .cont-p .tit i {
    line-height: 1.25em;
    font-size: 1.125rem;
  }
}
.zc-a4_list1 li .cont-p .cont-txt {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .zc-a4_list1 li .cont-p .cont-txt {
    margin-top: 1rem;
  }
}
.zc-a4_list1 li.active {
  background: #F6F6F6;
  border-color: #F6F6F6;
}
.zc-a4_list1 li.active .data {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zc-a5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zc-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .zc-a5_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.zc-a5_list1 li {
  border: 1px solid #D9D9D9;
  padding: 1.5rem 6%;
}
.zc-a5_list1 li .tit {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
}
.zc-a5_list1 li .p1 {
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.zc-a5_list1 li .asx-as {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zc-a5_list1 li .asx-as {
    font-size: 1rem;
  }
}
.zc-a5_list1 li .asx-as i {
  font-size: 0.875rem;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .zc-a5_list1 li .asx-as i {
    font-size: 1rem;
  }
}
.zc-a5_list1 li:hover {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
}
.zc-a5_list1 li:hover .tit, .zc-a5_list1 li:hover .p1 {
  color: #fff;
}
.zc-a5_list1 li:hover .asx-as {
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.product-content {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .product-content {
    padding-top: 1rem;
  }
}
.product-content .ny-tit {
  padding: 2rem 0;
}
.product-content .pro-sort1 .pro-sorb1 {
  width: 31%;
  border-right: 1px solid #E7E7E7;
  padding: 0.25rem;
}
.product-content .pro-sort1 .pro-sorb2 {
  width: 69%;
  padding: 0.25rem;
}
.product-content .pro-sort1 .pro-sortv1 {
  background: #F6F6F6;
  text-align: center;
  position: relative;
}
.product-content .pro-sort1 .pro-sortv1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.25rem;
  background: var(--jbys);
}
.product-content .pro-sort1 .pro-sortv1 .tit {
  color: #808080;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.5rem 0.5em;
  line-height: 1.5em;
}
.product-content .pro-sort1 .xhahs1 li {
  border-bottom: 1px solid #E7E7E7;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb1 .ashj1 {
  padding: 0.25rem 0 0.25rem 15%;
  width: 100%;
  cursor: pointer;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb1 .ashj1 i {
  color: #fff;
  font-size: 0.625rem;
  background: var(--jbys);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.125rem;
  margin-right: 1em;
  visibility: hidden;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb1 .ashj1 p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb1 .ashj1.active i {
  visibility: visible;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb2 {
  padding: 0.25rem 5% 0.25rem;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb2 .seca a {
  display: inline-block;
  color: #808080;
  font-size: 1rem;
  line-height: 2.125rem;
  padding: 0 0.5em 0 1em;
  border: 1px solid transparent;
  border-radius: 1.65rem;
  margin: 0.25rem 0.25rem;
  min-width: 8em;
}
@media (max-width: 768px) {
  .product-content .pro-sort1 .xhahs1 li .pro-sorb2 .seca a {
    min-width: inherit;
  }
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb2 .seca a.active {
  background: #F6F6F6;
  border-color: #E7E7E7;
  color: #0c3a90;
}
.product-content .pro-sort1 .xhahs1 li .pro-sorb2 .seca a.active::before {
  content: "«";
  margin-right: 0.35rem;
}



/* 产品列表 */
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.product-list li .img {
  display: block;
  padding: 2rem 0;
  position: relative;
  border: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .product-list li .img {
    padding: 1rem 0 2rem;
  }
}
.product-list li .img::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: var(--jbys);
  display: none;
}
.product-list li .img i {
  height: 17.5rem;
  padding: 0 9%;
}
@media (max-width: 768px) {
  .product-list li .img i {
    height: 15rem;
  }
}
.product-list li .img i img {
  width: 100%;
}
.product-list li .img .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 2rem;
  padding: 0 1rem 0 1rem;
}
@media (max-width: 768px) {
  .product-list li .img .tit {
    font-size: 1.35rem;
  }
}
.product-list li .img .ftit {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1rem;
}
.product-list li .img .ftits {
  color: #808080;
  font-size: 0.8rem;
  line-height: 1.5em;
  padding: 0 1rem;
}
.product-list li .img .ftits i{
   font-size: 0.875rem;
   padding: 0 1%;

}
.product-list li .img:hover {
  background: #F6F6F6;
}
.product-list li .img:hover::after {
  display: block;
}

.pro-show-cont1{
	border-top: 1px solid #e7e7e7;
}

.pro-show-cont1 .pro-show-a1v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 {
    margin-top: 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 53.7142857143%;
  background: #F6F6F6;
  height: 32rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
    height: 22rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper8 {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper8 .swiper-slide .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup a.tcsp {
  display: block;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.125rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup a.tcsp {
    right: 1rem;
    bottom: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup a.tcsp img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img {
  width: 50%;
  position: relative;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .cp-show-img {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a .swiper-slide .img {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 30rem;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a .swiper-slide .img {
    height: 25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a .swiper-slide .img img {
  width: 80%;
  max-height: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a a.tcsp {
  display: block;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.125rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a a.tcsp {
    right: 1rem;
    bottom: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .mySwiper3a a.tcsp img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast {
  padding: 1rem 12%;
  position: relative;
  margin: 0 10%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast {
    margin: 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .mySwiper4a .swiper-wrapper {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .mySwiper4a .swiper-slide .img {
  border: 1px solid transparent;
  padding: 0.3rem 1rem;
  height: 4rem;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .mySwiper4a .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .mySwiper4a .swiper-slide.swiper-slide-thumb-active .img {
  border-color: #0c3a90;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .gongt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .gongt > div i {
  color: #666;
  font-size: 1.25rem;
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .gongt > div.swiper-button-prev1 {
  left: 5%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .gongt > div.swiper-button-prev1 {
    left: 2%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .gongt > div.swiper-button-next1 {
  right: 5%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .cp-show-img .xtast .gongt > div.swiper-button-next1 {
    right: 2%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 45%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #858585;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.125rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  background: -webkit-linear-gradient(14deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background: -moz-linear-gradient(14deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background: -o-linear-gradient(14deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background: linear-gradient(76deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
    font-size: 2.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit3 {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit3 {
    font-size: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #808080;
  font-size: 1rem;
  line-height: 1.8em;
  margin: 1rem 0;
  max-height: 19.5rem;
  overflow-y: auto;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zixun{
	
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zixun a{
	float: left;
}


.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zixun i{
    display: block;
    background: #A6A6A6;
    border-radius: 50%;
	margin: 0 .2rem;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;

}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zixun i:hover{
    background: #333;
}


.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zixun i img{
  width: 1.3rem;

}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt strong{
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5em;

}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    max-height: inherit;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    margin: 0.75rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .xas-a1 a {
  padding: 0.5rem 0;
  border-bottom: 1px solid #DBDBDB;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .xas-a1 a img {
  width: 2rem;
  margin-right: 1em;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .xas-a1 a p {
  color: #808080;
  font-size: 1rem;
  line-height: 2em;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .xas-a1 a:hover p {
  color: #0c3a90;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .xas-a2 {
  margin-top: 1rem;
}

.cp-body {
  overflow: hidden;
}

.pic-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pic-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .pic-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.pic-list li .img {
  display: block;
  position: relative;
  border: 1px solid #f0f0f0;
}

.pic-list li .img i img {
  width: 100%;
}
.pic-list li .img .tit {
  color: #333333;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25em;
  margin: 2rem 0;
  text-align: center;

}
@media (max-width: 768px) {
  .pic-list li .img .tit {
    font-size: 1.2rem;
  }
}


.hezuo-list {
  overflow: hidden;
  margin: 2rem 0;
}

.hezuo-list h3{
  border-bottom: 1px solid #ccc;
  line-height: 2rem;
  font-weight: bold;
  margin: 2rem 0;
  padding: 1rem 0;
  font-size: 1.5rem;
  clear: both;
}


.hezuo-list .box .item{
  float: left;
  width: 16%;
  margin-bottom: 1rem;
  margin-right: 0.8%;
}
.hezuo-list .box .item:nth-of-type(6n+0){
  margin-right: 0;
}

@media (max-width: 768px) {
	.hezuo-list .box .item{
	  width: 48%;
	  margin-right: 4%;
	}
	.hezuo-list .box .item:nth-of-type(2n+0){
	  margin-right: 0;
	}
	.hezuo-list h3{
		font-size: 1rem;
	}

}

.hezuo-list .item .img {
  border: 1px solid #ccc;
}
.hezuo-list .item .img:hover {
  border: 1px solid #0c3a90;
}


.hezuo-list .item .img img {
  width: 100%;
}



#menu .nav_a1 li .slideTxtBox .ast-a1 {
  width: 23.2964472918%;
  border-right: 1px solid #DFDFDF;
}
#menu .nav_a1 li .slideTxtBox .ast-a1 a {
  display: block;
  color: #838383;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.75rem 0.5rem 1.75rem 1.5em;
}
#menu .nav_a1 li .slideTxtBox .ast-a1 a.on {
  background: #fff;
  color: #0c3a90;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 {
  width: 75%;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b1 {
  width: 41.7298937785%;
  border-right: 1px solid #DFDFDF;
  padding-left: 5%;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b1 .asjhx-as1 a {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  line-height: 2em;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b1 .asjhx-as1.on a {
  color: #0c3a90;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 {
  width: 58.2701062215%;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .asjhx-as2 {
  display: none;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .asjhx-as2:nth-child(1) {
  display: block;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbx {
  width: 53.6458333333%;
  padding-left: 17%;
}
@media (max-width: 1366px) {
  #menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbx {
    padding-left: 10%;
  }
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbx .asgr-xa a {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  line-height: 2em;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbx .asgr-xa.on a {
  color: #0c3a90;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbx.tasbxxt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbx.tasbxxt .asgr-xa {
  width: 50%;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbxas {
  width: 44.7916666667%;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbxas .asgr-xb {
  display: none;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbxas .asgr-xb:nth-child(1) {
  display: block;
}
#menu .nav_a1 li .slideTxtBox .ast-a2 .ast-a3 .ast-a3b2 .fkex-as1 .tasbxas .asgr-xb img {
  width: 100%;
}

.paggs1 {
  overflow-x: auto;
}
.paggs1 table {
  min-width: 768px;
}
.paggs1 table tr td {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  border-color: #E7E7E7;
  vertical-align: middle;
  text-align: center;
}
.paggs1 table tr td .ash-a {
  text-align: left;
  padding: 0 10%;
}

.ny-show_bodyxw {
  overflow: visible;
}

.pro-show-cont2 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    margin-top: 1rem;
  }
}
.pro-show-cont2 .show-tit-as {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 3px);
  top: -moz-calc(var(--head-height) + 3px);
  top: calc(var(--head-height) + 3px);
  background: #fff;
  z-index: 2;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .show-tit-as {
    position: static;
  }
}
.pro-show-cont2 .show-tit-as::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--jbys);
}
.pro-show-cont2 .show-tit-as li {
  color: #868686;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 1.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pro-show-cont2 .show-tit-as li {
    margin: 0 0.65rem;
  }
}
.pro-show-cont2 .show-tit-as li.flex-z {
  margin: 0;
}
.pro-show-cont2 .show-tit-as li.flex-z .ast {
  margin: 0 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .show-tit-as li.flex-z .ast {
    margin: 0 0.65rem;
  }
}
.pro-show-cont2 .show-tit-as li span {
  display: block;
  padding: 1rem 0;
  background: -webkit-linear-gradient(14deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background: -moz-linear-gradient(14deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background: -o-linear-gradient(14deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background: linear-gradient(76deg, #2859b4 -17.85%, #0c3a90 129.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .pro-show-cont2 .show-tit-as li span {
    padding: 0.65rem 0;
  }
}
.pro-show-cont2 .show-tit-as li span:hover {
  color: #0c3a90;
}
.pro-show-cont2 .show-tit-as li.on > span {
  color: #0c3a90;
}

.pro-show-cont2 .content {
  line-height: 1.8em;
}

.pro-show-cont2 .content h3{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5em;
	margin-bottom: 1rem;

}

.pro-show-cont2 .content h4{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5em;
	margin-bottom: 1rem;

}

.pro-show-cont2 .content .show-cp-gong {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp-gong {
    margin-top: 2rem;
  }
  
  .pro-show-cont2 .content h3{
      font-size: 1.5rem;
  }
  
  .pro-show-cont2 .content h4{
      font-size: 1rem;
  }
  
  
}
.pro-show-cont2 .content .show-cp-gong .tit-show-as {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp-gong .tit-show-as {
    font-size: 1.5rem;
  }
}
.pro-show-cont2 .content .show-cp1 .ashx_as1 {
  background: #F6F6F6;
  padding: 1.25rem 1.5%;
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp1 .ashx_as1 {
    margin-top: 1rem;
  }
}
.pro-show-cont2 .content .show-cp1 .ashx_as1 li {
  width: 50%;
  padding: 0.75rem 1.5%;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp1 .ashx_as1 li {
    width: 100%;
  }
}
.pro-show-cont2 .content .show-cp1 .ashx_as1 li .tit1 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp1 .ashx_as1 li .tit1 {
    font-size: 1.125rem;
  }
}
.pro-show-cont2 .content .show-cp1 .ashx_as1 li .tit1::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.pro-show-cont2 .content .show-cp1 .ashx_as1 li .p1 {
  color: #808080;
  font-size: 1rem;
  line-height: 1.25em;
  padding-left: 1rem;
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 {
  width: 53.5714285714%;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .dt {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.15rem 0;
  cursor: pointer;
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .dt p {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  width: 90%;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .dt p {
    font-size: 1.25rem;
  }
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .dt i {
  color: #D9D9D9;
  font-size: 0.875rem;
  font-weight: 700;
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .wehha-job .p1 {
  padding: 1rem 0;
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .wehha-job .p1 p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.25em;
  padding-left: 1em;
  position: relative;
  margin: 0.35rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .wehha-job .p1 p {
    font-size: 1rem;
  }
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li .wehha-job .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b1 li.active .dt p {
  background: -webkit-linear-gradient(14deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background: -moz-linear-gradient(14deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background: -o-linear-gradient(14deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background: linear-gradient(76deg, #1A96D5 -17.85%, #0c3a90 129.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b2 {
  width: 39.6428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont2 .content .show-cp2 .abt-a4v1 .abt-a4b2 img {
  width: 100%;
}
.pro-show-cont2 .content .show-cp3 .show-cp3a1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp3 .show-cp3a1 {
    margin-top: 1.5rem;
  }
}
.pro-show-cont2 .content .show-cp3 .show-cp3a1::before {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background: var(--jbys);
  display: block;
}
.pro-show-cont2 .content .show-cp3 .show-cp3a1 .ashxa1 {
  background: #F6F6F6;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #000;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 1rem 0;
  cursor: pointer;
}
.pro-show-cont2 .content .show-cp3 .show-cp3a1 .ashxa1.on {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #F6F6F6;
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #F6F6F6;
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #F6F6F6;
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%), #F6F6F6;
  color: #fff;
}
.pro-show-cont2 .content .show-cp3 .tit-show-as {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp3 .tit-show-as {
    margin-bottom: 1rem;
  }
}
.pro-show-cont2 .content .show-cp3 table tr td {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  border-color: #E7E7E7;
  vertical-align: middle;
  text-align: center;
}
.pro-show-cont2 .content .show-cp3 table tr td .ash-a {
  text-align: left;
  padding: 0 10%;
}
.pro-show-cont2 .content .show-cp3 .paggs1 table tr td {
  width: 33.3333333333%;
}
.pro-show-cont2 .content .show-cp3 .show-cp3a2 .tta {
  display: none;
}
.pro-show-cont2 .content .show-cp4 .show-cp4_list1 {
  background-color: #F6F6F6;
  padding: 2rem 1.5%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp4 .show-cp4_list1 {
    margin-top: 1.25rem;
  }
}
.pro-show-cont2 .content .show-cp4 .show-cp4_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.pro-show-cont2 .content .show-cp4 .show-cp4_list1 li i {
  display: block;
  font-size: 0;
  width: 6.25rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp4 .show-cp4_list1 li i {
    width: 3.5rem;
  }
}
.pro-show-cont2 .content .show-cp4 .show-cp4_list1 li i img {
  width: 100%;
}
.pro-show-cont2 .content .show-cp4 .show-cp4_list1 li .tit {
  color: #262626;
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp4 .show-cp4_list1 li .tit {
    font-size: 1.25rem;
  }
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp5 .show-cp5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .pro-show-cont2 .content .show-cp5 .show-cp5_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img {
  display: block;
  text-align: center;
  padding: 2rem 0 4rem;
  position: relative;
  background: #F6F6F6;
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: var(--jbys);
  display: none;
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img i {
  height: 17.5rem;
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img i img {
  width: 100%;
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img .ftit {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.pro-show-cont2 .content .show-cp5 .show-cp5_list1 li .img:hover::after {
  display: block;
}
.pro-show-cont2 .content .show-cp6 {
  padding-bottom: 2rem;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 {
  margin-top: 2rem;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .imgas {
  padding-bottom: 70%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .imgas > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .imgas img {
  width: 100%;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .cont-p {
  border-bottom: 1px solid #E7E7E7;
  padding: 1.25rem 2.5%;
  position: relative;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .cont-p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--jbys);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .cont-p .tit {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide .cont-p .p1 {
  color: #626262;
  font-size: 1rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-slide:hover .cont-p::after {
  width: 100%;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  margin: 0 0.25rem;
  border: 1px solid #E7E7E7;
}
.pro-show-cont2 .content .show-cp6 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  border-color: #0c3a90;
}
.pro-show-cont2 .content .xz_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .xz_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .pro-show-cont2 .content .xz_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.pro-show-cont2 .content .xz_list1 li {
  cursor: pointer;
}
.pro-show-cont2 .content .xz_list1 li .img {
  width: 3.3125rem;
}
.pro-show-cont2 .content .xz_list1 li .img img {
  width: 100%;
}
.pro-show-cont2 .content .xz_list1 li .cont-p {
  width: -webkit-calc(93% - 3.3125rem);
  width: -moz-calc(93% - 3.3125rem);
  width: calc(93% - 3.3125rem);
}
.pro-show-cont2 .content .xz_list1 li .cont-p .tit {
  color: #808080;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .xz_list1 li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.pro-show-cont2 .content .xz_list1 li .cont-p .data {
  color: #B6B6B6;
  font-size: 1rem;
  line-height: 1.25em;
}
.pro-show-cont2 .content .xz_list1 li .cont-p .xa-sad {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .xz_list1 li .cont-p .xa-sad {
    margin-top: 0.25rem;
  }
}
.pro-show-cont2 .content .xz_list1 li .cont-p .xa-sad i {
  font-size: 0.875rem;
  margin-right: 0.5em;
}
.pro-show-cont2 .content .hxa_ast1 {
  background: #F6F6F6;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .hxa_ast1 {
    margin-top: 1.25rem;
  }
}
.pro-show-cont2 .content .hxa_ast1::before {
  content: "";
  background: var(--jbys);
  width: 100%;
  height: 0.25rem;
}
.pro-show-cont2 .content .hxa_ast1 .ast-a {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  width: 21.6666666667%;
  text-align: center;
  padding: 1.5rem 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .hxa_ast1 .ast-a {
    padding: 1.25rem 0;
  }
  .pro-show-cont2 .content .hxa_ast1 .ast-a:nth-child(3) {
    display: none;
  }
}
.pro-show-cont2 .content .hxa_ast1 .ast-a:nth-child(1) {
  width: 35%;
  text-align: left;
  padding-left: 5%;
}
.pro-show-cont2 .content .hxa_ast2 li {
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}
.pro-show-cont2 .content .hxa_ast2 li .ast-a {
  width: 21.6666666667%;
  text-align: center;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .hxa_ast2 li .ast-a:nth-child(3) {
    display: none;
  }
}
.pro-show-cont2 .content .hxa_ast2 li .ast-a:nth-child(1) {
  width: 35%;
  text-align: left;
  padding-left: 2%;
}
.pro-show-cont2 .content .hxa_ast2 li .ast-a:nth-child(1) .xah-za i {
  display: block;
  margin-right: 0.75rem;
}
.pro-show-cont2 .content .hxa_ast2 li .ast-a:nth-child(1) .xah-za i img {
  width: 100%;
  vertical-align: text-bottom;
}
.pro-show-cont2 .content .hxa_ast2 li .ast-a:nth-child(1) .xah-za p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.6em;
}
.pro-show-cont2 .content .show-cp-zs-gong {
  padding: 4.125rem 0 2rem;
  border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp-zs-gong {
    padding: 2rem 0 1rem;
  }
}
.pro-show-cont2 .content .show-cp-zs-gong .tit-show-as {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-cp-zs-gong .tit-show-as {
    font-size: 1.5rem;
  }
}
.pro-show-cont2 .content .ashx-as {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .ashx-as {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b1 {
  width: 38%;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b1 {
    width: 100%;
  }
}
.pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b1 .tit {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b1 .tit {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b1 .p {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.25em;
  margin-top: 0.5em;
}
.pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b2 {
  width: 50%;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b2 img {
  width: 100%;
}
.pro-show-cont2 .content .show-yas-xc2 .ash_av1 .ash_a1b2 p {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.pro-show-cont2 .content .show-yas-xc3 .p {
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-yas-xc3 .p {
    font-size: 1rem;
  }
}
.pro-show-cont2 .content .show-yas-xc3 .p p {
  padding-left: 1em;
  position: relative;
  margin: 0.5rem 0;
}
.pro-show-cont2 .content .show-yas-xc3 .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.pro-show-cont2 .content .show-yas-xc5 .wehas_ast1 dl {
  margin-top: 1rem;
}
.pro-show-cont2 .content .show-yas-xc5 .wehas_ast1 dl dt {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .show-yas-xc5 .wehas_ast1 dl dt {
    font-size: 1.25rem;
  }
}
.pro-show-cont2 .content .show-yas-xc5 .wehas_ast1 dl dd {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.pro-show-cont2 .content .show-yas-xc7 {
  border: none;
}
.pro-show-cont2 .content .show-yas-xc7 .wehs-a1 + .wehs-a1 {
  margin-top: 3rem;
}

.show-cpxa1 {
  margin-top: 3.75rem;
  color: #808080;
  font-size: 1rem;
  line-height: 1.25em;
}
.show-cpxa1 .tit-pro {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .show-cpxa1 {
    margin-top: 1.5rem;
  }
}

.table-responsive table tr td {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  border-color: #E7E7E7;
  vertical-align: middle;
  text-align: center;
}
.table-responsive table tr td .ash-a {
  text-align: left;
  padding: 0 10%;
}

/* 登录注册 */
.login-div {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.login-div .tsxx {
  font-size: 0.875rem;
  color: red;
  margin-top: 0.25rem;
  line-height: 1.5em;
}
.login-div .tc-gong {
  width: 90%;
  max-width: 33.8125rem;
  background: #FFF;
  border-radius: 0.625rem;
  overflow: hidden;
}
.login-div .tc-gong .close1 {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
}
.login-div .tc-gong .close1 i {
  font-size: 1.5rem;
  color: #333;
}
.login-div .tc-gong .content .lgin-box {
  text-align: center;
  padding: 1.5rem 0 0.2rem;
}
.login-div .tc-gong .content .lgin-box a.login {
  display: block;
  font-size: 0;
  width: 39.1866913124%;
  margin: 0 auto;
}
.login-div .tc-gong .content .lgin-box a.login img {
  width: 100%;
}
.login-div .tc-gong .content .lgin-box p {
  color: #A4A4A4;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .lgin-box p {
    font-size: 1.25rem;
  }
}
.login-div .tc-gong .content .ligat {
  border-bottom: 1px solid #EBEBEB;
}
.login-div .tc-gong .content .ligat a {
  color: #848484;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
  position: relative;
  font-weight: 600;
}
.login-div .tc-gong .content .ligat a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  background: var(--jbys);
}
.login-div .tc-gong .content .ligat a + a {
  margin-left: 10%;
}
.login-div .tc-gong .content .ligat a:hover, .login-div .tc-gong .content .ligat a.on {
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-div .tc-gong .content .ligat a:hover::after, .login-div .tc-gong .content .ligat a.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.login-div .tc-gong .content .msg-svt {
  padding: 0 12.1996303142%;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt {
    padding: 0 7%;
  }
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk {
  border: 1px solid #EBEBEB;
  border-radius: 1.625rem;
  overflow: hidden;
  margin-top: 1.25rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk .wejxa1 {
  width: 3.125rem;
  background: #F6F6F6;
  text-align: center;
  line-height: 3.125rem;
  padding-left: 0.45rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk .wejxa1 i {
  color: #A8A8A8;
  font-size: 1.25rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk input {
  width: -webkit-calc(100% - 3.125rem);
  width: -moz-calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
  color: #A8A8A8;
  font-size: 1rem;
  line-height: 3.125rem;
  font-weight: 500;
  text-indent: 0.75em;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk:has(input:focus) {
  border-color: #00A040;
}
.login-div .tc-gong .content .msg-svt a.wjmm {
  display: block;
  text-align: center;
  color: #848484;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt a.wjmm {
    padding: 0.75rem 0;
  }
}
.login-div .tc-gong .content .msg-svt .inp-boxta {
  margin-top: 1rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .p1 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.25em;
  text-transform: capitalize;
  margin-bottom: 0.35rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta input {
  width: 100%;
  color: #A8A8A8;
  font-size: 1rem;
  line-height: 3rem;
  font-weight: 500;
  text-indent: 1em;
  border: 1px solid #EBEBEB;
  border-radius: 1.625rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta input:focus {
  border-color: #00A040;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box {
  border: 1px solid #EBEBEB;
  border-radius: 1.625rem;
  overflow: hidden;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps {
  width: 70%;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps input {
  border: none;
  border-radius: inherit;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn {
  width: 30%;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn button {
  font-size: 1rem;
  line-height: 3rem;
  border: none;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 1px solid #EBEBEB;
  width: 100%;
  text-transform: capitalize;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box:has(input:focus) {
  border-color: #00A040;
}
.login-div .tc-gong .content .msg-svt2 {
  padding: 1rem 12.1996303142% 2rem;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt2 {
    padding: 0.75rem 7% 1.5rem;
  }
}
.login-div .tc-gong .content .tj-btnys button {
  border: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 5rem;
  background: var(--jbys);
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .tj-btnys button {
    font-size: 1.35rem;
    line-height: 4rem;
  }
}
.login-div .tc-gong .content .tj-btnys button:hover {
  background: -webkit-linear-gradient(14deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  background: -moz-linear-gradient(14deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  background: -o-linear-gradient(14deg, #0c3a90 -20.93%, #1A96D5 126.57%);
  background: linear-gradient(76deg, #0c3a90 -20.93%, #1A96D5 126.57%);
}

.show_pro_content_fing li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.show_pro_content_fing li.clearfix:after, .show_pro_content_fing li.clearfix:before {
  display: none;
}
.show_pro_content_fing li .table-responsive table tr:nth-of-type(even) {
  background: #F6F6F6;
}
.show_pro_content_fing li > div {
  width: 48%;
}
@media (max-width: 768px) {
  .show_pro_content_fing li > div {
    width: 100%;
  }
}
.show_pro_content_fing li > div img {
  width: 100%;
}
.show_pro_content_fing li .show_pro_content_size {
  width: 48%;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show_pro_content_fing li .show_pro_content_size {
    width: 100%;
    margin-top: 1rem;
  }
}
.show_pro_content_fing li .show_pro_content_size .tit-pro {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
}
.show_pro_content_fing li:nth-child(2n) > div {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .show_pro_content_fing li:nth-child(2n) > div {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.show_pro_content_fing li:nth-child(2n) .show_pro_content_size {
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.show_pro_content_fing1 li {
  margin-top: 1.5rem;
  border: 1px solid #f0f0f0;
  padding: 0 2.5em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.show_pro_content_fing1 li.clearfix:after, .show_pro_content_fing1 li.clearfix:before {
  display: none;
}
.show_pro_content_fing1 li .tit-pro {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding: 2rem;
}
.modal-body .title .tit3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  color: #333333;
}
.modal-body button {
  border-radius: 2rem;
}

.modal-content {
  border-radius: 1.25rem;
}

.myModal_mess .title {
  padding-top: 0;
}

.myModal_mess .myModal_mess_for input {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #DCEBFF;
  padding: 0 1.25rem;
  border-radius: 2rem;
}

.myModal_mess .myModal_mess_for .text {
  margin: 0.9375rem 0 0.25rem;
}

.myModal_mess .myModal_mess_for .text span {
  color: #CB1B1C;
}

input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite !important;
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

.myModal_mess .myModal_mess_for button {
  width: 100%;
  color: #fff;
  background: -webkit-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #0c3a90;
  background: -moz-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #0c3a90;
  background: -o-linear-gradient(14deg, #1A96D5 -20.93%, #0c3a90 126.57%), #0c3a90;
  background: linear-gradient(76deg, #1A96D5 -20.93%, #0c3a90 126.57%), #0c3a90;
  line-height: 2.5rem;
  text-align: center;
  border: none;
  margin-top: 0.9375rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 31.25rem;
    width: 90%;
    margin: 1.75rem auto;
  }
}
.btn {
  display: inline-block;
  padding: 1rem 4rem;
  border-radius: 5.625rem 5.625rem;
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn {
    padding: 1rem 4rem;
  }
}
.btn .btn-text {
  font-size: 1.25rem;
  line-height: 1.2em;
  background: var(--jbys); /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent;
  font-weight: 700;
  display: block;
  position: relative;
  padding-right: 1.25rem;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
     -moz-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
       -o-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
          transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 5;
}
@media (max-width: 768px) {
  .btn .btn-text {
    font-size: 1.125rem;
  }
}
.btn .btn-text:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -1px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
     -moz-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
       -o-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
          transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: var(--jbys); /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent;
}
.btn .btn-bg {
  background: var(--jbys);
  padding: 3px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 3.75rem 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: left;
  -o-transition-property: left;
  -moz-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
     -moz-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
       -o-transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
          transition-timing-function: cubic-bezier(0.65, 0, 0.74, 0.99);
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn:hover .btn-text {
  -webkit-transform: translateX(-0.3125rem);
     -moz-transform: translateX(-0.3125rem);
      -ms-transform: translateX(-0.3125rem);
       -o-transform: translateX(-0.3125rem);
          transform: translateX(-0.3125rem);
}
.btn:hover .btn-text:after {
  -webkit-transform: translate(3rem, -50%);
     -moz-transform: translate(3rem, -50%);
      -ms-transform: translate(3rem, -50%);
       -o-transform: translate(3rem, -50%);
          transform: translate(3rem, -50%);
}
@media (max-width: 768px) {
  .btn:hover .btn-text:after {
    -webkit-transform: translate(2.95rem, -50%);
       -moz-transform: translate(2.95rem, -50%);
        -ms-transform: translate(2.95rem, -50%);
         -o-transform: translate(2.95rem, -50%);
            transform: translate(2.95rem, -50%);
  }
}
.btn:hover .btn-bg {
  left: -webkit-calc(100% - 3.5rem);
  left: -moz-calc(100% - 3.5rem);
  left: calc(100% - 3.5rem);
}
@media (max-width: 768px) {
  .btn:hover .btn-bg {
    left: -webkit-calc(100% - 3.4rem);
    left: -moz-calc(100% - 3.4rem);
    left: calc(100% - 3.4rem);
  }
}

/*鼠标*/
.mouse-a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .mouse-a {
    display: none;
  }
}
.mouse-a .cursor {
  position: fixed;
  background-color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -o-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -o-transform;
  -moz-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -moz-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -moz-transform, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -o-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 99999;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.mouse-a .cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.mouse-a .cursor.hovered {
  opacity: 0.08;
}
.mouse-a .cursor-follower {
  position: fixed;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) border, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-filter;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) border, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-filter;
  -o-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) border, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -o-transform;
  -moz-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) border, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -moz-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) border;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) border, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -moz-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -o-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-filter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 99999;
  opacity: 1;
  border: 2px solid #fff;
}
.mouse-a .cursor-follower:before {
  width: 1px;
  height: 10px;
}
.mouse-a .cursor-follower:after, .mouse-a .cursor-follower:before {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  -moz-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
}
.mouse-a .cursor-follower:after {
  width: 10px;
  height: 1px;
}
.mouse-a .cursor-follower span {
  position: absolute;
  opacity: 0;
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
     -moz-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
       -o-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  text-align: center;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  font-family: bison, sans-serif;
  letter-spacing: 0.1em;
}
.mouse-a .cursor-follower.active {
  opacity: 0.8;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  -webkit-filter: blur(0);
          filter: blur(0);
  background-color: #fff;
  mix-blend-mode: difference;
}
.mouse-a .cursor-follower.next .next, .mouse-a .cursor-follower.prev .prev, .mouse-a .cursor-follower.view .view {
  opacity: 1;
}
.mouse-a .cursor-follower.hovered {
  opacity: 0.08;
}
.mouse-a .cursor-follower-border {
  position: fixed;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-filter;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-filter;
  -o-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -o-transform;
  -moz-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -moz-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) filter, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) background-color, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -moz-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -o-transform, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-filter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 99999;
  opacity: 0.3;
  border: 2px solid #c1b59b;
}
.mouse-a .cursor-follower-border span {
  position: absolute;
  opacity: 0;
  font-size: 8px;
  line-height: 8px;
  margin: 0;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
     -moz-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
       -o-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  text-align: center;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  font-family: bison, sans-serif;
  letter-spacing: 0.1em;
}
.mouse-a .cursor-follower-border.active {
  opacity: 0.8;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  -webkit-filter: blur(0);
          filter: blur(0);
  background-color: #fff;
  mix-blend-mode: difference;
}
.mouse-a .cursor-follower-border.active span {
  opacity: 1;
}
.mouse-a .cursor-follower-border.hovered {
  opacity: 0.08;
}

.ast_list1 {
  width: 40%;
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 768px) {
  .ast_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    margin: 2rem auto 0;
    padding: 2rem 21%;
  }
}
.ast_list1 li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2.5px);
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.ast_list1 li .tit1 {
  color: #FFFFFF;
  font-size: 1.625rem;
  line-height: 1.2em;
  text-align: center;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .ast_list1 li .tit1 {
    font-size: 1rem;
  }
}
.ast_list1 li:nth-child(1):hover, .ast_list1 li:nth-child(3):hover {
  background: #1A96D5;
}
.ast_list1 li:nth-child(2):hover, .ast_list1 li:nth-child(4):hover {
  background: #0c3a90;
}

/* cookies */
.cookic_fix {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 312px;
  padding: 0 0;
  margin-bottom: 24px;
  margin-right: 32px;
  border-radius: 20px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  z-index: 999;
}
.cookic_fix .tit {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}
.cookic_fix .tit i {
  font-size: 1rem;
  cursor: pointer;
}
.cookic_fix .text {
  margin-top: 8px;
  -ms-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}
.cookic_fix .buttona {
  width: 100%;
  border-top: 1px solid #ddd;
}
.cookic_fix .buttona .more {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  cursor: pointer;
}
.cookic_fix .buttona .more:nth-child(1) {
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(2) {
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(3) {
  width: 45%;
}
.cookic_fix .buttona .more + .more {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.cpfm-cont1 .asjhx_aslt1 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cpfm-cont1 .asjhx_aslt1 {
    padding: 1rem 0;
  }
}
.cpfm-cont1 .asjhx_aslt1 > li {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cpfm-cont1 .asjhx_aslt1 > li {
    padding: 1rem 0;
  }
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .asjhx_aslt1 > li .product-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .cpfm-cont1 .asjhx_aslt1 > li .product-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img {
  display: block;
  text-align: center;
  padding: 2rem 0 4rem;
  position: relative;
  border: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img {
    padding: 1rem 0 2rem;
  }
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: var(--jbys);
  display: none;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img > i {
  height: 17.5rem;
  padding: 0 9%;
}
@media (max-width: 768px) {
  .cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img > i {
    height: 15rem;
  }
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img > i img {
  width: 100%;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img .tit {
    font-size: 1.35rem;
  }
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img .ftit {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img:hover {
  background: #F6F6F6;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .img:hover::after {
  display: block;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .cont-p {
  padding: 1rem 6% 0;
  text-align: left;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .cont-p .txt {
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .cont-p .xmore-a {
  font-size: 0.875rem;
  margin-top: 1rem;
  color: #333333;
}
.cpfm-cont1 .asjhx_aslt1 > li .product-list1 li .cont-p .xmore-a i {
  font-size: 0.875rem;
  margin-left: 0.5em;
}

.fa-cont1 {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .fa-cont1 {
    padding: 2rem 0;
  }
}
.fa-cont1 .xg_a2list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem;
}
@media (max-width: 768px) {
  .fa-cont1 .xg_a2list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.fa-cont1 .xg_a2list1 li a.bl {
  display: block;
}
.fa-cont1 .xg_a2list1 li a.bl .imgat {
  position: relative;
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .js-plane {
  position: relative;
  overflow: hidden;
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .js-plane::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .js-plane img {
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .fa-cont1 .xg_a2list1 li a.bl .imgat .js-plane img {
    height: 22rem;
  }
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p {
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  padding: 0 4%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p {
    padding: 0 6%;
    bottom: 1.5rem;
  }
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p u {
  display: block;
  font-size: 0;
  width: 4.875rem;
}
@media (max-width: 768px) {
  .fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p u {
    width: 4rem;
  }
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p u img {
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p .tit {
    font-size: 1.5rem;
  }
}
.fa-cont1 .xg_a2list1 li a.bl .imgat .cont-p .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
  background: #0c3a90 !important;
  border-color: #0c3a90 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
  color: #0c3a90 !important;
  border-color: #0c3a90 !important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
  background: #0c3a90 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,#CookiebotWidget .CookiebotWidget-consent-details button{
  color: #0c3a90 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a{
  color: #0c3a90 !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
  fill: #0c3a90 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw{
  border-color: #0c3a90 !important;
}
.lx-cont4 form .contact .clearfix .inquiry_box input{
        border-radius: 1rem;
    border: 1px solid #D9D9D9;
    background: #FFF;
    font-size: 1rem;
    color: #808080;
    line-height: 1.5rem;
    padding: 0.75em 1.25em;
    margin-bottom: 1.125rem;
}
.inquiry_box img {
    margin: 0 1.25rem;
}
.inquiry_box input {
    width: 15.625rem;
    border: none;
    background: #fff;
    padding: 0 0.9375rem;
}
@media (max-width: 400px) {
.inquiry_box input {
    width: 9.625rem;
}
}

