/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.section1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.section1 .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: url(../images/page-normal.png) no-repeat;
  border-radius: 0;
  opacity: 1;
  background-size: 100% auto;
}
.section1 .swiper-pagination-bullet-active {
  background: url(../images/page-cur.png) no-repeat;
  background-size: 100% auto;
}
.section1 .swiper-pagination {
  text-align: right;
  padding-right: 15.7291%;
}
.section1 .swiper-pagination-bullets {
  bottom: 5.1886%;
}
.section1 .swiper-slide-active .banner-cloud {
  animation: cloudmove 80s linear forwards infinite;
  -webkit-animation: cloudmove 80s linear forwards infinite;
  -moz-animation: cloudmove 80s linear forwards infinite;
  -o-animation: cloudmove 80s linear forwards infinite;
}
.section1 .swiper-slide-active .banner1-txt1 {
  animation: ban1txt1 1.6s 2.6s ease forwards;
  -webkit-animation: ban1txt1 1.6s 2.6s ease forwards;
  -moz-animation: ban1txt1 1.6s 2.6s ease forwards;
  -o-animation: ban1txt1 1.6s 2.6s ease forwards;
}
.section1 .swiper-slide-active .banner1-txt2 {
  animation: ban1txt2 1.6s 1.2s ease forwards;
  -webkit-animation: ban1txt2 1.6s 1.2s ease forwards;
  -moz-animation: ban1txt2 1.6s 1.2s ease forwards;
  -o-animation: ban1txt2 1.6s 1.2s ease forwards;
}
.section1 .swiper-slide-active .banner1-stamp {
  animation: xmove 1s 3.7s ease forwards;
  -webkit-animation: xmove 1s 3.7s ease forwards;
  -moz-animation: xmove 1s 3.7s ease forwards;
  -o-animation: xmove 1s 3.7s ease forwards;
}
.section1 .swiper-slide-active .banner1-line {
  animation: xmove 1s 3.8s ease forwards;
  -webkit-animation: xmove 1s 3.8s ease forwards;
  -moz-animation: xmove 1s 3.8s ease forwards;
  -o-animation: xmove 1s 3.8s ease forwards;
}
.section1 .swiper-slide-active .banner2-flower {
  animation: fadeIn 0.4s 1s ease forwards;
  -webkit-animation: fadeIn 0.4s 1s ease forwards;
  -moz-animation: fadeIn 0.4s 1s ease forwards;
  -o-animation: fadeIn 0.4s 1s ease forwards;
}
.section1 .swiper-slide-active .banner2-txt1 {
  animation: ban2txt1 1.6s 2.6s ease forwards;
  -webkit-animation: ban2txt1 1.6s 2.6s ease forwards;
  -moz-animation: ban2txt1 1.6s 2.6s ease forwards;
  -o-animation: ban2txt1 1.6s 2.6s ease forwards;
}
.section1 .swiper-slide-active .banner2-txt2 {
  animation: ban2txt2 1.6s 1.4s ease forwards;
  -webkit-animation: ban2txt2 1.6s 1.4s ease forwards;
  -moz-animation: ban2txt2 1.6s 1.4s ease forwards;
  -o-animation: ban2txt2 1.6s 1.4s ease forwards;
}
.section1 .swiper-slide-active .banner2-stamp {
  animation: xmove 1s 4s ease forwards;
  -webkit-animation: xmove 1s 4s ease forwards;
  -moz-animation: xmove 1s 4s ease forwards;
  -o-animation: xmove 1s 4s ease forwards;
}
.section1 .swiper-slide-active .banner2-txt3 {
  animation: toptodowm 1.2s steps(60, end) 5s forwards;
  -webkit-animation: toptodowm 1.2s steps(60, end) 5s forwards;
  -moz-animation: toptodowm 1.2s steps(60, end) 5s forwards;
  -o-animation: toptodowm 1.2s steps(60, end) 5s forwards;
}
.section1 .swiper-slide-active .banner2-txt4 {
  animation: toptodowm 1.2s steps(60, end) 6.1s forwards;
  -webkit-animation: toptodowm 1.2s steps(60, end) 6.1s forwards;
  -moz-animation: toptodowm 1.2s steps(60, end) 6.1s forwards;
  -o-animation: toptodowm 1.2s steps(60, end) 6.1s forwards;
}
.section1 .swiper-slide-active .banner2-txt5 {
  animation: toptodowm 1.2s steps(60, end) 7.5s forwards;
  -webkit-animation: toptodowm 1.2s steps(60, end) 7.5s forwards;
  -moz-animation: toptodowm 1.2s steps(60, end) 7.5s forwards;
  -o-animation: toptodowm 1.2s steps(60, end) 7.5s forwards;
}
.section1 .swiper-slide-active .banner2-bird1 {
  animation: birdTranslate1 11s linear forwards;
  -webkit-animation: birdTranslate1 11s linear forwards;
  -moz-animation: birdTranslate1 11s linear forwards;
  -o-animation: birdTranslate1 11s linear forwards;
}
.section1 .swiper-slide-active .banner2-bird1 div {
  animation: birdFly 1s linear infinite;
  -webkit-animation: birdFly 1s linear infinite;
  -moz-animation: birdFly 1s linear infinite;
  -o-animation: birdFly 1s linear infinite;
}
.section1 .swiper-slide-active .banner2-bird2 {
  animation: birdTranslate2 11s linear forwards;
  -webkit-animation: birdTranslate2 11s linear forwards;
  -moz-animation: birdTranslate2 11s linear forwards;
  -o-animation: birdTranslate2 11s linear forwards;
}
.section1 .swiper-slide-active .banner2-bird2 div {
  animation: birdFly 1s linear infinite;
  -webkit-animation: birdFly 1s linear infinite;
  -moz-animation: birdFly 1s linear infinite;
  -o-animation: birdFly 1s linear infinite;
}
.banner-cloud {
  position: absolute;
  width: 147.969%;
  left: 147.969%;
}
.banner-cloud.b1cloud {
  top: 0;
}
.banner-cloud.b2cloud {
  bottom: -25%;
}
@keyframes cloudmove {
  from {
    left: -147.969%;
  }
  to {
    left: 147.969%;
  }
}
.banner1-bird {
  position: absolute;
  width: 12.7604%;
  top: 13.5613%;
  right: 10.1041%;
}
.banner1-flow {
  position: absolute;
  width: 248px;
  height: 334px;
  right: 13.698%;
  bottom: 15.0943%;
}
.banner1-flow > div {
  position: absolute;
}
.banner1-txt1 {
  width: 9.6774%;
  left: 11.29%;
  top: 33%;
  clip: rect(0 24px 0 0);
  clip: rect(0, 24px, 0, 0);
}
.banner1-txt2 {
  width: 69.3548%;
  left: 25.4032%;
  top: 0;
  clip: rect(0 171px 0 0);
  clip: rect(0, 171px, 0, 0);
}
.banner1-stamp {
  width: 20.1612%;
  left: 32.6612%;
  top: 68%;
  opacity: 0;
  transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
.banner1-line {
  width: 100%;
  left: 0;
  top: 75.7961%;
  opacity: 0;
  transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
.banner2-flow {
  position: absolute;
  width: 536px;
  height: 365px;
  left: 37.5%;
  top: 19.8113%;
}
.banner2-flow > div {
  position: absolute;
}
.banner2-flower {
  opacity: 0;
}
.banner2-txt1 {
  width: 5.9701%;
  left: 5.2238%;
  top: 36.4383%;
  clip: rect(0 32px 0 0);
  clip: rect(0, 32px, 0, 0);
}
.banner2-txt2 {
  width: 6.3432%;
  left: 12.5%;
  top: 20%;
  clip: rect(0 34px 0 0);
  clip: rect(0, 34px, 0, 0);
}
.banner2-stamp {
  width: 4.1044%;
  left: 13.0597%;
  top: 73.9726%;
  opacity: 0;
  transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
.banner2-txt3 {
  width: 9.3283%;
  left: 40.8582%;
  top: 20%;
  height: 0.01px;
  overflow: hidden;
}
.banner2-txt4 {
  width: 9.3283%;
  left: 56.1567%;
  top: 20%;
  height: 0.01px;
  overflow: hidden;
}
.banner2-txt5 {
  width: 9.3283%;
  left: 72.18%;
  top: 19%;
  height: 0.01px;
  overflow: hidden;
}
.banner2-bird1 {
  position: absolute;
  left: 36%;
  top: 55%;
  width: 100px;
  height: 100px;
}
.banner2-bird1 div {
  width: 100%;
  height: 100%;
  background: url(../images/bird1.png);
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
}
.banner2-bird2 {
  position: absolute;
  left: 41%;
  top: 58%;
  width: 100px;
  height: 100px;
}
.banner2-bird2 div {
  width: 100%;
  height: 100%;
  background: url(../images/bird1.png);
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}
@-webkit-keyframes ban1txt1 {
  0% {
    clip: rect(0 24px 0 0);
    clip: rect(0, 24px, 0, 0);
  }
  100% {
    clip: rect(0 24px 205px 0);
    clip: rect(0, 24px, 205px, 0);
  }
}
@keyframes ban1txt1 {
  0% {
    clip: rect(0 24px 0 0);
    clip: rect(0, 24px, 0, 0);
  }
  100% {
    clip: rect(0 24px 205px 0);
    clip: rect(0, 24px, 205px, 0);
  }
}
@-webkit-keyframes ban1txt2 {
  0% {
    clip: rect(0 171px 0 0);
    clip: rect(0, 169px, 0, 0);
  }
  100% {
    clip: rect(0 171px 226px 0);
    clip: rect(0, 171px, 226px, 0);
  }
}
@keyframes ban1txt2 {
  0% {
    clip: rect(0 171px 0 0);
    clip: rect(0, 171px, 0, 0);
  }
  100% {
    clip: rect(0 171px 226px 0);
    clip: rect(0, 171px, 226px, 0);
  }
}
@-webkit-keyframes xmove {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@keyframes xmove {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes ban2txt1 {
  0% {
    clip: rect(0 32px 0 0);
    clip: rect(0, 32px, 0, 0);
  }
  100% {
    clip: rect(0 32px 158px 0);
    clip: rect(0, 32px, 158px, 0);
  }
}
@keyframes ban2txt1 {
  0% {
    clip: rect(0 32px 0 0);
    clip: rect(0, 32px, 0, 0);
  }
  100% {
    clip: rect(0 32px 158px 0);
    clip: rect(0, 32px, 158px, 0);
  }
}
@-webkit-keyframes ban2txt2 {
  0% {
    clip: rect(0 34px 0 0);
    clip: rect(0, 34px, 0, 0);
  }
  100% {
    clip: rect(0 34px 193px 0);
    clip: rect(0, 34px, 193px, 0);
  }
}
@keyframes ban2txt2 {
  0% {
    clip: rect(0 34px 0 0);
    clip: rect(0, 34px, 0, 0);
  }
  100% {
    clip: rect(0 34px 193px 0);
    clip: rect(0, 34px, 193px, 0);
  }
}
@-webkit-keyframes toptodowm {
  0% {
    height: 0.01px;
  }
  100% {
    height: 218px;
  }
}
@keyframes toptodowm {
  0% {
    height: 0.01px;
  }
  100% {
    height: 218px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes birdFly {
  0% {
    background: url(../images/bird1.png);
    background-size: 100% 100%;
  }
  25% {
    background: url(../images/bird2.png);
    background-size: 100% 100%;
  }
  50% {
    background: url(../images/bird3.png);
    background-size: 100% 100%;
  }
  75% {
    background: url(../images/bird4.png);
    background-size: 100% 100%;
  }
  100% {
    background: url(../images/bird1.png);
    background-size: 100% 100%;
  }
}
@-webkit-keyframes birdFly {
  0% {
    background: url(../images/bird1.png);
    background-size: 100% 100%;
  }
  25% {
    background: url(../images/bird2.png);
    background-size: 100% 100%;
  }
  50% {
    background: url(../images/bird3.png);
    background-size: 100% 100%;
  }
  75% {
    background: url(../images/bird4.png);
    background-size: 100% 100%;
  }
  100% {
    background: url(../images/bird1.png);
    background-size: 100% 100%;
  }
}
@-webkit-keyframes birdTranslate1 {
  0% {
    left: 36%;
    top: 55%;
  }
  100% {
    left: 0;
    top: 4%;
    opacity: 0;
  }
}
@keyframes birdTranslate1 {
  0% {
    left: 36%;
    top: 55%;
  }
  100% {
    left: 0;
    top: 4%;
    opacity: 0;
  }
}
@keyframes birdTranslate2 {
  0% {
    left: 41%;
    top: 58%;
  }
  100% {
    left: 4%;
    top: 8%;
    opacity: 0;
  }
}
.section2 {
  position: relative;
}
.section2 .intro-con {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3.75% 36.1979% 3.2291% 36.6666%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.section2 .intro-con .main-con {
  border: 1px solid #e6dfd5;
  background-color: #fff;
  background-image: url(../images/index-intro-text.png);
  background-repeat: no-repeat;
  background-size: 80.76% auto;
  background-position: center 31.5%;
  height: 100%;
  padding: 19px 11px 10px 25px;
}
.section2 .intro-con .intro-tit {
  margin-left: -14px;
  margin-bottom: 18.5803%;
  margin-top: 4.1753%;
  position: relative;
}
.section2 .intro-con .intro-tit h4 {
  font-size: 27px;
  margin-left: -6px;
}
.section2 .intro-con .intro-tit p {
  font-size: 20px;
}
.section2 .intro-con .intro-tit:before {
  content: '';
  width: 263px;
  height: 56px;
  background: url(../images/index-intro-tit.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  pointer-events: none;
}
.section2 .inner-con {
  width: 100%;
  height: 100%;
  border: 2px solid #b49a75;
  pointer-events: auto;
  position: relative;
  padding-top: 3.5937vw;
}
.section2 .inner-con:before {
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 4px);
  border: 5px solid #b49a75;
  position: absolute;
  left: -12px;
  top: -11px;
  pointer-events: none;
}
.section2 .top-sigle {
  text-align: center;
  margin-left: -10px;
}
.section2 .top-sigle span {
  display: inline-block;
  width: 3.177vw;
  height: 3.5416vw;
  line-height: 3.5416vw;
  background: url(../images/wordbg1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 2.6041vw;
  color: #fff;
  font-family: 'STLiti';
  padding-top: 0.4687vw;
  padding-left: 0.1562vw;
}
.section2 .intro-desc {
  width: 88.5177%;
  height: 36.67%;
  overflow-y: auto;
  margin-left: 4%;
  font-size: 14px;
  line-height: 28px;
  padding: 6px 9px 6px 18px;
  border-top: 1px solid rgba(184, 158, 120, 0.14);
  border-bottom: 1px solid rgba(184, 158, 120, 0.14);
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.section2 .intro-desc::-webkit-scrollbar {
  width: 0 !important;
}
.section2 .intro-more {
  display: inline-block;
  padding: 4px 0;
  margin-left: -7px;
  margin-top: 4.3841%;
  position: relative;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.section2 .intro-more:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #767676;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
}
.section2 .intro-more:hover {
  color: #bd9659;
}
.section2 .intro-more:hover:after {
  width: 0;
}
.s2-container {
  display: -webkit-flex;
  display: flex;
}
.s2-container > div {
  width: 50%;
}
.s2-container .s2-l {
  background-color: #fffcf9;
  background-image: url(../images/s2bg.png);
  background-size: 94.5833% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 0.4687% 14.0625% 2.1875% 0;
}
.s2-container .s2-r {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(181, 179, 167, 0.57);
  box-shadow: 0px 3px 7px 0px rgba(181, 179, 167, 0.57);
}
.s2-container .about-list {
  height: 100%;
}
.s2-container .about-list ul {
  height: 100%;
  float: right;
}
.s2-container .about-list li {
  float: left;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  width: 80px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.s2-container .about-list a {
  display: block;
  padding-top: 14.0625vw;
}
.s2-container .about-list a:hover .single:before,
.s2-container .about-list a.cur .single:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.s2-container .about-list a:hover .single:after,
.s2-container .about-list a.cur .single:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.s2-container .about-list .single {
  font-family: 'STLiti';
  font-size: 24px;
  color: #fff;
  position: relative;
}
.s2-container .about-list .single span {
  position: relative;
  z-index: 2;
}
.s2-container .about-list .single:before,
.s2-container .about-list .single:after {
  content: '';
  width: 27px;
  height: 34px;
  background-size: 100% 100%;
  position: absolute;
  top: -9px;
  left: 0;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.s2-container .about-list .single:before {
  background-image: url(../images/wordbg1.png);
}
.s2-container .about-list .single:after {
  background-image: url(../images/wordbg2.png);
  opacity: 0;
  filter: alpha(opacity=0);
}
.s2-container .about-list .tit1,
.s2-container .about-list .tit2 {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.s2-container .about-list .tit1 {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}
.s2-container .about-list .tit2 {
  font-size: 16px;
  margin-left: 7px;
  margin-top: 15px;
}
.section3 {
  padding-top: 5.9895%;
  padding-bottom: 8.2291%;
  background: url(../images/s3bg.jpg) bottom / cover no-repeat;
}
.section3 .news-wrap {
  margin-top: 3.229%;
}
.section3 .news-swiper-wrap {
  margin: 0 -44px;
}
.section3 .news-item {
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 32px;
  position: relative;
}
.section3 .news-item .swiper-slide {
  padding-top: 30px;
  padding-left: 7px;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.section3 .news-item .swiper-slide:hover {
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
}
.section3 .swiper-container-fade > .swiper-wrapper > .swiper-slide {
  opacity: 0!important;
}
.section3 .swiper-container-fade > .swiper-wrapper > .swiper-slide-active {
  opacity: 1!important;
}
.section3 .news-img {
  border: 1px solid #be9567;
  padding: 6px 16px 16px 6px;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .news-img:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 3px solid #be9567;
  position: absolute;
  left: -8px;
  top: -8px;
}
.section3 .news-text {
  padding: 32px 17px 14px 0;
  font-size: 0;
}
.section3 .text-l {
  width: 111px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 24px;
}
.section3 .text-l:after {
  content: '';
  width: 4px;
  height: 84px;
  background: url(../images/news-line.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
}
.section3 .text-l .day {
  font-size: 42px;
  line-height: 1;
}
.section3 .text-l .m-y {
  font-size: 14px;
}
.section3 .text-r {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 111px);
}
.section3 .text-r h4 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
}
.section3 .text-r h4:after {
  content: '';
  width: 88.21%;
  height: 1px;
  background: rgba(180, 155, 118, 0.29);
  position: absolute;
  left: 1px;
  bottom: 6px;
}
.section3 .text-r p {
  font-size: 12px;
  color: #696969;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section4 {
  background: url(../images/s4bg.jpg) center / cover no-repeat;
  padding-left: 17.1875%;
  padding-right: 15.1041%;
  padding-top: 4.6354%;
  padding-bottom: 9.375%;
  font-size: 0;
}
.section4 .tit-img {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 28.3846%;
  margin-bottom: 4.3846%;
  margin-right: 1.38%;
}
.section4 .hand {
  -webkit-animation: cgo 1.2s linear 0.3s alternate infinite;
  -moz-animation: cgo 1.2s linear 0.3s alternate infinite;
  -o-animation: cgo 1.2s linear 0.3s alternate infinite;
  animation: cgo 1.2s linear 0.3s alternate infinite;
}
.section4 .word {
  width: 34.4173%;
  position: absolute;
  top: 58.7209%;
  left: 35.7723%;
}
.section4 .culture-item {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}
.section4 .culture-item p {
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  display: inline-block;
  margin-top: 36px;
  margin-bottom: 19px;
}
.section4 .ci1 {
  width: 19.0769%;
  margin-right: 3.1538%;
}
.section4 .ci2 {
  width: 19.5384%;
  margin-right: 3.1538%;
}
.section4 .ci3 {
  width: 19.3076%;
}
.section4 .img-bottom {
  padding-left: 8.5%;
}
.section5 {
  background: url(../images/s5bg.jpg) center / cover no-repeat;
  padding: 6.25% 18.75% 6.77%;
}
.section5 .feature-list {
  margin-top: 5.4687%;
}
.section5 .feature-list ul {
  margin: 0 -10px;
}
.section5 .feature-list li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.section5 .fe-wrap {
  border-top: 2px solid #c8a063;
  border-bottom: 2px solid #c8a063;
  padding-bottom: 20px;
  position: relative;
}
.section5 .feimg {
  margin-top: 6px;
  margin-bottom: 26px;
  border: solid #c8a063;
  border-width: 5px 7px;
}
.section5 .fe-name {
  font-size: 24px;
  padding-right: 15px;
  padding-top: 9px;
  width: calc(100% - 105px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section5 .fe-name:before {
  content: '';
  width: 10px;
  height: 26px;
  background: #26445e;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: -3px;
}
.section5 .more {
  text-decoration-line: underline;
}
.section5 .fe-num {
  width: 100px;
  position: absolute;
}
.section5 .fe-num-img {
  position: absolute;
}
.section5 .fe1 .fe-num {
  top: 0;
  right: -100px;
}
.section5 .fe1 .fe-num-img {
  width: 63%;
  left: 33px;
  top: 11px;
}
.section5 .fe2 {
  margin-top: 118px;
}
.section5 .fe2 .fe-num {
  bottom: 0;
  left: -100px;
}
.section5 .fe2 .fe-num-img {
  width: 71%;
  right: 26px;
  bottom: -11px;
}
.section5 .fe3 {
  margin-top: 76px;
}
.section5 .fe3 .fe-num {
  top: 0;
  right: -100px;
}
.section5 .fe3 .fe-num-img {
  width: 76%;
  left: 26px;
  top: 8px;
}
.section5 .fe4 {
  margin-top: 184px;
}
.section5 .fe4 .fe-num {
  bottom: 0;
  left: -100px;
}
.section5 .fe4 .fe-num-img {
  width: 83%;
  bottom: -14px;
  right: 23px;
}
.section6 {
  background: url(../images/s6bg.jpg) center / cover no-repeat;
  padding: 4.2187% 15.625% 3.3854%;
}
.section6 .swiper-wrap {
  padding: 0 8.78%;
  position: relative;
}
.section6 .photo-swiper {
  padding: 8px 12px;
  border: 2px solid #c8a063;
}
.section6 .more-large {
  font-size: 24px;
  margin-top: 37px;
}
@keyframes cgo {
  0% {
    -webkit-transform: rotate(2deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(2deg);
    -moz-transform-origin: 15% 94.186%;
    transform: rotate(2deg);
    transform-origin: 15% 94.186%;
  }
  100% {
    -webkit-transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(-2deg);
    -moz-transform-origin: 15% 94.186%;
    transform: rotate(-2deg);
    transform-origin: 15% 94.186%;
  }
}
@media (max-width: 1440px) {
  .banner1-flow {
    width: 190px;
    right: 12%;
    bottom: 7%;
  }
  .banner1-txt1 {
    top: 30%;
  }
  .banner1-stamp {
    top: 56%;
  }
  .banner1-line {
    top: 67%;
  }
  .banner2-flow {
    width: 400px;
    height: 280px;
  }
  .section2 .inner-con {
    padding-top: 2vw;
  }
  .section2 .intro-con {
    padding: 2% 33% 2% 33%;
  }
  .section2 .intro-con .main-con {
    background-size: 62% auto;
    background-position: center 21%;
  }
  .section2 .intro-con .intro-tit {
    margin-bottom: 10%;
  }
  .section2 .intro-con .intro-tit h4 {
    font-size: 22px;
  }
  .section2 .intro-con .intro-tit p {
    font-size: 16px;
  }
  .section2 .intro-con .intro-tit:before {
    width: 200px;
  }
  .section2 .top-sigle span {
    width: 2vw;
    height: 2.4vw;
    line-height: 2.4vw;
    font-size: 1.8vw;
    padding-top: 0.2vw;
  }
  .section2 .intro-desc {
    height: 50%;
    line-height: 24px;
  }
  .s2-container .s2-l {
    padding-right: 17%;
  }
  .s2-container .about-list li {
    width: 60px;
  }
  .s2-container .about-list .single {
    font-size: 18px;
  }
  .s2-container .about-list .single:after,
  .s2-container .about-list .single:before {
    left: -2px;
  }
  .s2-container .about-list .tit1 {
    font-size: 20px;
  }
  .section5 {
    padding: 6.25% 10% 6.77%;
  }
  .section5 .fe-wrap .fe-num-img {
    width: 45%;
  }
  .section6 .more-large {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .banner1-bird {
    width: 10%;
    top: 8%;
    right: 7%;
  }
  .banner1-flow {
    width: 150px;
    height: 260px;
    bottom: 4%;
  }
  .banner1-txt2 {
    width: 60%;
    top: 10%;
  }
  .banner2-flow {
    left: 31%;
    top: 9%;
  }
  .banner2-stamp {
    width: 6%;
    top: 72%;
  }
  .section2 .intro-con {
    display: none;
  }
  .s2-container .s2-l {
    padding-right: 0;
    padding-top: 2%;
  }
  .s2-container .about-list {
    text-align: center;
    font-size: 0;
  }
  .s2-container .about-list ul {
    float: none;
    display: inline-block;
  }
  .s2-container .about-list li:last-child {
    border-right: 1px solid #dcdcdc;
  }
  .s2-container .about-list a {
    padding-top: 8vw;
  }
  .section3 .news-item .swiper-slide {
    padding-left: 0;
  }
  .section3 .news-img {
    padding: 5px;
    height: 230px;
  }
  .section3 .news-img:before {
    display: none;
  }
  .section3 .news-text {
    padding: 18px 8px 14px 0;
  }
  .section3 .text-l {
    width: 84px;
    padding-right: 12px;
  }
  .section3 .text-l .day {
    font-size: 30px;
  }
  .section3 .text-l:after {
    right: 12px;
  }
  .section3 .text-r {
    width: calc(100% - 84px);
  }
  .section4 {
    padding: 4% 9% 7% 10%;
  }
  .section4 .culture-item p {
    font-size: 18px;
  }
  .section6 {
    padding: 5% 9%;
  }
}
@media (max-width: 768px) {
  .banner1-flow {
    right: 5%;
    bottom: -1%;
  }
  .banner1-txt1 {
    top: 34%;
    left: 16%;
  }
  .banner1-txt2 {
    width: 40%;
    top: 23%;
    left: 29%;
  }
  .banner1-stamp {
    top: 57%;
  }
  .banner2-flow {
    width: 200px;
    height: 160px;
  }
  .banner2-stamp {
    top: 67%;
  }
  .banner2-bird1 div {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
  .banner2-bird2 div {
    transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
  }
  .section1 .swiper-pagination-bullets {
    bottom: 2%;
  }
  .s2-container {
    display: block;
  }
  .s2-container > div {
    width: 100%;
  }
  .s2-container .about-list li {
    height: 270px;
  }
  .s2-container .about-list a {
    padding-top: 30px;
  }
  .s2-container .about-list a:after {
    display: none;
  }
  .section3 .news-swiper-wrap {
    margin: 0 -20px;
  }
  .section3 .news-item {
    padding-top: 0;
  }
  .section3 .news-img {
    height: auto;
  }
  .section4 .tit-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9%;
  }
  .section4 .culture-item {
    width: 30%;
  }
  .section4 .culture-item p {
    font-size: 14px;
    margin-top: 20px;
  }
  .section5 .feature-list li {
    width: 100%;
    padding: 0 22px;
  }
  .section5 .fe-wrap {
    padding-bottom: 10px;
  }
  .section5 .fe-name {
    font-size: 18px;
  }
  .section5 .feimg {
    margin-bottom: 15px;
  }
  .section5 .fe-num {
    display: none;
  }
  .section5 .fe2,
  .section5 .fe3,
  .section5 .fe4 {
    margin-top: 40px;
  }
  .section6 {
    padding: 5%;
  }
  .section6 .swiper-wrap {
    padding: 0 26px;
  }
  .section6 .more-large {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .banner1-flow {
    width: 80px;
    height: 160px;
    bottom: 12%;
  }
  .banner1-txt1 {
    width: 11px;
    left: 4%;
  }
  .banner1-txt2 {
    width: 34px;
    top: 27%;
    left: 25%;
  }
  .banner1-stamp {
    width: 20px;
    left: 26%;
    top: 61%;
  }
  .banner1-line {
    display: none;
  }
  .banner2-flow {
    width: 160px;
    height: 110px;
  }
  .banner2-stamp {
    top: 71%;
  }
  .section1 .swiper-pagination {
    padding-right: 4%;
  }
  .s2-container .about-list li {
    width: 50px;
  }
  .s2-container .about-list .single {
    font-size: 16px;
  }
  .s2-container .about-list .single:before,
  .s2-container .about-list .single:after {
    width: 21px;
    height: 27px;
    left: -2px;
  }
  .s2-container .about-list .tit1 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .s2-container .about-list .tit2 {
    font-size: 14px;
    margin-left: 2px;
  }
  .section3 .news-item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section3 .news-text {
    padding: 10px 8px 14px 0;
  }
  .section3 .text-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .section3 .text-l:after {
    display: none;
  }
  .section3 .text-r {
    width: 100%;
  }
  .section3 .text-r h4:after {
    width: 100%;
  }
  .section4 .tit-img {
    width: 50%;
  }
  .section4 .culture-item {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .section4 .culture-item > img {
    width: 120px;
  }
  .section4 .img-bottom {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
  }
  .section5 .feature-list li {
    padding: 0;
  }
}
