@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231017/43b6c7b5a36d8a01302e1f75efe8b948.ttf);
  font-display: swap;
}

body {
  outline: none;
  font-family: -apple-system, BlinkMacSystem,'Noto Sans SC','Barlow Condensed',sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.4375%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

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

.wh1 {
  padding: 0 2.86458%;
}

@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;
}
.xinwn-consss video{
    width: 100%!important;
}

.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;
}

.flex31 {
  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;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-msl {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1.125rem/2.8125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 8.75rem;
  text-align: center;
  background: transparent;
  border: 1px solid #FFFFFF;
  -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: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  color: #fff;
  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;
  border-color: #E4B376;
}

.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.hs {
  color: #E4B376;
  border-color: #E4B376;
}

.more-msl.hs:hover {
  color: #fff;
}

.more-msl.hsh {
  color: #fff;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  border: none;
}

.more-msl.hsh::before {
  background: #273E6E;
}

.more-msl.ls {
  color: #273E6E;
  border-color: #273E6E;
}

.more-msl.ls:hover {
  color: #fff;
  border-color: #E4B376;
}

.more-msl.hsdta::before {
  background: #273E6E;
}

.more-msl.hsdta:hover {
  color: #fff;
}

@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;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}

.head .head2 {
  line-height: 6.25rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 4.47917%;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 3.5625rem;
}

.head .head2 .sska {
  margin-left: 0.8em;
}

.head .head2 .sska a.sskza {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  width: 7.5rem;
  height: 6.25rem;
}

.head .head2 .sska a.sskza i {
  color: #231815;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}

.head .head2 .sska a, .head .head2 .zywena a {
  font: 500 1rem/1.5em "Montserrat";
  color: #fff;
}

.head .head2 .sska i, .head .head2 .zywena i {
  color: #fff;
  font-size: 1.25rem;
}

.head .head2 .zywena {
  text-align: center;
  margin: 0 1.5rem;
  position: relative;
}

@media (max-width: 1050px) {
  .head .head2 .zywena {
    margin: 0 1rem;
  }
}

.head .head2 .zywena i {
  margin-right: 0.5rem;
}

.head .head2 .zywena a.rhgxt1 p {
  font: 600 1.35rem/1.5em "Barlow Condensed";
}

.nast {
  width: 7.5rem;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 3%;
  z-index: 1;
}

@media (max-width: 768px) {
  .nast {
    bottom: 10%;
  }
}

.nast.kajjt {
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

@media (max-width: 768px) {
  .nast.kajjt {
    width: 3rem;
    display: none;
  }
}

.nast a {
  display: inline-block;
  width: 1.125rem;
}

@media (max-width: 768px) {
  .nast a {
    width: 1rem;
  }
}

.nast a img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

#menu .nav_a1 li {
  float: left;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans SC";
}

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.25em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  position: relative;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.15em;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span::before {
  content: '';
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../images/tuib.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #CA9E6E;
  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);
  display: none;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  padding: 2.5rem 0;
}

#menu .nav_a1 li .sec .xgagf-a a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.78em 0;
  color: #626262;
  width: 48%;
  display: block;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
  position: relative;
}

#menu .nav_a1 li .sec .xgagf-a a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  background: #CA9E6E;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  height: 1px;
}

#menu .nav_a1 li .sec .xgagf-a a:hover {
  color: #CA9E6E;
}

#menu .nav_a1 li .sec .xgagf-a a:hover::after {
  width: 100%;
}

#menu .nav_a1 li .sec:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

#menu .nav_a1 li .sec .wehxh-v {
  width: 55.20833%;
  margin: 0 auto;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
  width: 61.9469%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
  width: 25.66372%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b a.img {
  display: block;
  font-size: 0;
  padding-bottom: 55%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b a.img img {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
   -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
       transform: translateY(1px);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #CA9E6E;
}

#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:hover > a span::before, #menu .nav_a1 li.active > a span::before {
  display: block;
}

.nav-img {
  padding-bottom: 40%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* VR */
.an_vr{
    position: fixed;
    right: 0;
    top: 58%;
    z-index: 9999;
}
.an_vr .layer-btn .mask:after{
    display: none;
}
.an_vr .layer-btn .mask p{
    position: absolute;
    z-index: 999;
    text-align: center;
       top: 37%;
    left: 35%;
    font-size: 1.375rem;
    /*font-weight: 500;*/
}
.an_vr .more-a:hover p{
    color: #fff;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  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;
}

.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(0, 0, 0, 0.5);
}

@-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: 999999;
  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: 36px;
  max-width: 40%;
}

.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 .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .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 "Noto Sans SC";
  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: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  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 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pc-banner::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 7.5rem;
  top: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .pc-banner::after {
    display: none;
  }
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.pc-banner .mySwipera .swiper-slide .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img::after {
    display: none;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  width: 100%;
  bottom: 15%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez {
    bottom: 14%;
    text-align: center;
  }
}

.pc-banner .mySwipera .banwez .iasja {
  width: 100%;
  margin: 0 auto;
  display: none;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .iasja {
    display: block;
  }
}

.pc-banner .mySwipera .banwez .iasja img {
  width: 100%;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 3.75rem/1.3em "Noto Sans SC";
  text-transform: uppercase;
}

.pc-banner .mySwipera .banwez dt span {
  display: block;
  color: #CA9E6E;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.pc-banner .mySwipera .banwez dd {
  font: 600 2.5rem/1.1em "Barlow Condensed";
  margin-top: 0.6rem;
  text-transform: uppercase;
}

.pc-banner .mySwipera .banwez dd span {
  display: block;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.5rem;
    margin-top: 0.3em;
  }
}

.pc-banner .mySwipera .banwez a.more-msl {
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez a.more-msl {
    margin-top: 1em;
  }
}

.pc-banner .mySwipera .byasd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4%;
  z-index: 1;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .byasd {
    display: none;
  }
}

.pc-banner .mySwipera .byasd .wz {
  color: #fff;
  font: 700 1.6875rem/1em "Barlow Condensed";
  letter-spacing: 0.4em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .byasd .wz {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.pc-banner .mySwipera .byasd .wz b {
  font-weight: 700;
  opacity: 0.3;
}

.pc-banner .mySwipera .byasd .wz span {
  color: #CA9E6E;
  font-size: 2.25rem;
  text-transform: uppercase;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .byasd .wz span {
    font-size: 1.125rem;
  }
}

.pc-banner .mySwipera .byasd .wz.highlight span {
  opacity: 1;
}

.pc-banner .mySwipera .swiper-pagination {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 20%;
  width: 7.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination {
    width: 3rem;
    bottom: 40%;
    display: none;
  }
}

.pc-banner .mySwipera .swiper-pagination span {
  opacity: 1;
  background: url(../images/tuib1.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 1.1875rem;
  height: 1.1875rem;
  margin: 0.8rem auto;
  display: block;
}

.pc-banner .mySwipera .swiper-pagination span.swiper-pagination-bullet-active {
  background-image: url(../images/tuib.svg);
}

@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;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(80vh - 60px);
    padding-bottom: -moz-calc(80vh - 60px);
    padding-bottom: calc(80vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#myvideo,#myvideo1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  #myvideo {
    display: none;
  }
}

.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 .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .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 .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.xz1 img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz1:hover i img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top_tt img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.top_tt:hover img {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.gong-p {
  color: #323232;
  font: 500 1.25rem/1.6em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .title_a1 {
    text-align: center;
  }
}

.title_a1 .entit {
  color: #CECECE;
  font: 600 7.5rem/1em "Barlow Condensed";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title_a1 .entit {
    font-size: 2.5rem;
  }
}

.title_a1 .tit {
  color: #3A3A3A;
  font: 600 2.5rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .title_a1 .tit {
    font-size: 1.5rem;
    margin-top: 0.25rem;
  }
}

.title_a1 .tit span {
  color: #273E6E;
}

.title_a1 .tit b {
  color: #CA9E6E;
  font-weight: 600;
}

@-webkit-keyframes yunMove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@-moz-keyframes yunMove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@-o-keyframes yunMove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@keyframes yunMove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@-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 technology-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

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

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

@keyframes technology-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
       -moz-transform: translate(-50%, -50%) scale(0.6);
         -o-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
       -moz-transform: translate(-50%, -50%) scale(0.8);
         -o-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.layer-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layer-btn .mask {
  position: absolute;
  left: -1.875rem;
  top: -1.875rem;
  width: -webkit-calc(100% + 3.75rem);
  width: -moz-calc(100% + 3.75rem);
  width: calc(100% + 3.75rem);
  pointer-events: none;
  height: -webkit-calc(100% + 3.75rem);
  height: -moz-calc(100% + 3.75rem);
  height: calc(100% + 3.75rem);
  -o-background-size: cover;
     background-size: cover;
}


.an_vr .layer-btn{
    width: 10rem;
    height: 10rem;
    right: 10px;
}


.layer-btn .mask > .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
    -o-animation-name: spin;
       animation-name: spin;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
       animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
}

.layer-btn .mask > svg {
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  height: -webkit-calc(100% - 3rem);
  height: -moz-calc(100% - 3rem);
  height: calc(100% - 3rem);
}

.layer-btn .mask > svg path {
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.layer-btn .mask > svg .p1 {
  -webkit-animation: circleRotate 4s linear infinite;
     -moz-animation: circleRotate 4s linear infinite;
       -o-animation: circleRotate 4s linear infinite;
          animation: circleRotate 4s linear infinite;
}

.layer-btn .mask > svg .p2 {
  -webkit-animation: circleRotateReverse 4s linear infinite;
     -moz-animation: circleRotateReverse 4s linear infinite;
       -o-animation: circleRotateReverse 4s linear infinite;
          animation: circleRotateReverse 4s linear infinite;
}

.layer-btn .mask > svg.cm {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

.layer-btn .mask > svg.cr {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

.layer-btn .mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #242424;
  border-right: 2px solid #242424;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.layer-btn:hover .mask:after {
  border-color: #fff;
}

.layer-btn .mask.noArrow:after {
  opacity: 0;
}

.layer-btn i {
  color: #fff;
}

.layer-btn > svg {
  width: 8px;
  display: block;
  margin-top: 5px;
}

.layer-btn:hover .mask > svg.cm {
  opacity: 0;
}

.layer-btn:hover .mask > svg.cr {
  opacity: 1;
}

.layer-btn .mask > svg, .layer-col:before, .layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
      -o-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

@-webkit-keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-moz-keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}

@-o-keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}

@keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
      -o-transform: rotate(1turn);
         transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
  }
}

@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

@-o-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}

@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
      -o-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

a.more-a {
  margin: 1rem;
  display: block;
}

a.more-a:before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  border: 1px solid #D3AC6F;
  border-radius: 50%;
  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%);
}

a.more-a:hover:before {
  background: -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
}

@media (max-width: 768px) {
  a.more-a {
    margin: 0 auto;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 768px) {
  .more-asfa {
    text-align: center;
  }
}

.cont1 {
  background: #F2F2F2;
  position: relative;
  padding: 9.125rem 0 0;
}

@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0 0;
  }
  .cont1 > .wh {
    padding: 0;
  }
}

.cont1 .bg-wave {
  position: absolute;
  left: 50%;
  top: 22%;
  width: 130%;
  -webkit-transform: translateX(-50%) rotate(-340deg);
     -moz-transform: translateX(-50%) rotate(-340deg);
      -ms-transform: translateX(-50%) rotate(-340deg);
       -o-transform: translateX(-50%) rotate(-340deg);
          transform: translateX(-50%) rotate(-340deg);
  opacity: .35;
}

@media (max-width: 768px) {
  .cont1 .bg-wave {
    display: none;
  }
}

.cont1 .a1_v1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    padding: 0 4%;
  }
}

.cont1 .a1_v1 .a1_b1 .title_a1 {
  text-align: right;
  border-left: .625rem solid #CA9E6E;
  width: 46.42857%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .title_a1 {
    width: 100%;
    text-align: left;
    border-width: 2px;
    padding-left: 0;
    text-align: center;
    border: none;
  }
}

.cont1 .a1_v1 .a1_b1 .cont-p {
  width: 66.07143%;
  background: #fff;
  padding: 4.75rem 20% 5.9375rem 5%;
  color: #737373;
  font: 400 1rem/1.8em "Noto Sans SC";
  text-align: justify;
  -webkit-transform: translateY(3.5rem);
     -moz-transform: translateY(3.5rem);
      -ms-transform: translateY(3.5rem);
       -o-transform: translateY(3.5rem);
          transform: translateY(3.5rem);
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .cont-p {
    width: 100%;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}

.cont1 .a1_v1 .a1_b1 a.more-a {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 a.more-a {
    margin: 0 auto;
    margin-top: 1rem;
  }
}

.cont1 .a1_v1 .a1_b2 {
  width: 48.5%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 {
    width: 100%;
    position: static;
    margin-top: 1.2rem;
  }
}

.cont1 .a1_v1 .a1_b2 .img {
  display: block;
  font-size: 0;
}

.cont1 .a1_v1 .a1_b2 .img img {
  width: 100%;
}

.cont2 {
  background: url(../images/hbj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 9.25rem 0 5.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont2 {
    padding: 4rem 0 3rem;
  }
}

.cont2 .a2_v1 {
  position: absolute;
  right: 12%;
  top: 7rem;
  width: 30rem;
  height: 20rem;
  z-index: 1;
}

.cont2 .a2_list1 {
  padding-right: 15%;
}

@media (max-width: 768px) {
  .cont2 .a2_list1 {
    padding-right: 0;
  }
}

.cont2 .a2_list1 li {
  width: 30%;
  text-align: left;
  padding-left: 5%;
  color: #fff;
}

@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    padding-left: 1%;
  }
}

.cont2 .a2_list1 li .tit {
  font: 600 1.75rem/1em "Noto Sans SC";
}

.cont2 .a2_list1 li .tit span {
  font-family: 'Barlow Condensed';
  font-size: 5.625rem;
}

@media (max-width: 768px) {
  .cont2 .a2_list1 li .tit {
    font-size: 1rem;
  }
  .cont2 .a2_list1 li .tit span {
    font-size: 3.2rem;
  }
}

.cont2 .a2_list1 li p {
  font: 400 1.5rem/1.2em "Noto Sans SC";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .cont2 .a2_list1 li p {
    font-size: 1.125rem;
    margin-top: 0.5em;
  }
}

.cont3 {
  background: #F2F2F2;
  position: relative;
  padding: 7.8rem 0 13.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0 0;
    background: none;
  }
}

@media (max-width: 768px) {
  .cont3 .title_a1 {
    text-align: center;
  }
}

.cont3 > u {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

@media (max-width: 768px) {
  .cont3 > u {
    display: none;
  }
}

.cont3 > u img {
  width: 100%;
}

.cont3 .wh {
  position: relative;
  z-index: 1;
}

.cont3 .a3v1a1 {
  margin-top: 0;
  position: relative;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    margin-top: 1rem;
  }
}

.cont3 .a3v1a1 > u {
  display: block;
  width: 58.42857%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 > u {
    display: none;
  }
}

.cont3 .a3v1a1 > u img {
  width: 100%;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li {
  position: absolute;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li {
    position: static;
    text-align: center;
    width: 25%;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:nth-child(1) {
  right: 61%;
  top: 0%;
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:nth-child(2) {
  right: 73%;
  top: 27%;
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:nth-child(3) {
  right: 73%;
  bottom: 27%;
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:nth-child(4) {
  right: 61%;
  bottom: 0;
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li p {
  color: #DCAE76;
  font: 600 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li p {
    font-size: 1.125rem;
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.5rem;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li .img {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 50%;
  margin-left: 1.3em;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li .img {
    width: 5rem;
    height: 5rem;
    margin-left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li .img {
    width: 4rem;
    height: 4rem;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li .img img {
  width: 50%;
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:hover p, .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li.on p {
  color: #273E6E;
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:hover .img, .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li.on .img {
  background: -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
}

.cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li:hover .img img, .cont3 .a3v1a1 .a3v1-as .a3b1 .a3b1_list1 li.on .img img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(101%);
}

.cont3 .a3v1a1 .a3v1-as .a3b2 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .bd {
  width: 65%;
  margin-right: -3.5rem;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .bd {
    width: 100%;
    margin-right: 0;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .bd .img img {
  width: 100%;
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd {
  text-align: right;
  margin-right: -3rem;
  width: 20%;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd ul {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li {
  cursor: pointer;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li + li {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li + li {
    margin-top: 0.8rem;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li p {
  color: #737373;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li p {
    display: none;
  }
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li p span {
  display: block;
}

.cont3 .a3v1a1 .a3v1-as .a3b2 .tab-a .hd li.on p {
  color: #CA9E6E;
}

.cont3 .a3v1a1 a.more-a {
  position: absolute;
  bottom: 0;
  right: 16%;
}

@media (max-width: 768px) {
  .cont3 .a3v1a1 a.more-a {
    position: static;
    margin: 1rem auto 0;
  }
}

.cont3 .a3_v2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 {
    padding-top: 2rem;
    position: relative;
    padding-bottom: 2rem;
  }
  .cont3 .a3_v2::after {
    content: "";
    position: absolute;
    left: -4%;
    top: 0;
    z-index: -1;
    width: 108%;
    height: 100%;
    background: #F2F2F2;
  }
}

.cont3 .a3_v2 .title_a1 {
  padding-left: 35%;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .title_a1 {
    padding-left: 0;
  }
}

.cont3 .a3_v2 .a3_v2c1 {
  margin-top: 2.8125rem;
  position: relative;
}

.cont3 .a3_v2 .a3_v2c1 .a3_v2cas1 {
  position: absolute;
  left: -3.5%;
  top: -6rem;
  width: 30rem;
  height: 20rem;
  z-index: 9;
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide {
  position: relative;
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide u {
  display: block;
  font-size: 0;
  width: 62.71429%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide u {
    width: 100%;
  }
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide u img {
  width: 100%;
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 {
  background: -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
  width: 37.28571%;
  position: relative;
  color: #fff;
  padding: 0 4%;
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p {
  width: 100%;
  color: #fff;
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p .tit {
  font: 600 1.625rem/1.5em "Noto Sans SC";
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p .p {
  font: 400 1rem/1.6em "Noto Sans SC";
  margin: 1rem 0;
}

.cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p a.more-a {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 {
    position: static;
    width: 100%;
    padding: 1.56rem;
    background: #F2F2F2;
  }
  .cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p {
    color: #333;
  }
  .cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p .tit {
    font-size: 1.25rem;
  }
  .cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p .p {
    margin: 0.5rem 0;
  }
  .cont3 .a3_v2 .a3_v2c1 .mySwiper2 .swiper-slide .a3_v2d1 .cont-p a.more-a {
    margin: 0 auto;
    margin-top: 1rem;
  }
}

.cont3 .a3_v2 .a3_v2c2 .bjbast {
  width: 38.21429%;
  background: #fff;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2c2 .bjbast {
    width: 100%;
  }
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 {
  width: -webkit-calc(100% - 12rem);
  width: -moz-calc(100% - 12rem);
  width: calc(100% - 12rem);
  padding: 0 8%;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 {
    width: -webkit-calc(100% - 8rem);
    width: -moz-calc(100% - 8rem);
    width: calc(100% - 8rem);
  }
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 > span {
  color: #CECECE;
  font: 700 1rem/1em "Barlow Condensed";
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 > span::before {
  content: "0";
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 > span.swiper-pagination-current {
  color: #CA9E6E;
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 .swiper-scrollbar {
  width: 70%;
  height: 2px;
  background: #D7D4D4;
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .swiper-pagination1 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #CA9E6E;
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .jt-gong > div {
  width: 6rem;
  height: 6rem;
  border-left: 1px solid #E0E0E0;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2c2 .bjbast .jt-gong > div {
    width: 4rem;
    height: 4rem;
  }
}

.cont3 .a3_v2 .a3_v2c2 .bjbast .jt-gong > div i {
  color: #242424;
  font: 600 1.25rem/1em "Noto Sans SC";
}

.cont3 .a3_v2 .a3_v2c2 .a3_v2d1 {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  height: 6rem;
  width: 37.28571%;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2%;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2c2 .a3_v2d1 {
    display: none;
  }
}

.cont4 {
  position: relative;
  padding: 8.25rem 0 11.875rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
}

.cont4 .a4-sd1 {
  position: absolute;
  right: 10%;
  top: -10rem;
  width: 30rem;
  height: 20rem;
  z-index: 9;
}

.cont4 u {
  display: block;
  font-size: 0;
  width: 28.90625%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cont4 u img {
  width: 100%;
}

.cont4 .wh {
  position: relative;
  z-index: 1;
}

.cont4 .wh .a4_v1 .a4_b1 {
  width: 19.57143%;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b1 {
    width: 100%;
  }
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 {
  margin-top: 2rem;
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li:last-child{
    display: none;
}
@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b1 .xw_sort1 {
    margin-top: 1rem;
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li {
  border-bottom: 1px solid transparent;
  margin-top: 0.25rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li {
    width: 30%;
  }
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li i {
  display: block;
  width: 1.5rem;
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li i img {
  width: 100%;
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li span {
  display: block;
  color: #283F6F;
  font: 500 1.5rem/1.5em "Noto Sans SC";
  margin-left: 0.75em;
  padding: 1rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li span {
    font-size: 1.25rem;
    padding: 0.6rem 0;
    margin-left: 0.5em;
  }
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  bottom: -2px;
  background: #CA9E6E;
  border-radius: 1.5px;
  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);
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li:hover, .cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li.on {
  border-color: #D2D1D1;
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li:hover span, .cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li.on span {
  color: #CA9E6E;
}

.cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li:hover span::after, .cont4 .wh .a4_v1 .a4_b1 .xw_sort1 li.on span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.cont4 .wh .a4_v1 .a4_b2 {
  width: 75.35714%;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li {
  margin-bottom: 2.375rem;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_list li {
    margin-bottom: 1rem;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 50.69583%;
  width: 100%;
  position: relative;
  height: 0;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_list li a.img {
    padding-bottom: 76.34195%;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li a.img img {
  width: 100%;
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li .cont-p {
  padding: 1.5rem 4%;
  border-bottom: 1px solid #CA9E6E;
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li .cont-p span {
  display: inline-block;
  color: #fff;
  font: 600 1.125rem/1.875rem "Noto Sans SC";
  padding: 0 1.25em;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_list li .cont-p span {
    font-size: 1rem;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li .cont-p a.name {
  color: #737373;
  font: 600 1.25rem/1.4em "Noto Sans SC";
  margin-top: 0.5rem;
  height: 2.8em;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_list li .cont-p a.name {
    font-size: 1.125rem;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li:hover .cont-p {
  background: -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
  border-color: transparent;
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li:hover .cont-p a.name {
  color: #fff;
}

.cont4 .wh .a4_v1 .a4_b2 .xw_list li:nth-child(2) a.img {
  padding-bottom: 48.5%;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_list li:nth-child(2) a.img {
    padding-bottom: 76.34195%;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_a1 {
  width: 47.76828%;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_a1 {
    width: 100%;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_a2 {
  width: 47.76828%;
  margin-top: 10%;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_a2 {
    width: 100%;
    margin-top: 0;
  }
  .cont4 .wh .a4_v1 .a4_b2 .xw_a2 .xw_list {
    display: none;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_a2 li a.img {
  padding-bottom: 62.45%;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_a2 li a.img {
    padding-bottom: 76.34195%;
  }
}

.cont4 .wh .a4_v1 .a4_b2 .xw_a2 a.more-a {
  margin: 3rem auto 0;
}

@media (max-width: 768px) {
  .cont4 .wh .a4_v1 .a4_b2 .xw_a2 a.more-a {
    margin-top: 1rem;
  }
}

.cont5 {
  background: #F2F2F2;
  padding: 8rem 0 3.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 2rem 0;
  }
}

.cont5 .a5_v1as {
  position: absolute;
  left: 5%;
  top: -10rem;
  width: 30rem;
  height: 20rem;
  z-index: 9;
}

.cont5 .title_a1 {
  padding-left: 35.71429%;
}

@media (max-width: 768px) {
  .cont5 .title_a1 {
    padding-left: 0;
  }
}

.cont5 .img {
  width: 100%;
  position: relative;
}

.cont5 .img img {
      width: auto;
    height: 100%;    object-fit: cover;
    max-width: auto;
}
@media (max-width: 768px) {
    .cont5 .img img{
        width: 100%;
    }
}
.cont5 .img u {
  display: block;
}

.cont5 .img u img.b {
  display: none;
}

.cont5 .img i {
  display: block;
  position: absolute;
      left: 50%;
    width: auto;
    height: 72%;
    top: 3%;transform: translateX(-50%); 
  font-size: 0;
  /*-webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);*/
  /*        clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);*/
  overflow: hidden;
}

.cont5 .img:hover u img.a {
  display: none;
}

.cont5 .img:hover u img.b {
  display: block;
}

.cont5 .img:hover i img {
  -webkit-filter: none;
          filter: none;
}

.cont5 .a5_v1 {
  margin-top: 3.125rem;
  position: relative;
}

.cont5 .a5_v1 .swiper-pagination2 {
  text-align: center;
  margin-top: 1rem;
}

.cont5 .a5_v1 .swiper-pagination2 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.2rem;
  opacity: 1;
  background: #C2C2C2;
}

.cont5 .a5_v1 .swiper-pagination2 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 {
    margin-top: 1.5rem;
  }
  .cont5 .img i{
          clip-path: none;
  }
}

.cont5 .xsda1 {
  margin: 0 -0.5rem;
  padding: 0 8%;
}

@media (max-width: 768px) {
  .cont5 .xsda1 {
    padding: 0;
  }
}

.cont5 .xsda1 li {
  width: -webkit-calc(100%/5);
  width: -moz-calc(100%/5);
  width: calc(100%/5);
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

.cont5 .xsda1 li:nth-child(n+6) {
  display: none;
}

@media (max-width: 768px) {
  .cont5 .xsda1 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
  .cont5 .xsda1 li:nth-child(n+6) {
    display: block;
  }
}

.cont5 .xsda2 .xsda1 {
  padding: 0;
  width: 34.28571%;
}

@media (max-width: 768px) {
  .cont5 .xsda2 .xsda1 {
    width: 100%;
    margin: 0.5rem -0.5rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont5 .xsda2 .xsda1 li {
  width: 50%;
}

@media (max-width: 768px) {
  .cont5 .xsda2 .xsda1 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}

.cont5 .xsda2 .xsda1-a {
  width: 32.71429%;
}

@media (max-width: 768px) {
  .cont5 .xsda2 .xsda1-a {
    width: 100%;
  }
}

.cont5 .xsda2 .xsda1-a .img .data {
  display: block;
  position: absolute;
  left: 0%;
  width: 100%;
  top: 10%;
  text-align: center;
  color: #fff;
  font: 600 1.75rem/1em "Noto Sans SC";
}

.cont5 .xsda2 .xsda1-a .img .data span {
  font: 600 7rem/1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .cont5 .xsda2as {
    display: none;
  }
}

@media (max-width: 768px) {
  .yasg-as {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .yasg-as .cont4 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: #F2F2F2;
  }
}

.yasg-as .cont5 {
  width: 100%;
}

@media (max-width: 768px) {
  .yasg-as .cont5 {
    background: #fff;
  }
}

canvas {
  display: block;
}

@media (max-width: 1440px) {
  .cont2 .a2_v1 {
    right: 0;
  }
  .cont3 .a3_v2 .a3_v2c1 .a3_v2cas1 {
    left: -5%;
  }
  .cont4 .a4-sd1 {
    right: 0;
  }
  .cont5 .a5_v1as {
    left: 0;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 {
    display: none;
  }
  .cont3 .a3_v2 .a3_v2c1 .a3_v2cas1 {
    display: none;
  }
  .cont4 .a4-sd1 {
    display: none;
  }
  .cont5 .a5_v1as {
    display: none;
  }
}

.foot-fot {
  position: relative;
  background: -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .foot-fot {
    overflow: visible;
  }
}

.foot-fot .bjasd {
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .foot-fot .bjasd {
    display: none;
  }
}

.foot-fot .bjasd canvas {
  opacity: 0.1;
}

.foot-fot::after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(49deg, #BA9368 -76.2%, #CDA170 108.97%);
  background: -moz-linear-gradient(49deg, #BA9368 -76.2%, #CDA170 108.97%);
  background: -o-linear-gradient(49deg, #BA9368 -76.2%, #CDA170 108.97%);
  background: linear-gradient(41deg, #BA9368 -76.2%, #CDA170 108.97%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .625rem;
}

.foot-fot .foot1 {
  position: relative;
  z-index: 2;
}

.foot-fot .foot1 .foot1-m {
  padding-top: 0.625rem;
}

.foot-fot .foot1 .foot1-m .lasd-s .wz {
  width: 50%;
  background: -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
  color: #fff;
  font: 700 1.3rem/1em "Barlow Condensed";
  padding: 1.3rem 0 1.3rem 8%;
  letter-spacing: 0.11em;
}

.foot-fot .foot1 .foot1-m .lasd-s .wz span {
  color: #CA9E6E;
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.foot-fot .foot1 .foot1-m .lasd-s .wz.highlight span {
  -webkit-transform: translateY(-0.2em);
     -moz-transform: translateY(-0.2em);
      -ms-transform: translateY(-0.2em);
       -o-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

.foot-fot .foot1 .foot1-m .kasta {
  text-align: center;
  color: #fff;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  padding: 1.5rem 0;
}

.foot-fot .foot1 .foot1-m .kasta p:nth-child(1) {
  font-size: 1.25rem;
}

.foot-fot .foot1 .foot1-m .kasta b {
  font-size: 2.5rem;
  display: block;
  line-height: 1.5em;
  color: #fff;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.5625rem 0;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .fo-a1 {
  color: #fff;
  font: 400 1rem/2em "Noto Sans SC";
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 6.25rem;
}

.foot-fot .foota1 .fo-a1 a {
  color: #fff;
  display: block;
}

.foot-fot .foota1 .fo-a1 a:hover {
  font-weight: 600;
}

.foot-fot .foota1 .fo-a2 .lasd-s .wz {
  color: #fff;
  font: 700 1.6875rem/1em "Barlow Condensed";
  margin-right: 1.2em;
}

@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a2 .lasd-s .wz {
    font-size: 1rem;
    font-weight: 600;
  }
}

.foot-fot .foota1 .fo-a2 .lasd-s .wz span {
  color: #CA9E6E;
  font-size: 2.25rem;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a2 .lasd-s .wz span {
    font-size: 1.25rem;
  }
}

.foot-fot .foota1 .fo-a2 .lasd-s .wz.highlight span {
  -webkit-transform: translateY(-0.2em);
     -moz-transform: translateY(-0.2em);
      -ms-transform: translateY(-0.2em);
       -o-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

.foot-fot .foota1 .fo-a2 .rtaas-a {
  margin-top: 1.2rem;
  color: #FFFFFF;
  font: 600 1.3rem/1.4em "Noto Sans SC";
}

.foot-fot .foota1 .fo-a2 .fenxasd {
  margin-top: 1rem;
}

.foot-fot .foota1 .fo-a2 .fenxasd a {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.3rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.375rem;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.foot-fot .foota1 .fo-a2 .fenxasd a i {
  color: #fff;
  font-size: 1.35rem;
  line-height: 2.375rem;
}

.foot-fot .foota1 .fo-a2 .fenxasd a:hover {
  background: #fff;
  color: #333;
  overflow: visible;
}

.foot-fot .foota1 .fo-a2 .fenxasd a:hover i {
  color: #333;
}

.foot-fot .foota1 .fo-a2 .fenxasd a:hover i.icon-weixin {
  color: #05C963;
}

.foot-fot .foota1 .fo-a2 .fenxasd a:hover i.icon-weibo1 {
  color: #E50113;
}

.foot-fot .foota1 .fo-a2 .fenxasd a:hover i.icon-linkedin {
  color: #0C65C1;
}

.foot-fot .foota1 .fo-a2 .fenxasd a .erm-a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -9.625rem;
  background: #fff;
  padding: 0.25rem;
  border-radius: 0.6rem;
  width: 7.5rem;
  box-shadow: 0 0.25rem 1rem 0.25rem rgba(0, 20, 60, 0.2);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 0 auto;
  z-index: -1;
}

.foot-fot .foota1 .fo-a2 .fenxasd a .erm-a:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.foot-fot .foota1 .fo-a2 .fenxasd a .erm-a img {
  width: 100%;
}

.foot-fot .foota1 .fo-a2 .fenxasd a:hover .erm-a {
  opacity: 1;
  top: -8rem;
}

.foot-fot .foota1 .social-share .icon-twitter:before {
  content: "\e628";
  font-family: "iconfont" !important;
}

.foot-fot .foota1 .fo-a3 {
  text-align: right;
}

.foot-fot .foota1 .fo-a3 .dlogo img {
  height: 3.75rem;
}

.foot-fot .foota1 .fo-a3 .p {
  color: #FFFFFF;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1em;
}

.foot-fot .foota1 .fo-a3 .p b {
  font: 600 2rem/1.5em "Barlow Condensed";
}

.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    text-align: center;
    font-size: 1.05rem;
    border-top: none;
    position: relative;
  }
  .foot-fot .foota2::after {
    content: "";
    position: absolute;
    left: 4%;
    top: 0;
    width: 92%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.foot-fot .foota2 a {
  color: #fff;
}

.foot-fot .foota2 a:hover {
  font-weight: 600;
}

@media (max-width: 990px) {
  .foot-fot .foota2 .fewxa {
    display: none;
  }
}

.foot-fot .foota2 .fewxa span:last-child {
  display: none;
}

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

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.zd_erha {
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 999;
  display: none;
}
/*#aff-im-root .embed-components{*/
/*    top: 40%!important;*/
    
/*}*/
/*.embed-popover[data-v-70766355]{*/
/*    width: 50%!important;*/
/*    float: left;*/
/*}*/
/*.embed-popover[data-v-70766355]:last-child .embed-components-item{*/
/*    margin-top: 4px;*/
/*}*/

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}

.zd_erha li > a.a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #B99367;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #B99367;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #B99367;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #B99367;
  border-radius: 50%;
  line-height: 3.15rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a.a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li > a.a i img {
  height: 1.75rem;
}

.zd_erha li.tops {
  display: none;
  cursor: pointer;
}

.zd_erha li.tops > div {
  width: 12rem;
  height: 12rem;
}

.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 .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .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);
}

.zd_erhaa1 li.tops > div {
  width: 6rem;
  height: auto;
  -webkit-animation: scale-top 1s infinite linear;
     -moz-animation: scale-top 1s infinite linear;
       -o-animation: scale-top 1s infinite linear;
          animation: scale-top 1s infinite linear;
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #CA9E6E;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), -webkit-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), -moz-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), -o-linear-gradient(155deg, #273E6E 21.36%, #255698 97.12%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), linear-gradient(295deg, #273E6E 21.36%, #255698 97.12%);
  border-color: #CA9E6E;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.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: #737373;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.1em 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: #737373;
}

.ajhhsd a:hover {
  color: #CA9E6E;
}

.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 "Noto Sans SC";
  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 "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #CA9E6E;
}

@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 "Noto Sans SC";
  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 "Noto Sans SC";
  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 "Noto Sans SC";
  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: #CA9E6E;
  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 "Noto Sans SC";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}

.shzr-content strong {
  color: #333;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}

.nbanner::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 7.5rem;
  top: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .nbanner::after {
    display: none;
  }
}

.nbanner .img {
  display: block;
  font-size: 0;
}

.nbanner .img img {
  width: 100%;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  color: #fff;
  top: auto;
  bottom: 19%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    bottom: 30%;
    text-align: center;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 700 7.5rem/1.1em "Barlow Condensed";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 600 3.75rem/1.5em "Noto Sans SC";
  color: #F2F2F2;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.5rem;
  }
}

.nbanner .byasd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4%;
  z-index: 1;
}

@media (max-width: 768px) {
  .nbanner .byasd {
    display: none;
  }
}

.nbanner .byasd .wz {
  color: #fff;
  font: 700 1.6875rem/1em "Barlow Condensed";
  letter-spacing: 0.4em;
}

@media (max-width: 768px) {
  .nbanner .byasd .wz {
    font-size: 1rem;
    letter-spacing: 0.15em;
    font-weight: 600;
  }
}

.nbanner .byasd .wz b {
  font-weight: 700;
  opacity: 0.3;
}

.nbanner .byasd .wz span {
  color: #CA9E6E;
  font-size: 2.25rem;
  text-transform: uppercase;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .nbanner .byasd .wz span {
    font-size: 1.25rem;
  }
}

.nbanner .byasd .wz.highlight span {
  opacity: 1;
}

.n_mbx {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: -1px;
}

.n_mbx .wh .n_src {
  text-align: center;
  margin-top: -6rem;
  background: #fff;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    margin-top: 0;
    padding: 1rem 0;
  }
}

.n_mbx .wh .n_src li {
  display: inline-block;
  padding: 0 2%;
}

.n_mbx .wh .n_src li a {
  display: block;
  font: 600 1.125rem/2rem "Noto Sans SC";
  color: #333333;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1rem;
  }
}

.n_mbx .wh .n_src li a:hover {
  color: #D7000F;
}

.n_mbx .wh .n_src li.active a {
  color: #D7000F;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 6.25rem;
  margin-top: -6.25rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.mbx {
  color: #A1A1A1;
  font: 500 .875rem/2em "Noto Sans SC";
  margin: 1em 0;
}

.mbx a {
  color: #A1A1A1;
}

.mbx a:hover {
  color: #273E6E;
}

.ny-content {
  margin-bottom: 6.25rem;
}

@media (max-width: 768px) {
  .ny-content {
    margin-bottom: 2rem;
  }
}

@-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;
}

@media (max-width: 768px) {
  .ny_tit {
    text-align: center;
  }
}

.ny_tit .entit {
  color: #CECECE;
  font: 700 3.75rem/1em "Barlow Condensed";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ny_tit .entit {
    font-size: 2rem;
  }
}

.ny_tit .tit {
  color: #3A3A3A;
  font: 600 2.8125rem/1.3em "Noto Sans SC";
  margin-top: 0.3rem;
}

.ny_tit .tit span {
  color: #CA9E6E;
}

@media (max-width: 768px) {
  .ny_tit .tit {
    font-size: 1.5rem;
    margin-top: 0.25rem;
  }
}

.news-content {
  position: relative;
}

.news-content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.news-content u img {
  width: 100%;
}

.news-content .xw-a1 {
  padding: 2rem 0 4.1875rem;
}

@media (max-width: 768px) {
  .news-content .xw-a1 {
    padding: 0 0 1.5rem;
  }
}

.news-content .xw-a1 .mySwiper3 {
  position: relative;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 {
    margin-top: 1rem;
  }
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont a.img {
  display: block;
  font-size: 0;
  width: 38.85714%;
  padding-bottom: 24.14286%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 .swiper-slide .cont a.img {
    width: 100%;
    padding-bottom: 70%;
  }
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont a.img img {
  width: 100%;
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p {
  width: 54.42857%;
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p {
    width: 100%;
  }
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p span {
  display: inline-block;
  color: #fff;
  font: 600 1.125rem/1.875rem "Noto Sans SC";
  padding: 0 1em;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p span {
    font-size: 1rem;
  }
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p a.name {
  display: block;
  color: #737373;
  font: 600 1.25rem/1.4em "Noto Sans SC";
  margin: 1rem 0 1.25rem;
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p a.name {
    font-size: 1.125rem;
    margin: 0.75rem 0;
  }
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p .p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p a.more {
  display: block;
  color: #CA9E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 .swiper-slide .cont .cont-p a.more {
    margin-top: 0.6rem;
  }
}

.news-content .xw-a1 .mySwiper3 .jt-gong {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
  width: 54.42857%;
}

@media (max-width: 768px) {
  .news-content .xw-a1 .mySwiper3 .jt-gong {
    position: static;
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5rem;
  }
}

.news-content .xw-a1 .mySwiper3 .jt-gong > div {
  border: 1px solid #CA9E6E;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.news-content .xw-a1 .mySwiper3 .jt-gong > div + div {
  margin-left: 1rem;
}

.news-content .xw-a1 .mySwiper3 .jt-gong > div i {
  color: #CA9E6E;
  font-size: 1rem;
}

.news-content .xw-a1 .mySwiper3 .jt-gong > div:hover {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

.news-content .xw-a1 .mySwiper3 .jt-gong > div:hover i {
  color: #fff;
}

.xw-a2 .xw-a2v1 {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 2.1875rem 0;
}

@media (max-width: 768px) {
  .xw-a2 .xw-a2v1 {
    padding: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  .xw-a2 .xw-a2v1 .n_src {
    width: 100%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .xw-a2 .xw-a2v1 .n_src li {
    width: 32%;
  }
}

.xw-a2 .xw-a2v1 .n_src li + li {
  margin-left: 1.125rem;
}

@media (max-width: 768px) {
  .xw-a2 .xw-a2v1 .n_src li + li {
    margin-left: 0;
  }
}

.xw-a2 .xw-a2v1 .n_src li a {
  display: block;
  color: #283F6F;
  font: 400 1.125rem/2.8125rem "Noto Sans SC";
  border: 1px solid #283F6F;
  width: 8.75rem;
  text-align: center;
  border-radius: 1.4375rem;
}

@media (max-width: 768px) {
  .xw-a2 .xw-a2v1 .n_src li a {
    width: 100%;
  }
}

.xw-a2 .xw-a2v1 .n_src li.active a, .xw-a2 .xw-a2v1 .n_src li:hover a {
  border-color: #CA9E6E;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  color: #fff;
}

.xw-a2 .xw-a2v1 form {
  width: 30.92857%;
}

@media (max-width: 768px) {
  .xw-a2 .xw-a2v1 form {
    width: 100%;
    margin-top: 1rem;
  }
}

.xw-a2 .xw-a2v1 form .sskz {
  color: #283F6F;
  font: 500 1.125rem/2.8125rem "Noto Sans SC";
  border: 1px solid #283F6F;
  border-radius: 1.625rem;
  padding: 0 1.3rem;
}

.xw-a2 .xw-a2v1 form .sskz button {
  border: none;
  outline: none;
  width: 2rem;
  background: transparent;
}

.xw-a2 .xw-a2v1 form .sskz button i {
  color: #283F6F;
  font-size: 1.5rem;
}

.xw-a2 .xw-a2v1 form .sskz input {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.xw-a2 .xw-a2v1 form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #283F6F;
}

.xw-a2 .xw-a2v1 form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #283F6F;
}

.xw-a2 .xw-a2v1 form .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #283F6F;
}

.xw-a2 .xw-a2v1 form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #283F6F;
}

.xw-asv1 {
  margin-top: 2.5rem;
}

.xw-asv1 .xwasa1 {
  width: 48%;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa1 {
    width: 100%;
  }
}

.xw-asv1 .xwasa1 li a.img {
  display: block;
  font-size: 0;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa1 li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.xw-asv1 .xwasa1 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.xw-asv1 .xwasa1 li a.img img {
  width: 100%;
}

.xw-asv1 .xwasa1 li .cont-p {
  width: 100%;
  margin-top: 1.25rem;
}

.xw-asv1 .xwasa1 li .cont-p span {
  display: inline-block;
  color: #fff;
  font: 600 1.125rem/1.875rem "Noto Sans SC";
  padding: 0 1em;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa1 li .cont-p span {
    font-size: 1rem;
  }
}

.xw-asv1 .xwasa1 li .cont-p a.name {
  display: block;
  color: #737373;
  font: 600 1.25rem/1.4em "Noto Sans SC";
  margin: 0.85rem 0;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa1 li .cont-p a.name {
    font-size: 1.125rem;
    margin: 0.5rem 0;
  }
}

.xw-asv1 .xwasa1 li .cont-p .p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.xw-asv1 .xwasa1 li .cont-p a.more {
  display: block;
  color: #CA9E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.85rem;
}

.xw-asv1 .xwasa2 {
  width: 48%;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.xw-asv1 .xwasa2 .cont {
  border-bottom: 1px solid #C5C5C5;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa2 .cont {
    padding: 1rem 0;
  }
}

.xw-asv1 .xwasa2 .cont a.img {
  display: block;
  font-size: 0;
  width: 26.92857%;
  padding-bottom: 16.71429%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa2 .cont a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.xw-asv1 .xwasa2 .cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.xw-asv1 .xwasa2 .cont a.img img {
  width: 100%;
}

.xw-asv1 .xwasa2 .cont .cont-p {
  width: 69.28571%;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa2 .cont .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.xw-asv1 .xwasa2 .cont .cont-p span {
  display: inline-block;
  color: #fff;
  font: 600 1.125rem/1.875rem "Noto Sans SC";
  padding: 0 1em;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  display: none;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa2 .cont .cont-p span {
    font-size: 1rem;
  }
}

.xw-asv1 .xwasa2 .cont .cont-p a.name {
  display: block;
  color: #737373;
  font: 600 1.125rem/1.4em "Noto Sans SC";
  margin: 0 0 0.5rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .xw-asv1 .xwasa2 .cont .cont-p a.name {
    font-size: 1.125rem;
    margin: 0.5rem 0;
  }
}

.xw-asv1 .xwasa2 .cont .cont-p .p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.xw-asv1 .xwasa2 .cont .cont-p a.more {
  display: block;
  color: #CA9E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}

.xw-asv1 .xwasa2 li:nth-child(1) .cont {
  padding-top: 0;
}

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

.news-list li {
  text-align: left;
  position: relative;
  z-index: 1;
}

.news-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  z-index: -1;
  opacity: 0;
}

.news-list li .cont {
  border-bottom: 1px solid #C5C5C5;
  padding: 3.4375rem 0;
}

@media (max-width: 768px) {
  .news-list li .cont {
    padding: 1.5rem 0;
  }
}

.news-list li .cont a.img {
  display: block;
  font-size: 0;
  width: 26.92857%;
  padding-bottom: 16.71429%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.news-list li .cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list li .cont a.img img {
  width: 100%;
}

.news-list li .cont .cont-p {
  width: 100%;
}

@media (max-width: 768px) {
  .news-list li .cont .cont-p {
    width: 100%;
  }
}

.news-list li .cont .cont-p span {
  display: inline-block;
  color: #fff;
  font: 600 1.125rem/1.875rem "Noto Sans SC";
  padding: 0 1em;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

@media (max-width: 768px) {
  .news-list li .cont .cont-p span {
    font-size: 1rem;
  }
}

.news-list li .cont .cont-p a.name {
  display: block;
  color: #737373;
  font: 600 1.25rem/1.4em "Noto Sans SC";
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .news-list li .cont .cont-p a.name {
    font-size: 1.125rem;
    margin: 0.5rem 0;
  }
}

.news-list li .cont .cont-p .p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.news-list li .cont .cont-p a.more {
  display: block;
  color: #CA9E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.85rem;
}

.news-list li:hover:after {
  opacity: 1;
}

.news-list li:hover .cont .cont-p a.name, .news-list li:hover .cont .cont-p .p, .news-list li:hover .cont .cont-p a.more {
  color: #fff;
}

.ny-show_body {
  overflow: visible;
}

.xw-show_bja {
  position: relative;
}

.xw-show_bja .mbxdh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 768px) {
  .xw-show_bja .mbxdh {
    position: static;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 {
  width: 38.28125%;
  background: #F2F2F2;
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa1 {
    display: none;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .sd-nasd {
  padding-top: 12.5rem;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 13vw;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 u {
  display: block;
  font-size: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 5rem;
  width: 100%;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 u img {
  width: 100%;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src {
  padding: 0 24.21769% 0 35.37415%;
}

@media (max-width: 1366px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src {
    padding: 0 10.88435% 0 15.37415%;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src li {
  margin-top: 1.875rem;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src li a {
  display: block;
  color: #283F6F;
  font: 400 1.25rem/1.3em "Noto Sans SC";
  border-bottom: 1px solid #C2C2C2;
  padding: 1.45rem 1rem 1.35rem 20%;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src li a span {
  display: block;
  font: 700 1rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src li:hover a, .xw-show_bja .ny-show_xwv1 .ny-show_xwa1 .n_src li.active a {
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  color: #fff;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 {
  width: 61.71875%;
  padding: 4.0625rem 13.54167% 2rem 5%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1366px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 {
    padding-right: 5.78125%;
  }
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 {
    width: 100%;
    padding: 0 4% 1rem;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-a {
  color: #737373;
  font: 600 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-a {
    font-size: 1.35rem;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b {
    margin-top: 0.6rem;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .date-a {
  display: inline-block;
  color: #fff;
  font: 600 1.125rem/1.875rem "Noto Sans SC";
  padding: 0 1em;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .date-a {
    font-size: 1rem;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .fen-xiang {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .fen-xiang {
    margin-left: 0;
    width: 100%;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .fen-xiang > p {
  color: #737373;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .fen-xiang .social-share a {
  color: #737373;
  border-color: #737373;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .title-b .fen-xiang .social-share a:hover {
  color: #fff;
  background: #737373;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .xinwn-consss {
  border-top: 1px solid #CECECE;
  color: #737373;
  font: 400 1.125rem/1.55em "Noto Sans SC";
  padding: 1rem 0;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .xinwn-consss {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .pain {
  border-top: 1px solid #CECECE;
  padding: 1.5rem 0;
  color: #737373;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .pain {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .pain > div {
  padding: 0.1rem 0;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .pain a {
  color: #737373;
}

.xw-show_bja .ny-show_xwv1 .ny-show_xwa2 .pain a:hover {
  color: #CA9E6E;
}

.job-cont1 {
  position: relative;
}

.job-cont1 u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.job-cont1 u img {
  width: 100%;
}

.job-cont1 .job-a1v1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 {
    margin-top: 1.5rem;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .img {
  width: 50%;
  padding-bottom: 36.40625%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .img {
    width: 100%;
    padding-bottom: 68%;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .img img {
  width: 100%;
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 {
  width: 50%;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 {
    width: 100%;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p {
  padding: 0 15%;
  color: #fff;
  width: 100%;
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p .tit {
  font: 600 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p .tit {
    font-size: 1.4rem;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p .p {
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p .p p + p {
  margin-top: 0.5rem;
}

.job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p .p span {
  font-weight: 600;
  font-family: "Barlow Condensed";
  margin-right: 0.7rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p .p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .job-a1b1 .job-a1c1 .cont-p {
    padding: 2rem 6%;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .swiper-pagination1 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.42rem;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .mySwiper4 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.job-cont1 .job-a1v1 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.job-cont2 {
  margin-top: 4.625rem;
}

@media (max-width: 768px) {
  .job-cont2 {
    margin-top: 2rem;
  }
}

.job-cont2 .job-a2v1 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 {
    margin-top: 1.5rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 {
  padding: 0 28.64583%;
  padding-bottom: 4rem;
  position: relative;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 {
    padding: 0 4%;
    padding-bottom: 1rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide {
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-slide {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 {
  position: relative;
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .img {
  display: block;
  font-size: 0;
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .img img {
  width: 100%;
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 {
  background: #FFF;
  box-shadow: 0px 0.625rem 1.25rem 0px rgba(159, 159, 159, 0.25);
  position: absolute;
  width: 87.65432%;
  right: 0;
  bottom: -2rem;
  padding: 0.5rem 5%;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 {
    width: 100%;
    position: static;
    padding: 1rem 5%;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 {
  color: #737373;
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .tit {
  font: 600 1.625rem/1.5em "Noto Sans SC";
  background: url(../images/tbas2.svg) no-repeat left center;
  -o-background-size: 1.25rem 1.25rem;
     background-size: 1.25rem 1.25rem;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .tit {
    font-size: 1.25rem;
    -o-background-size: 1rem 1rem;
       background-size: 1rem 1rem;
    padding-left: 1.5rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .p {
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.35em;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .p {
    font-size: 1rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p2 {
  color: rgba(206, 206, 206, 0.6);
  font: 600 6.875rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p2 {
    font-size: 4.5rem;
    display: block;
    width: 100%;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-num {
  position: absolute;
  left: 21.5%;
  top: 48%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-num {
    left: auto;
    right: 18%;
    top: auto;
    bottom: 0.5rem;
    display: none;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-num span {
  display: inline-block;
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-num span::before {
  content: "0";
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-num .active {
  color: #BE9568;
  font: 600 3rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-num .active {
    font-size: 2.5rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-num .sdta {
  width: 2.5625rem;
  position: absolute;
  left: 62%;
  top: 50%;
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-num .total {
  color: #B4B4B4;
  font: 600 2rem/1.5em "Barlow Condensed";
  position: absolute;
  right: -100%;
  bottom: -27%;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-num .total {
    font-size: 1.5rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-pagination1 {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 23%;
  top: 48%;
  z-index: 9;
  width: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-pagination1 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-pagination1 span {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0.6rem 0;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2v1 .mySwiper5 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.job-cont2 .job-a2v1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.job-cont3 {
  background: #F2F2F2;
  padding: 9.0625rem 0 6.625rem;
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .job-cont3 {
    padding: 2rem 0;
    margin-top: 1rem;
  }
}

.job-cont3 .job-a3_v1 .job-a3_b1 {
  width: 57.14286%;
}

@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3_b1 {
    width: 100%;
  }
}

.job-cont3 .job-a3_v1 .job-a3_b1 .job-a3_c1 {
  color: #273E6E;
  font: 400 2.5rem/1.5em "Noto Sans SC";
  margin: 1.5rem 0 1rem;
}

@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3_b1 .job-a3_c1 {
    font-size: 1.25rem;
    margin: 0.6rem 0 0.5rem;
  }
}

.job-cont3 .job-a3_v1 .job-a3_b1 .job-a3_c2 {
  color: #737373;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

.job-cont3 .job-a3_v1 .job-a3_b2 {
  width: 37.28571%;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont3 .job-a3_v1 .job-a3_b2 {
    width: 80%;
    margin: 1rem auto 0;
  }
}

.job-cont3 .job-a3_v1 .job-a3_b2 img {
  width: 100%;
}

.job-cont4 {
  padding: 6.25rem 0 4.875rem;
  position: relative;
}

@media (max-width: 768px) {
  .job-cont4 {
    padding: 2rem 0;
  }
}

.job-cont4 u {
  display: block;
  font-size: 0;
  width: 28.90625%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.job-cont4 u img {
  width: 100%;
}

.job-cont4 .mySwiper6 .swiper-slide .imgsa {
  position: relative;
  width: 38.71429%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .job-cont4 .mySwiper6 .swiper-slide .imgsa {
    margin-top: 1rem;
  }
}

.job-cont4 .mySwiper6 .swiper-slide .imgsa:nth-child(1), .job-cont4 .mySwiper6 .swiper-slide .imgsa:nth-child(4) {
  width: 57.71429%;
}

.job-cont4 .mySwiper6 .swiper-slide .imgsa .img {
  width: 100%;
}

.job-cont4 .mySwiper6 .swiper-slide .imgsa .img img {
  width: 100%;
}

.job-cont4 .mySwiper6 .swiper-slide .imgsa .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #FFF;
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #FFF;
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #FFF;
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #FFF;
  color: #fff;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  padding: 0.8em 1.25em;
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.job-cont4 .mySwiper6 .swiper-slide .imgsa:hover .tit {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.job-cont4 .mySwiper6 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .job-cont4 .mySwiper6 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.job-cont4 .mySwiper6 .swiper-pagination1 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.42rem;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .job-cont4 .mySwiper6 .swiper-pagination1 span {
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.job-cont4 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.job-cont5 {
  background: #F2F2F2;
  padding: 4.1875rem 0;
}

@media (max-width: 768px) {
  .job-cont5 {
    padding: 2rem 0;
  }
}

.job-cont5 .more {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .job-cont5 .more {
    margin-top: 1.5rem;
  }
}

.job-cont5 .more a.more-a {
  display: inline-block;
}

.job-cont5 .more .layer-btn .mask:after {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0;
}

.job-cont5 .job-a1 .xw-a2v1 {
  padding: 2.1875rem 0;
}

@media (max-width: 768px) {
  .job-cont5 .job-a1 .xw-a2v1 {
    padding: 1.5rem 0 0;
  }
}

@media (max-width: 768px) {
  .job-cont5 .job-a1 .xw-a2v1 .n_src {
    width: 100%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .job-cont5 .job-a1 .xw-a2v1 .n_src li {
    width: 48%;
  }
}

.job-cont5 .job-a1 .xw-a2v1 .n_src li + li {
  margin-left: 1.125rem;
}

@media (max-width: 768px) {
  .job-cont5 .job-a1 .xw-a2v1 .n_src li + li {
    margin-left: 0;
  }
}

.job-cont5 .job-a1 .xw-a2v1 .n_src li a {
  display: block;
  color: #283F6F;
  font: 400 1.125rem/2.8125rem "Noto Sans SC";
  border: 1px solid #283F6F;
  width: 8.75rem;
  text-align: center;
  border-radius: 1.4375rem;
  background: #fff;
}

@media (max-width: 768px) {
  .job-cont5 .job-a1 .xw-a2v1 .n_src li a {
    width: 100%;
  }
}

.job-cont5 .job-a1 .xw-a2v1 .n_src li.active a, .job-cont5 .job-a1 .xw-a2v1 .n_src li:hover a {
  border-color: #CA9E6E;
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  color: #fff;
}

.job-cont5 .job-a1 .xw-a2v1 form {
  width: 30.92857%;
}

@media (max-width: 768px) {
  .job-cont5 .job-a1 .xw-a2v1 form {
    width: 100%;
    margin-top: 1rem;
  }
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz {
  color: #283F6F;
  font: 500 1.125rem/2.8125rem "Noto Sans SC";
  border: 1px solid #283F6F;
  border-radius: 1.625rem;
  padding: 0 1.3rem;
  background: #fff;
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz button {
  border: none;
  outline: none;
  width: 2rem;
  background: transparent;
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz button i {
  color: #283F6F;
  font-size: 1.5rem;
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz input {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #283F6F;
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #283F6F;
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #283F6F;
}

.job-cont5 .job-a1 .xw-a2v1 form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #283F6F;
}

.job-cont5 .job_list2 {
  margin: 0 -1.2%;
}

.job-cont5 .job_list2 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.2%;
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .job-cont5 .job_list2 li {
    margin-top: 1.25rem;
    width: 100%;
  }
  .job-cont5 .job_list2 li:nth-child(n+4) {
    display: none;
  }
}

.job-cont5 .job_list2 li .cont-sdsd {
  background: #FFF;
  box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(157, 157, 157, 0.1);
  padding: 2rem 8%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .job-cont5 .job_list2 li .cont-sdsd {
    padding: 1.5rem 6%;
  }
}

.job-cont5 .job_list2 li .cont-sdsd .name {
  color: #737373;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  margin-bottom: 1.25rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/603617c429029408fff453cde2c1a0f4.svg) no-repeat left center;
  padding-left: 1.875rem;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}

@media (max-width: 768px) {
  .job-cont5 .job_list2 li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}

.job-cont5 .job_list2 li .cont-sdsd .p {
  border-top: 1px solid #DDDDDD;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .job-cont5 .job_list2 li .cont-sdsd .p {
    padding-top: 0.5rem;
  }
}

.job-cont5 .job_list2 li .cont-sdsd .p p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont5 .job_list2 li .cont-sdsd .p p {
    font-size: 1rem;
  }
}

.job-cont5 .job_list2 li .cont-sdsd:hover {
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
}

.job-cont5 .job_list2 li .cont-sdsd:hover .name {
  background-image: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/75e35fe6f0edeb81d69b84ce725755d6.svg);
}

.job-cont5 .job_list2 li .cont-sdsd:hover .p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.job-cont5 .job_list2 li .cont-sdsd:hover .name, .job-cont5 .job_list2 li .cont-sdsd:hover .p p {
  color: #fff;
}

.pead-jsda {
  display: none;
}

.job-tanc.layui-layer {
  width: 45.41667% !important;
  background: #FFF;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

.job-tanc.layui-layer .pead-cont dt {
  color: #fff;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  padding: 1rem 1.5rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.25rem;
  }
}

.job-tanc.layui-layer .pead-cont .cont {
  padding: 1rem 1.5rem 2.6rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/649edbc7e15f1376639878df2e90df92.svg) no-repeat right bottom;
  -o-background-size: 35% auto;
     background-size: 35% auto;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont {
    padding: 1rem 1.5rem 1.6rem;
    -o-background-size: 50% auto;
       background-size: 50% auto;
  }
}

.job-tanc.layui-layer .pead-cont .asghrt1 {
  color: #838383;
  font: 400 1rem/1.2em "Noto Sans SC";
}

.job-tanc.layui-layer .pead-cont .asghrt1 p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}

.job-tanc.layui-layer .pead-cont .p2 {
  color: #838383;
  font: 400 1rem/1.7em "Noto Sans SC";
  padding: 1rem 0;
}

.job-tanc.layui-layer .pead-cont .p2 strong {
  color: #737373;
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    padding: 0.75rem 0;
  }
}

.job-tanc.layui-layer .pead-cont .p3 {
  color: #737373;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.7rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
  }
}

.job-tanc.layui-layer .pead-cont .p3 img {
  width: 1.75rem;
  margin-right: 0.5rem;
}

.job-tanc.layui-layer .pead-cont .p3 a {
  color: #BE9568;
}

.nydtmap {
  z-index: 0;
}

.nydtmap .img {
  z-index: -1;
  position: relative;
}

@media (max-width: 768px) {
  .nydtmap .img img {
    height: 150vw;
  }
}

.nydtmap .weha0z {
  position: absolute;
  top: 55%;
  left: 23%;
}

@media (max-width: 990px) {
  .nydtmap .weha0z {
    top: 34%;
    left: 36%;
  }
}

.nydtmap .weha0z .din {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.nydtmap .weha0z .din i {
  display: block;
  background: rgba(211, 172, 111, 0.5);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 30vw;
  height: 30vw;
  -webkit-animation: scale-anim 3s infinite linear;
     -moz-animation: scale-anim 3s infinite linear;
       -o-animation: scale-anim 3s infinite linear;
          animation: scale-anim 3s infinite linear;
}

.nydtmap .weha0z .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.nydtmap .weha0z .dwd {
  width: 3.75rem;
  position: relative;
  z-index: 9;
  top: -5rem;
  left: 0.5rem;
}

@media (max-width: 990px) {
  .nydtmap .weha0z .dwd {
    top: -1rem;
    left: 1.8rem;
    width: 2rem;
  }
}

.nydtmap #mapDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.nydtmap #mapDiv .tdt-bottom {
  display: none;
}

.nydtmap .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  right: -15vw;
  top: -15vw;
}

@media (max-width: 768px) {
  .nydtmap .din {
    right: -22vw;
    top: -8vw;
  }
}

.nydtmap .din i {
  display: block;
  background: rgba(211, 172, 111, 0.5);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 30vw;
  height: 30vw;
  -webkit-animation: scale-anim 3s infinite linear;
     -moz-animation: scale-anim 3s infinite linear;
       -o-animation: scale-anim 3s infinite linear;
          animation: scale-anim 3s infinite linear;
}

.nydtmap .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.nydtmap .tdt-label {
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.nydtmap .wen-daz {
  width: 33.95833%;
  padding: 2rem 3%;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  color: #fff;
  position: absolute;
  right: 13.4375%;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .nydtmap .wen-daz {
    width: 92%;
    margin: 0 auto;
    right: 4%;
    top: auto;
    bottom: 3rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding: 1rem 4%;
    z-index: 0;
  }
}

.nydtmap .wen-daz .tit {
  font: 600 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .nydtmap .wen-daz .tit {
    font-size: 1.4rem;
  }
}

.nydtmap .wen-daz .tel_as u {
  display: block;
  font-size: 0;
  width: 2.25rem;
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .nydtmap .wen-daz .tel_as u {
    width: 1.8rem;
    margin-right: 0.15rem;
  }
}

.nydtmap .wen-daz .tel_as u img {
  width: 100%;
}

.nydtmap .wen-daz .tel_as p {
  font: 600 2rem/1.5em "Barlow Condensed";
  color: #fff;
}

@media (max-width: 768px) {
  .nydtmap .wen-daz .tel_as p {
    font-size: 1.4rem;
  }
}

.nydtmap .wen-daz .p {
  font: 400 1.125rem/1.6em 'Noto Sans SC';
  color: #fff;
}

@media (max-width: 768px) {
  .nydtmap .wen-daz .p {
    font-size: 1rem;
  }
}

.nydtmap .wen-daz a.more-msl {
  margin-top: 0.85rem;
}

.lx-cont1 {
  position: relative;
  padding: 6.875rem 0 8.4375rem;
}

@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}

.lx-cont1 u {
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 32.76042%;
}

.lx-cont1 u img {
  width: 100%;
}

.lx-cont1 .img {
  width: 100%;
  font-size: 0;
  margin-top: 5.125rem;
  position: relative;
}

@media (max-width: 768px) {
  .lx-cont1 .img {
    margin-top: 1.5rem;
  }
}

.lx-cont1 .img > img {
  width: 100%;
}

.lx-cont1 .img .wejhja_list1 li {
  width: 1.375rem;
}

@media (max-width: 768px) {
  .lx-cont1 .img .wejhja_list1 li {
    width: 0.65rem;
  }
}

.lx-cont1 .img .wejhja_list1 li:nth-child(1) {
  position: absolute;
  left: 33%;
  top: 28%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(2) {
  position: absolute;
  left: 14%;
  top: 59%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(3) {
  position: absolute;
  left: 2%;
  top: 48%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(4) {
  position: absolute;
  left: 11%;
  top: 65%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(5) {
  position: absolute;
  left: 39%;
  top: 29%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(6) {
  position: absolute;
  left: 25%;
  top: 24%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(7) {
  position: absolute;
  left: 31.5%;
  top: 44%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(8) {
  position: absolute;
  left: 13%;
  top: 27%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(9) {
  position: absolute;
  left: 23%;
  top: 33%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(10) {
  position: absolute;
  left: 17%;
  top: 15%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(11) {
  position: absolute;
  left: 7%;
  top: 19%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(12) {
  position: absolute;
  left: 3%;
  top: 17%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(13) {
  position: absolute;
  left: 8%;
  top: 25%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(14) {
  position: absolute;
  right: 14%;
  top: 77%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(15) {
  position: absolute;
  right: 19.5%;
  top: 46%;
}

.lx-cont1 .img .wejhja_list1 li:nth-child(16) {
  position: absolute;
  left: 40%;
  top: 71%;
}

.lx-cont1 .img .wejhja_list1 li.wehxa {
  width: 3.25rem;
  -webkit-animation: scale-top 2.2s infinite linear;
     -moz-animation: scale-top 2.2s infinite linear;
       -o-animation: scale-top 2.2s infinite linear;
          animation: scale-top 2.2s infinite linear;
}

@media (max-width: 768px) {
  .lx-cont1 .img .wejhja_list1 li.wehxa {
    width: 1.25rem;
  }
}

.lx-cont1 .img .wejhja_list1 li.wehxa img {
  width: 100%;
}

.lx-cont1 .img .wejhja_list1 li img {
  width: 100%;
}

.lx-cont1 p {
  color: #737373;
  text-align: center;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.lx-cont2 {
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/0d77c1927283dee06da4c3ef3bccb567.svg) no-repeat left bottom #F2F2F2;
  -o-background-size: 34.6875rem auto;
     background-size: 34.6875rem auto;
  padding: 7.5rem 0;
}

@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}

.lx-cont2 .ny_tit {
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.lx-cont2 .ny_tit .entit {
  color: #CA9E6E;
}

.lx-cont2 .mySwiper7 {
  margin: 0 -1%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .lx-cont2 .mySwiper7 {
    margin-top: 1.5rem;
  }
}

.lx-cont2 .mySwiper7 .swiper-slide .dl {
  width: 20%;
  padding: 0 1%;
}

.lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(6) {
  margin-left: 10%;
}

.lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(9) {
  margin-right: 10%;
}

@media (max-width: 768px) {
  .lx-cont2 .mySwiper7 .swiper-slide .dl {
    width: 25%;
  }
  .lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(6) {
    margin-left: 0;
  }
  .lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(9) {
    margin-right: 0;
  }
  .lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(5) {
    margin-left: 12.5%;
  }
  .lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(7) {
    margin-right: 12.5%;
  }
  .lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(12) {
    margin-left: 12.5%;
  }
  .lx-cont2 .mySwiper7 .swiper-slide .dl:nth-child(14) {
    margin-right: 12.5%;
  }
}

.lx-cont2 .mySwiper7 .swiper-slide .img {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}

.lx-cont2 .mySwiper7 .swiper-slide .img img {
  width: 100%;
}
.lx-cont2 .mySwiper7 .swiper-slide .img i img {
        width: auto;
    height: 100%;    object-fit: cover;
    max-width: none;
}
.lx-cont2 .mySwiper7 .swiper-slide .img u {
  display: block;
}

.lx-cont2 .mySwiper7 .swiper-slide .img u img.b {
  display: none;
}

.lx-cont2 .mySwiper7 .swiper-slide .img i {
    display: block;
  position: absolute;
      left: 50%;
    width: auto;
    height: 72%;
    top: 3%;transform: translateX(-50%); 
  font-size: 0;
  /*-webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);*/
  /*        clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);*/
  overflow: hidden;
}

.lx-cont2 .mySwiper7 .swiper-slide .img:hover u img.a {
  display: none;
}

.lx-cont2 .mySwiper7 .swiper-slide .img:hover u img.b {
  display: block;
}

.lx-cont2 .mySwiper7 .swiper-slide .img:hover i img {
  -webkit-filter: none;
          filter: none;
}

.lx-cont2 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .lx-cont2 .mySwiper7 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.lx-cont2 .mySwiper7 .swiper-pagination1 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.42rem;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .lx-cont2 .mySwiper7 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.lx-cont2 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/649edbc7e15f1376639878df2e90df92.svg) no-repeat right bottom #fff;
  -o-background-size: 35% auto;
     background-size: 35% auto;
  z-index: 999;
  width: 32.44792%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
    -o-background-size: 50% auto;
       background-size: 50% auto;
  }
}

.pead-jsda .pead-cont .hefat {
  color: #fff;
  font: 400 1.575rem/1.5em "Noto Sans SC";
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  padding: 1rem 1.5rem;
}

.pead-jsda .pead-cont a.jataxta i {
  color: #fff;
  font: 500 2rem/1em "Noto Sans SC";
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pead-jsda .pead-cont form#f1 {
  padding: 1rem 1.5rem 2.6rem;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 0;
    max-height: 51vh;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.6rem;
  }
}

form#f1 {
  margin-top: 1.5625rem;
  width: 60.07143%;
  background: #FFFFFF;
  border: 1px solid #EAE3E3;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(211, 208, 208, 0.25);
  border-radius: 1.25rem;
  margin: 1rem auto 0;
  padding: 2rem 4% 3.5rem;
}

@media (max-width: 768px) {
  form#f1 {
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 6%;
  }
}

form#f1 .contact .msga1 dl {
  width: 48%;
}

@media (max-width: 768px) {
  form#f1 .contact .msga1 dl {
    width: 100%;
  }
}

form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}

form#f1 .contact dl .text {
  color: #5B6569;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.4em 0 0.6em;
}

form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.5rem "Noto Sans SC";
  text-indent: 1em;
}

form#f1 .contact dl input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.5rem "Noto Sans SC";
  padding: 0.5em 1em;
}

form#f1 .contact dl input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

form#f1 .contact dl input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

.abt-cont1 {
  padding: 6.875rem 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding-top: 2rem;
  }
}

.abt-cont1 u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.abt-cont1 u img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 39%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
    display: none;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img {
  width: 100%;
  font-size: 0;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 {
  position: relative;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 9;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num {
    right: 15%;
    bottom: 8%;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num span {
  display: inline-block;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num span::before {
  content: "0";
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num .active {
  color: #BE9568;
  font: 600 2rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num .active {
    font-size: 2.5rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num .sdta {
  width: 2.5625rem;
  position: absolute;
  left: 62%;
  top: 50%;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num .total {
  color: #B4B4B4;
  font: 600 1.3125rem/1.5em "Barlow Condensed";
  position: absolute;
  right: -100%;
  bottom: -27%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .img .mySwiper8 .swiper-num .total {
    font-size: 1.5rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 a.more-a {
  position: absolute;
  left: 8%;
  bottom: 5%;
  z-index: 9;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 a.more-a {
    display: none;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 a.more-a .mask:after {
  content: "\e87c";
  border: none;
  font-family: "iconfont" !important;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 a.more-a:hover .mask:after {
  color: #fff;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 55.42857%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .text {
  color: #737373;
  font: 400 1rem/1.75em "Noto Sans SC";
  text-align: justify;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd {
    margin-top: 0;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li .tit {
  color: #273E6E;
  font: 600 1.375rem/1em "Noto Sans SC";
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li .tit span {
  font: 600 3.125rem/1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li .tit {
    font-size: 1.125rem;
  }
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li .tit span {
    font-size: 2rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li .p {
  color: #737373;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .sztd li .p {
    font-size: 1rem;
  }
}

.abt-cont1 .abt-a1_v2 {
  text-transform: uppercase;
  line-height: 0.85em;
  font-size: 13.6875rem;
  white-space: nowrap;
  color: #fff;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  -webkit-text-stroke: 1.5px rgba(39, 62, 110, 0.4);
  margin-left: 30%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 {
    margin-left: 5%;
    font-size: 5rem;
    margin-left: -15%;
    display: none;
  }
}

.abt-cont2 {
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont2 {
    margin-top: 2rem;
    background: #F2F2F2;
  }
}

.abt-cont2 u {
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .abt-cont2 u {
    display: none;
  }
}

.abt-cont2 .ny_tit {
  margin-left: 54%;
  padding: 3.125rem 0;
}

@media (max-width: 768px) {
  .abt-cont2 .ny_tit {
    margin-left: 4%;
    padding: 1rem 0;
  }
}

.abt-cont2 .abt-a2v1 {
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231011/ce9c21e9f271d9f6248c50a42af94574.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  z-index: 1;
  margin-left: 13.54167%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    margin-left: 0;
  }
}

.abt-cont2 .abt-a2v1 .qywh-list li {
  width: 25%;
  text-align: center;
  height: 42.625rem;
}

.abt-cont2 .abt-a2v1 .qywh-list li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .qywh-list li {
    width: 50%;
    height: 80vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .abt-cont2 .abt-a2v1 .qywh-list li:nth-child(3) {
    border-left: none;
  }
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .q1 {
  position: relative;
  border: .1875rem solid #CA9E6E;
  border-radius: 50%;
  padding: 0.35rem;
  display: inline-block;
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .q1 span.wea {
  display: block;
  background-image: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231007/e2e9d7346673a1e18b4bef07131eb2f7.svg);
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: -20%;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 140%;
  height: 140%;
  -o-background-size: cover;
  background-size: cover;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 0;
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .q1 .q2 {
  position: relative;
  border: 1px solid #CA9E6E;
  border-radius: 50%;
  padding: 0.8rem;
  display: inline-block;
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .q1 .q2 i {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 4.625rem;
  height: 4.625rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .qywh-list li a.block .q1 .q2 i {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .q1 .q2 i img {
  width: 62%;
  -webkit-filter: invert(100%) sepia(100%) saturate(12%) hue-rotate(197deg) brightness(105%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(12%) hue-rotate(197deg) brightness(105%) contrast(104%);
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .wenata {
  color: #fff;
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .wenata h2 {
  font: 600 1.75rem/1.5em "Noto Sans SC";
  margin: 2rem 0 1.2rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .qywh-list li a.block .wenata h2 {
    font-size: 1.45rem;
    margin: 1rem 0 0.5rem;
  }
}

.abt-cont2 .abt-a2v1 .qywh-list li a.block .wenata .p {
  font: 400 1.375rem/1.5em "Noto Sans SC";
  padding: 0 10%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .qywh-list li a.block .wenata .p {
    font-size: 1rem;
  }
}

.abt-cont2 .abt-a2v1 .qywh-list li:hover a.block .q1 span.wea {
  opacity: 1;
}

.abt-cont2 .abt-a2v1 .qywh-list li:hover a.block .q1 .q2 i {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
  border-color: #E4B376;
}

.abt-cont2 .abt-a2v1 .qywh-list li:hover a.block .q1 .q2 i img {
  -webkit-filter: none;
          filter: none;
}

.abt-cont2 .abt-a2v1 .qywh-list li:hover a.block .wenata .p {
  height: 4.5em;
}

.abt-cont3 {
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231011/77aa2124e164bec9d3cdf11ca889b5e2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.5rem 0 3.4375rem;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}

.abt-cont3 .mySwiper9 {
  padding: 0 6.42857%;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 {
    padding: 0;
    margin-top: 1.5rem;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b1 {
  width: 48.61789%;
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b1 {
    width: 100%;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b1 .tit {
  color: #CA9E6E;
  font: 600 6rem/1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b1 .tit {
    font-size: 3rem;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b1 .p {
  color: #273E6E;
  font: 600 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b1 .p {
    font-size: 1.25rem;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 {
  width: 50.4065%;
  padding-left: 4.75rem;
  border-left: 1px solid rgba(176, 176, 176, 0.5);
  max-height: 29rem;
  overflow-y: auto;
  padding-right: 1em;
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2::-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) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl {
    padding: 1rem 0;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl + dl {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl + dl {
    margin-top: 0.6rem;
    border-top: 1px solid #f0f0f0;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl dt {
  color: #273E6E;
  font: 600 1.5rem/1em "Barlow Condensed";
  width: 4rem;
  text-align: right;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl dt {
    width: 100%;
    text-align: left;
  }
}

.abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl dd {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
  width: -webkit-calc(95% - 4rem);
  width: -moz-calc(95% - 4rem);
  width: calc(95% - 4rem);
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .swiper-slide .abt_a3v1 .abt_a3b2 .cont-p dl dd {
    width: 100%;
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper9 .jt-gong {
    display: none;
  }
}

.abt-cont3 .mySwiper9 .jt-gong > div {
  border: 1px solid #CA9E6E;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  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: 9;
}

.abt-cont3 .mySwiper9 .jt-gong > div.swiper-button-prev1 {
  left: 0;
}

.abt-cont3 .mySwiper9 .jt-gong > div.swiper-button-next1 {
  right: 0;
}

.abt-cont3 .mySwiper9 .jt-gong > div + div {
  margin-left: 1rem;
}

.abt-cont3 .mySwiper9 .jt-gong > div i {
  color: #CA9E6E;
  font-size: 1rem;
}

.abt-cont3 .mySwiper9 .jt-gong > div:hover {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

.abt-cont3 .mySwiper9 .jt-gong > div:hover i {
  color: #fff;
}

.abt-cont3 .mySwiper10 {
  position: relative;
  margin-top: 2rem;
}

.abt-cont3 .mySwiper10::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;
  background: #D9D9D9;
  height: .5625rem;
  border-radius: .5625rem;
}

@media (max-width: 1150px) {
  .abt-cont3 .mySwiper10::after {
    top: 59%;
  }
}

@media (max-width: 1024px) {
  .abt-cont3 .mySwiper10::after {
    top: 65%;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper10::after {
    top: 45%;
  }
}

.abt-cont3 .mySwiper10 .swiper-slide {
  text-align: center;
}

.abt-cont3 .mySwiper10 .swiper-slide i {
  display: block;
  font-size: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: scale-top 1s infinite linear;
     -moz-animation: scale-top 1s infinite linear;
       -o-animation: scale-top 1s infinite linear;
          animation: scale-top 1s infinite linear;
}

.abt-cont3 .mySwiper10 .swiper-slide i img {
  width: 4.75rem;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper10 .swiper-slide i img {
    width: 2.75rem;
  }
}

.abt-cont3 .mySwiper10 .swiper-slide b {
  display: block;
  width: .5625rem;
  height: .5625rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.abt-cont3 .mySwiper10 .swiper-slide .abt_a3tb1 {
  color: #273E6E;
  text-align: center;
  margin-top: 0.5rem;
}

.abt-cont3 .mySwiper10 .swiper-slide .abt_a3tb1 .tit {
  font: 700 1.5rem/1.2em "Barlow Condensed";
}

.abt-cont3 .mySwiper10 .swiper-slide .abt_a3tb1 .p {
  font: 400 .875rem/1.5em "Noto Sans SC";
}

.abt-cont3 .mySwiper10 .swiper-slide.swiper-slide-thumb-active i {
  opacity: 1;
}

.abt-cont3 .mySwiper10 .swiper-slide.swiper-slide-thumb-active b {
  background: #CA9E6E;
}

.abt-cont3 .mySwiper10 .swiper-slide.swiper-slide-thumb-active .abt_a3tb1 {
  color: #CA9E6E;
}

.abt-cont4 {
  background: #F2F2F2;
  padding: 5.9375rem 0 7.25rem;
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}

.abt-cont4 .abt-a4v1 {
  margin-top: 2.625rem;
}

.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 39.5%;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}

.abt-cont4 .abt-a4v1 .abt-a4b1 i {
  display: block;
  font-size: 0;
}

.abt-cont4 .abt-a4v1 .abt-a4b1 i img {
  width: 100%;
}

.abt-cont4 .abt-a4v1 .abt-a4b1 a.more-a {
  position: absolute;
  left: 5%;
  bottom: 5%;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
}

.abt-cont4 .abt-a4v1 .abt-a4b1 a.more-a .mask:after {
  content: "\e87c";
  border: none;
  font-family: "iconfont" !important;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.abt-cont4 .abt-a4v1 .abt-a4b1 a.more-a:hover .mask:after {
  color: #fff;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 a.more-a {
    left: 2%;
  }
  .abt-cont4 .abt-a4v1 .abt-a4b1 a.more-a:before {
    content: "\e87c";
    color: #f0f0f0;
    font-family: "iconfont" !important;
    width: 4rem;
    line-height: 4rem;
    padding: 0;
    border-radius: 50%;
    background: #CA9E6E;
  }
}

.abt-cont4 .abt-a4v1 .abt-a4b2 {
  color: #737373;
  width: 54.14286%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
  font: 400 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
    font-size: 1.25rem;
  }
}

.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c2 {
  font: 400 1rem/1.6em "Noto Sans SC";
  margin-top: 0.5em;
}

.abt-cont4 .abt-a4v1 .abt-a4b2c3 {
  position: relative;
  color: #273E6E;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  padding-left: 3.5em;
  padding-top: 2em;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2c3 {
    padding-left: 2.25em;
    padding-top: 1em;
    margin-top: 1rem;
  }
}

.abt-cont4 .abt-a4v1 .abt-a4b2c3 i {
  display: block;
  width: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2c3 i {
    width: 2.25rem;
  }
}

.abt-cont4 .abt-a4v1 .abt-a4b2c3 i img {
  width: 100%;
}

.abt-cont4 .abt-a4v1 .abt-a4b2c4 {
  color: #737373;
  font: 400 1rem/2em "Noto Sans SC";
  margin-top: 1.5rem;
}

.abt-cont4 .abt-a4v1 .abt-a4b2c4 img {
  height: 4.6875rem;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2c4 img {
    height: 3.8rem;
  }
}

.td-tanc.layui-layer {
  width: 35.78125% !important;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231011/0417f504b9e14d02100d4ddfe6656625.svg) no-repeat right bottom #fff;
  -o-background-size: 13.75rem auto;
     background-size: 13.75rem auto;
  padding: 3.3125rem 1.25%;
  box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(157, 157, 157, 0.1);
}

@media (max-width: 768px) {
  .td-tanc.layui-layer {
    padding: 2.3125rem 1.25%;
  }
}

.td-tanc.layui-layer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  width: 100%;
  height: .25rem;
}

@media (max-width: 768px) {
  .td-tanc.layui-layer {
    width: 85% !important;
  }
}

.td-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .td-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}

.td-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.td-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
}

.td-tanc.layui-layer .cont-pa1 .cont-pb1 {
  width: 37.74194%;
}

@media (max-width: 768px) {
  .td-tanc.layui-layer .cont-pa1 .cont-pb1 {
    width: 50%;
    margin: 0 auto;
  }
}

.td-tanc.layui-layer .cont-pa1 .cont-pb1 u {
  display: block;
  font-size: 0;
  border: .25rem solid #CA9E6E;
}

.td-tanc.layui-layer .cont-pa1 .cont-pb1 u img {
  width: 100%;
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 {
  width: 54.83871%;
}

@media (max-width: 768px) {
  .td-tanc.layui-layer .cont-pa1 .cont-pb2 {
    width: 100%;
    padding: 0 5%;
    margin-top: 1.5rem;
  }
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .tit {
  color: #000000;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .tit span {
  color: #737373;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-left: 0.5rem;
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 {
    margin-top: 1rem;
  }
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 dl {
  color: #BE9568;
  font: 400 1.125rem/1.75em "Noto Sans SC";
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 dl i {
  color: #BE9568;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 .erma {
  width: 5.625rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-top: 1.6rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 .erma {
    margin-top: 1rem;
    width: 6.5rem;
  }
}

.td-tanc.layui-layer .cont-pa1 .cont-pb2 .cont-pd2 .erma img {
  width: 100%;
}

.abt-cont5 {
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont5 {
    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;
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5rem;
  }
}

.abt-cont5 .abt-a5v1 img {
  width: 100%;
}

.abt-cont5 .abt-a5v2 {
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 {
    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);
  }
}

.abt-cont5 .abt-a5v2 .ny_tit .entit {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .ny_tit .entit {
    color: #CECECE;
  }
}

.abt-cont5 .abt-a5v2 .abt-a5b1 {
  width: 50%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .abt-a5b1 {
    width: 100%;
  }
}

.abt-cont5 .abt-a5v2 .abt-a5b1 .p {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .abt-a5b1 .p {
    margin-top: 1rem;
  }
}

.abt-cont5 .abt-a5v2 .abt-a5b1 .p p {
  color: #7B7B7B;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin: 0.5rem 0;
  padding-left: 2rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/603617c429029408fff453cde2c1a0f4.svg) no-repeat left center;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
}

.abt-cont5 .abt-a5v2 .abt-a5b2 {
  width: 32.85714%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .abt-a5b2 {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}

.abt-cont6 {
  padding: 4.0625rem 0 4.6875rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/0d77c1927283dee06da4c3ef3bccb567.svg) no-repeat left bottom #fff;
  -o-background-size: 34.6875rem auto;
     background-size: 34.6875rem auto;
}

@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2rem 0;
    -o-background-size: 60% auto;
       background-size: 60% auto;
  }
}

.abt-cont6 .mySwiper11 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 {
    margin-top: 0.5rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-slide .dl {
  margin-top: 1.375rem;
}

.abt-cont6 .mySwiper11 .swiper-slide .dl i {
  width: 47.14286%;
  font-size: 0;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-slide .dl i {
    width: 100%;
  }
}

.abt-cont6 .mySwiper11 .swiper-slide .dl i img {
  width: 100%;
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p {
  width: 47.14286%;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p u {
  display: block;
  font-size: 0;
  width: 3.875rem;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p u {
    width: 2.5rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p u img {
  width: 100%;
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .tit {
  color: #273E6E;
  font: 600 2rem/1.5em "Noto Sans SC";
  padding: 0.5rem 0 0.25rem;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .tit {
    font-size: 1.5rem;
    padding: 0.35rem 0 0.15rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .ftit {
  color: #3A3A3A;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .p {
  color: #737373;
  font: 400 1rem/1.6em "Noto Sans SC";
  margin-top: 0.25rem;
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .p2 {
  color: #D2D2D2;
  font: 400 1rem/1.2em "Noto Sans SC";
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .p2 {
    margin-top: 1rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p .p2 .en {
  font-family: "Barlow Condensed";
}

.abt-cont6 .mySwiper11 .swiper-slide .dl .cont-p a.more-a {
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}

.abt-cont6 .mySwiper11 .swiper-slide .dl:nth-child(2n) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-slide .dl:nth-child(2n) i {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.abt-cont6 .mySwiper11 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-pagination1 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.42rem;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .abt-cont6 .mySwiper11 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.abt-cont6 .mySwiper11 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.product-content {
  position: relative;
}

.product-content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.product-content u img {
  width: 100%;
}

.product-content .product-list > li {
  padding: 9rem 0;
}

@media (max-width: 768px) {
  .product-content .product-list > li {
    padding: 2rem 0;
  }
}

.product-content .product-list > li:nth-child(2n) {
  background: #F2F2F2;
}

.product-content .product-list > li:nth-child(2) {
  padding: 9rem 0;
}

@media (max-width: 768px) {
  .product-content .product-list > li:nth-child(2) {
    padding: 2rem 0;
  }
}

.product-content .product-list > li .prod-a1 {
  width: 42.14286%;
}

@media (max-width: 768px) {
  .product-content .product-list > li .prod-a1 {
    width: 100%;
  }
}

.product-content .product-list > li .prod-a1 .a3b2c2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-content .product-list > li .prod-a1 .a3b2c2 {
    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;
    margin-top: 0.5rem;
  }
}

.product-content .product-list > li .prod-a1 .a3b2c2 > li {
  width: 65%;
}

@media (max-width: 1280px) {
  .product-content .product-list > li .prod-a1 .a3b2c2 > li {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .product-content .product-list > li .prod-a1 .a3b2c2 > li {
    width: 100%;
  }
}

.product-content .product-list > li .prod-a1 .a3b2c2 > li + li {
  border-top: 1px solid #CECECE;
}

.product-content .product-list > li .prod-a1 .a3b2c2 > li > a {
  display: block;
  color: #737373;
  font: 400 1.125rem/3em "Noto Sans SC";
  padding-left: 2.25rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/603617c429029408fff453cde2c1a0f4.svg) no-repeat left center;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
}

@media (max-width: 768px) {
  .product-content .product-list > li .prod-a1 .a3b2c2 > li > a {
    font-size: 1.125rem;
    -o-background-size: 1.25rem auto;
       background-size: 1.25rem auto;
    padding-left: 2rem;
  }
}

.product-content .product-list > li .prod-a1 .a3b2c2 > li.on > a {
  color: #CA9E6E;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li {
  border-top: none;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li > a {
  border-bottom: 1px solid #CECECE;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li > a.dt {
  position: relative;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li > a.dt i {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
  font-size: 1rem;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li .seca {
  margin-top: 0.5rem;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li .seca li a {
  color: #8D8D8D;
  font: 400 1rem/2em "Noto Sans SC";
  margin-left: 2em;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li .seca li a::before {
  content: "·";
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li .seca li.on a {
  color: #283F6F;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li.active > a.dt {
  color: #CA9E6E;
}

.product-content .product-list > li .prod-a1 .a3b2c2.a3b2c3 > li.active > a.dt i {
  color: #CA9E6E;
}

.product-content .product-list > li .prod-a1 .text {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
  width: 80%;
  text-align: justify;
}

@media (max-width: 768px) {
  .product-content .product-list > li .prod-a1 .text {
    width: 100%;
  }
}

.product-content .product-list > li .prod-a2 {
  width: 57.85714%;
}

@media (max-width: 768px) {
  .product-content .product-list > li .prod-a2 {
    width: 100%;
  }
}

.product-content .product-list > li .prod-a2 .a3b2c1 li .img img {
  width: 100%;
}

.product-content .product-list > li#cp1 .a3b2c2 {
  overflow-y: auto;
  height: 13rem;
}

.product-content .product-list > li#cp1 .a3b2c2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.product-content .product-list > li#cp1 .a3b2c2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.product-content .product-list > li#cp1 .a3b2c2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.cpshowbanner::after {
  display: none;
}

@media (max-width: 768px) {
  .cpshowbanner .img img {
    height: 80vw;
  }
}

.cpshowbanner .nbanner-wen1 {
  bottom: auto;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cpshowbanner .cpxq-cont {
  text-align: center;
  color: #fff;
}

.cpshowbanner .cpxq-cont .ta1 {
  font: 600 2rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cpshowbanner .cpxq-cont .ta1 {
    font-size: 1.125rem;
  }
}

.cpshowbanner .cpxq-cont .ta2 {
  font: 600 2.8125rem/1.2em "Noto Sans SC";
  padding: 0.1rem 0 1.5rem;
}

@media (max-width: 768px) {
  .cpshowbanner .cpxq-cont .ta2 {
    font-size: 1.5rem;
  }
}

.cpshowbanner .cpxq-cont .ta3 {
  display: inline-block;
}

.cpshowbanner .cpxq-cont .ta3 a + a {
  margin-left: 1rem;
}

.cpshowbanner .cpxq-cont .ta4 {
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .cpshowbanner .cpxq-cont .ta4 {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .cpshowbanner .cpxq-cont .ta4 {
    width: 78%;
  }
}

.cpshowbanner .cpxq-cont .ta4 img {
  min-width: 61%;
}

@media (max-width: 1366px) {
  .cpshowbanner .cpxq-cont .ta4 img {
    width: 100%;
  }
}

.pro-show-cont {
  padding: 7rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont {
    padding: 2rem 0;
  }
}

.pro-show-cont:nth-child(2n-1) {
  background: #EDEDED;
}

.mySwiper12, .mySwiper15 {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .mySwiper12, .mySwiper15 {
    margin-top: 1.5rem;
  }
}

.mySwiper12 .swiper-slide .cont-p, .mySwiper15 .swiper-slide .cont-p {
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  box-shadow: 0px 1.875rem 0.25rem 0px rgba(0, 0, 0, 0.1);
  padding: 1rem 8%;
}

@media (max-width: 768px) {
  .mySwiper12 .swiper-slide .cont-p, .mySwiper15 .swiper-slide .cont-p {
    padding: 1rem 4%;
    box-shadow: 0px 1rem 0.15rem 0px rgba(0, 0, 0, 0.1);
  }
}

.mySwiper12 .swiper-slide .cont-p .tit, .mySwiper15 .swiper-slide .cont-p .tit {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  font: 500 3.75rem/1.2em "Barlow Condensed";
  border-bottom: 0.1875rem solid rgba(255, 255, 255, 0.5);
  position: relative;
  padding-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .mySwiper12 .swiper-slide .cont-p .tit, .mySwiper15 .swiper-slide .cont-p .tit {
    font-size: 3rem;
  }
}

.mySwiper12 .swiper-slide .cont-p .tit::before, .mySwiper15 .swiper-slide .cont-p .tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 3rem;
  height: .375rem;
  background: #fff;
}

.mySwiper12 .swiper-slide .cont-p .txt, .mySwiper15 .swiper-slide .cont-p .txt {
  color: #fff;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  overflow: hidden;
  height: 6em;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .mySwiper12 .swiper-slide .cont-p .txt, .mySwiper15 .swiper-slide .cont-p .txt {
    height: 9em;
  }
}

.mySwiper12 .swiper-pagination1, .mySwiper15 .swiper-pagination1 {
  text-align: center;
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .mySwiper12 .swiper-pagination1, .mySwiper15 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.mySwiper12 .swiper-pagination1 span, .mySwiper15 .swiper-pagination1 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.42rem;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .mySwiper12 .swiper-pagination1 span, .mySwiper15 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.mySwiper12 .swiper-pagination1 span.swiper-pagination-bullet-active, .mySwiper15 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.paggs {
  overflow-x: auto;
}

.paggs table {
  border-color: #D9D9D9;
  margin-top: 1.5rem;
  min-width: 768px;
}

@media (max-width: 768px) {
  .paggs table {
    margin-top: 1rem;
  }
}

.paggs table td {
  color: #626262;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.pro-show-cont2 .content .paggs table {
  border-left: none;
  border-right: none;
  position: relative;
  border-bottom: none;
}

.pro-show-cont2 .content .paggs table::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  height: .15rem;
  width: 100%;
}

.pro-show-cont2 .content .paggs table tr td {
  border-left: none;
  border-right: none;
  text-align: left;
}

.pro-show-cont2 .content .paggs table tr td:nth-child(1) {
  font-weight: 600;
  width: 24%;
}

.pro-show-cont2 .content .paggs table td {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.pro-show-cont3 .mySwiper13 {
  padding-bottom: 4rem;
  position: relative;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 {
    padding-bottom: 0;
    margin-top: 1rem;
  }
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs {
  position: relative;
  z-index: 1;
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs::after {
  content: "";
  display: block;
  width: 79.42857%;
  position: absolute;
  right: 0;
  bottom: -4rem;
  background: #fff;
  height: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .swiper-slide .cpzs::after {
    display: none;
  }
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .img {
  width: 47.5%;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .img {
    width: 100%;
  }
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .img img {
  width: 100%;
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .cont-p {
  width: 52.5%;
  padding: 0 5%;
  margin-bottom: 8rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .cont-p {
    width: 100%;
    background: #fff;
    padding: 1.5rem 5% 4rem;
    margin-bottom: 0;
  }
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .cont-p a.name {
  display: block;
  color: #3A3A3A;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .cont-p a.name {
    font-size: 1.25rem;
  }
}

.pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .cont-p .p {
  color: #6D6D6D;
  font: 400 1rem/1.75rem "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .swiper-slide .cpzs .cont-p .p {
    margin-top: 0.3rem;
  }
}

.pro-show-cont3 .mySwiper13 .fyjtas {
  position: absolute;
  right: 0;
  bottom: 4rem;
  width: 52.5%;
  padding: 0 5%;
  z-index: 1;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .fyjtas {
    bottom: 1.5rem;
    right: 5%;
  }
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .fyjtas .jt-gong {
    display: none;
  }
}

.pro-show-cont3 .mySwiper13 .fyjtas .jt-gong > div {
  border: 1px solid #CA9E6E;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.pro-show-cont3 .mySwiper13 .fyjtas .jt-gong > div + div {
  margin-left: 1rem;
}

.pro-show-cont3 .mySwiper13 .fyjtas .jt-gong > div i {
  color: #CA9E6E;
  font-size: 1rem;
}

.pro-show-cont3 .mySwiper13 .fyjtas .jt-gong > div:hover {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
}

.pro-show-cont3 .mySwiper13 .fyjtas .jt-gong > div:hover i {
  color: #fff;
}

.pro-show-cont3 .mySwiper13 .fyjtas .swiper-num {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 9;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .fyjtas .swiper-num {
    right: 15%;
    bottom: 8%;
  }
}

.pro-show-cont3 .mySwiper13 .fyjtas .swiper-num span {
  display: inline-block;
}

.pro-show-cont3 .mySwiper13 .fyjtas .swiper-num span::before {
  content: "0";
}

.pro-show-cont3 .mySwiper13 .fyjtas .swiper-num .active {
  color: #BE9568;
  font: 600 2rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .fyjtas .swiper-num .active {
    font-size: 2.5rem;
  }
}

.pro-show-cont3 .mySwiper13 .fyjtas .swiper-num .sdta {
  width: 2.5625rem;
  position: absolute;
  left: 62%;
  top: 50%;
}

.pro-show-cont3 .mySwiper13 .fyjtas .swiper-num .total {
  color: #B4B4B4;
  font: 600 1.3125rem/1.5em "Barlow Condensed";
  position: absolute;
  right: -100%;
  bottom: -27%;
}

@media (max-width: 768px) {
  .pro-show-cont3 .mySwiper13 .fyjtas .swiper-num .total {
    font-size: 1.5rem;
  }
}

.tamtosd {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .tamtosd {
    margin-top: 1rem;
  }
}

.mySwiper14 {
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .mySwiper14 {
    margin-top: 1rem;
    padding: 0 1px;
  }
}

.mySwiper14 .swiper-slide a.cpzs {
  border: 1px solid #EDEDED;
  display: block;
  padding: 2.5rem 0;
}

@media (max-width: 768px) {
  .mySwiper14 .swiper-slide a.cpzs {
    padding: 1.25rem 0;
  }
}

.mySwiper14 .swiper-slide a.cpzs .img img {
  width: 100%;
}

.mySwiper14 .swiper-slide a.cpzs .cont-p {
  text-align: center;
}

.mySwiper14 .swiper-slide a.cpzs .cont-p .p {
  color: #737373;
  font: 600 .875rem/1.5em "Noto Sans SC";
}

.mySwiper14 .swiper-slide a.cpzs .cont-p .name {
  color: #3A3A3A;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

.mySwiper14 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .mySwiper14 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.mySwiper14 .swiper-pagination1 span {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0 0.42rem;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .mySwiper14 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.mySwiper14 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.case-content {
  position: relative;
}

.case-content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.case-content u img {
  width: 100%;
}

.case-content .ny_tit {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .case-content .ny_tit {
    margin-top: 0;
  }
}

.case-content .n_src {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .case-content .n_src {
    margin-top: 0;
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .case-content .n_src li {
    width: 48%;
    margin-top: 1rem;
  }
}

.case-content .n_src li + li {
  margin-left: 1.25rem;
}

@media (max-width: 768px) {
  .case-content .n_src li + li {
    margin-left: 0;
  }
}

.case-content .n_src li a {
  display: block;
}

@media (max-width: 768px) {
  .case-content .n_src li a {
    width: 100%;
  }
}

.case-content .n_src li.active a {
  color: #fff;
  border-color: #E4B376;
}

.case-content .n_src li.active a:before {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

@media (min-width: 1048px) {
  .case-content .n_src.in {
    background: #fff;
    position: fixed;
    z-index: 9;
    top: 6.25rem;
    width: 100%;
    left: 0;
    margin-top: 0;
    padding: 1.5rem 13.4375%;
  }
}

.case-content .case-list {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .case-content .case-list {
    margin-top: 0;
  }
}

.case-content .case-list li {
  margin-bottom: 12rem;
}

@media (max-width: 768px) {
  .case-content .case-list li {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}

.case-content .case-list li .case_v1 .asdya {
  width: 50%;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_v1 .asdya {
    width: 100%;
  }
}

.case-content .case-list li .case_v1 .asdya a.block {
  display: block;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}

.case-content .case-list li .case_v1 .asdya a.block img {
  width: 100%;
}

.case-content .case-list li .case_v1 .cont-p {
  width: 55.42857%;
  margin-left: -5.42857%;
  border: 1px solid #D7D7D7;
  background: #FFF;
  box-shadow: 0px 1.875rem 0.25rem 0px rgba(0, 0, 0, 0.1);
  padding: 5.2rem 6%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(5.3125rem);
     -moz-transform: translateY(5.3125rem);
      -ms-transform: translateY(5.3125rem);
       -o-transform: translateY(5.3125rem);
          transform: translateY(5.3125rem);
}

@media (max-width: 768px) {
  .case-content .case-list li .case_v1 .cont-p {
    width: 100%;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
    padding: 1.5rem 6%;
    width: 100%;
    box-shadow: 0px 0.55rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  }
}

.case-content .case-list li .case_v1 .cont-p a.name {
  color: #737373;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .case-content .case-list li .case_v1 .cont-p a.name {
    font-size: 1.25rem;
  }
}

.case-content .case-list li .case_v1 .cont-p .p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1.5rem 0 2rem;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_v1 .cont-p .p {
    padding: 0.7rem 0 1rem;
  }
}

.case-content .case-list li .case_v1 .cont-p a.more {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #CA9E6E;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_v1 .cont-p a.more {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.case-content .case-list li .case_v1 .cont-p a.more i {
  color: #CA9E6E;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_v1 .cont-p a.more i {
    font-size: 1rem;
  }
}

.case-content .case-list li:hover .case_v1 .cont-p {
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
}

.case-content .case-list li:hover .case_v1 .cont-p a.name, .case-content .case-list li:hover .case_v1 .cont-p .p {
  color: #fff;
}

.case-content .case-list li:hover .case_v1 .cont-p a.more {
  border-color: #fff;
}

.case-content .case-list li:hover .case_v1 .cont-p a.more i {
  color: #fff;
}

.show-case-content {
  position: relative;
}

.show-case-content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.show-case-content u img {
  width: 100%;
}

.show-case-a1 {
  padding: 2rem 0 6rem;
}

@media (max-width: 768px) {
  .show-case-a1 {
    padding: 1rem 0 2rem;
  }
}

.show-case-a1 .show-case-a1b1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 {
    margin-top: 1rem;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 {
  width: 60.85714%;
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c1 {
    width: 100%;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .img img {
  width: 100%;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 {
  position: relative;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .img {
  padding-bottom: 63.15789%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong {
  margin-top: 1.2rem;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div {
  border: 1px solid #CA9E6E;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div {
    position: absolute;
    top: 50%;
    z-index: 1;
    border-color: #fff;
    margin-top: -1.5rem;
  }
  .show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div.swiper-button-prev1 {
    left: 3%;
  }
  .show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div.swiper-button-next1 {
    right: 3%;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div + div {
  margin-left: 1rem;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div i {
  color: #CA9E6E;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div i {
    color: #fff;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div:hover {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%);
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%);
  border: 1px solid #CA9E6E;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c1 .mySwiper16 .jt-gong > div:hover i {
  color: #fff;
}

.show-case-a1 .show-case-a1b1 .show-case-a1c2 {
  width: 47.35714%;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  box-shadow: 1.25rem 1.25rem 0.25rem 0px rgba(0, 0, 0, 0.1);
  padding: 7.5rem 5%;
  color: #fff;
  margin-left: -8.21429%;
  margin-top: 11rem;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 2rem 5%;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c2 .name {
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c2 .name {
    font-size: 1.25rem;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c2 .p {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1.5rem 0 2rem;
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c2 .p {
    padding: 0.7rem 0 1rem;
  }
}

.show-case-a1 .show-case-a1b1 .show-case-a1c2 .p2 {
  font: 600 1.375rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-case-a1 .show-case-a1b1 .show-case-a1c2 .p2 {
    font-size: 1.125rem;
  }
}

.show-case-a2 {
  padding: 5.5rem 0;
  background: #F2F2F2;
}

@media (max-width: 768px) {
  .show-case-a2 {
    padding: 2rem 0;
  }
}

.show-case-a3 {
  padding: 5.5rem 0;
}

@media (max-width: 768px) {
  .show-case-a3 {
    padding: 2rem 0;
  }
}

.channel-case-content {
  position: relative;
}

.channel-case-content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.channel-case-content u img {
  width: 100%;
}

.chan-case-a1-as {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .chan-case-a1-as {
    margin-top: 0.5rem;
  }
}

.chan-case-a1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .chan-case-a1 {
    margin-top: 1rem;
  }
}

.chan-case-a1 .mySwiper5 {
  padding: 0 28.64583%;
  padding-bottom: 4rem;
  position: relative;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 {
    padding: 0 4%;
    padding-bottom: 1rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-slide {
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-slide {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.chan-case-a1 .mySwiper5 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 {
  position: relative;
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .img {
  display: block;
  font-size: 0;
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .img img {
  width: 100%;
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 {
  background: #FFF;
  box-shadow: 0px 0.625rem 1.25rem 0px rgba(159, 159, 159, 0.25);
  position: absolute;
  width: 87.65432%;
  right: 0;
  bottom: -2rem;
  padding: 1.5rem 5%;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 {
    width: 100%;
    position: static;
    padding: 1rem 5%;
  }
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 {
  color: #737373;
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .tit {
  font: 600 1.625rem/1.5em "Noto Sans SC";
  background: url(../images/tbas2.svg) no-repeat left center;
  -o-background-size: 1.25rem 1.25rem;
     background-size: 1.25rem 1.25rem;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .tit {
    font-size: 1.25rem;
    -o-background-size: 1rem 1rem;
       background-size: 1rem 1rem;
    padding-left: 1.5rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .tit a {
  color: #737373;
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .p {
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.35em;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p1 .p {
    font-size: 1rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p2 {
  color: rgba(206, 206, 206, 0.6);
  font: 600 6.875rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-slide .job-a2b1 .job-a2c1 .cont-p2 {
    font-size: 4.5rem;
    display: block;
    width: 100%;
  }
}

.chan-case-a1 .mySwiper5 .swiper-num {
  position: absolute;
  left: 21.5%;
  top: 48%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-num {
    left: auto;
    right: 18%;
    top: auto;
    bottom: 0.5rem;
    display: none;
  }
}

.chan-case-a1 .mySwiper5 .swiper-num span {
  display: inline-block;
}

.chan-case-a1 .mySwiper5 .swiper-num span::before {
  content: "0";
}

.chan-case-a1 .mySwiper5 .swiper-num .active {
  color: #BE9568;
  font: 600 3rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-num .active {
    font-size: 2.5rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-num .sdta {
  width: 2.5625rem;
  position: absolute;
  left: 62%;
  top: 50%;
}

.chan-case-a1 .mySwiper5 .swiper-num .total {
  color: #B4B4B4;
  font: 600 2rem/1.5em "Barlow Condensed";
  position: absolute;
  right: -100%;
  bottom: -27%;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-num .total {
    font-size: 1.5rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-pagination1 {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 23%;
  top: 48%;
  z-index: 9;
  width: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-pagination1 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-pagination1 span {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  margin: 0.6rem 0;
  opacity: 1;
  background: #C2C2C2;
}

@media (max-width: 768px) {
  .chan-case-a1 .mySwiper5 .swiper-pagination1 span {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 0.4rem;
  }
}

.chan-case-a1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
  background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D9D9D9;
}

.chan-case-a2 {
  margin-top: 5.125rem;
}

@media (max-width: 768px) {
  .chan-case-a2 {
    margin-top: 1.5rem;
  }
}

.chan-case-a2 .chan-case-a2b1 .heng1 {
  display: block;
  font-size: 0;
}

.chan-case-a2 .chan-case-a2b1 .heng1 img {
  width: 100%;
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 {
  width: 70%;
  position: relative;
  margin-left: 32%;
  margin-top: -14rem;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    background: -webkit-linear-gradient(3deg, #273E6E 13.5%, #273E6E 43.77%, #E4B376 95.53%);
    background: -moz-linear-gradient(3deg, #273E6E 13.5%, #273E6E 43.77%, #E4B376 95.53%);
    background: -o-linear-gradient(3deg, #273E6E 13.5%, #273E6E 43.77%, #E4B376 95.53%);
    background: linear-gradient(87deg, #273E6E 13.5%, #273E6E 43.77%, #E4B376 95.53%);
    padding: 1.5rem 4%;
    background: #f2f2f2;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .sdta {
  display: block;
  font-size: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .sdta {
    display: none;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .sdta img {
  width: 100%;
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p {
  width: 100%;
  margin-left: 13%;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p {
    position: static;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .ny_tit .entit {
  color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .ny_tit .entit {
    color: #CECECE;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .ny_tit .tit {
  color: #fff;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .ny_tit .tit {
    color: #3A3A3A;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src {
    margin-top: 1rem;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li {
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li {
    margin-right: 0;
    width: auto;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 2%;
  }
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li a {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li.on a {
  color: #fff;
  border-color: #E4B376;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li.on a {
    color: #E4B376;
  }
}

.chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li.on a:before {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b1 .chan-case-a2c1 .cont-p .n_src li.on a:before {
    display: none;
  }
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li {
  width: 47.85714%;
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b2 .case_list1 li {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li a.img {
  display: block;
  font-size: 0;
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li a.img img {
  width: 100%;
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1 {
  padding: 1.5rem 0 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1 {
    padding: 1rem 0 1.5rem;
  }
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%), #D9D9D9;
  width: 100%;
  height: .125rem;
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1 a.tit {
  display: block;
  color: #737373;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1 a.tit:hover {
  color: #CDA170;
}

.chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1 .p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b2 .case_list1 li .cont-p1 .p {
    margin-top: 0.4rem;
  }
}

.chan-case-a2 .chan-case-a2b2 a.more-msl {
  margin: 3.625rem auto;
}

@media (max-width: 768px) {
  .chan-case-a2 .chan-case-a2b2 a.more-msl {
    margin: 1.2rem auto;
  }
}

.fw_content {
  position: relative;
}

.fw_content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.fw_content u img {
  width: 100%;
}

.fw-cont1 {
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .fw-cont1 {
    padding-top: 0;
  }
}

.fw-cont1 .fw-a1v1 {
  position: relative;
  margin-top: 14rem;
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 {
    margin-top: 1rem;
  }
}

.fw-cont1 .fw-a1v1 > .img {
  width: 48.28571%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 > .img {
    width: 80%;
  }
}

.fw-cont1 .fw-a1v1 > .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fwa1_list1 {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li {
  text-align: center;
  position: absolute;
  width: 20%;
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fwa1_list1 li {
    position: static;
    width: 48%;
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.5rem;
  }
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li:nth-child(1) {
  left: 10%;
  bottom: 0;
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li:nth-child(2) {
  left: 18%;
  bottom: 65%;
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li:nth-child(3) {
  left: 40%;
  bottom: 100%;
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li:nth-child(4) {
  right: 18%;
  bottom: 65%;
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li:nth-child(5) {
  right: 10%;
  bottom: 0;
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fwa1_list1 li:nth-child(5) {
    display: none;
  }
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li p {
  color: #737373;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fwa1_list1 li p {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 3em;
    font-size: 1rem;
  }
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li .img {
  position: relative;
  width: 7.9375rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}

@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fwa1_list1 li .img {
    margin-top: 0;
    width: 7rem;
    margin: 0 auto;
  }
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li .img b {
  width: 100%;
  margin: 0 auto;
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li .img i {
  width: 42%;
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fw-cont1 .fw-a1v1 .fwa1_list1 li .img i img {
  width: 100%;
}

.heng1 {
  width: 100%;
  font-size: 0;
}

.heng1 img {
  width: 100%;
}

@-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 scale-top {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

@-moz-keyframes scale-top {
  0% {
    -moz-transform: translateY(-0.5rem);
         transform: translateY(-0.5rem);
  }
  50% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-0.5rem);
         transform: translateY(-0.5rem);
  }
}

@-o-keyframes scale-top {
  0% {
    -o-transform: translateY(-0.5rem);
       transform: translateY(-0.5rem);
  }
  50% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-0.5rem);
       transform: translateY(-0.5rem);
  }
}

@keyframes scale-top {
  0% {
    -webkit-transform: translateY(-0.5rem);
       -moz-transform: translateY(-0.5rem);
         -o-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
       -moz-transform: translateY(-0.5rem);
         -o-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

.fw-cont2 {
  background: #F2F2F2;
  padding: 4.6875rem 0;
}

@media (max-width: 768px) {
  .fw-cont2 {
    padding: 2rem 0;
  }
}

.fw-cont2 .heng1 {
  margin-top: 2.375rem;
  position: relative;
}

@media (max-width: 768px) {
  .fw-cont2 .heng1 {
    margin-top: 1.5rem;
  }
}

.fw-cont2 .heng1 .din {
  position: absolute;
  left: 44%;
  top: 28%;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

@media (max-width: 768px) {
  .fw-cont2 .heng1 .din {
    left: 56%;
    top: 7%;
  }
}

.fw-cont2 .heng1 .din i {
  display: block;
  background: rgba(211, 172, 111, 0.5);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 8.375rem;
  height: 8.375rem;
  -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;
}

.fw-cont2 .heng1 .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.fw-cont2 .wehas .kas_list li {
  position: absolute;
  z-index: 1;
}

.fw-cont2 .wehas .kas_list li:nth-child(1) {
  left: 36%;
  top: 30%;
}

.fw-cont2 .wehas .kas_list li:nth-child(2) {
  left: 10%;
  top: 43%;
  z-index: 2;
}

.fw-cont2 .wehas .kas_list li:nth-child(3) {
  left: 22%;
  top: 31%;
}

.fw-cont2 .wehas .kas_list li:nth-child(4) {
  left: 8%;
  top: 20%;
}

.fw-cont2 .wehas .kas_list li:nth-child(5) {
  right: 12%;
  top: 60%;
}

.fw-cont2 .wehas .kas_list li:nth-child(6) {
  right: 24%;
  top: 37%;
}

.fw-cont2 .wehas .kas_list li:nth-child(7) {
  left: 42%;
  top: 70%;
}

.fw-cont2 .wehas .kas_list li u {
  display: block;
  font-size: 0;
  width: 1.5rem;
}

@media (max-width: 768px) {
  .fw-cont2 .wehas .kas_list li u {
    width: 0.75rem;
  }
}

.fw-cont2 .wehas .kas_list li u img {
  width: 100%;
}

.fw-cont2 .wehas .kas_list li .cont-p {
  display: none;
  border-radius: .5625rem;
  border: 1px solid #E4B376;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 15.625rem;
  position: absolute;
  left: 1rem;
  top: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.fw-cont2 .wehas .kas_list li .cont-p .tit {
  text-align: justify;
  font-family: Noto Sans SC;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: -webkit-linear-gradient(350deg, #E4B376 6.66%, #273E6E 65.93%);
  background: -moz-linear-gradient(350deg, #E4B376 6.66%, #273E6E 65.93%);
  background: -o-linear-gradient(350deg, #E4B376 6.66%, #273E6E 65.93%);
  background: linear-gradient(100deg, #E4B376 6.66%, #273E6E 65.93%);
  -o-background-clip: text;
     background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fw-cont2 .wehas .kas_list li .cont-p .cont {
  margin-top: 0.65em;
}

.fw-cont2 .wehas .kas_list li .cont-p .cont p {
  width: 50%;
  color: #8B8B8B;
  text-align: justify;
  font-family: Noto Sans SC;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.6em;
}

.fw-cont2 .wehas .kas_list li.active .cont-p {
  display: block;
}

@media (max-width: 768px) {
  .fw-cont2 .wehas .kas_list li.active .cont-p {
    display: none;
  }
}

.fw-cont3 {
  position: relative;
  padding: 6.6875rem 0 14.625rem;
}

@media (max-width: 768px) {
  .fw-cont3 {
    padding: 2rem 0;
  }
}

.fw-cont3 .fw-a3_v1 {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 {
    margin-top: 1.25rem;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b1 {
  width: 70.35714%;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b1 {
    width: 100%;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b1 img {
  width: 100%;
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 {
  width: 54.27083%;
  position: absolute;
  right: -1rem;
  bottom: 5rem;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 {
    width: 100%;
    position: static;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p {
  position: relative;
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p i {
  display: block;
  font-size: 0;
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p i img {
  width: 100%;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p i {
    display: none;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p a.b {
  display: block;
  font-size: 0;
  width: 8.625rem;
  position: absolute;
  left: -2.5rem;
  top: 43%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p a.b {
    left: -2%;
    top: 46%;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p a.b img {
  width: 100%;
  -webkit-animation: scale-top 1s infinite linear;
     -moz-animation: scale-top 1s infinite linear;
       -o-animation: scale-top 1s infinite linear;
          animation: scale-top 1s infinite linear;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p a.b {
    display: none;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont {
  padding: 0 24.95202% 0 24%;
  width: 100%;
  top: 45%;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont {
    padding: 1rem 0 0;
    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);
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li {
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  padding: 0.8rem 0;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li {
    padding: 0.5rem 0;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li .ers {
  position: relative;
  margin: 0 0.5rem;
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li .ers .sd {
  width: 3.125rem;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li .ers .sd {
    width: 2.6rem;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li .ers .sd img {
  width: 100%;
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li .ers span {
  color: #231815;
  font: 600 1.125rem/1.5em "Barlow Condensed";
  display: block;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li .ers span {
    font-size: 1rem;
  }
}

.fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li p {
  color: #737373;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  margin-left: 1em;
}

@media (max-width: 768px) {
  .fw-cont3 .fw-a3_v1 .fw-a3_b2 .cont-p .cont .sxy_list1 li p {
    font-size: 1rem;
  }
}

.fw-cont4 {
  padding: 5.9375rem 0;
  position: relative;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231010/0d77c1927283dee06da4c3ef3bccb567.svg) no-repeat left bottom #F2F2F2;
  -o-background-size: 34.6875rem auto;
     background-size: 34.6875rem auto;
}

@media (max-width: 768px) {
  .fw-cont4 {
    padding: 2rem 0;
    -o-background-size: 60% auto;
       background-size: 60% auto;
  }
}

.fw-cont4 .fwzx_a1 {
  position: relative;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 {
    margin-top: 1rem;
  }
}

.fw-cont4 .fwzx_a1 b {
  display: block;
  font-size: 0;
  width: 36.14286%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 b {
    width: 70%;
  }
}

.fw-cont4 .fwzx_a1 b img {
  width: 100%;
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 .znfwzx {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fw-cont4 .fwzx_a1 .znfwzx li {
  text-align: center;
  width: 7.9375rem;
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 .znfwzx li {
    width: 30%;
  }
}

.fw-cont4 .fwzx_a1 .znfwzx li:nth-child(1) {
  left: 20%;
  top: 5%;
  position: absolute;
}

.fw-cont4 .fwzx_a1 .znfwzx li:nth-child(2) {
  right: 20%;
  top: 5%;
  position: absolute;
}

.fw-cont4 .fwzx_a1 .znfwzx li:nth-child(3) {
  margin: 1rem auto 0;
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 .znfwzx li:nth-child(3) {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 .znfwzx li {
    position: static !important;
  }
}

.fw-cont4 .fwzx_a1 .znfwzx li p {
  color: #737373;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 .znfwzx li p {
    font-size: 1rem;
  }
}

.fw-cont4 .fwzx_a1 .znfwzx li .img {
  position: relative;
}

@media (max-width: 768px) {
  .fw-cont4 .fwzx_a1 .znfwzx li .img {
    width: 70%;
    margin: 0 auto;
  }
}

.fw-cont4 .fwzx_a1 .znfwzx li .img b {
  width: 100%;
  margin: 0 auto;
}

.fw-cont4 .fwzx_a1 .znfwzx li .img i {
  width: 42%;
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fw-cont4 .fwzx_a1 .znfwzx li .img i img {
  width: 100%;
}

.fw-cont5 {
  padding: 6.625rem 0 5.625rem;
  background: #F2F2F2;
}
.fw-cont5 .mySwiper_fw{
    margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .fw-cont5 {
    padding: 2rem 0;
  }
}

.fw-cont5 .heng1 {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .fw-cont5 .heng1 {
    margin-top: 1.2rem;
  }
}

.fw-cont5 .xera_list1 {
  margin-top: -2.7rem;
  padding: 0 4%;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .fw-cont5 .xera_list1 {
    margin-top: 1rem;
    padding: 0;
  }
}

.fw-cont5 .xera_list1 li {
  text-align: center;
}

@media (max-width: 768px) {
  .fw-cont5 .xera_list1 li {
    width: 50%;
    margin-top: 1rem;
  }
  .fw-cont5 .xera_list1 li:nth-child(5) {
    display: none;
  }
}

.fw-cont5 .xera_list1 li p {
  color: #737373;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .fw-cont5 .xera_list1 li p {
    font-size: 1rem;
  }
}

.fw-cont5 .xera_list1 li p span {
  display: block;
}

.fw-cont5 .xera_list1 li .img {
  position: relative;
  width: 7.9375rem;
  margin: 0 auto;
}

.fw-cont5 .xera_list1 li .img b {
  width: 100%;
  margin: 0 auto;
}

.fw-cont5 .xera_list1 li .img i {
  width: 35%;
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fw-cont5 .xera_list1 li .img i img {
  width: 100%;
}

.fw-cont6 {
  padding: 5.4375rem 0;
}

@media (max-width: 768px) {
  .fw-cont6 {
    padding: 2rem 0;
  }
}

.fw-cont6 .fw-a6_v1 .fw-a6_b1 {
  width: 42.64286%;
}

@media (max-width: 768px) {
  .fw-cont6 .fw-a6_v1 .fw-a6_b1 {
    width: 100%;
  }
}

.fw-cont6 .fw-a6_v1 .fw-a6_b1 .p {
  margin: 2.85rem 0 3.2rem;
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .fw-cont6 .fw-a6_v1 .fw-a6_b1 .p {
    margin: 1rem 0;
  }
}

.fw-cont6 .fw-a6_v1 .fw-a6_b1 .p span {
  color: #273E6E;
}

.fw-cont6 .fw-a6_v1 .fw-a6_b1 .p b {
  font-weight: 600;
}

.fw-cont6 .fw-a6_v1 .fw-a6_b2 {
  width: 45.71429%;
}

@media (max-width: 768px) {
  .fw-cont6 .fw-a6_v1 .fw-a6_b2 {
    width: 80%;
    margin: 0 auto;
  }
}

.fw-cont6 .fw-a6_v1 .fw-a6_b2 img {
  width: 100%;
}

.epcm-cont1 {
  margin-top: 2rem;
}

@media (max-width: 1366px) {
  .epcm-cont1 {
    padding-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  .epcm-cont1 {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 {
  width: 42.64286%;
}

@media (max-width: 768px) {
  .epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 {
    width: 100%;
  }
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 .p {
  margin: 2.85rem 0 3.2rem;
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 .p {
    margin: 1rem 0;
  }
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 .p span {
  color: #273E6E;
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 .p b {
  font-weight: 600;
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b1 .fjajt img {
  width: 100%;
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b2 {
  width: 58.14286%;
  margin-right: -12%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1366px) {
  .epcm-cont1 .epcm-a1_v1 .epcm-a1_b2 {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .epcm-cont1 .epcm-a1_v1 .epcm-a1_b2 {
    width: 80%;
    margin: 0 auto;
  }
}

.epcm-cont1 .epcm-a1_v1 .epcm-a1_b2 img {
  width: 100%;
}

.epcm-cont2 {
  background: #F2F2F2;
  padding: 6.875rem 0;
  margin-top: -3.5rem;
  position: relative;
}

@media (max-width: 768px) {
  .epcm-cont2 {
    margin-top: 0;
    padding-bottom: 2rem;
  }
}

.epcm-cont2 .sdhr-0as {
  position: absolute;
  left: -1%;
  top: -3rem;
  width: 51.30208%;
}

@media (max-width: 768px) {
  .epcm-cont2 .sdhr-0as {
    width: 70%;
    top: -2rem;
  }
}

.epcm-cont2 .sdhr-0as i {
  width: 100%;
  font-size: 0;
}

.epcm-cont2 .sdhr-0as i img {
  width: 100%;
}

.epcm-cont2 .sdhr-0as p {
  color: #fff;
  font: 600 2.8125rem/1.5em "Noto Sans SC";
  position: absolute;
  top: 35%;
  left: 28%;
}

@media (max-width: 768px) {
  .epcm-cont2 .sdhr-0as p {
    left: 8%;
    font-size: 1.655rem;
  }
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b1 {
  width: 46.42857%;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .epcm-cont2 .epcm-a2v1 .epcm-a2b1 {
    width: 100%;
  }
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b1 .tit {
  color: #3A3A3A;
  font: 600 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .epcm-cont2 .epcm-a2v1 .epcm-a2b1 .tit {
    font-size: 1.4rem;
  }
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b1 p {
  color: #737373;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .epcm-cont2 .epcm-a2v1 .epcm-a2b1 p {
    font-size: 1rem;
  }
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 {
  width: 48.92857%;
}

@media (max-width: 768px) {
  .epcm-cont2 .epcm-a2v1 .epcm-a2b2 {
    width: 100%;
  }
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li {
  margin: 0 1.8%;
  width: 29.5%;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li:nth-child(1) {
  margin-left: 10%;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li:nth-child(2) {
  margin-right: 10%;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li .img {
  width: 100%;
  position: relative;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li .img b {
  display: block;
  font-size: 0;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li .img b img {
  width: 100%;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li .img b img.b {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li .img p {
  color: #231815;
  font: 600 1.375rem/1.2em "Noto Sans SC";
  width: 100%;
  top: 42%;
  text-align: center;
}

@media (max-width: 768px) {
  .epcm-cont2 .epcm-a2v1 .epcm-a2b2 li .img p {
    font-size: 1.125rem;
  }
}

.epcm-cont2 .epcm-a2v1 .epcm-a2b2 li:hover .img b img.b {
  opacity: 1;
}

.epcm-cont3 {
  padding: 5rem 0 6rem;
}

@media (max-width: 768px) {
  .epcm-cont3 {
    padding: 2rem 0;
  }
}

.epcm-cont3 .ny_tit .tit {
  margin-top: 0;
}

@media (max-width: 768px) {
  .epcm-cont3 .ny_tit .tit {
    text-align: left;
  }
}

.epcm-cont3 .ny_tit .tit b {
  color: #273E6E;
  font: 600 7.5rem/1.5em "Barlow Condensed";
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .epcm-cont3 .ny_tit .tit b {
    font-size: 4rem;
    line-height: 1em;
  }
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li {
  width: 59%;
  margin: 0 auto;
  padding: 2.375rem 4%;
  border-radius: 1.25rem;
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.27%, #E4B376 105.22%);
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li {
    width: 100%;
    padding: 2rem 8%;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .tit {
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .tit {
    font-size: 1.35rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 0.55rem 0 1rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p {
    font-size: 1rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p1 {
  padding: 0.55rem 0 1rem;
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p1 p {
  font: 400 1.125rem/1.7em "Noto Sans SC";
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p1 p {
    font-size: 1rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p2 {
  font: 600 1.25rem/1.5em "Noto Sans SC";
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 0.5rem;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p2 {
    font-size: 1.125rem;
    padding-top: 0.3rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b1 .p2 span {
  display: block;
  margin-left: 3em;
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b2 .over {
  border-radius: 1rem;
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v1 .gsyd2b2 img {
  width: 100%;
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v3 .gsyd2b1 {
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 45.45455%;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v3 .gsyd2b1 {
    width: 100%;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v3 .gsyd2b2 {
  width: 45.84416%;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd2 li .gsyd2v3 .gsyd2b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .hd {
  position: relative;
  z-index: 1;
}

.epcm-cont3 .epcm-a3_list1 .hd::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 35%;
  width: 160%;
  height: 1px;
  z-index: -1;
  background: #C1C1C1;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .hd::after {
    display: none;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 {
  margin-top: 5.9375rem;
  position: relative;
  z-index: 2;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231014/3e8e37b3b2da6c1cf55474b137d82f3b.svg) no-repeat 16.5% 34%, url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231014/3e8e37b3b2da6c1cf55474b137d82f3b.svg) no-repeat 38.5% 34%, url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231014/3e8e37b3b2da6c1cf55474b137d82f3b.svg) no-repeat 62.5% 34%, url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jwzn1007/uploads/20231014/3e8e37b3b2da6c1cf55474b137d82f3b.svg) no-repeat 84% 34%;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd1 {
    margin-top: 1rem;
    background: none;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li {
  width: 9.07143%;
  text-align: center;
}

@media (max-width: 768px) {
  .epcm-cont3 .epcm-a3_list1 .gsyd1 li {
    width: 23%;
    margin-top: 1rem;
  }
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li .img {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li .img b {
  width: 100%;
  margin: 0 auto;
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li .img b img {
  width: 100%;
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li .img b img.b {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li .img i {
  width: 35%;
  position: absolute;
  left: 50%;
  top: 41%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li .img i img {
  width: 100%;
}

.epcm-cont3 .epcm-a3_list1 .gsyd1 li.on .img b img.b {
  opacity: 1;
}

.epcm-cont4 {
  background: #F2F2F2;
  padding: 6.25rem 0;
  position: relative;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .epcm-cont4 {
    margin-top: 0;
    padding: 2rem 0 0;
  }
}

.epcm-cont4 > b {
  display: block;
  width: 49.47917%;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px){
    .fw-cont5 .mySwiper_fw{
        margin-top:1.25rem;
    }
    /*#aff-im-root .embed-components{*/
    /*    top: 100%!important;*/
    /*}*/
}

@media (max-width: 990px) {
  .epcm-cont4 > b {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1.5rem;
  }
}

.epcm-cont4 > b img {
  width: 100%;
}

.epcm-cont4 .xewrus {
  width: 47.85714%;
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus {
    width: 100%;
  }
}

.epcm-cont4 .xewrus li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li + li {
    margin-top: 1rem;
  }
}

.epcm-cont4 .xewrus li .tit {
  color: #3A3A3A;
  font: 600 2.8125rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li .tit {
    font-size: 1.5rem;
  }
}

.epcm-cont4 .xewrus li .tit b {
  color: #273E6E;
  font: 600 7.5rem/1em "Barlow Condensed";
  margin-right: 1rem;
}

.epcm-cont4 .xewrus li .tit b.hs {
  color: #D3AC6F;
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li .tit b {
    font-size: 4rem;
  }
}

.epcm-cont4 .xewrus li .p {
  color: #737373;
  font: 400 1rem/1.75rem "Noto Sans SC";
  margin: 0.5rem 0;
}

.epcm-cont4 .xewrus li .erjsqa dl {
  width: 48%;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  padding: 0.8rem 0;
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li .erjsqa dl {
    padding: 0.5rem 0;
  }
}

.epcm-cont4 .xewrus li .erjsqa dl .ers {
  position: relative;
}

.epcm-cont4 .xewrus li .erjsqa dl .ers .sd {
  width: 3.125rem;
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li .erjsqa dl .ers .sd {
    width: 2.6rem;
  }
}

.epcm-cont4 .xewrus li .erjsqa dl .ers .sd img {
  width: 100%;
}

.epcm-cont4 .xewrus li .erjsqa dl .ers span {
  color: #231815;
  font: 600 1.125rem/1.5em "Barlow Condensed";
  display: block;
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li .erjsqa dl .ers span {
    font-size: 1rem;
  }
}

.epcm-cont4 .xewrus li .erjsqa dl p {
  color: #273E6E;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  margin-left: 0.5em;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
}

@media (max-width: 768px) {
  .epcm-cont4 .xewrus li .erjsqa dl p {
    font-size: 1rem;
  }
}

.epcm-cont5 {
  padding: 12rem 0 4.375rem;
}

@media (max-width: 768px) {
  .epcm-cont5 {
    padding: 2rem 0;
  }
  .epcm-cont5 .ny_tit .tit {
    font-size: 1.2rem;
  }
}

.epcm-cont5 .epcm-a5_b1 {
  margin: 0 -1%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .epcm-cont5 .epcm-a5_b1 {
    margin-top: 1rem;
  }
}

.epcm-cont5 .epcm-a5_b1 li {
  width: 22%;
  padding: 0 1%;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .epcm-cont5 .epcm-a5_b1 li {
    width: 42%;
    margin-top: 1rem;
  }
}

.epcm-cont5 .epcm-a5_b1 li .img {
  position: relative;
}

.epcm-cont5 .epcm-a5_b1 li .img img {
  width: 100%;
}

.epcm-cont5 .epcm-a5_b1 li .img p {
  color: #231815;
  font: 600 2.25rem/1.2em "Noto Sans SC";
  width: 100%;
  top: 42%;
  text-align: center;
}

@media (max-width: 768px) {
  .epcm-cont5 .epcm-a5_b1 li .img p {
    font-size: 1.5rem;
  }
}

.epcm-cont5 .epcm-a5_b1 li:nth-child(2) {
  width: 56%;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .epcm-cont5 .epcm-a5_b1 li:nth-child(2) {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.epcm-cont5 .epcm-a5_b1 li:nth-child(2) .img .wzas {
  top: 42%;
  width: 66%;
  text-align: center;
}

@media (max-width: 768px) {
  .epcm-cont5 .epcm-a5_b1 li:nth-child(2) .img .wzas {
    width: 75%;
    top: 43%;
  }
}

.epcm-cont5 .epcm-a5_b1 li:nth-child(2) .img .wzas p {
  color: #737373;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.epcm-cont5 .epcm-a5_b1 li:nth-child(2) .img .wzas .pas1 {
  color: #D3AC6F;
  font: 600 1.375rem/1.4em "Noto Sans SC";
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .epcm-cont5 .epcm-a5_b1 li:nth-child(2) .img .wzas .pas1 {
    font-size: 1.125rem;
    margin-top: 0.2rem;
  }
}

.epcm-cont5 .epcm-a5_b1 li:nth-child(2) .img .wzas .pas1 span {
  color: #273E6E;
}

.epcm-cont5 .epcm-a5_b1 li:nth-child(4) .img p, .epcm-cont5 .epcm-a5_b1 li:nth-child(5) .img p {
  color: #fff;
}

.n-content {
  padding: 0 0 1rem;
  position: relative;
}

.n-content u {
  position: absolute;
  display: block;
  font-size: 0;
  z-index: -1;
  width: 32.76042%;
  right: 0;
  top: 0;
}

.n-content u img {
  width: 100%;
}

@media (max-width: 768px) {
  .n-content {
    padding: 0 0 0.5rem;
  }
}

.zzry-list {
  margin: 0 -1.5%;
  margin-top: 1rem;
}

@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }

}

@media (max-width: 768px) {
  .zzry-list {
    margin-top: 0.5rem;
  }
}

.zzry-list li {
  width: 25%;
  padding: 0 1.5%;
  margin-top: 1.4rem;
}

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}

@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

.zzry-list li a.block {
  display: block;
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem;
}

.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  .zzry-list li a.block .img {
    padding: 0.6rem;
  }
}

.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.zzry-list li a.block .img img {
  width: 100%;
}

.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}

.xw-show_bja .ny-show_jwr .ny-show_xwa2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sp-img {
  position: relative;
}

.sp-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .sp-img::after {
    display: none;
  }
}

.sp-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .sp-img video {
    display: none;
  }
}

.cpasd1 {
  margin-top: 2.375rem;
}

.cpasd1 img {
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 1.875rem 0.25rem 0px rgba(0, 0, 0, 0.1);
}

.quote {
  overflow: hidden;
}

.split-line {
  overflow: hidden;
}

@media (max-width: 768px) {
  a.more-a:before {
    content: "了解更多";
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
    font-size: 1.25rem;
    color: #E4B376;
    padding: 0.2rem 0;
  }
  a.more-a {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    width: 6rem;
    height: auto;
    border-radius: 0;
    position: relative;
    line-height: 1.8em;
    text-align: center;
  }
  a.more-a:hover:before {
    background: none;
  }
  a.more-a .mask {
    display: none;
  }
  a.more-a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E4B376;
  }
  .a3_v2c1 a.more-a:before {
    color: #E4B376;
  }
  .a3_v2c1 a.more-a::after {
    background: #E4B376;
  }
}

/*测试内页banner高度*/
.cskd-ns .nbanner .img {
  padding-bottom: 34%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cskd-ns .nbanner .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ny_titas .tit {
  color: #3A3A3A;
  font: 600 2.8125rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ny_titas .tit {
    font-size: 1.5rem;
  }
}

.ny_titas .tit b {
  color: #273E6E;
  font: 600 7.5rem/1em "Barlow Condensed";
  margin-right: 1rem;
}

.ny_titas .tit b.hs {
  color: #D3AC6F;
}

@media (max-width: 768px) {
  .ny_titas .tit b {
    font-size: 4rem;
  }
}

.ny_titas .p {
  color: #737373;
  font: 400 1rem/1.75rem "Noto Sans SC";
  margin: 1rem 0 0.5rem;
}

.epcm-a4v1xg1 {
  background: #F2F2F2;
  padding: 4.75rem 0;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 {
    padding: 2rem 0;
  }
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 .epcm-a4v1xg1v1 {
    margin-top: 0.1rem;
  }
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 29%;
  width: 100%;
  height: 1px;
  background: #E4E4E4;
  z-index: -1;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 .epcm-a4v1xg1v1::after {
    display: none;
  }
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li {
  width: 12%;
  text-align: center;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li {
    width: 31.5%;
    margin-top: 1rem;
  }
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .img {
  border-radius: .625rem;
  box-shadow: 0px 0.625rem 0.25rem 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .img img {
  width: 100%;
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .ers {
  position: relative;
  width: 3.125rem;
  margin: 2rem auto 1rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .ers {
    width: 2.6rem;
    margin: 1rem auto 0.5rem;
  }
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .ers .sd {
  width: 100%;
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .ers .sd img {
  width: 100%;
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .ers span {
  color: #231815;
  font: 600 1.125rem/1.5em "Barlow Condensed";
  display: block;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li .ers span {
    font-size: 1rem;
  }
}

.epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li p {
  text-align: center;
  color: #273E6E;
  font-family: 'Noto Sans SC';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .epcm-a4v1xg1 .epcm-a4v1xg1v1 .cg_list li p {
    font-size: 1rem;
  }
}

.epcm-a4v1xg2 {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 {
    padding: 2rem 0;
  }
}

.epcm-a4v1xg2 .titk {
  background: -webkit-linear-gradient(152deg, #273E6E 0%, #273E6E 35.33%, #E4B376 105.39%);
  background: -moz-linear-gradient(152deg, #273E6E 0%, #273E6E 35.33%, #E4B376 105.39%);
  background: -o-linear-gradient(152deg, #273E6E 0%, #273E6E 35.33%, #E4B376 105.39%);
  background: linear-gradient(298deg, #273E6E 0%, #273E6E 35.33%, #E4B376 105.39%);
  -o-background-clip: text;
     background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Noto Sans SC';
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  /* 133.333% */
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .titk {
    font-size: 1.6rem;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1 {
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a1 {
    margin-top: 1rem;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 {
  margin-top: 5.9375rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li {
  width: 18.07143%;
  text-align: center;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li {
    width: 33.33%;
    padding: 0 1%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li p {
  color: #273E6E;
  text-align: center;
  font-family: Noto Sans SC;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  /* 133.333% */
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li p {
    font-size: 1rem;
    padding: 0.25rem 0;
    text-align: center;
    width: 100%;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li .u {
  display: block;
  font-size: 0;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li .u {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li .u img {
  width: 100%;
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li:nth-child(2n) {
  margin-top: -3rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a1list1 li:nth-child(2n) {
    margin-top: 0;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a2 {
  margin-top: 4.25rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a2 {
    margin-top: 1.25rem;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a2 .epcm-a4v1xg2-a2list1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 2.6rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg2 .epcm-a4v1xg2-a2 .epcm-a4v1xg2-a2list1 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}

.epcm-a4v1xg2 .epcm-a4v1xg2-a2 .epcm-a4v1xg2-a2list1 li img {
  width: 100%;
}

.epcm-a4v1xg3 {
  background: #F2F2F2;
  padding: 3.75rem 0 7.8125rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 {
    padding: 2rem 0;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 {
  position: relative;
  padding: 1rem 0;
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 {
    margin-top: 0.5rem;
  }
  .an_vr a.more-a:before{
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    background: -webkit-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
    background: -moz-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
    background: -o-linear-gradient(341deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
    background: linear-gradient(109deg, #E4B376 15.39%, #A58360 94.96%), #D3AC6F;
    border: 1px solid #D3AC6F;
    border-radius: 50%;
    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%);
  }
  .an_vr{
      top: 30%;
      right: 20px;
  }
  .an_vr  a.more-a .mask{
      display: block;
  }
  .an_vr a.more-a::after{
      background: none;
  }
  .an_vr .layer-btn{
      width: 7rem;
      height: 7rem;
  }
  .an_vr .layer-btn .mask p{
      width: 38%;
      font-size: 1.125rem;
      color: #333;
      line-height: 1.5rem;
      top: 37%;
    left: 30%;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .img1 {
  display: block;
  font-size: 0;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .img1 {
    display: none;
  }

}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .img1 img {
  width: 100%;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 {
    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: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li {
  padding: 0 3%;
  width: 25.14286%;
  position: absolute;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li {
    position: static;
    width: 48%;
    padding: 0;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .img {
  border-radius: .625rem;
  box-shadow: 0px 0.625rem 0.25rem 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .img img {
  width: 100%;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz {
  width: 100%;
  padding: 3.5625rem 0;
  padding-left: 20%;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz {
    padding-left: 0;
    padding: 1rem 0;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz .ers {
  position: relative;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz .ers .sd {
  width: 3.125rem;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz .ers .sd {
    width: 2.6rem;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz .ers .sd img {
  width: 100%;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz .ers span {
  color: #231815;
  font: 600 1.125rem/1.5em "Barlow Condensed";
  display: block;
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz .ers span {
    font-size: 1rem;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz p {
  color: #273E6E;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  margin-left: 0.5em;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
}

@media (max-width: 768px) {
  .epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li .wz p {
    font-size: 1rem;
  }
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li:nth-child(1) {
  left: 0;
  top: 0.5rem;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li:nth-child(2) {
  right: 0;
  top: 0.5rem;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li:nth-child(3) {
  right: 0;
  bottom: 0;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li:nth-child(3) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li:nth-child(4) {
  left: 0;
  bottom: 0;
}

.epcm-a4v1xg3 .epcm-a4v1xgas1 .epcm-a4v1xgas1list1 li:nth-child(4) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
