/*
site css
*/
/* div,
img {
  transform: translate3d(0px, 0px, 0px);
} */

:root {
  --fontFamily: "PingFang SC", "Microsoft Yahei UI", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontWeight: 400;
  --fontSize: 16px;
  --lineHeight: 1.65;
  --body-bg: #fbfbfb;
  --global-width: 90vw;
  --global-max-width: 1440px;
  --global-margin: 120px;
  --hover-color: rgb(55, 98, 190);
  --list-color: rgb(82, 82, 82);
  --content-color: rgb(82, 82, 82);
}

body * {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  display: block;
}

/* body {
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  line-height: var(--lineHeight);
  background: var(--body-bg);
  scroll-behavior: smooth;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
} */

.wp-pagenavi {
  margin: 30px 0;
  font-size: 12px;
}

.wp-pagenavi {
  text-align: left;
  line-height: 24px;
}

.wp-pagenavi {
  width: 100%;
}

.wp-pagenavi > span,
.wp-pagenavi > a {
  margin: 4px 6px 4px 0;
  padding: 2px 10px;
  text-decoration: none;
  background-color: rgb(255 255 255 / 0%);
  color: #666;
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.wp-pagenavi a:hover,
.wp-pagenavi > .current {
  background-color: #232323;
  color: #fff !important;
}
/* ---------预置--------- */

.full-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.full-img-wrap > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
a.full-aa {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/* ----------面包屑-------- */

.humb-nav {
  font-size: 0.875em;
  margin: 1.5em 0;
}
/*  */
div {
  -webkit-overflow-scrolling: touch;
}

a:hover {
  color: inherit;
}

div#home_control {
  height: 100%;
}

.home-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.swiper-slide.full-height {
  height: 100vh;
}

.full-page-s {
  height: 100%;
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
}

.ab-3 {
  width: 100%;
  padding: 2em;
}

.ab-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.altim h4 {
  margin: 0;
  font-size: 2.5em;
  font-weight: normal;
}

.altim h4 span {
  font-size: 1.15rem;
}

.altim {
  margin: 0 5%;
  text-align: center;
}

.altim p {
  margin: 0;
  font-size: 0.875em;
}

.swiper-slide.full-height:nth-child(even) .full-page-s {
  background: #252525;
}

.full-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.full-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-content {
  position: relative;
  height: calc(100% - 105px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 105px;
}

.full-height-banner {
  height: calc(100% - 0px);
  padding-top: 0;
}

div#home_banner {
  height: 100%;
  width: 100%;
}

.banner-item {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100vh;
}

.bn-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bn-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bn-cen {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 85%;
  margin-bottom: 0;
}

.bn-title h3 {
  color: #fff;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 10em;
  line-height: 1.15;
}

.bn-title .subtt {
  font-size: 1.25em;
}

.little-title {
  font-size: 1.25em;
  margin-left: 0.325em;
}

.bn-title {
  transition: opacity 1s, transform 1s 1s;
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
}

.swiper-slide-active .swiper-slide.swiper-slide-active .bn-title {
  transition: 1.5s 0.7s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.full-content {
  z-index: 4;
}

.center-content * {
  color: #fff;
}

.center-content {
  width: 100%;
  margin: auto;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab-1 {
  padding-right: 5%;
}

.smmtt {
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.smmtt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background: rgb(255 255 255 / 33%);
  margin-right: 2em;
}

.smmtt span {
  display: inline-block;
}

.smmtt::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background: rgb(255 255 255 / 33%);
  margin-left: 2em;
}

.ab-2 {
  width: 100%;
  padding: 2em;
}

.ab-ccc {
  max-width: 500px;
  margin-bottom: 3.25em;
  font-size: 0.875em;
}

.abtt1 p {
  margin-bottom: 0;
  font-size: 1.75em;
  margin-left: 0.1em;
}

.abtt1 h3 {
  font-size: 2.5em;
}

.ab-links a {
  display: inline-block;
  border-bottom: 1px solid rgb(255 255 255 / 52%);
  padding: 0 1.5em;
  margin-right: 0.5em;
}

.ab-links {
  margin-bottom: 4em;
}

.more-btn a {
  display: inline-block;
  border: 1px solid rgb(255 255 255 / 69%);
  font-size: 0.875em;
  padding: 0.5em 5.5em;
}

.pd-cat-cent .categories > h2 {
  display: none;
}

li.cat-item-all {
  display: none;
}

ul {
  padding: 0;
}

.pd-cat-cent {
  max-width: 220px;
}

.pd-cat-cent li.cat-item {
  background: rgb(0 0 0 / 36%);
  padding: 0;
  margin: 0;
  margin-bottom: 1px;
}

.pd-cat-cent li.cat-item a {
  display: block;
  padding: 0.75em 1.25em;
}

.pd-cat-tt h4 {
  font-size: 2em;
}

.pd-content {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  justify-content: space-between;
}

.pd-1 {
  width: 280px;
}

.pd-home-list {
  display: flex;
  flex-wrap: wrap;
}

.pd-h-item {
  width: calc(50% - 8px);
  margin: 4px;
  background: rgb(0 0 0 / 40%);
  display: flex;
  align-items: center;
  padding: 8px;
}

.pd-h-image img {
  display: block;
}

.pd-h-image {
  width: 37%;
}

.pd-2 {
  width: calc(100% - 280px);
}

.pd-h-ccc {
  width: 63%;
  padding: 8%;
  max-width: 360px;
}

.pd-h-tt h3 {
  font-weight: normal;
  font-size: 1.65em;
  margin-bottom: 0.25em;
}

.pd-h-sma p {
  font-size: 0.825em;
  white-space: pre-line;
  opacity: 0.75;
}

.pd-cat-cent li.cat-item {
  transition: 0.5s;
}

.pd-cat-cent li.cat-item:hover {
  background: rgb(0 0 0 / 61%);
}

.pd-cat-cent li.cat-item a:hover {
  color: #fff;
}

.pd-cat-cent li.cat-item a::after {
  content: "+";
  opacity: 0.3;
  transition: 0.3s;
}

.pd-cat-cent li.cat-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pd-cat-cent li.cat-item a:hover::after {
  opacity: 1;
}

.pd-h-more a {
  display: inline-block;
  background: #2e32bb;
  font-size: 0.825em;
  padding: 0.5em 2em;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}

.pd-h-more a:hover {
  background: #1a56c3;
}

.pd-h-more a::after {
  content: "+";
  display: inline-block;
  margin-left: 1em;
  line-height: 0.8;
}

.pd-home-list {
  transition: 0.5s;
}

.pd-h-item {
  transition: 0.5s;
}

.pd-h-item:hover {
  background: rgb(16 27 102 / 60%);
}

[data-menu] > ul > li > a {
  min-width: 0;
  box-sizing: border-box;
}

.pd-cat-cent .main_menuc > li a {
  display: block;
  padding: 0.75em 1em;
  background: rgb(0 0 0 / 34%);
  transition: 0.3s;
}

.pd-cat-cent .main_menuc > li span.child-indicator {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.pd-cat-cent .main_menuc > li {
  position: relative;
  margin-bottom: 1px;
}

.pd-cat-cent .main_menuc > li:hover a {
  background: rgb(12 33 80 / 71%);
}

.pd-h-image {
  overflow: hidden;
}

.pd-h-image img {
  transition: 0.8s;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

.pd-h-image:hover img {
  transform: perspective(1000px) translate3d(0px, 0px, 50px);
}

.pj-c1 {
  margin: auto;
  width: 90%;
  max-width: 1440px;
}

.pj-ccclist {
  display: flex;
  justify-content: space-between;
}

.pj-titem {
  width: calc(20% - 8px);
  padding: 2.5em 2em;
  background: rgb(25 25 25 / 48%);
  transition: 0.5s;
}

.pj-t-img img {
  max-width: 42px;
  display: block;
}

.pj-t-tt h3 {
  font-size: 1.05em;
  font-weight: normal;
  margin: 0;
  margin-top: 1em;
}

.pj-t-span {
  font-size: 0.825em;
  opacity: 0.75;
}

.pj-titem:hover {
  background: rgb(22 45 96 / 70%);
}

.pj-c1 > h4 {
  font-size: 2.25em;
  margin-bottom: 15vh;
  font-weight: normal;
}

a.full-aa {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.pj-titem {
  position: relative;
}

.pd-h-image img {
  width: 100%;
  object-fit: cover;
  max-height: 37vh;
}

.news-list-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-content {
  width: 90%;
  margin: auto;
  max-width: 1440px;
}

.news-item-1 {
  width: calc(33.33% - 20px);
  background: #fff;
  border: 0px solid #fff;
}

.news-item-1 * {
  color: #000;
}

.ns-1-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ns-1-img {
  position: relative;
  padding-bottom: 58%;
}

.ns-1-cccc {
  padding: 1em 1.5em;
  display: flex;
  flex-wrap: wrap;
}

.ns-1-date {
  border-right: 1px solid #bcbcbc;
  padding-right: 1em;
  width: 65px;
}

.dd-1 {
  font-size: 1.25em;
}

.dd-2 {
  text-align: left;
  font-size: 0.875em;
}

.ns-1-ttt {
  width: calc(100% - 65px);
  padding-left: 1em;
}

.ns-1-ttt h3 {
  font-weight: normal;
  font-size: 1.15em;
  margin-bottom: 0.25em;
}

.ns-1-p p {
  margin-bottom: 0;
  font-size: 0.825em;
  opacity: 0.65;
}

.ns-1-more {
  width: 100%;
  border-top: 1px solid #b7b7b7;
  margin-top: 1em;
  padding-top: 1em;
}

.ns-1-more div {
  font-size: 0.825em;
  opacity: 0.75;
  display: flex;
  justify-content: space-between;
}

.ns-1-more div span.child-indicator {
  display: inline-block;
  transform: rotate(-90deg);
}

.news-item-1 {
  position: relative;
}

.news-item-1 img {
  transition: 0.8s;
  transform: perspective(1000px) translate3d(0px, 0px, 10px);
}

.news-item-1:hover img {
  transform: perspective(1000px) translate3d(0px, 0px, 50px);
}

.ns-1-img {
  overflow: hidden;
}

.news-1-tt > h4 {
  font-size: 2.25em;
  margin-bottom: 2em;
  font-weight: normal;
  text-align: center;
}

.ct-cccc p {
  margin-bottom: 0.2em;
}

.ct-cccc {
  margin-bottom: 3em;
}

.contact-content {
  width: 90%;
  margin: auto;
  max-width: 1440px;
}

.tmws {
  font-size: 1.75em;
  margin-bottom: 1em;
}

.normal-content {
  position: relative;
  z-index: 5;
}

.the-a-footer {
  background: #333333;
}

.the-a-footer * {
  color: #fff;
}

.footer-nav .main_menuc1 {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav .main_menuc1 > li {
  text-align: left;
}

.a-f-c {
  width: 90%;
  margin: auto;
  padding: 5.5% 0;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2em;
}

.footer-nav .main_menuc1 > li {
  margin-right: 3em;
}

.footer-nav .main_menuc1 > li > a {
  font-size: 1.05em;
  display: block;
  margin-bottom: 0.65em;
}

.footer-nav .main_menuc1 > li > ul.sub-menu li a {
  font-size: 0.825em;
}

.footer-nav .main_menuc1 > li > ul.sub-menu li {
  margin: 0;
  opacity: 0.75;
}

.a-f-c2 {
  width: 300px;
}

.a-f-c1 {
  width: calc(100% - 300px);
}

.ser-c p {
  margin: 0;
}

.ser-c {
  text-align: right;
}

.ser-c img {
  margin-top: 0.5em;
  max-width: 105px;
}

.a-f-c3 {
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 20%);
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.bottom-ff p {
  font-size: 0.825em;
  margin-bottom: 0.2em;
  opacity: 0.65;
}

header#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: rgb(22, 54, 112);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #fff;
  border-right: 3px solid;
  padding-right: 0.65em;
  font-size: 0.875em;
  margin: 10px 0;
  line-height: 3;
}

body.home .normal-content.gl-footer {
  display: none;
}

.ny-banner {
  height: 50vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}

.ny-b.center-content {
  z-index: 10;
}

.ny-b-title {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

.ny-b-title h3 {
  font-size: 3em;
  margin-bottom: 0.15em;
  font-weight: normal;
}

.ny-banner.about {
  height: 55vh;
}

.aab1 {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 2em;
}

.list-menu-1 {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

.main_menuc2 ul {
  margin: 0;
  padding: 0;
}

.main_menuc2 li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 0;
}

.main_menuc2 li a {
  display: block;
  padding: 1.25em 0;
}

.aab-tt h3 {
  font-weight: normal;
}

.aab2 {
  text-align: center;
  margin: 5em auto;
  width: 90%;
  max-width: 1080px;
}

.aab-tt h3::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: rgb(71 84 114 / 43%);
  margin: auto;
  margin-top: 0.4em;
}

.ab-prof-2 {
  margin-top: 3em;
  margin-bottom: 2.5em;
}

.ab-prof-3 video {
  display: block;
  max-width: 880px;
  margin: auto;
  height: 490px;
  object-fit: cover;
}

.altim strong {
  font-weight: normal;
  font-size: 1.25rem;
}

.aab3 {
  position: relative;
}

.aab3-c {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding: 5em 0;
}

.aab3-c * {
  color: #fff;
  text-align: center;
}

.slelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sleitem {
  width: calc(33.33% - 10px);
  background: rgb(75 105 216 / 48%);
  border-radius: 12px;
  padding: 3%;
  min-height: 240px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.sleitem h4 {
  margin-bottom: 0.2em;
}

.sleitem p {
  font-size: 0.825em;
  opacity: 0.75;
  margin-bottom: 0;
}

.sleitem h4::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: rgb(255 255 255 / 43%);
  margin: auto;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.slemore {
  margin-top: 2em;
}

.sleitem {
  transition: 0.5s;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

.sleitem:hover {
  transform: perspective(1000px) translate3d(0px, -5px, 0px);
  background: rgb(42 64 144 / 75%);
}

.hist-con {
  display: flex;
  align-items: center;
  padding: 2em 3.75em;
}

.hist-con * {
  text-align: left;
}

.his-img img {
  display: block;
}

.his-img {
  width: 33%;
}

.his-cccc {
  width: 67%;
  padding-left: 2em;
}

.hieyes {
  font-size: 2em;
}

.hieyes::after {
  content: "";
  font-size: 0.75em;
  margin-left: 0.15em;
}

.hosgssd p {
  font-size: 0.875em;
  max-width: 520px;
}

.aab3.aab4 .full-bg img {
  object-position: top;
}

.ytagjsd-pad {
  display: flex;
  justify-content: space-between;
}

.yelsd-i {
  font-size: 1.5em;
}

.yelsd-i {
  width: 100%;
  cursor: pointer;
}

.yelsd-i * {
  text-align: left;
}

.yelsd-i > span {
  display: block;
}

.dotsss span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100px;
}

.dotsss::after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background: rgb(255 255 255 / 60%);
}

.dotsss {
  display: flex;
  align-items: center;
}

.swiper-slide-thumb-active .dotsss span {
  background: #d9822b;
}

.ytagjsd-pad-ww {
  margin-bottom: 1em;
}

.ahist-list {
  margin-bottom: 2em;
}

.ahist-list .swiper-button-prev {
  left: 0;
}

.ahist-list .swiper-button-next {
  right: 0;
}

.ahist-list {
  --swiper-navigation-size: 24px;
}

.aab3-c.aab5-c * {
  color: inherit;
}

.cul-sub-dsg {
  margin-bottom: 3em;
}

.cul-sgglsgf {
  display: flex;
  justify-content: space-between;
}

.cul-sjlgsa {
  width: calc(25% - 16px);
}

.aab3-c.aab5-c {
  max-width: 1440px;
}

.clusfimg {
  position: relative;
  padding-bottom: 75%;
}

.clusfimg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culsjgddsf h4 {
  margin: 0;
  margin-top: 0.75em;
  font-size: 1.25em;
  margin-bottom: 0.1em;
}

.culsjgddsf p {
  font-size: 0.825em;
  opacity: 0.75;
}

.corp-sdgag {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.clusfimg.sdgadsg img {
  object-fit: contain;
}

.clusfimg.sdgadsg {
  padding-bottom: 50%;
}

.imglsfdjsg {
  padding: 1.5em;
  background: #fff;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 7%);
}

.aab3.aab5.aab6 {
  background: #fcfcfc;
}

.aab3-c.aab5-c.aab6-c {
  padding-bottom: 7em;
}

.list-menu-1a .menu-item-has-children > span.child-indicator {
  display: inline-block;
}

.list-menu-1a {
  position: relative;
  padding-bottom: 3em;
  margin-bottom: 2em;
  overflow: hidden;
}

.list-menu-1a span.child-indicator {
  display: none;
}

.main_menuc3 {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.main_menuc3 > li {
  margin-right: 2em;
}

.main_menuc3 > li {
  padding: 1em 0;
  display: block;
}

.main_menuc3 > li > ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3em;
  margin: 0;
  z-index: 2;
  width: 90%;
  margin: auto;
  max-width: 1440px;
}

.main_menuc3 > li > ul.sub-menu {
  display: flex;
  align-items: center;
}

.main_menuc3 > li > ul.sub-menu::before {
  content: "";
  display: block;
  background: #5a5a5a;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 200%;
}

.main_menuc3 > li > ul.sub-menu li {
  z-index: 10;
  color: #000;
  margin: 0;
  margin-right: 0;
  font-size: 0.875em;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2em;
  padding-left: 0;
}

.main_menuc3 > li > ul.sub-menu li:hover {
  background: rgb(36 53 85 / 0%);
}

.main_menuc3 > li > ul.sub-menu {
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.main_menuc3 > li:hover > ul.sub-menu {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

/* .main_menuc3>li:first-child>ul.sub-menu {
  opacity       : 1;
  pointer-events: auto;
} */

.pdb2 {
  margin: auto;
  width: 90%;
  max-width: 1440px;
}

.pd-f-list-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.pf-f-list-item {
  width: calc(25% - 16px);
  margin: 8px;
}

.pf-f-list-item {
  position: relative;
}

.pf-f-list-item > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.lsagjimg {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 100%;
}

.lsagjimg > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgsgagdas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: #fff;
  background: rgb(0 0 0 / 30%);
  transition: 0.5s;
  flex-direction: column;
  opacity: 0;
}

.sgsgagdas::after {
  content: "";
  display: block;
  width: 6em;
  height: 1px;
  background: rgb(255 255 255 / 69%);
  margin: 0.5em 0;
  transition: 0.5s;
}

.sgsgagdas span {
  display: block;
}

.pf-f-list-item:hover .sgsgagdas {
  opacity: 1;
}

.pf-f-list-item:hover .sgsgagdas::after {
  width: 2em;
}

.lsagjimg {
  overflow: hidden;
}

.lsagjimg > img {
  transition: 0.8s;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

.pf-f-list-item:hover .lsagjimg > img {
  transform: perspective(1000px) translate3d(0px, 0px, 50px);
}

.slgjldf {
  border-bottom: 1px solid #ddd;
  margin: auto;
  width: 90%;
}

.sgftt h3 {
  margin: 0.85em 0;
  text-align: center;
  font-size: 1.05em;
  color: #000;
  font-weight: normal;
}

.fsfmore {
  margin: auto;
  width: 90%;
}

.fsfmore > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6em 0;
}

.sgdg {
  font-size: 0.825em;
  opacity: 0.75;
}

.pf-f-list-item-c {
  border: 0px solid #eee;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
}

.fsfmore .child-indicator {
  display: inline-block;
  transform: rotate(-90deg);
  opacity: 0.55;
}

.pdb2 {
  margin-bottom: 5em;
}

/**/
/*
site css
*/
.xqy img {
  max-width: 100%;
}

.xqy {
  max-width: 1440px;
  margin: auto;
}

.xqy h1 {
  text-align: center;
  font-size: 2.25rem;
  margin-top: 3rem;
  margin-bottom: 8%;
  letter-spacing: 0.3em;
}

.xqy * {
  font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
}

.xqy h1 span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  margin: 0.5em 0;
  letter-spacing: 0.1em;
}

.xqy h1 img {
  display: inline-block;
  width: 36px;
}

.col01 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
}

.col01 > div {
  width: 50%;
  min-width: 100px;
  margin: auto;
}

.Qshadow {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.col01 h2 {
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.3em;
}

.col01 h2 span {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
  margin: 0.5em 0;
  letter-spacing: 0.1em;
}

.col01 h2 img {
  display: inline-block;
  width: 32px;
}

.vline01 {
  display: block;
  width: 1px;
  height: 120px;
  background: #cecece;
  margin: auto;
  margin-top: 10%;
}

.col01 {
  margin-bottom: 8.8%;
}

.col02 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}

.col02 > div {
  width: 30%;
  min-width: 100px;
  /* margin : auto; */
  text-align: center;
}

.col02 > div h3 {
  margin: 1rem 0;
  font-weight: normal;
  color: #000;
  font-size: 1rem;
  line-height: 1.35;
}

.hline01 {
  height: 1px;
  background: #e0e0e0;
  margin: 8.8% 0;
}

.col01 h2 strong {
  letter-spacing: 0em;
  color: #dcb041 !important;
  display: block;
  margin-top: 2em;
}

.col01 h2 span.small {
  font-size: 1.25rem;
  color: #000;
}

.col00 {
  text-align: center;
}

.col00 > div {
  margin: 3% 0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 3em 2em;
}

.col00 > div img {
  width: 100%;
  max-width: 900px !important;
}

.big_footer {
  background: #7d172f;
  color: #fff;
}

.big_footer * {
  color: #f2ebac;
}

.col01 h3 {
  text-align: center;
  font-size: 1.75rem;
}

.col01 h3 span {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 1em 0;
}

.big_footer {
  margin-top: calc(8% + 2.5em);
  padding-bottom: 1em;
  margin-bottom: 8%;
}

.big_footer > div:first-child img {
  margin-top: -2.5em;
}

.big_footer > div:nth-child(even) {
  flex-direction: row-reverse;
}

.big_footer .col01 img {
  display: block;
  margin: auto;
  width: 95%;
}

.big_footer .col01 {
  margin-bottom: 4%;
}

.big_footer2 {
  background: #78162f;
  padding-bottom: 2em;
}

.col02.no_flex {
  display: block;
}

.col02.no_flex div {
  width: auto;
}

.col02.no_flex h2 {
  color: #fff;
  font-size: 2rem;
  padding-top: 2em;
  margin-bottom: 1rem;
}

.col02.no_flex h2 img {
  display: block;
  width: 36px;
  margin: 1rem auto;
}

.col02.no_flex h2 strong {
  color: #f2ebac;
  display: block;
}

.col02.no_flex h2 span {
  color: #fff;
}

.xqy > div.col01:nth-child(2):before {
  content: "QuanHui";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 18vh;
  transform: rotate(90deg);
  transform-origin: left center;
  opacity: 0.2;
  font-family: "times new roman";
}

.xqy > div.col01:nth-child(2) {
  position: relative;
}

.col02 {
  position: relative;
  z-index: 10;
}

.col02.ccgc {
  margin-bottom: 8%;
}

.col02.ccgc h1 {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 0;
}

.col02.ccgc h1 img {
  display: block;
  margin: auto;
  margin-top: 2rem;
  width: 24px;
}

#search-modal button {
  background: #163670;
}

#search-modal input {
  border-bottom: 1px solid #7b7b7b;
}

#search-modal form {
  max-width: 1440px;
}

.ct-panel-content {
  justify-content: flex-start;
}

div#ouee {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.dsgee {
  margin-bottom: 2em;
  margin-top: 4em;
  color: #000;
  font-size: 1.2em;
}

.sgadgagds {
  display: flex;
}

.sgadgagds > div {
  margin-right: 3em;
  color: #626262;
}

.sgasdgwsw {
  opacity: 1;
}

.aeiwoey {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .xqy h1 {
    font-size: 1.5rem;
  }

  .col01 h2 {
    font-size: 1.35rem;
  }

  .xqy > div.col01:nth-child(2):before {
    top: -45%;
    opacity: 0.075;
    font-size: 12vh;
  }

  .col02 > div {
    width: 31.5%;
  }

  .col02 > div h3 {
    font-size: 0.875rem;
  }

  .hline01 {
    margin: 4% 0;
  }

  .col00 > div {
    padding: 1.5em 1em;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0);
  }

  .big_footer {
    margin-top: 5%;
    padding-top: 3em;
  }

  .col01 h3 {
    font-size: 1rem;
    max-width: 140px;
    margin: auto;
  }

  .big_footer > div:first-child img {
    margin-top: -1em;
  }

  .col01.fb > div {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .col01.fb {
    flex-direction: column-reverse;
  }

  .col01.fb h2 strong {
    margin-top: 1em;
  }

  .col01 h2 img {
    width: 20px;
  }

  .col02.no_flex h2 img {
    width: 20px;
  }

  .col02.no_flex h2 {
    padding-top: 0.5em;
  }

  .xqy h1 img {
    width: 22px;
  }
}

/**/
.pd-dt-sdflgsdaj {
  margin: auto;
  width: 90%;
  /* max-width: 1440px; */
  padding-top: 3em;
}

header#header {
  border-bottom: 0px solid #f3f3f3;
}

header#header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f3f3f3;
}

[data-header*="type-1"] .ct-header [data-row="middle"] {
  background: rgb(255 255 255 / 0%);
}

.bread_cumb_nav {
  font-size: 0.825em;
}

.humsfls {
  margin-bottom: 2em;
}

.pd-sgagflas {
  display: flex;
  flex-wrap: wrap;
}

.pd-lajglas {
  width: 60%;
  padding-right: 5%;
}

.pd-deslsite {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

div#thumbs-ls2 {
  width: 80px;
}

div#pdlisls-ls2 {
  width: calc(100% - 120px);
}

.sfs-imgsfs {
  position: relative;
  padding-bottom: 78%;
}

.sfs-imgsfs img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div#thumbs-ls2 {
  align-self: center;
  max-height: 100%;
  height: 360px;
}

.sfs-imgsfs.lisls img {
  object-fit: cover;
}

.sfs-imgsfs.lisls {
  padding-bottom: 100%;
}

div#thumbs-ls2 {
  margin: 0;
}

.pd-gsgstt h3 {
  font-weight: normal;
  color: #000;
  font-size: 1.75em;
}

.cat-namee {
  font-size: 0.825em;
  opacity: 0.65;
  margin-bottom: 4em;
}

.summslg p {
  margin-bottom: 0;
}

.summslg hr {
  background-color: #efefef;
  margin: 1em 0;
}

.pd-asgasdga {
  width: 40%;
}

.pd-delslsll {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  margin-top: 3em;
}

.xqy h1 img {
  display: block;
  margin: auto;
  margin-top: 1em;
}

.xqy h1 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.pd-delslsll {
  padding-top: 3em;
}

.xqy blockquote p {
  text-align: center;
  font-size: 1.75em;
  letter-spacing: 0.15em;
  color: #6d6d6d;
}

.xqy li img {
  max-width: 30px;
  display: block;
  margin: auto;
  margin-bottom: 4em;
}

.col01 h2 {
  color: #000;
}

.col01 h2 b {
  font-size: 1.75rem;
  font-weight: normal;
  color: #636363;
  display: block;
}

.bread_cumb_nav a {
  color: #355da5;
}

.xqy > div.col01.ttte1:before {
  content: "QuanHui";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  text-transform: uppercase;
  font-size: 7vw;
  transform: rotateZ(90deg) translate(-65%, -6%);
  transform-origin: left center;
  opacity: 0.2;
  font-family: "times new roman";
}

.col01.ttte1 {
  position: relative;
}

.pd-delslsll {
  margin-bottom: 2em;
}

.cat-namee a {
  display: none;
}

.cat-namee a:last-child {
  display: inline-block;
}

.pd-swwwlsd {
  width: 100%;
  border-top: 1px solid #bdbdbd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}

.psdg-wwwr {
  font-size: 0.825em;
}

.wp-pagenavi a:hover,
.wp-pagenavi > .current {
  background-color: #2b4d9a;
}

.main_menuc3 > li > ul.sub-menu li.current-menu-item {
  background: rgb(238 238 238 / 0%);
  color: #a4b623;
  font-weight: 600;
}

.main_menuc3 > li.current-category-parent > ul.sub-menu {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

.main_menuc3 > li.current-category-parent > a {
  font-weight: bold;
  color: #a6b81f;
}

.main_menuc3 > li.current-menu-item > a {
  font-weight: bold;
  color: #a6b81f;
}

.pd-f-list-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.pf-f-list-item2 {
  width: calc(25% - 10px);
  margin: 5px;
}

.lsagjimg.sags {
  padding-bottom: 140%;
}

.sgsgagdas2 {
  position: absolute;
  z-index: 20;
  color: #fff;
  bottom: 1em;
  left: 1em;
  right: 1em;
  background: rgb(0 0 0 / 60%);
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  transform: translate3d(0px, 0px, 0px);
  overflow: hidden;
}

.sgsgagdas2 h3 {
  font-size: 1em;
  color: #fff;
  margin: 0;
}

.sgsgagdas2 span.child-indicator {
  display: inline-block;
  transform: rotate(-90deg);
}

.pf-f-list-item2 > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.pf-f-list-item2 {
  position: relative;
}

.pf-f-list-item2:hover .sgsgagdas2 {
  transform: translate3d(0px, -10px, 0px);
}

.pf-f-list-item2:hover .lsagjimg > img {
  transform: perspective(1000px) translate3d(0px, 0px, 50px);
}

.aab1.pjb1 .main_menuc2 {
  text-align: center;
}

.aab1.pjb1 .main_menuc2 > li {
  margin: 0 1em;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row="middle"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.4;
}

.ct-container-fluid {
  z-index: 20;
  position: relative;
}

.sw_zoom {
  position: absolute;
  z-index: 30;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.4rem;
  transition: 0.4s;
  opacity: 0;
  cursor: pointer;
}

.sw_zoom img {
  max-width: 100%;
}

div#pdlisls-ls2:hover .sw_zoom {
  opacity: 1;
}

.sw_zoom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sw_zoom img {
  width: 16px;
}

.summslg {
  max-width: 420px;
}

.news-list-1.news-ny .news-item-1 {
  box-shadow: 0px 5px 15px rgb(0 0 0 / 6%);
}

.news-dt-sdflgsdaj {
  width: 90%;
  margin: auto;
  max-width: 1280px;
  padding-top: 5em;
  padding-bottom: 5em;
}

.otpsadsa h1 {
  font-size: 1.75em;
  font-weight: normal;
  margin-bottom: 0.1em;
}

.summslg-enws p {
  font-size: 0.825em;
  opacity: 0.65;
  color: #000;
  margin: 0;
}

.otpsadsa {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.ldsaest {
  display: flex;
  justify-content: space-between;
  font-size: 0.825em;
  padding-bottom: 1em;
}

.humsfls.newljs {
  display: none;
}

.sfs-imgsfs.news-sgasd {
  padding-bottom: 40%;
}

.sfs-imgsfs.news-sgasd img {
  object-fit: cover;
}

.dt-contsat p {
  margin-bottom: 0;
  color: #000;
}

.pd-delslsll.news-gasgfa {
  padding-top: 2em;
}

.pd-gsgstt h1 {
  font-size: 1.5em;
  color: #000;
}

.serweo1 {
  margin: 5em auto;
  width: 90%;
  max-width: 1440px;
}

.serweo1 {
  text-align: center;
}

.sdofisli {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gsljws {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gsljws img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ioagae {
  position: relative;
}

.slfusao {
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 6em 8%;
}

.slfusao h3 {
  color: #fff;
  font-size: 1.75em;
  font-weight: normal;
}

.gsljws::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
  z-index: 2;
}

.ioagae {
  width: calc(33.33% - 12px);
  display: flex;
}

.slfusao p {
  margin: 0;
  font-size: 0.875em;
  opacity: 0.8;
}

.ioagae22 {
  background: white;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 6%);
  padding: 3em 0;
  width: calc(33.33% - 12px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em;
}

.slfusao22 {
  width: 80%;
}

.slfusao22 h3 {
  font-size: 1.15em;
  font-weight: normal;
  color: #000;
}

.gsljws22 i {
  font-size: 52px;
  color: #000;
  margin-bottom: 25px;
}

.gsljws22 img {
  max-width: 120px;
}

.wp-block-column.eplus-nC5gDb p {
  margin-bottom: 0;
}

.wp-block-column.eplus-nC5gDb h5 {
  margin: 0;
}

.wp-block-column.eplus-nC5gDb h1 {
  margin: 0;
}

textarea.wpcf7-form-control {
  border: 0;
  border-bottom: 1px solid #a9a9a9;
  padding: 1em 0;
  border-radius: 0;
  height: 120px;
}

input.wpcf7-form-control {
  border: 0;
  border-bottom: 1px solid #a9a9a9;
  padding: 1em 0;
  border-radius: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  width: 180px;
  background: #bccf35;
}

.wp-block-column.eplus-nC5gDb h3 {
  margin: 0;
}

.ser-c img {
  border: 6px solid;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #989898;
  font-style: inherit;
  margin: 0;
  margin-top: 2em;
}

/*.pgcsimplygalleryblock-grid-item-wrap img {*/
/*  width: 100% !important;*/
/*  height: 100% !important;*/
/*  left: 0 !important;*/
/*  top: 0 !important;*/
/*  object-fit: contain;*/
/*  transform: scale(0.825);*/
/*}*/

/*.pgcsimplygalleryblock-grid-item-wrap {*/
/*  background: #fdfdfd;*/
/*}*/
.single-post .stk-block .stk-block-text__text {
    margin-bottom: 1em;
    text-indent: 2em;
}

.single-post p {
    margin: 1em 0;
}


.main_menuc2 li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #23439e;
  transition: 0.3s;
  opacity: 0;
}

.main_menuc2 li a {
  position: relative;
}

.main_menuc2 li a:hover::after {
  opacity: 1;
}

.aab1.pjb1 .main_menuc2 li.current-menu-item a::after,
.aab1.newsb1 .main_menuc2 li.current-menu-item a::after {
  opacity: 1;
}

.ct-1 {
  width: 50%;
}

.ct-2 {
  width: 50%;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-content {
  margin-left: auto;
  position: relative;
  max-width: 610px;
}

.ct-2 {
  padding-left: 2em;
}

@media only screen and (max-width: 1441px) {
  .smmtt::before {
    width: 50px;
  }

  .smmtt::after {
    width: 20px;
  }

  .ab-1 {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 1280px) {
  [data-device="desktop"] [data-menu] > ul > li > a {
    min-width: 0px;
    padding: 0 1em;
  }

  .ab-1 {
    display: none;
  }

  .about-content {
    width: 90%;
    margin: auto;
  }

  .altim h4 {
    font-size: 1.75em;
  }

  .ab-links a {
    font-size: 0.825em;
  }

  .pd-cat-cent .main_menuc > li a {
    font-size: 0.825em;
  }

  .pd-1 {
    width: 180px;
  }

  .pd-2 {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 768px) {
  .home-wrapper {
    position: relative;
  }

  div#home_control > .swiper-wrapper {
    display: block;
  }

  .swiper-slide.full-height {
    height: auto;
  }

  .swiper-slide.full-height .full-page-s {
    position: relative;
    height: auto;
  }

  .full-height-banner {
    height: 100%;
    padding-top: 0;
  }

  .swiper-slide.full-height .full-content {
    height: auto;
    margin-top: 0;
  }

  .swiper-slide.swiper-slide-active .bn-title {
    transition: 1.5s 0.7s;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }

  .bn-title h3 {
    font-size: 1.15em;
  }

  .little-title {
    margin-left: 0;
    font-size: 2.75em;
  }

  .bn-cen {
    margin-top: 18vh;
    width: 90%;
  }

  .banner-item {
    height: 65vh;
  }

  .ct-container-fluid {
    width: 90vw;
  }

  .about-content {
    flex-wrap: wrap;
  }

  .ab-2 {
    padding: 3em 0;
  }

  .ab-3 {
    padding: 0;
    padding-bottom: 4em;
  }

  .altim h4 {
    font-size: 1.55em;
  }

  .altim h4 span {
    font-size: 0.825rem;
  }

  .altim p {
    font-size: 0.75em;
    max-width: 168px;
    margin: auto;
  }

  .ab-list {
    justify-content: space-between;
  }

  .altim {
    text-align: left;
    margin-left: 0;
  }

  .ab-links a {
    width: calc(50% - 1em);
    padding: 0.75em;
  }

  .pd-content {
    flex-wrap: wrap;
  }

  .pd-1 {
    width: 100%;
  }

  .pd-cat-cent {
    display: none;
  }

  .pd-2 {
    width: 100%;
  }

  .pd-h-item {
    flex-wrap: wrap;
    align-items: flex-start;
    display: block;
  }

  .pd-h-image {
    width: 100%;
  }

  .pd-h-ccc {
    width: 100%;
    padding: 1em 0.5em;
  }

  .pd-h-image img {
    max-height: 100vh;
  }

  .pd-h-tt h3 {
    font-size: 1.05em;
  }

  .pd-h-sma p {
    font-size: 0.75em;
  }

  .pd-h-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .pd-h-item {
    position: relative;
    padding: 6px;
    padding-bottom: 1.75em;
    background: rgb(11 21 67 / 57%);
  }

  .pd-h-more a {
    display: block;
    padding: 0.85em 1.5em;
    background: rgb(19 59 119 / 32%);
    font-size: 0.75em;
  }

  .pd-content {
    padding: 4em 0;
  }

  .pd-home-list {
    margin: 0 -8px;
  }

  .pj-c1 {
    padding: 4em 0;
  }

  .pj-c1 > h4 {
    margin-bottom: 1em;
    font-size: 1.75em;
  }

  .pj-ccclist {
    flex-wrap: wrap;
  }

  .pj-titem {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }

  .news-1-tt > h4 {
    margin-bottom: 1em;
    font-size: 1.75em;
  }

  .news-content {
    padding: 4em 0;
  }

  .news-list-1 .news-item-1 {
    width: 100%;
    margin-bottom: 16px;
  }

  .contact-content {
    flex-wrap: wrap;
    padding: 4em 0;
  }

  .ct-1 {
    width: 100%;
    margin-bottom: 3em;
  }

  .ct-2 {
    padding: 0;
    width: 100%;
  }

  .ct-cccc p {
    font-size: 0.825em;
  }

  .ct-cccc {
    margin-bottom: 2em;
  }

  .a-f-c1 {
    width: 100%;
  }

  .footer-nav .main_menuc1 > li:first-child {
    display: block;
  }

  .footer-nav .main_menuc1 > li {
    margin-right: 0;
    width: 33%;
    padding-right: 1em;
  }

  .a-f-c {
    padding: 3em 0;
    padding-bottom: 0.5em;
  }

  .footer-nav {
    border-top: 1px solid rgb(255 255 255 / 22%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    padding-top: 1.5em;
    margin-bottom: 2em;
  }

  .a-f-c2 {
    width: 100%;
  }

  .ser-c {
    text-align: center;
  }

  .bottom-ff p {
    font-size: 0.75em;
  }

  [data-header*="type-1"] #offcanvas > section {
    background: #fff;
  }

  [data-header*="type-1"] #offcanvas {
    --side-panel-width: 100vw;
  }

  .mobile-menu[data-type="type-1"] ul li a {
    color: #000;
  }

  .main_menuc2 li {
    margin-right: 1em;
  }

  .main_menuc2 li a {
    font-size: 0.825em;
  }

  .aab1 {
    overflow-x: auto;
  }

  .list-menu-1 {
    display: flex;
    white-space: nowrap;
  }

  .ab-prof-2 .ab-list {
    flex-wrap: wrap;
  }

  .ab-prof-2 .altim {
    width: 50%;
    margin: 1em 0;
    text-align: center;
  }

  .ab-prof-2 .altim p {
    margin: 0;
    max-width: none;
  }

  .ab-prof-2 .altim h4 {
    font-size: 2em;
  }

  .ab-profile p {
    font-size: 0.925em;
  }

  .ab-prof-3 video {
    height: 248px;
  }

  .sleitem {
    width: calc(100% - 0px);
  }

  .yelsd-i > span {
    font-size: 0.75em;
  }

  .hist-con {
    padding: 2em 0em;
    flex-wrap: wrap;
  }

  .his-img {
    width: 100%;
  }

  .his-cccc {
    width: 100%;
    padding: 0;
    margin-top: 1em;
  }

  .ahist-list .swiper-button-next {
    display: none;
  }

  .ahist-list .swiper-button-prev {
    display: none;
  }

  .cul-sgglsgf {
    flex-wrap: wrap;
  }

  .cul-sjlgsa {
    width: 100%;
  }

  .corp-sdgag {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main_menuc3 {
    white-space: nowrap;
  }

  .list-menu-1a {
    display: none;
  }

  .pdb2 {
    padding-top: 1em;
  }

  .pf-f-list-item {
    width: calc(50% - 16px);
  }

  [data-header*="type-1"] [data-id="trigger"] {
    --icon-size: 22px;
    margin: 0 0 0 15px;
  }

  .sgftt h3 {
    font-size: 0.875em;
  }

  .pd-lajglas {
    width: 100%;
  }

  div#pdlisls-ls2 {
    width: calc(100% - 80px);
    margin: 0;
  }

  div#thumbs-ls2 {
    width: 60px;
    height: 260px;
  }

  .pd-asgasdga {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    margin-top: 2em;
    padding-top: 2em;
  }

  .sfs-imgsfs {
    background: #fcfcfc;
  }

  .cat-namee {
    margin-bottom: 2em;
  }

  .pd-gsgstt h1 {
    margin-bottom: 0.2em;
  }

  .pd-delslsll {
    margin-top: 2em;
    padding-top: 2em;
  }

  .xqy blockquote p {
    font-size: 1em;
  }

  .col02 > div h3 {
    font-size: 0.825em;
    line-height: 1.5;
    margin-top: 0.5em;
  }

  .sgsgagdas span {
    font-size: 0.75em;
  }

  .pf-f-list-item2 {
    width: calc(50% - 10px);
  }

  .aab1.pjb1 {
    margin-bottom: 0em;
  }

  .sgsgagdas2 {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
  }

  .sgsgagdas2 h3 {
    font-size: 0.825em;
    width: 100%;
    text-align: center;
  }

  .sgsgagdas2 span.child-indicator {
    display: none;
  }

  .ioagae {
    width: 100%;
    margin-bottom: 12px;
  }

  .ioagae22 {
    width: 100%;
    margin-bottom: 10px;
  }

  .wp-block-getwid-advanced-heading.eplus-Du4Y7i.has-custom-font-size {
    font-size: 1.5em !important;
    margin-bottom: 0.5em !important;
  }

  .wp-block-getwid-advanced-heading.eplus-Du4Y7i {
    margin-bottom: 1em !important;
  }

  h1.wp-block-getwid-advanced-heading__content {
    margin: 0;
  }

  .wp-block-column.eplus-nC5gDb p {
    font-size: 0.95em;
  }

  .wp-block-column.eplus-nC5gDb {
    margin-bottom: 2em;
  }

  .wp-block-column.eplus-BNYZwx {
    padding: 2em 1em;
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
  }

  .mobile-menu > ul > li {
    border-bottom: 1px solid #e9e9e9;
    padding: 0.5em 0;
  }

  .mobile-menu ul li a {
    display: flex;
    width: 100%;
  }

  .mobile-menu .sub-menu {
    width: 100%;
    padding-right: 26px;
  }

  .mobile-menu .sub-menu > li {
    border-bottom: 0px solid #eee;
  }
}

/*Ã¥Å Â¨Ã§â€Â»*/
.swiper-container-initialized .swiper-slide .about-content > div {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .about-content > div {
  transition: 1.5s 0.7s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/*.swiper-container-initialized .swiper-slide-active .about-content>div:nth-child(2) {*/
/*    transition: 1.5s 0.85s;*/
/*    opacity: 1;*/
/*    transform: translate3d(0px, 0px, 0px);*/
/*}*/
.swiper-container-initialized .swiper-slide-active .about-content > div:nth-child(3) {
  transition: 1.5s 1.8s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/**/
.swiper-container-initialized .swiper-slide .about-content .abtt1 {
  transition: 1s;
  opacity: 0;
  transform: perspective(1000px) translate3d(0px, 0px, -400px);
}

.swiper-container-initialized .swiper-slide-active .about-content .abtt1 {
  transition: 1.5s 0.85s;
  opacity: 1;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

/**/
.swiper-container-initialized .swiper-slide .about-content .ab-ccc {
  transition: 1s;
  opacity: 0;
  transform: perspective(1000px) translate3d(0px, 0px, -400px);
}

.swiper-container-initialized .swiper-slide-active .about-content .ab-ccc {
  transition: 1.5s 1.05s;
  opacity: 1;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

/**/
.swiper-container-initialized .swiper-slide .about-content .ab-links a {
  transition: 1s;
  opacity: 0;
  transform: perspective(1000px) translate3d(0px, 0px, -400px);
}

.swiper-container-initialized .swiper-slide-active .about-content .ab-links a {
  transition: 1.5s 1.35s;
  opacity: 1;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

/**/
.swiper-container-initialized .swiper-slide .about-content .ab-more > div a {
  transition: 1s;
  opacity: 0;
  transform: perspective(1000px) translate3d(0px, 0px, -400px);
}

.swiper-container-initialized .swiper-slide-active .about-content .ab-more > div a {
  transition: 1.5s 1.6s;
  opacity: 1;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

/**/
.swiper-container-initialized .swiper-slide .pd-1 {
  transition: 1s;
  opacity: 0;
  transform: translate3d(-50px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pd-1 {
  transition: 1.5s 0.7s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/**/
.swiper-container-initialized .swiper-slide .pd-home-list .pd-h-item {
  transition: 1s;
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pd-home-list .pd-h-item {
  transition: 1.5s 0.7s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pd-home-list .pd-h-item:nth-child(2) {
  transition: 1.5s 0.85s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pd-home-list .pd-h-item:nth-child(3) {
  transition: 1.5s 1s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pd-home-list .pd-h-item:nth-child(4) {
  transition: 1.5s 1.15s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pd-home-list .pd-h-item:hover {
  transition: 0.5s;
}

/**/
.swiper-container-initialized .swiper-slide .pj-ccclist .pj-titem {
  transition: 1s;
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pj-ccclist .pj-titem {
  transition: 1.5s 0.7s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pj-ccclist .pj-titem:nth-child(2) {
  transition: 1.5s 0.85s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pj-ccclist .pj-titem:nth-child(3) {
  transition: 1.5s 1s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pj-ccclist .pj-titem:nth-child(4) {
  transition: 1.5s 1.15s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pj-ccclist .pj-titem:nth-child(5) {
  transition: 1.5s 1.3s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .pj-ccclist .pj-titem:hover {
  transition: 0.5s;
}

/**/
.swiper-container-initialized .swiper-slide .news-content .news-list-1 .news-item-1 {
  transition: 1s;
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .news-content .news-list-1 .news-item-1 {
  transition: 1.5s 0.7s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .news-content .news-list-1 .news-item-1:nth-child(2) {
  transition: 1.5s 0.85s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-initialized .swiper-slide-active .news-content .news-list-1 .news-item-1:nth-child(3) {
  transition: 1.5s 1s;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/**/
div#home_control > .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.61, 0.01, 0.25, 1);
}

.pd-sgagflas {
  transition: opacity 0.5s;
  opacity: 0;
}

body.is-ok .pd-sgagflas {
  opacity: 1;
  transition: opacity 0.5s 0.5s;
}

@media only screen and (min-width: 769px) {
  .corp-sdgag {
    display: flex;
    flex-wrap: wrap;
  }

  .imglsfdjsg {
    width: 16.66%;
  }

  .main_menuc3 > li > ul.sub-menu::before {
    width: 100%;
  }
}

/* shadi */
.ss-page.ss-fll {
  position: relative;
  height: 100vh;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="menu"] > ul > li > a {
  color: #fff;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="logo"] .site-title {
  color: #fff;
}

.site-description:not(:only-child) {
  margin-top: 0;
}

[data-logo="left"] .site-title-container {
  padding-left: 1em;
  border-left: 1px solid rgb(255 255 255 / 22%);
}

.soauimg {
  position: relative;
}

.about-p {
  margin: 10% auto;
  width: 100%;
  max-width: 2440px;
}

.al1-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: auto;
}

.h3ss {
  width: 60%;
  max-width: 630px;
}

.h3mlore {
  width: 30%;
}

.mre1 a img {
  max-width: 30px;
}

.mre1 a {
  display: flex;
  align-items: center;
}

.mre1 a span {
  display: inline-block;
  margin-right: 1.25em;
  font-size: 0.875em;
}

.h3mlore {
  padding: 3em 3em;
  position: relative;
}

.h3mlore::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  background: #fdf6dd;
  border-radius: 200px;
}

.mre1 {
  position: relative;
  z-index: 3;
}

.h3mlore .mre1 {
  margin: auto;
  max-width: 210px;
}

.slaoie {
  display: flex;
  min-width: 360px;
  width: 30vw;
  height: 30vw;
  min-height: 360px;
  border: 1px solid #bababa;
  padding: 4.5%;
}

.sgoei h4 {
  margin: 0;
}

.slaoie > div {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.baohie {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.al2-1 {
  width: 92.5%;
  margin-left: auto;
  margin-top: 6%;
  display: flex;
}

.soauimg {
  width: calc(100% - 30vw);
  margin-left: 1.5em;
}

.pd_slie_img {
  position: relative;
  padding-bottom: 70%;
}

.sljttt {
  width: 85%;
  margin: auto;
  margin-bottom: 5%;
}

.pd_lsitt {
  display: flex;
}

.sitmem b {
  display: block;
  margin: 0;
  line-height: 1;
  color: #fdd35d;
}

.sitmem {
  margin-right: 2em;
}

.sljttt h3 {
  margin-bottom: 1em;
}

.lsioell {
  display: flex;
  flex-wrap: wrap;
}

.gsoo1 {
  width: 50%;
}

.gsoo2 {
  width: 50%;
}

.lsjslpd {
  margin-bottom: 10%;
}

.sljglj_kek {
  width: 85%;
  margin: auto;
  margin-bottom: 10%;
}

.sljglj_kek p {
  max-width: 450px;
}

.pe_slie_img {
  position: relative;
  padding-bottom: 66%;
}

.sjgoeo {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: 92.5%;
}

.lsgej {
  width: 46%;
  z-index: 3;
  position: relative;
}

.gwoe {
  width: 54%;
  background: #fbf3e6;
  position: relative;
  z-index: 1;
  padding: 4em;
}

.sjgoeo.sge1 .pe_slie_img {
  margin-right: 0em;
}

.ieojg_ww {
  max-width: 440px;
}

.ieojg_ww h4 {
  font-size: 1.3em;
}

.ieojg_ww h4::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #f7d193;
  margin-top: 0.85em;
}

.sjgoeo.sge2 {
  margin-left: 0;
  margin-right: auto;
  flex-direction: row-reverse;
}

.sjgoeo.sge2 .ieojg_ww {
  margin-left: auto;
}

.sjgoeo.sge2 .gwoe {
  background: #fff8ed;
}

.sgjoea {
  text-align: center;
  margin: 10% auto;
}

.lsimggg img {
  max-width: 1320px;
}

.lsimggg {
  margin: auto;
  width: 85%;
}

.sjfo {
  position: relative;
}

.geoos {
  position: relative;
  z-index: 10;
  width: 85%;
  margin: auto;
}

.sjfo {
  min-height: 510px;
  display: flex;
  align-items: center;
}

.geoos h4 {
  font-size: 1.25em;
  color: #898989;
  font-weight: normal;
}

.sjisnews {
  width: 85%;
  margin: 10% auto;
}

.news-item-1 {
  box-shadow: 0px 5px 25px rgb(0 0 0 / 4%);
}

body.home .normal-content.gl-footer {
  display: block;
}

.ser-c {
  text-align: left;
}

.ser-c h4 {
  font-size: 1.25em;
}

.entry-header .page-description {
  max-width: 500px;
}

.grid-container {
  max-width: 1280px;
}

.su-title {
  max-width: 400px;
}

.ny-b-title * {
  color: #000;
}

.su-title {
  opacity: 0.65;
  font-size: 0.875em;
}

[data-dropdown*="solid"] .sub-menu li[class*="current-menu-"] > a {
  /* color: #000; */
  background: #000;
}

@media only screen and (max-width: 768px) {
  .ss-page.ss-fll {
    position: relative;
    height: 65vh;
  }

  .lsimggg img {
    width: 100%;
  }

  .ssw-page {
    overflow: hidden;
  }

  [data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row="middle"] svg.ct-trigger.ct-icon {
    fill: #fff;
  }

  .h3ss {
    width: 100%;
  }

  .h3mlore {
    padding: 1em 2em;
    width: 100%;
  }

  .h3mlore .mre1 {
    margin: 0;
  }

  .al2-1 {
    flex-wrap: wrap;
  }

  .gsoo1 {
    width: 100%;
  }

  .gsoo2 {
    width: 100%;
    margin-top: 2em;
  }

  .lsgej {
    width: 100%;
  }

  .gwoe {
    width: 100%;
  }

  .sjgoeo.sge1 {
    width: 100%;
  }

  .sjgoeo.sge2 {
    width: 100%;
  }

  .ny-content {
    overflow: hidden;
  }

  [data-prefix="single_page"] .hero-section[data-type="type-2"] {
    min-height: 300px;
    height: 300px;
  }

  .hero-section[data-type="type-2"] > [class*="ct-container"] {
    min-height: 300px;
  }
}
/* 详情组 */

.dt-g-img {
  position: relative;
  padding-bottom: 100%;
}

.dt-tm-img {
  position: relative;
  padding-bottom: 100%;
}
div#SwGallery_A {
  margin-bottom: 10px;
}

.detail-w-c {
  display: flex;
  flex-wrap: wrap;
}

.dt-c1 {
  width: 50%;
}
.detial-wrap-w {
  padding: 1.5em 0;
  padding-bottom: 5em;
}

.dt-c2 {
  width: 50%;
  padding-left: 5.5%;
}

.dt-summary p {
  margin-bottom: 0.5em;
}

.dt-summary {
  font-size: 0.875em;
}

.dt-c3 {
  width: 100%;
  padding-top: 2em;
  margin-top: 3em;
  border-top: 1px solid #c8c8c8;
}
.dt-content-1 h3 {
  font-size: 1.5em;
}
.swiper-button-black.alp {
  background: rgb(255 255 255 / 90%);
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.swiper-button-black.alp::after {
  font-size: 1em;
}

.geoos {
  background: rgb(255 255 255 / 80%);
  padding: 2em;
  margin: 0 7.5%;
  width: 360px;
  max-width: 100%;
  backdrop-filter: blur(8px);
}

.sjfo {
  justify-content: flex-start;
  align-items: flex-end;
}

@media only screen and (max-width: 999px) {
  .dt-c1 {
    width: 100%;
  }

  .dt-c2 {
    width: 100%;
    padding: 0;
    padding-top: 2em;
  }

  .dt-c3 {
    margin-top: 2em;
  }
}
