html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;

}

@font-face {
  font-family: "DINAlternate-Bold";
  src: url(../font/DINCond-Regular.otf);
}

body {
  background-color: #FFFFFF;
  font-size: 16px;
  /* line-height: 30px; */
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

.wow {
  visibility: hidden;
  /* 必需！ */
}

.animate__animated {
  visibility: visible;
  /* 动画触发时显示 */
}

body::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color:  #a0733e;;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  /* color: #a0733e; */
}

img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  /* display: block; */

}

.top {
  width: 100%;
  height: 0.9rem;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.5s all;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.top .wrapper {
  width: calc(100% - 0.45rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-left: 0.45rem;

}

.top .wrapper .logo {
  width: auto;
  height: 0.5rem;
  display: block;
  transition: 0.4s all;
}

.top .wrapper .right {
  display: flex;
  align-items: center;
  height: 100%;
}

.top .wrapper .right .search {
  display: flex;
  align-items: center;
  width: 1.08rem;
  height: 100%;
  justify-content: center;
  background-color: #efefef;

}

.top .wrapper .right .search:nth-child(3) {
  background-color: #a0733e;
}

.top .wrapper .right .search .line {
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  opacity: 0.2;
  transition: 0.4s all;
}

.top .wrapper .right .search img {
  width: 22px;
  height: 22px;
  transition: 0.4s all;
}

.top .wrapper .nav {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.4s all;
}

.top .wrapper .nav .nav-item {
  font-size: 18px;
  color: #333333;
  margin-right: 0.7rem;

}

.top .wrapper .nav .active {
  color: #a0733e;
}

/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: white;
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
}

.hideNav {
  height: 0;
}

.gxHead {
  display: none;
  width: 100%;
  background-color: white;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  margin: 15px;
  width: 40%;
}

.gxHead .logo img {
  width: 100%;
  height: auto;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #ee8100, #dde2e4) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}




.index-container .section1 .swiper-slide .slogn {
  position: absolute;
  left: 120px;
  bottom: 48px;
  height: 210px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 62px;
  display: flex;
  flex-direction: column;

}

.index-container .section1 .swiper-slide .slogn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1px;
  background-color: #a0731c;
  height: 0.6rem;
}

.index-container .section1 .swiper-slide .slogn h1 {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  margin-top: -20px;
}

.index-container .section1 .swiper-slide .slogn h3 {
  margin: 0;
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
  color: #FFF;
}

.index-container .section1 .swiper-slide .slogn p {
  margin: 0;
  font-family: DINAlternate-Bold;
  line-height: 40px;
  font-size: 18px;
  color: #FFF;
}


.index-container .swiper-container {
  width: 100%;
  height: calc(100% - 0.9rem);
  margin-top: 0.9rem;
}


.exhibition {
  width: 100%;
  /* height:1100px; */
}

.exhibition-nav {
  width: 100%;
  height: 54px;
  background-color: #a0733e;
  box-sizing: border-box;
  /* padding: 0 13vw; */
}

.exhibition-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 16rem;
  margin: 0 auto;
  height: 100%;

}

.exhibition-nav ul li {
  padding: 0 20px;
  text-align: center;
  line-height: 54px;
  color: white;
  font-size: 16px;
  /* border: 1px solid rgba(255, 255, 255, .2); */
}
exhibition-nav ul li:hover a{
  color: #FFFFFF;
}
.exhibition-nav ul .active {
  background-color: white;
  color: #a0733e;
}

.exhibition .paragraph1 {
  width: 100%;
  height: 800px;
  background-image: url(../images/zhanye-bg.jpg);
  background-size: 100% 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.exhibition .paragraph1 .wrapper {
  text-align: center;
  width: 45%;
  margin: 0px auto;
  margin-top: 150px;
}

.exhibition .paragraph1 .wrapper h4 {
  margin: 0;
  font-family: MicrosoftYaHei;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3px;
  color: #977751;
}

.exhibition .paragraph1 .wrapper p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 40px;
}

.exhibition .paragraph1 .wrapper h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  font-family: DinCond;
  color: #333333;
}

.exhibition .paragraph1 .wrapper h3:nth-child(1) {
  margin-top: 50px;
}

.exhibition .paragraph1 .wrapper img {
  margin-top: 50px;
  display: inline-block;
}

.paragraph2 {
  width: 100%;

}

.paragraph2 .wrapper {
  width: 100%;
}

.paragraph2 ul {
  display: flex;
  padding: 0;
  overflow: hidden;
  margin: 0;
}

.paragraph2 ul li {
  width: 25%;
}

.banner {
  width: 100%;
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
  background-size:cover;
  height: 200px;
  margin-top: 90px;
  background-position: center center;

}

.banner .title {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .title .en-title {
  font-family: DINAlternate-Bold;
  font-size: 56px;
  color: #ffffff;
}

.banner .title .cn-title {
  font-size: 30px;
  color: #ffffff;
}

.swiper-container .swiper-pagination {
  width: auto;
  right: 0.8rem;
  bottom: 0.6rem;
  left: unset;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.04rem;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  border-radius: 0px;

}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a0733e;
  opacity: 1;
  height: 0.08rem;
}

.section2 .wrapper {
  width: 16rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.9rem 0rem;
  height: 100%;
  overflow: hidden;
}

.section2 .wrapper .news-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  align-items: center;
}

.section2 .wrapper .news-header .left {
  display: flex;

  flex-direction: column;
}

.section2 .wrapper .news-header .left .cn-name {
  font-size: 0.3rem;
  font-weight: 600;
}

.section2 .wrapper .news-header .left .cn-name span {
  color: #a0733e;
}

.section2 .wrapper .news-header .left .en-name {
  font-family: DINAlternate-Bold;
  font-weight: 600;
  font-size: 0.26rem;
  line-height: 38px;
  letter-spacing: 0px;
  color: #bbbbbb;
}

.section2 .wrapper .news-header .right {
  display: flex;
  align-items: center;
}

.section2 .wrapper .news-header .right .more {
  font-size: 16px;
  color: #999999;
}

.section2 .wrapper .news-header .right .tabs {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}

.section2 .wrapper .news-header .right .tabs .tab {
  padding: 0 20px;
  height: 50px;
  background-color: #f7f8f9;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0px;
  color: #999999;
  margin-left: 10px;
}

.section2 .wrapper .news-header .right .tabs .active {
  background-color: #a0733e;
  color: #FFFFFF;
}

.section2 .wrapper .wrap {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.3rem;
}

.section2 .wrapper .wrap .newsSwiper {
  width: 7.6rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 0rem;
  margin-left: 0;
}

.section2 .wrapper .wrap .newsSwiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.section2 .wrapper .wrap .newsSwiper .swiper-pagination {
  right: 0.2rem;
  bottom: 0.3rem;
}

.section2 .wrapper .wrap .newsSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;

}

.section2 .wrapper .wrap .newsSwiper .swiper-pagination-bullet-active {
  background-color: #a0733e;
}

.section2 .wrapper .wrap .newsSwiper .swiper-slide .cover {
  width: 100%;
  height: 100%;
}

.section2 .wrapper .wrap .newsSwiper .swiper-slide .cover img {
  object-fit: cover;
}

.section2 .wrapper .wrap .newsSwiper .swiper-slide .news-t {
  width: 100%;
  height: 0.7rem;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 0.7rem;
  color: #ffffff;
  padding-left: 0.2rem;
  padding-right: 20%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.section2 .wrapper .wrap .right {
  display: flex;
  flex-direction: column;
  width: 7.6rem;
}

.section2 .wrapper .wrap .right .news-item {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.18rem;
  transition: 0.4s all;
  position: relative;
  margin-bottom: 0.1rem;
}

.section2 .wrapper .wrap .right .news-item::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999999;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  border-radius: 50%;
}

.section2 .wrapper .wrap .right .news-item .cover {
  width: 1.68rem;
  height: 1.22rem;
  display: none;
  margin-right: 0.2rem;
}

.section2 .wrapper .wrap .right .news-item .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section2 .wrapper .wrap .right .news-item .info .time {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}

.section2 .wrapper .wrap .right .news-item .info .h3 {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box; 
  -webkit-box-orient: vertical;

}

.section2 .wrapper .wrap .right .news-item .info p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: none;
}
.section2 .wrapper .wrap .right .active .info .h3{
  color: #a0731c;
}
.section2 .wrapper .wrap .right .active {
  width: 100%;
  height: 1.54rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border: solid 1px #ffffff;
  margin-bottom: 0.2rem;
}

.section2 .wrapper .wrap .right .active .cover {
  display: block;
  flex-shrink: 0;
}

.section2 .wrapper .wrap .right .active::after {
  display: none;
}

.section2 .wrapper .wrap .right .active .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-start;
  padding-top: 0.14rem;
}

.section2 .wrapper .wrap .right .active .info p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.section2 .slogn {
  width: 100%;
  margin-top: 0.4rem;
  height: 1.3rem;
}

.section3 .list {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}


.section3 .list .item {
  width: 374px;
  height: 648px;
  position: relative;
  display: flex;
  transition: 0.5s all;
}

.section3 .list .item .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.section3 .list .item .bgs img {
  object-fit: cover;
  transition: 0.4s all;
}

.section3 .list .item .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0px;
}

.section3 .list .item .wrap .icon {
  max-width: 0.48rem;
  max-height: 0.48rem;

}

.section3 .list .item .wrap .title-w {
  display: flex;
  flex-direction: column;
}

.section3 .list .item .wrap .title-w .cn-title {
  color: #fefefe;
  font-size: 0.24rem;
  margin: 0.15rem 0rem 0rem 0rem;
}

.section3 .list .item .wrap .title-w .en-title {
  font-family: DINAlternate-Bold;
  color: #ffffff;
  margin-top: 0.1rem;
  font-size: 0.22rem;
}

.section3 .list .item .wrap .desc {
  font-size: 14px;
  margin-top: 0.4rem;
  line-height: 26px;
  color: #fefefe;
  display: none;
}

.section3 .list .item .wrap .add {
  width: 0.28rem;
  height: 0.28rem;
  margin-top: 0.8rem;
}

.section3 .list .item:hover .bgs img {
  transform: scale(1.1);
}

.section3 .list .item:hover .wrap {
  background-color: rgba(160, 115, 62, 0.82);
}

.section3 .list .item:hover .desc {
  display: block;
}

.section3 .list .item:nth-child(2n) {
  margin-top: 0.7rem;
}

@keyframes icon-rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.section3 .list .item:hover .icon {
  animation: icon-rotate 0.4s linear;
}

.section4 {
  width: 100%;
  height: 100%;
  background-image: url(../images/index-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section4 .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section4 .wrapper .title-w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section4 .wrapper .title-w .cn-title {
  font-size: 0.36rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.section4 .wrapper .title-w .ms {
  font-size: 0.24rem;
  line-height: 0.48rem;
  margin-top: 0.1rem;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
}

.section4 .wrapper .about {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 12rem;
  margin-top: 0.3rem;
}

.section4 .wrapper ul {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-top: 0.8rem;
  width: 12rem;
  justify-content: space-around;
}

.section4 .wrapper ul .top1 {
  color: #FFF;
  display: flex;
  margin-bottom: 0.2rem;
  align-items: baseline;

}

.section4 .wrapper ul .top1 .num {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #fff;
}

.section4 .wrapper ul .p {
  color: #FFF;
  font-size: 14px;
}

.section5 {
  width: 100%;
  height: 100%;
  background-image: url(../images/index-bg3.jpg);
  background-size: 100% 100%;
  position: relative;
}

.section5 .newsSwiper1 {
  width: 100%;
  height: 5.5rem;
}

.section5 .newsSwiper1 .swiper-slide {
  height: 100%;
  position: relative;
}

.section5 .newsSwiper1 .swiper-slide .cover {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}

.section5 .newsSwiper1 .swiper-slide .cover img {
  transition: 0.4s all;
}

.section5 .newsSwiper1 .swiper-slide .time {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #bc1414;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section5 .newsSwiper1 .swiper-slide:hover .cover img {
  transform: scale(1.1);
}

.section5 .newsSwiper1 .swiper-slide .time .day {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 0.05rem;
}

.section5 .newsSwiper1 .swiper-slide .time .year {
  font-size: 0.12rem;
  color: #FFF;
  font-weight: 500;
}

.section5 .newsSwiper1 .swiper-slide .info .t {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.section5 .newsSwiper1 .swiper-slide .info p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.section5 .newsSwiper1 .swiper-slide .info .line {
  width: 100%;
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0.2rem;
}

.section5 .newsSwiper1 .swiper-slide .info .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  height: 0.4rem;
}

.section5 .newsSwiper1 .swiper-slide .info .more span {
  color: #666666;
}

.section5 .newsSwiper1 .swiper-slide .info .more img {
  width: 0.09rem;
  height: 0.14rem;
}

.section5 .newsSwiper1 .swiper-slide:hover .info .t {
  color: #a0731c;
}

.section5 .swiper-pagination {
  left: 45%;
}

.section5 .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 1 !important;
}

.section5 .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.16rem;
  background-color: #a0733e;
  border-radius: 0.08rem;
  opacity: 1;

}

.footer {
  width: 100%;
  background-image: url(../images/footer-bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
}

.footer .link-wrap {

  width: 100%;
  height: 1rem;
  background-color: #a0733e;
}

.footer .link-wrap .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer .link-wrap .wrapper .label {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.footer .link-wrap .wrapper .link-list {
  display: flex;
  align-items: center;

}

.footer .link-wrap .wrapper .link-list .t {
  font-size: 14px;
  ;
  margin-right: 0.4rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.footer .f-b {
  width: 100%;
  height: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .f-b .wrapper {
  display: flex;
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
  line-height: 48px;
  align-items: center;
  letter-spacing: 0px;
  color: #847a6e;
}

.footer .f-w {
  display: flex;
  width: 16rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.5rem 0rem;
  justify-content: space-between;
}

.footer .f-w .left {
  display: flex;
  flex-direction: column;

}

.footer .f-w .left .logo {
  width: 2.36rem;
  height: 0.5rem;
  margin-bottom: 0.3rem;
}


.footer .f-w .left .cell {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}


.footer .f-w .left .cell .label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #847a6e;
}


.footer .f-w .left .cell .value {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
}

.footer .f-w .left .codes {
  margin-top: 0.3rem;
  display: flex;
  align-items: end;
}

.footer .f-w .left .codes .code {
  width: 1.3rem;
  height: 1.65rem;
  background-color: #FFFFFF;
}

.footer .f-w .left .codes .code .g {
  width: 100%;
  background-color: #FFFFFF;
  height: 1.3rem;
  padding: 0.05rem;
  box-sizing: border-box;
}

.footer .f-w .left .codes .code p {
  text-align: center;
  margin-top: 0;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #FFFFFF;
  background-color: #977751;
}

.footer .f-w .left .codes select {
  width: 2rem;
  height: 0.44rem;
  border: solid 1px #977751;
  background-color: transparent;
  color: #977751;
  margin-left: 0.2rem;
}

.footer .f-w .right {
  display: flex;
  align-items: flex-start;
}

.footer .f-w .right ul {
  margin: 0rem 0.4rem;
}

.footer .f-w .right ul li {
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #847a6e;
}

.footer .f-w .right ul li:nth-child(1) {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
}


.about {
  width: 100%;
}

.about .page1 {
  width: 100%;
  min-height: 8.6rem;
  background-image: url(../images/about-bg.jpg);
  background-size: 100% 100%;
}

.about .page1 .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  min-height: 8.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.4rem 0rem;
}


.about .page1 .wrapper .left {
  width: 5.2rem;
  flex-shrink: 0;
  position: relative;
}

.about .page1 .wrapper .left .title-wrap .cn-title {
  font-size: 0.4rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}

.about .page1 .wrapper .left .title-wrap .en-title {
  font-size: 0.6rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #a0733e;
  opacity: 0.12;
  font-family: DINAlternate-Bold;
  position: absolute;
  top: -0.7rem;

}

.about .page1 .wrapper .left .title-wrap .en-title span {
  font-size: 1.6rem;
  font-weight: 400;
  font-stretch: normal;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #a0733e;
}

.about .page1 .wrapper .left .slogn {
  margin-top: 0.4rem;
}

.about .page1 .wrapper .left .slogn p {
  font-size: 30px;
  margin: 0;
  line-height: 0.5rem;
  letter-spacing: 0px;
  color: #a0733e;
}

.about .page1 .wrapper .left .cover {
  width: 5.2rem;
  height: 2.8rem;
  margin-top: 0.4rem;
}

.about .page1 .wrapper .right {
  width: 8rem;
}

.about .page1 .wrapper .right .content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.about .page1 .wrapper .right ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.about .page1 .wrapper .right ul li {}

.about .page1 .wrapper .right ul .top1 {
  display: flex;
  align-items: end;
}

.about .page1 .wrapper .right ul .top1 {
  color: #a0733e;
  display: flex;
  margin-bottom: 0.2rem;
  align-items: baseline;

}

.about .page1 .wrapper .right ul .top1 .num {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #a0733e;
}

.about .page1 .wrapper .right ul .p {
  color: #a0733e;
  font-size: 14px;
}

.page2 {
  width: 100%;
  height: auto;
  min-height: 8.5rem;
}

.page2 .wrapper {
  width: 16rem;
  margin: 0 auto;
}

.page2 .wrapper .news-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  align-items: center;
}

.page2 .wrapper .news-header .left {
  display: flex;

  flex-direction: column;
}

.page2 .wrapper .news-header .left .cn-name {
  font-size: 0.3rem;
  font-weight: 600;
}

.page2 .wrapper .news-header .left .cn-name span {
  color: #a0733e;
}

.page2 .wrapper .news-header .left .en-name {
  font-family: DINAlternate-Bold;
  font-weight: 600;
  font-size: 0.26rem;
  line-height: 38px;
  letter-spacing: 0px;
  color: #bbbbbb;
}

.page2 .wrapper table {
  width: 100%;
  margin-top: 0.3rem;

}

.page2 .wrapper table thead {
  width: 100%;
  height: 0.88rem;
  background-color: #a0733e;
}

.page2 .wrapper table thead th {
  font-size: 0.2rem;
  color: #FFFFFF;
}

.page2 .wrapper table td {
  height: 0.88rem;
  font-size: 0.2rem;
  line-height: 0.88rem;
  text-align: center;
}

.page2 .wrapper table tr {
  background-color: rgba(255, 255, 255, 0.2);
}

.page2 .wrapper table tr:nth-child(2n) {
  background-color: rgba(160, 115, 62, 0.2);
}

.page3 {
  width: 100%;
  /* height: 8.8rem; */
  background-image: url(../images/zzjgbg1.png);
  background-size: 100% 100%;
}

.page3 .jg-img {
  width: 8.27rem;
}

.logo-wrap {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  background-image: url(../images/cricle-text.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 1.2rem;
  animation: rotate 3s linear infinite;
}

.logo-wrap img {
  width: 31px;
  height: 31px;
  animation: unrotate 3s linear infinite;
}

/* 旋转360度 */

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes unrotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}

.page3 .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem 0rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.page3 .title-w {
  display: flex;
  flex-direction: column;
  color: #FFF;
}

.page3 .title-w .cn-title {
  font-size: 0.36rem;
  font-weight: 600;
}

.page3 .title-w .en-title {
  font-family: DINAlternate-Bold;
  margin-top: 0.2rem;
  font-size: 0.28rem;
}

.page4 {
  width: 100%;
  height: 8.6rem;
  background-image: url(../images/about-bg2.jpg);
  background-size: 100% 100%;
  position: relative;
}


.page4 .handle {
  width: 1.7rem;
  height: 0.76rem;
  display: flex;
  align-items: center;
}

.page4 .wrapper {
  box-sizing: border-box;
  padding: 0.4rem 0rem;
}

.page4 .title-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page4 .title-wrap .cn-t {
  font-size: 0.36rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #a0733e;
}

.page4 .title-wrap .cn-t span {
  color: #000000;
}

.page4 .title-wrap .en-t {
  font-family: DINAlternate-Bold;
  font-size: 0.28rem;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #bbbbbb;
}

.page4 .fz-swiper {
  margin-top: 0.3rem;
  height: 5rem;
}

.page4 .fz-swiper .swiper-slide .year {
  font-size: 2.2rem;
  font-weight: 600;
  color: #a0733e;
  text-align: center;
  /* font-family: DINAlternate-Bold; */
}

.page4 .fz-swiper .swiper-slide {
  opacity: 0.4;
}


.page4 .fz-swiper .swiper-slide .desc {
  display: none;
}

.page4 .fz-swiper .swiper-slide-active .desc {
  display: block;
    font-size: 0.16rem;
    line-height: 0.32rem;
  letter-spacing: 0px;
  color: #666666;
  margin: 0.2rem 0rem;
  margin-top: 1rem;
}

.page4 .fz-swiper .swiper-slide-active {
  opacity: 1;
}

.page4 .handle {
  margin: 0.7rem auto;
}

.page4 .swiper-pagination-progressbar {
  left: 5.6rem;
  top: 5.1rem;
  width: 8rem;
  height: 3px;
  background-color: rgba(244, 244, 244, 0.6);
}

.page4 .swiper-pagination-progressbar-fill {
  background-color: #977751;
}

.page5 {
  width: 100%;
  min-height: 8.2rem;
  background-image: url(../images/about-bg3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page5 .wrapper {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.8rem 0rem;
}

.page5 .wrapper .title-wrap {

  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.page5 .wrapper .title-wrap .cn-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page5 .wrapper .title-wrap .en-title {
  font-size: 28px;
  font-family: DINAlternate-Bold;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page5 .wrapper .title-wrap .desc {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

.page5 .wrapper .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.6rem;
}

.page5 .wrapper .left {
  width: 3.6rem;
  height: 4.4rem;
  overflow-y: scroll;
}

.page5 .wrapper .wrap .left {
  display: flex;
  flex-direction: column;
}

.page5 .wrapper .wrap .left .item {
  font-size: 16px;
  color: #FFF;
  position: relative;
  line-height: 0.6rem;
  padding-left: 0.14rem;

}

.page5 .wrapper .wrap .left .item::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  top: calc(50% - 0.03rem);
}

.page5 .wrapper .wrap .left::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.1);
  width: 5px;
}

.page5 .wrapper .wrap .left::-webkit-scrollbar-thumb {
  background-color: #a0733e;

}

.page5 .wrapper .wrap .honorSwiper {
  width: 8.2rem;
  height: 3.68rem;
  margin: 0;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide {
  background-image: url(../images/honor-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  /* margin-left: -0.35rem; */
  margin-top: 0.4rem;
  height: 80%;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide .cover {
  width: 100%;
  height: 100%;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide .cover img {
  width: 100%;
  height: 100%;
}

.page5 .wrapper .wrap .honorSwiper .swiper-slide-active {
  width: 5.22rem !important;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  height: 100%;
  margin-left: -0.3rem;
  margin-top: 0px;
  position: relative;
    left: -1rem;
  /* transform: unset !important; */
}
.page5 .wrapper .wrap .honorSwiper .swiper-slide-next{
    position: relative;
    left: -1.5rem;
}
.page6 {
  min-height: 9rem;
  background-image: url(../images/about-bg4.jpg);
}

.page6 .wrapper {
  width: 16rem;
  margin: 0.6rem auto;
}

.page6 .list-wrap {
  display: flex;
  flex-direction: column;
  /* background-color: #FFFFFF; */
  margin-top: 0.5rem;
}

.page6 .list-wrap .item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  height: 0.9rem;
  box-sizing: border-box;
  padding: 0rem 0.4rem;
  font-size: 18px;
  border-bottom: 1px solid #eaecef;
}

.page6 .list-wrap .item .icon {
  margin-right: 0.33rem;
}

.page6 .list-wrap .item:hover {
  background-color: #a0733e;
  color: #FFFFFF;
}

.news {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  overflow: hidden;
}

.news .wrapper {
  width: 16rem;
  height: auto;
  margin: 0.7rem auto;
  display: flex;
  flex-wrap: wrap;

}

.news .item {
  width: 5.06rem;
  height: 5.5rem;
  margin-right: 0.4rem;
  transition: 0.4s all;
  position: relative;
  margin-bottom: 0.4rem;
}

.news .item .time {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  opacity: 0;
}

.news .item .time .day {
  font-size: 0.44rem;
  color: #FFF;
  font-weight: 600;
}

.news .item .time .year {
  font-size: 0.16rem;
  color: #FFF;
}

.news .item .cover {
  width: 100%;
  height: 3.2rem;
  position: relative;
  overflow: hidden;
}

.news .item .cover:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.news .item:hover .time {
  opacity: 1;
}

.news .item .cover img {
  width: 100%;
  transition: 0.4s all;

  height: 100%;
  object-fit: cover;
}

.news .item:nth-child(3n) {
  margin-right: 0px;
}

.news .item:hover .cover img {
  transform: scale(1.1);
}

.news .item .content {
  width: 100%;
  height: 2.3rem;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  background-color: #FFFFFF;
}

.news .item .content .title {
  font-size: 18px;
  line-height: 0.3rem;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333333;
}

.news .item:hover .title {
  color: #977751;
}

.news .item .desc {
  color: #666666;
  font-size: 14px;
  margin-top: 0.2rem;
}

.news .item .more {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  height: 0.5rem;
  align-items: center;

}

.news .item .more img {
  width: 9px;
  height: 14px;
  align-items: center;
}

.contentDetail {
  background-color: #FFFFFF;
  min-height: 3rem;
  box-sizing: border-box;
  padding: 0.4rem 1rem;
  display: flex;
  flex-direction: column;

}

.contentDetail .title {
  font-size: 0.3rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;

}

.contentDetail .time {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;

  text-align: center;
  margin: 0.2rem 0rem;
}
.contentDetail img{
    width:auto;
    height: auto;
}
.contentDetail .line {
  margin: 0.3rem 0rem;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}

.contentDetail .changePage {
  display: flex;
  flex-direction: column;
}

.contentDetail .changePage a {
  line-height: 40px;
  color: #999999;
}

.contentDetail .back {
  background-color: #a0733e;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  margin-top: 0.4rem;
}

.talent {
  width: 100%;

}

.tal-item {
  width: 100%;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 0.26rem 0.27rem;

  margin-bottom: 0.24rem;
}


.tal-item .time {
  width: 0.78rem;
  height: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(160, 115, 62, 0.1);
  /* opacity: 0.1; */
  flex-shrink: 0;
  margin-right: 0.3rem;
  transition: 0.4s all;
}

.tal-item .time .day {
  font-weight: 600;
  font-size: 0.36rem;
  color: #a0733e;
}


.tal-item .time .year {
  font-size: 0.16rem;
  color: #a0733e;
}

.tal-item .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.tal-item .info .title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
  letter-spacing: 0px;
  color: #333333;
}

.tal-item .info .desc {
  font-size: 14px;
  color: #666666;
}

.tal-item img {
  width: 0.33rem;
  height: 0.1rem;
}

.tal-item:hover {
  background-color: #a0733e;
}

.tal-item:hover .time .day {
  color: #FFF;

}

.tal-item:hover .time {
  background-color: rgba(255, 255, 255, 0.1);
}

.tal-item:hover .time {
  color: #FFF;
}

.tal-item:hover .time .year {
  color: #FFF;
}

.tal-item:hover .info .title {
  color: #FFF;

}

.tal-item:hover .info .desc {
  color: #FFF;

}

.contact {
  width: 100%;
  height: auto;
}

.contact .page1 {
  background-color: #ffffff;
  min-height: 5.1rem;
}

.contact .page1 .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  min-height: 5.1rem;
  align-items: center;

  justify-content: space-between;
}


.contact .page1 .wrapper .item {
  width: 5.1rem;
  height: 3.4rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact .page1 .wrapper .item:hover {
  background-color: rgba(160, 115, 62, 0.1);
  cursor: pointer;
}

.contact .page1 .wrapper .item .icon {
  margin-bottom: 0.3rem;
  max-width: 0.5rem;
  max-height: 0.5rem;
}

.contact .page1 .wrapper .item:hover .icon {
  animation: icon-rotate 0.4s linear;

}

.contact .page1 .wrapper .item .label {
  font-size: 0.24rem;
  line-height: 32px;
  margin-bottom: 0.1rem;
  letter-spacing: 0px;
  color: #333333;
}


.contact .page1 .wrapper .item .ms {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}

.contact .page1 .wrapper .item .value {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;

}

.contact .page1 .wrapper .item .map {
  width: 1.5rem;
  height: 0.5rem;
  background-color: #a0733e;
  border-radius: 0.25rem;
  margin-top: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #FFFFFF;

}

.contact .page2 {
  width: 100%;
  min-height: 7.8rem;
  background-image: url(../images/message-bg.png);
  background-size: 100% 100%;

}

.contact .page2 .wrapper {
  width: 16rem;
  min-height: 7.8rem;
  display: flex;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.contact .page2 .wrapper .left {
  width: 3.2rem;
  margin-top: -0.9rem;
}

.contact .page2 .wrapper form {
  width: 11.4rem;
  height: auto;
}

.contact .page2 .wrapper .title-wrap {
  width: 100%;

}

.contact .page2 .wrapper .title-wrap .cn-title {
  font-size: 0.36rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #333333;
}

.contact .page2 .wrapper .title-wrap .cn-title span {
  color: #a0733e;

}

.contact .page2 .wrapper .title-wrap .en-title {
  font-family: DINAlternate-Bold;
  font-size: 0.28rem;
  line-height: 0.48rem;
  letter-spacing: 0px;
  color: #bbbbbb;

}

.contact .page2 .wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-top: 1rem;
}

.contact .page2 .wrapper .label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 0.4rem;
}

.contact .page2 .wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .page2 .wrapper form .ipt-wrap {
  width: 3.56rem;
  height: 0.84rem;
  border-radius: 0.06rem;
  border: solid 1px #333333;
  flex-shrink: 0;
}

.contact .page2 .wrapper form .ipt-wrap input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 0.2rem;
  padding-left: 0.15rem;
}

.contact .page2 .wrapper form .area-wrap {
  width: 100%;
  height: 2.2rem;

  margin-top: 0.36rem;
}

.contact .page2 .wrapper form .area-wrap textarea {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  font-size: 0.2rem;
  box-sizing: border-box;
  padding: 0.15rem;
  background-color: transparent;
}

.contact .page2 .wrapper form .ipt-wrap input::placeholder {
  color: #999999;
}

.contact .page2 .wrapper form button {
  width: 3.9rem;
  height: 0.84rem;
  background-color: #333333;
  border-radius: 0.06rem;
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #FFF;
}