/* @font-face{
	font-family:"mont";
	src: url("../css/fonts/Montserrat-Light.otf") format("opentype");
} */
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
/* body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #214279;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #eeeeee;
} */
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
:root {
  --font-family: Source Han Sans CN;
}
img.lazy{
    width:100%;
    opacity:0;
    transition:opacity .3s ease-in-out
}
img.lazy.loaded{
    opacity:1
}
.hamburger {
  display: none;
}
.m-center {
  width: 1200px;
}
.x-center {
  width: 1400px;
}
.c-center {
  width: 1600px;
}
.center {
  width: 1400px;
}
.app{
  display: none;
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}
.diaolog video,
.diaolog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.message-alert.success {
  background-color: #55BB8A;
}
.message-alert.error {
  background-color: #F56C6C;
}
.message-alert.warning {
  background-color: #E6A23C;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #E9C181;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.header-box.active,
.header-box.i-active{
  background-color: #ffffff;
  box-shadow: 0px 16px 26px 0px rgb(46 46 46 / 7%);
}
.header-box.active .right .nav li>a,
.header-box.active .right .search i,
.header-box.active .right .language .rq p,
.header-box.active .right .language .rq i,
.header-box.i-active .right .nav li>a,
.header-box.i-active .right .search i,
.header-box.i-active .right .language .rq p,
.header-box.i-active .right .language .rq i{
  color: #333333;
}
.header-box.active .right .language .ib img:first-of-type,
.header-box.i-active .right .language .ib img:first-of-type{
  display: none;
}
.header-box.active .right .language .ib img:last-of-type,
.header-box.i-active .right .language .ib img:last-of-type{
  display: block;
}
.header-box.active .logo img:last-of-type,
.header-box.i-active .logo img:last-of-type{
  display: block;
}
.header-box.active .logo img:first-of-type,
.header-box.i-active .logo img:first-of-type{
  display: none;
}
.header-box{
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 120px);
  padding: 0 60px;
  height: 100px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.header-box .logo img:last-of-type{
  display: none;
}
.header-box .logo img{
  height: 77px;
}
.header-box .right{
  display: flex;
  align-items: center;
  height: 100%;
}
.header-box .right .nav{
  display: flex;
  height: 100%;
}
.header-box .right .nav li{
  height: 100%;
}
.header-box .right .nav li>a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-box .right .nav li>a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 0;
  height: 2px;
  background: #CFA972;
  transition: 0.3s;
}
.header-box .right .nav li:hover>a,
.header-box .right .nav li.active>a{
  color: #CFA972;
}
.header-box .right .nav li:hover>a::after,
.header-box .right .nav li.active>a::after{
  width: 100%;
}
.header-box .right .nav li:not(:first-of-type){
  margin-left: 60px;
}
.header-box .right .nav li .two{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
  opacity: 0;
  box-shadow: 0px 16px 26px 0px rgb(46 46 46 / 7%);
}
.header-box .right .nav li .two a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.header-box .right .nav li:hover>.two{
  transform: scaleY(1);
  opacity: 1;
}
.header-box .right .nav li .two a:not(:first-of-type){
  margin-left: 85px;
}
.header-box .right .nav li .two a:hover{
  color: #CFA972;
}
.header-box .right .search{
  margin: 0 35px 0 155px;
}
.header-box .right .search i{
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.header-box .right .language{
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header-box .right .language .flow{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 5px;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: 0.3s;
}
.header-box .right .language:hover .flow{
  transform: scaleY(1);
  opacity: 1;
}
.header-box .right .language .flow a{
  display: block;
  width: calc(100% - 14px);
  padding: 5px 7px;
  background-color: #FFFFFF;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.header-box .right .language .flow .drq{
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
}
.header-box .right .language .rq{
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.header-box .right .language .ib img:last-of-type{
  display: none;
}
.header-box .right .language .rq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 8px;
}
.header-box .right .language .rq i{
  font-size: 18px;
  color: #FFFFFF;
}
.sw-box{
  position: relative;
}
.sw-box .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.sw-box .pb{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.sw-box .pb i{
  font-size: 18px;
  color: #ffffff;
}
.sw-box .pb:hover{
  border-color: rgba(255, 255, 255, 1);
}
.sw-box .next{
  right: 7%;
}
.sw-box .prev{
  left: 7%;
}
.mySwiper{
  width: 100%;
  height: 100vh;
  margin: 0;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper video{
  background: url('../images/dsn.jpg') no-repeat center / cover;
}
.mySwiper .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h6{
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 36px;
  color: #E9C181;
  line-height: 72px;
  text-align: center;
}
.mySwiper .ct h3{
  font-family: Source Han Serif CN;
  font-weight: 800;
  font-size: 72px;
  color: #E9C181;
  line-height: 72px;
  text-align: center;
  margin-top: 10px;
}
.mySwiper .ct a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  padding-bottom: 8px;
  margin: 62px auto 0;
  width: max-content;
  transition: 0.3s;
}
.mySwiper .ct a:hover{
  color: #CFA972;
  border-color: #CFA972;
}
.mySwiper .swiper-pagination{
  display: flex;
  align-items: center;
  bottom: 110px;
  width: auto;
}
.mySwiper .swiper-pagination::before{
  display: block;
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #FCFAEA;
  position: absolute;
  left: 100%;
  top: 50%;
  opacity: 0.4;
  transform: translateY(-50%);
}
.mySwiper .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0 0 0 120px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);  
  font-weight: 400;
  font-size: 16px;
  color: transparent;
}
.mySwiper .swiper-pagination-bullet::before{
  display: block;
  content: '';
  width: 120px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  background-color: #FCFAEA;
  opacity: 0.4;
}
.mySwiper .swiper-pagination-bullet-active{
  width: 118px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.i1-box{
  display: flex;
  width: 100%;
  height: 980px;
  overflow: hidden;
}
.i1-box .left{
  width: 52%;
  height: 100%;
  background: url('../images/i1-1.jpg') no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i1-box .left .rq{
  width: 531px;
}
.i1-box .left h3{
  font-family: Impact;
  font-weight: 400;
  font-size: 72px;
  color: #CFA972;
  line-height: 1;
}
.i1-box .left h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 1;
  margin-top: 30px;
}
.i1-box .left .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  margin: 70px 0 97px 0;
}
.pb-more{
  width: 196px;
  height: 46px;
  background-color: #CFA972;
  border-radius: 25px;
  border: 2px solid #CFA972;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 36px;
  transition: 0.3s;
}
.pb-more i{
  font-size: 18px;
  color: #ffffff;
}
.pb-more:hover span{
  transform: translateX(15px);
}
.i1-box .right{
  width: 48%;
  height: 100%;
  position: relative;
}
.i1-box .right .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1-box .right .an{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  transition: 0.5s;
}
.i1-box .right .an:hover{
  transform: translate(-50%,-50%) rotate(360deg);
}
.i2-box{
  position: relative;
  width: 100%;
  height: 1080px;
  background: url('../images/i2-1.png') no-repeat center / cover;
  overflow: hidden;
}
.i2-box::before{
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100% - 1400px) / 2);
  background-color: #FCFAEA;
  opacity: 0.3;
}
.i2ct{
  width: calc(100% - (100% - 1400px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc((100% - 1400px) / 2);
  position: absolute;
  left: 0;
  top: 150px;
  /* transform: translateY(-50%); */
}
.i2-box .left{
  width: 580px;
}
.i2-box .left h3{
  font-family: Impact;
  font-weight: 400;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 1;
  padding-left: 65px;
}
.i2-box .left h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 27px;
  padding-left: 65px;
}
.i2-box .left .item{
  margin: 45px 0 90px 0;
}
.i2-box .left .item a:not(:first-of-type){
  margin-top: 25px;
}
.i2-box .left .item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 33px);
  padding: 25px 0 29px 33px;
  position: relative;
  z-index: 1;
}
.i2-box .left .item a::after{
  display: block;
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.i2-box .left .item a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: -1;
  background: linear-gradient(to right, rgba(207,169,114,1), rgba(207,169,114,0));
}
.i2-box .left .item a .ib{
  width: 35px;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.i2-box .left .item a .ib img{
  max-width: 100%;
  transition: 0.3s;
  filter: brightness(1000);
}
.i2-box .left .item a .txt{
  width: calc(100% - 35px - 18px);
  transition: 0.3s;
}
.i2-box .left .item a .txt .tm{
  font-family:  var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  transition: 0.3s;
}
.i2-box .left .item a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  height: 0;
  margin-top: 0;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: 0.3s;
}
.i2-box .left .item a.active::before{
  width: 100%;
}
.i2-box .left .item a.active .txt{
  width: calc(100% - 60px - 28px);
}
.i2-box .left .item a.active .txt .tm{
  font-size: 28px;
  font-weight: 800;
}
.i2-box .left .item a.active .txt p{
  display: block;
}
.i2-box .left .item a.active .ib{
  width: 60px;
}
.i2-box .left .item a.active .ib img{
  width: 100%;
}
.i2-box .left .item a.active .txt p{
  transform: scaleX(1);
  margin-top: 12px;
  height: auto;
  opacity: 1;
}
.i2-box .left .item a.active::after{
  opacity: 0;
}
.i2-box .left .pb-more{
  border-color: #ffffff;
  background-color: #ffffff;
  margin-left: 65px;
}
.i2-box .left .pb-more span,
.i2-box .left .pb-more i{
  color: #CFA972;
}
.i2-box .right{
  width: calc(100% - 580px - 59px);
  position: relative;
}
.i2-box .right .pb-sw{
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
.i2-box .right .pb-sw.active{
  opacity: 1;
  z-index: 1;
}
.i2-box .right .pb-sw a{
  display: block;
  width: 100%;
}
.i2-box .right .pb-sw a .ib{
  width: calc(100% - 6px);
  height: calc(440px - 6px);
  border: 3px solid #ffffff;
}
.i2-box .right .pb-sw a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i2-box .right .pb-sw a .txt{
  width: calc(100% - 16px);
  padding: 15px 8px 0 8px;
}
.i2-box .right .pb-sw a .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.i2-box .right .pb-sw a:hover .txt h3{ 
  color: #CFA972;
}
.i2-box .right .pb-sw a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 9px;
}
.i3-box{
  overflow: hidden;
}
.i3ct{
  margin: 0 auto;
  padding: 115px 0 95px 0;
}
.i3ct .line{
  width: 50px;
  height: 9px;
  background: #CFA972;
}
.i3ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  margin-top: 35px;
}
.i3ct .mide{
  margin-top: 25px;
  position: relative;
}
.i3ct .mide .bg{
  width: 100%;
}
.i3ct .mide .it{
  position: absolute;
}
.i3ct .mide .it .tt{
  display: flex;
  align-items: center;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.i3ct .mide .it .tt .y{
  width: 6px;
  height: 6px;
  background: #CFA972;
  border-radius: 50%;
}
.i3ct .mide .it .tt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  margin-left: 7px;
}
.i3ct .mide .it1{
  left: 57%;
  bottom: 32%;
}
.i3ct .mide .it1 .tt{
  top: 0;
  left: 200%;
  transform: unset;
}
.i3ct .mide .it2{
  right: 21.5%;
  bottom: 56%;
}
.i3ct .mide .it3{
  right: 19.7%;
  bottom: 33.5%;
}
.i3ct .mide .it4{
  right: 25.5%;
  bottom: 29%;
}
.i3ct .mide .it5{
  left: 22%;
  bottom: 42%;
}
.i3ct .mide .it .rund{
  position: relative;
}
.i3ct .mide .it .rund .pulse1{
  width: 21px;
  height: 21px;
  background-color: #CFA972;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.i3ct .mide .it .rund .pulse2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(207,169,114, 0.3);
  animation: pulse 3s ease-out infinite;
}
@keyframes pulse {
  0% {
    width: 21px;
    height: 21px;
  }
  100% {
    width: 61px;
    height: 61px;
  }
}
.i3ct .mide .big{
  position: absolute;
  bottom: 21%;
  right: 44%;
}
.i3ct .mide .big .tt{
  display: flex;
  align-items: center;
  position: absolute;
  top: -118px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.i3ct .mide .big .tt .y{
  width: 6px;
  height: 6px;
  background: #CFA972;
  border-radius: 50%;
}
.i3ct .mide .big .tt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  margin-left: 7px;
}
.i3ct .mide .big .rund{
  position: relative;
}
.i3ct .mide .big .rund .pulse1{
  width: 28px;
  height: 28px;
  background-color: #CFA972;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.i3ct .mide .big .rund .pulse2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(207,169,114, 0.3);
  animation: bigpulse1 4s ease-out infinite;
}
.i3ct .mide .big .rund .pulse3{
  animation-delay: 4s !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(207,169,114, 0.1);
  animation: bigpulse2 4s ease-out infinite;
}
@keyframes bigpulse1 {
  0% {
    width: 28px;
    height: 28px;
  }
  100% {
    width: 102px;
    height: 102px;
  }
}
@keyframes bigpulse2 {
  0% {
    width: 102px;
    height: 102px;
  }
  100% {
    width: 199px;
    height: 199px;
  }
}
.i4-box{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.i4-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: identifier 34s infinite ease-in-out;
}
@keyframes identifier {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.25);
  }
  100%{
    transform: scale(1);
  }
}
.i4-box .wz{
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.i4-box .wz .rq{
  width: 568px;
}
.i4-box .wz .line{
  width: 50px;
  height: 9px;
  background: #CFA972;
}
.i4-box .wz h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
  margin: 38px 0 29px 0;
}
.i4-box .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.i4-box .an{
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 15%;
}
.pb-more.active{
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: auto;
}
.pb-more.active span,
.pb-more.active i{
  color: #CFA972;
}
.pb-more.active i{
  transition: 0.3s;
}
.pb-more.active::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #CFA972;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.pb-more.active:hover::before{
  width: 100%;
}
.pb-more.active:hover span,
.pb-more.active:hover i{
  color: #FFFFFF;
}
.i5-box{
  padding: 97px 0 145px 0;
}
.pb-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pb-title .line{
  width: 50px;
  height: 9px;
  background: #CFA972;
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  margin: 28px 0 23px 0;
}
.pb-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  max-width: 80%;
}
.i5-swiper{
  width: 100%;
  margin: 65px 0 0 0;
}
.i5-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
.i5-swiper a{
  width: calc(100% - 2px);
  height: calc(115px - 2px);
  display: block;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.i5-swiper a img{
  max-width: 55%;
  max-height: 70%;
  object-fit: contain;
}
.i5-swiper a:hover{
  border-color: #CFA972;
}
.i6-box{
  width: 100%;
  background: url('../images/i6-1.png') no-repeat center / cover;
  padding: 130px 0 120px 0;
  overflow: hidden;
}
.i6-box .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.i6-box .top h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
}
.i6-box .mide{
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
}
.i6-box .mide .left{
  width: calc(50% - 42px);
  height: 840px;
  position: relative;
  overflow: hidden;
}
.i6-box .mide .left:hover img{
  transform: scale(1.05);
}
.i6-box .mide .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.6s;
}
.i6-box .mide .left .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 90px);
  padding: 0 45px 40px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i6-box .mide .left .txt .time .r{
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #CFA972;
  line-height: 1;
  text-align: center;
}
.i6-box .mide .left .txt .time .ny{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #CFA972;
  line-height: 1;
  text-align: center;
  margin-top: 13px;
}
.i6-box .mide .left .txt p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 110px);
  transition: 0.3s;
}
.i6-box .mide .left:hover .txt p{
  color: #CFA972;
}
.i6-box .mide .right{
  width: calc(50% - 42px);
  height: calc(840px - 50px);
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.i6-box .mide .right a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: calc(100% - 50px);
  padding-right: 50px;
  transition: 0.3s;
}
.i6-box .mide .right a:hover{
  transform: translateX(-15px);
}
.i6-box .mide .right a .flow{
  display: block;
  content: '';
  width: calc(100% - 80px);
  height: calc(100% + 50px);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.i6-box .mide .right a img{
  width: 330px;
  height: 210px;
  object-fit: cover;
}
.i6-box .mide .right a .txt{
  width: calc(100% - 330px - 42px);
}
.i6-box .mide .right a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.i6-box .mide .right a:hover .txt h3{
  color: #CFA972;
}
.i6-box .mide .right a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 20px 0 35px 0;
}
.i6-box .mide .right a .time{
  display: flex;
  align-items: flex-end;
}
.i6-box .mide .right a .time .r{
  font-family: Oswald;
  font-weight: 300;
  font-size: 48px;
  color: #888888;
  line-height: 1;
  transform: translateY(5px);
}
.i6-box .mide .right a .time .x{
  font-family: Oswald;
  font-weight: 300;
  font-size: 28px;
  color: #AAAAAA;
  line-height: 1;
  margin: 0 5px;
}
.i6-box .mide .right a .time .ny{
  font-family: Oswald;
  font-weight: 300;
  font-size: 16px;
  color: #AAAAAA;
  line-height: 1;
}
.banner{
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .ct.active h3,
.banner .ct.active h6{
  text-align: center;
}
.banner .ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 55px;
  color: #FFFFFF;
}
.banner .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 17px;
}
.banner .db{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.banner .dbct{
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
}
.banner .dbct a{
  width: 200px;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.banner .dbct a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #CFA972;
  z-index: -1;
  transition: 0.3s;
}
.banner .dbct a::after{
  display: block;
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.banner .dbct a:last-of-type::after{
  display: none;
}
.banner .dbct a.active::before{
  width: 100%;
}
.banner .dbct a.active::after{
  opacity: 0;
}
.banner .dbct a.active{
  font-weight: bold;
}
.banner .dbct a:hover{
  color: #CFA972;
}
.a1-1box{
  width: 100%;
  position: relative;
}
.a1-1ct{
  margin: 0 auto;
  padding: 100px 0 110px 0;
}
.a1-1ct .left{
  width: 683px;
}
.abtm h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #222222;
}
.abtm .line{
  width: 270px;
  height: 5px;
  background: linear-gradient(to right, rgba(207,169,114,1), rgba(207,169,114,0));
  margin-top: 20px;
}
.a1-1ct .left h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin: 56px 0 37px 0;
}
.a1-1ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}
.a1-1box .right{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 54%;
}
.a1-1ct .numct{
  display: flex;
  justify-content: space-between;
  margin-top: 300px;
}
/*.a1-1ct .numct .item:nth-of-type(2),*/
/*.a1-1ct .numct .item:nth-of-type(4){*/
/*  width: 135px;*/
/*}*/
.a1-1ct .numct .item:not(:first-of-type){
  width: 170px;
}
.a1-1ct .numct .item .tt{
  display: flex;
  align-items: center;
}
.a1-1ct .numct .item .tt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-left: 15px;
}
.a1-1ct .numct .item .db{
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
.a1-1ct .numct .item .db .num{
  font-family: Impact;
  font-weight: 400;
  font-size: 48px;
  color: #444444;
  line-height: 1;
}
.a1-1ct .numct .item .db .mmdb{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #444444;
  line-height: 1;
  padding-bottom: 5px;
  margin-right: 5px;
}
.a1-1ct .numct .item p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 46px;
  color: #444444;
  line-height: 1;
}
.a1-1ct .numct .item .db span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #444444;
  line-height: 1;
  padding-bottom: 5px;
  margin-left: 15px;
}
.a1-2box{
  width: 100%;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/a1-7.png) no-repeat center / cover fixed;
}
.a1-2ct{
  width: 72%;
}
.a1-2ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
}
.a1-2ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin: 30px 0 100px 0;
}
.a1-2ct a{
  margin: 0 auto;
  display: block;
  width: 199px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.a1-2ct a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #CFA972;
  transition: 0.3s;
  z-index: -1;
}
.a1-2ct a:hover{
  border-color: #CFA972;
}
.a1-2ct a:hover::before{
  width: 100%;
}
.a1-3box{
  position: relative;
}
.a1-3box .bg{
  position: absolute;
  right: 8%;
  bottom: 3%;
  width: 53%;
}
.a1-3ct{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 130px 0 230px 0;
}
.a1-3ct .left{
  position: relative;
  width: 400px;
  height: max-content;
}
.a1-3ct .time-swiper{
  height: 399px;
}
.a1-3ct .left::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 100px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(207,169,114, 0.4), rgba(255, 255, 255, 0));
}
.a1-3ct .left::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #CFA972;
}
.a1-3ct .time-swiper .wz{
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #AAAAAA;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.a1-3ct .time-swiper .wz p{
  margin-right: 10px;
  line-height: 1;
}
.a1-3ct .time-swiper .swiper-slide-active .wz{
  font-size: 150px;
  color: #CFA972;
}
.a1-3ct .time-swiper .swiper-slide-active .wz span{
  display: none;
}
.a1-3ct .time-swiper .swiper-slide-next{
  display: flex;
  align-items: flex-end;
}
.a1-3ct .cwz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 40px;
}
.a1-3ct .cwz p{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  writing-mode: vertical-rl;
  margin-top: 35px;
}
.a1-3ct .right{
  width: 700px;
}
.a1-3ct .desc-swiper .wa img{
  width: 100%;
}
.a1-3ct .desc-swiper .wa h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
}
.a1-3ct .desc-swiper .wa p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.a1-3ct .desc-swiper .row{
  margin-top: 42px;
  padding-left: 30px;
  position: relative;
}
.a1-3ct .desc-swiper .row::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #CFA972;
}
.a2-1box{
  overflow: hidden;
}
.a2-1ct{
  margin: 0 auto;
  padding: 100px 0 150px 0;
}
.a2-1ct .content{
  margin-top: 59px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.a2-1ct .content p{
  margin-top: 18px;
}
.a2-1ct .content img{
  max-width: 100%;
  margin: 18px auto 0;
}
.bus-box{
  overflow: hidden;
}
.busct{
  padding: 80px 0 180px 0;
  margin: 0 auto;
}
.busct .item{
  position: relative;
}
.busct .item:not(:first-of-type){
  margin-top: 60px;
}
.busct .item:nth-of-type(even) .ib{
  margin-left: auto;
}
.busct .item:nth-of-type(even) .txt{
  left: 0;
  right: unset;
}
.busct .item .ib{
  width: 960px;
  height: 600px;
}
.busct .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.busct .item .txt{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
.busct .item .txt .rq{
  width: calc(660px - 77px - 100px);
  height: calc(450px - 60px);
  padding: 60px 100px 0 77px;
  background-color: #F5F5F5;
}
/*.busct .item .txt:hover{*/
/*  transform: translateY(-50%) translateX(-15px);*/
/*}*/
/*.busct .item:nth-of-type(even) .txt:hover{*/
/*  transform: translateY(-50%) translateX(15px);*/
/*}*/
.busct .item .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  transition: 0.3s;
  margin-top: 30px;
}
.busct .item .txt:hover h3{
  color: #CFA972;
}
.busct .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20px 0 97px 0;
}
.busct .item .txt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  padding-bottom: 5px;
  border-bottom: 1px solid #222222;
  transition: 0.3s;
}
.busct .item .txt a:hover{
  color: #CFA972;
  border-bottom-color: #CFA972;
}
.buslct{
  padding: 65px 0 120px 0;
  margin: 0 auto;
}
.buslct .pb-tm p{
  text-align: left;
  text-indent: 32px;
}
.pb-tm h3{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
}
.pb-tm p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.pb-tm.active h3,
.pb-tm.active p{

  text-align: left;
}
.buslct .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.buslct .list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 45px;
  transition: 0.3s;
}
.buslct .list li:hover{
  transform: translateY(-10px);
}
.buslct .list li:nth-of-type(3n){
  margin-right: 0;
}
.buslct .list li a{
  display: block;
  width: 100%;
}
.buslct .list li a img{
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.buslct .list li a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 17px;
  transition: 0.3s;
}
.buslct .list li a:hover p{
  color: #CFA972;
}
.newsct{
  margin: 0 auto;
  padding: 90px 0 120px 0;
}
.news-list li{
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.news-list li::after{
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #CFA972;
  transition: 0.8s;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.news-list li:hover::after{ 
  width: 100%;
}
.news-list li:first-of-type a{
  padding-top: 0;
}
.news-list li a{
  display: flex;
  align-items: center;
  padding: 39px 0;
  transition: 0.3s;
}
.news-list li:hover a{
  transform: translateX(-15px);
}
.news-list li a .time .ry{
  font-family: Arial;
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
}
.news-list li:hover a .time .ry{ 
  color: #CFA972;
}
.news-list li a .time .n{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #AAAAAA;
  line-height: 1;
  margin: 15px 0 25px 0;
}
.news-list li a .time .line{
  width: 61px;
  height: 1px;
  background: #DCDCDC;
}
.news-list li a .ib{
  width: 400px;
  height: 230px;
  object-fit: cover;
  margin-left: 145px;
}
.news-list li a .txt{
  width: calc(100% - 120px - 400px - 145px - 90px);
  margin-left: auto;
}
.news-list li a .txt h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.news-list li:hover a .txt h3{
  color: #CFA972;
}
.news-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.6;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 21px 0 56px 0;
}
.news-list li a .txt .fm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 4px;
  width: max-content;
  transition: 0.3s;
}
.news-list li a .txt .fm:hover{
  color: #CFA972;
}
.news-list li a .txt .fm:hover{
  border-bottom-color: #CFA972;
}
.nd1-box{
  margin-top: 100px;
  background-color: #F5F5F5;
  overflow: hidden;
}
.nd1ct{
  margin: 0 auto;
  padding: 65px 0 40px 0;
}
.nd1ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #222222;
}
.nd1ct .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.nd1ct .db .left{
  display: flex;
}
.nd1ct .db .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.nd1ct .db .left p:not(:first-of-type){
  margin-left: 25px;
}
.nd1ct .db .right .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.nd1ct .db .right{
  display: flex;
  align-items: center;
}
.nd2-box{
  overflow: hidden;
}
.nd2ct{
  padding: 68px 0 160px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nd2ct .left{
  width: 930px;
}
.nd2ct .left .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.nd2ct .left .content p{
  margin-top: 18px;
}
.nd2ct .left .content p:first-of-type{
  margin-top: 0;
}
.nd2ct .left .content img{
  max-width: 100%;
  margin: 18px auto 0;
}
.nd2ct .left .db{
  margin-top: 150px;
  padding-top: 50px;
  border-top: 1px solid #DCDCDC;
}
.nd2ct .left .db a{
  display: flex;
  flex-wrap: wrap;
}
.nd2ct .left .db a p,
.nd2ct .left .db a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.nd2ct .left .db a span{
  color: #222222;
}
.nd2ct .left .db a:last-of-type{
  margin-top: 10px;
}
.nd2ct .left .db a:hover span{
  color: #CFA972;
}
.nd2ct .right{
  width: calc(100% - 930px - 70px);
}
.nd2ct .right .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 1;
  border-left: 7px solid #CFA972;
  padding-left: 13px;
}
.nd2ct .right .line{
  width: 100%;
  height: 1px;
  background-color: #C9C9C9;
  margin-top: 14px;
}
.nd2ct .right a{
  display: block;
  width: 100%;
  margin-top: 28px;
}
.nd2ct .right a img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.nd2ct .right a .txt{
  background-color: #F5F5F5;
  width: calc(100% - 60px);
  padding: 17px 30px;
}
.nd2ct .right a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.nd2ct .right a:hover .txt h3{ 
  color: #CFA972;
}
.nd2ct .right a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 12px 0 23px 0;
}
.nd2ct .right a .txt .time{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #AAAAAA;
}
.dev1-box{
  width: 100%;
  height: 100vh;
  position: relative;
}
.dev1-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dev1-box .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dev1-box .ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 100px;
  color: #FFFFFF;
  text-align: center;
}
.dev1-box .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 18px;
}
.dev2ct{
  padding: 106px 0 77px 0;
  margin: 0 auto;
}
.dev2ct .swb{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
.dev2ct .swb .d2-swiper{
  width: 100%;
  padding: 50px 0 30px 0;
  height: 380px;
}
.dev2ct .swb .d2-swiper a{
  background-color: #F5F5F5;
  display: block;
  width: calc(100% - 4px - 80px);
  height: calc(100% - 40px);
  padding: 40px 40px 0 40px;
  border-radius: 0 40px 0 40px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.dev2ct .swb .d2-swiper a:hover{
  background-color: #ffffff;
  border-color: #CFA972;
  box-shadow: 0px 0px 30px 0px rgba(73,73,73,0.2);
  transform: translateY(-20px);
}
.dev2ct .swb .d2-swiper a .time{
  font-family: Oswald Regular;
  font-weight: 400;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
}
.dev2ct .swb .d2-swiper a:hover .time{
  color: #CFA972;
}
.dev2ct .swb .d2-swiper a h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
  margin-top: 50px;
}
.dev2ct .swb .d2-swiper a .line{
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  transition: 0.3s;
  margin: 20px 0 22px 0;
}
.dev2ct .swb .d2-swiper a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 18px;
}
.dev2ct .swb .pb{
  width: 58px;
  height: 58px;
  border: 1px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dev2ct .swb .prev{
  left: -100px;
}
.dev2ct .swb .next{
  right: -100px;
}
.dev2ct .swb .pb i{
  font-size: 24px;
  color: #888888;
  transition: 0.3s;
}
.dev2ct .swb .pb:hover{
  border-color: #CFA972;
  background-color: #CFA972;
}
.dev2ct .swb .pb:hover i{
  color: #FFFFFF;
}
.dev3-box{
  width: 100%;
  /* height: 650px; */
  background: url(../images/i4-1.png) no-repeat fixed;
}
.dev3ct{
  margin: 0 auto;
  padding: 125px 0 195px 0;
}
.dev3ct h3{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}
.dev3ct .row{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.dev3ct .row .item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dev3ct .row .item img{
  height: 65px;
}
.dev3ct .row .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 65px;
}
.dev4-box{
  width: 100%;
  background-color: #F8F8F8;
  overflow: hidden;
}
.dev4ct{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 93px 0 99px 0;
}
.dev4ct .left{
  width: 456px;
  padding-top: 45px;
}
.dev4ct .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
}
.dev4ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  margin-top: 52px;
}
.dev4ct .right{
  width: 820px;
}
.dev5ct{
  margin: 0 auto;
  padding: 75px 0 113px 0;
}
.dev5ct .swb{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
.dev5ct .d5-swiper{
  width: 100%;
}
.dev5ct .d5-swiper a{
  display: block;
  width: 100%;
}
.dev5ct .d5-swiper a img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.dev5ct .d5-swiper a .txt{
  width: calc(100% - 64px);
  padding: 28px 32px 36px 32px;
  background-color: #F5F5F5;
}
.dev5ct .d5-swiper a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.dev5ct .d5-swiper a:hover .txt h4{ 
  color: #CFA972;
}
.dev5ct .d5-swiper a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 24px;
}
.dev5ct .swb .pb{
  width: 58px;
  height: 58px;
  border: 1px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dev5ct .swb .prev{
  left: -100px;
}
.dev5ct .swb .next{
  right: -100px;
}
.dev5ct .swb .pb i{
  font-size: 24px;
  color: #888888;
  transition: 0.3s;
}
.dev5ct .swb .pb:hover{
  border-color: #CFA972;
  background-color: #CFA972;
}
.dev5ct .swb .pb:hover i{
  color: #FFFFFF;
}
.re1ct{
  padding: 73px 0 120px 0;
  margin: 0 auto;
}
.re1ct .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
}
.re1ct .list li{
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  margin-bottom: 50px;
  transition: 0.3s;
}
.re1ct .list li:nth-of-type(2n){
  margin-right: 0;
}
.re1ct .list li a{
  display: block;
  width: 100%;
}
.re1ct .list li a .ib{
  width: 100%;
  height: 440px;
  position: relative;
}
.re1ct .list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.re1ct .list li a .time{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #CFA972;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.re1ct .list li a .time p{
  font-family: Arial;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
}
.re1ct .list li a .time span{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.re1ct .list li a>p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 22px;
  transition: 0.3s;
}
.re1ct .list li:hover a>p{
  color: #CFA972;
}
.re1ct .list li:hover{
  transform: translateY(-15px);
}
.redct{
  padding: 75px 0 150px 0;
  margin: 0 auto;
}
.redct .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  text-align: center;
}
.redct .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 47px;
}
.redct .db .left{
  display: flex;
}
.redct .db .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.redct .db .left p:not(:first-of-type){
  margin-left: 25px;
}
.redct .db .right{
  display: flex;
  align-items: center;
}
.redct .db .right .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.redct .line{
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
  margin: 37px 0 45px 0;
}
.redct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  width: 78%;
  margin: 0 auto;
}
.redct .content p{
  margin-top: 18px;
}
.redct .content img{
  max-width: 100%;
  margin: 18px auto 0;
}
.j1ct{
  padding: 75px 0 160px 0;
  margin: 0 auto;
}
.j1ct .list{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.j1ct .list li{
  width: calc((100% - 80px) / 3 - 76px);
  padding: 48px 38px 0 38px;
  height: calc(390px - 48px);
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #FAFAFA;
  transition: 0.3s;
}
.j1ct .list li:nth-of-type(3n){
  margin-right: 0;
}
.j1ct .list li .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.j1ct .list li .txt{
  margin: 35px 0 50px 0;
}
.j1ct .list li .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 30px;
}
.j1ct .list li a{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #CFA972;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #CFA972;
}
.j1ct .list li:hover{
  transform: translateY(-15px);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.j2-1box{
  margin-top: 100px;
  background-color: #F8F8F8;
}
.j2-1ct{
  margin: 0 auto;
  padding: 70px 0 38px 0;
  overflow: hidden;
}
.j2-1ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
}
.j2-1ct .db{
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 45px;
}
.j2-1ct .db span{
  margin: 0 15px;
}
.j2-2ct{
  padding: 65px 0 150px 0;
  margin: 0 auto;
}
.j2-2ct .item:not(:first-of-type){
  margin-top: 60px;
}
.j2-2ct .item h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.j2-2ct .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
}
.j2-2ct .yx{
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  margin-top: 94px;
}
.j2-2ct .yx a{
  color: #CFA972;
}
.j2-2ct .yx a:hover{
  text-decoration: underline;
}
.j2-2ct .line{
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  margin: 50px 0;
}
.j2-2ct .db{
  display: flex;
}
.j2-2ct .db a{
  width: 150px;
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.j2-2ct .db a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #CFA972;
}
.j2-2ct .db a:last-of-type{
  margin-left: 20px;
}
.j2-2ct .db a:hover{
  border-color: #CFA972;
  color: #ffffff;
}
.j2-2ct .db a:hover::before{
  width: 100%;
}
.j3-box{
  overflow: hidden;
}
.j3ct{
  padding: 90px 0 100px 0;
  margin: 0 auto;
}
.j3ct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.j3ct .mide .left{
  width: 400px;
}
.j3ct .mide .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.j3ct .mide .left .txt{
  margin: 56px 0 55px 0;
}
.j3ct .mide .left .txt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: block;
}
.j3ct .mide .left .txt a:not(:first-of-type){
  margin-top: 9px;
}
.j3ct .mide .left .db{
  display: flex;
  align-items: center;
}
.j3ct .mide .left .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.j3ct .mide .left .icon{
  display: flex;
  margin-left: 30px;
}
.j3ct .mide .left .icon a{
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgba(207,169,114, 0.3);
}
.j3ct .mide .left .icon a>img{
  max-width: 50%;
}
.j3ct .mide .left .icon a:hover{
  background-color: rgba(207,169,114, 0.2);
}
.j3ct .mide .left .icon a:not(:first-of-type){
  margin-left: 15px;
}
.j3ct .mide .left .icon a .qrimg{
  position: absolute;
  bottom: calc(100%);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: bottom;
  transition: 0.3s;
  box-shadow: 0px 0px 18px 0px rgba(73,73,73,0.3);
}
.j3ct .mide .left .icon a:hover .qrimg{
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
.j3ct .mide .left .icon a .qrimg .fi{
  width: 90px;
  border: 2px solid rgba(255,255,255,1);
}
.j3ct .mide .mapbox{
  width: 800px;
  height: 460px;
}
#map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
.j3-2box{
  width: 100%;
  background: url('../images/j3-5.png') no-repeat center / cover;
  overflow: hidden;
}
.j3-2ct{
  margin: 0 auto;
  padding: 105px 0 150px 0;
}
.j3-2ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
}
.j3-2ct form{
  margin-top: 93px;
}
.j3-2ct form .row{
  display: flex;
  justify-content: space-between;
}
.j3-2ct form .row input{
  width: calc((100% - 200px) / 3);
  height: 40px;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: transparent;
}
.j3-2ct form textarea{
  width: 100%;
  height: 150px;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: transparent;
  margin-top: 50px;
}
.j3-2ct form button{
  width: 260px;
  height: 50px;
  background: #CFA972;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 70px;
}
.co1ct{
  padding: 75px 0 120px 0;
  margin: 0 auto;
}
.co1ct .list{
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
.co1ct .list li{
  width: calc((100% - 120px) / 4);
  height: 160px;
  margin-right: 40px;
  margin-bottom: 40px;
  transition: 0.3s;
}
.co1ct .list li:hover{
  transform: translateY(-10px);
  box-shadow: 0px 0px 30px 0px rgba(73,73,73,0.3);
}
.co1ct .list li:nth-of-type(4n){
  margin-right: 0;
}
.co1ct .list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.co1ct .list li a img{
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.co2ct{
  margin: 0 auto;
  padding: 75px 0 130px 0;
}
.co2ct .top{
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
.co2ct .top .line{
  width: 6px;
  height: 24px;
  background: #CFA972;
  margin-top: 3px;
}
.co2ct .top .wz{
  width: calc(100% - 6px - 12px);
}
.co2ct .top .wz h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: #222222;
}
.co2ct .top .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}
.co2ct .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.co2ct .list li{
  width: calc((100% - 80px) / 3 - 104px);
  padding: 52px 52px 0 52px;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #F5F5F5;
  height: calc(400px - 52px);
}
.co2ct .list li:nth-of-type(3n){
  margin-right: 0;
}
.co2ct .list li h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.co2ct .list li .line{
  width: 20px;
  height: 2px;
  background: #CFA972;
  margin: 15px 0 35px 0;
}
.co2ct .list li .txt p{
  padding-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  position: relative;
}
.co2ct .list li .txt p:not(:first-of-type){
  margin-top: 5px;
}
.co2ct .list li .txt p::before{
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: #CFA972;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.page {
  width: 100%;
  margin-top: 50px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 39px;
  height: 39px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  min-width: 39px;
}
.page .el-pagination .btn-next {
  width: 39px;
  height: 39px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  min-width: 39px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 39px;
  height: 39px;
  min-height: 39px;
  text-align: center;
  line-height: 39px;
  background: #ffffff;
  border: 1px solid #D2D2D2 !important;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 6px;
}
.page .el-pager li.active {
  background-color: #CFA972;
  color: #ffffff;
  border-color: #CFA972 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #CFA972;
  border-color: #CFA972;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #CFA972;
}
.ft-box{
  padding-top: 65px;
  background: url('../images/ft1.png') no-repeat center / cover;
}
.fct{
  margin: 0 auto;
}
.fct .nav{
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fct .nav a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.fct .nav a:hover{
  color: #CFA972;
  text-decoration: underline;
}
.fct .nav a:not(:first-of-type){
  margin-left: 70px;
}
.fct .mide{
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.fct .mide .left{
  display: flex;
  margin-right: 250px;
}
.fct .mide .left .txt{
  width: 364px;
  margin-left: 65px;
}
.fct .mide .left .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
}
.fct .mide .left .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 18px;
}
.fct .mide .right{
  display: flex;
}
.fct .mide .right .item img{
  width: 130px;
  height: 130px;
}
.fct .mide .right .item p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 10px;
}
.fct .mide .right .item:not(:first-of-type){
  margin-left: 30px;
}
.ft-box .db{
  background-color: #6D624F;
  margin-top: 100px;
}
.ft-box .db .ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
}
.ft-box .db .left{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.ft-box .db .icon{
  display: flex;
}
.ft-box .db .icon a{
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ft-box .db .icon a>img{
  max-width: 50%;
}
.ft-box .db .icon a:hover{
  background-color: #CFA972;
  border-color: #CFA972;
}
.ft-box .db .icon a:not(:first-of-type){
  margin-left: 15px;
}
.ft-box .db .icon a .qrimg{
  position: absolute;
  bottom: calc(100%);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: bottom;
  padding-bottom: 6px;
  transition: 0.3s;
}
.ft-box .db .icon a:hover .qrimg{
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
.ft-box .db .icon a .qrimg .fi{
  width: 90px;
  border: 2px solid rgba(255,255,255,1);
}
@media only screen and (max-width:1720px) {
  .c-center{
    width: 1400px;
  }
  .i6-box .mide .left{
    height: 740px;
  }
  .i6-box .mide .right{
    height: calc(690px);
  }
  .i6-box .mide .right a img{
    width: 280px;
    height: 180px;
  }
  .i6-box .mide .right a .txt{
    width: calc(100% - 280px - 42px);
  }
  .i6-box .mide .right a .txt h3{
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .i6-box .mide .right a p{
    margin: 15px 0 30px 0;
  }
  .i6-box .mide .right a .time .r{
    font-size: 42px;
  }
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1100px;
  }
  .c-center{
    width: 1250px;
  }
  .m-center{
    width: 1000px;
  }
  .header-box .right .nav li:not(:first-of-type){
    margin-left: 40px;
  }
  .header-box .right .search{
    margin: 0 30px 0 75px;
  }
  .mySwiper .swiper-pagination{
    bottom: 80px;
  }
  .mySwiper .swiper-pagination-bullet-active{
    width: 100px;
    height: 42px;
  }
  .mySwiper .swiper-pagination-bullet{
    margin: 0 0 0 90px !important;
  }
  .mySwiper .swiper-pagination-bullet::before{
    width: 90px;
    left: -90px;
  }
  .mySwiper .ct h6{
    font-size: 32px;
    line-height: 68px;
  }
  .mySwiper .ct h3{
    font-size: 64px;
    line-height: 64px;
  }
  .sw-box .pb{
    width: 54px;
    height: 54px;
  }
  .i1-box{
    height: 780px;
  }
  .i1-box .left h3{
    font-size: 64px;
  }
  .i1-box .left h6{
    font-size: 32px;
    margin-top: 25px;
  }
  .i1-box .left .content{
    margin: 60px 0 85px 0;
  }
  .i1-box .left .rq{
    width: 500px;
  }
  .i2ct{
    padding-left: calc((100% - 1100px) / 2);
    width: calc(100% - (100% - 1100px) / 2);
  }
  .i2-box .left h3{
    font-size: 64px;
    padding-left: 60px;
  }
  .i2-box .left h6{
    font-size: 32px;
    margin-top: 22px;
    padding-left: 60px;
  }
  .i2-box .left .pb-more{
    margin-left: 60px;
  }
  .i2-box::before{
    left: calc((100% - 1100px) / 2);
  }
  .i2-box .left{
    width: 480px;
  }
  .i2-box .right{
    width: calc(100% - 480px - 50px);
  }
  .i2-box .right .pb-sw a .ib{
    height: calc(380px - 6px);
  }
  .i2-box .left .item{
    margin: 40px 0 70px 0;
  }
  .i2-box .left .item a{
    width: calc(100% - 25px);
    padding: 20px 0 24px 25px;
  }
  .i2-box .left .item a .txt .tm{
    font-size: 20px;
  }
  .i2-box .left .item a .ib{
    width: 30px;
  }
  .i2-box .left .item a .txt{
    width: calc(100% - 30px - 13px);
  }
  .i2-box .left .item a.active .txt p{
    margin-top: 8px;
  }
  .i2-box .left .item a.active .ib{
    width: 45px;
  }
  .i2-box .left .item a.active .txt{
    width: calc(100% - 45px - 23px);
  }
  .i2-box .left .item a.active .txt .tm{
    font-size: 22px;
  }
  .i2-box .left .item a:not(:first-of-type){
    margin-top: 20px;
  }
  .i2-box{
    height: 900px;
  }
  .i2ct{
    top: 115px;
  }
  .i3ct{
    padding: 95px 0 90px 0;
  }
  .i3ct h3{
    font-size: 44px;
  }
  .i3ct .line{
    width: 45px;
  }
  .i4-box .wz h3{
    font-size: 54px;
  }
  .i4-box .wz .line{
    width: 45px;
  }
  .pb-title h3{
    font-size: 44px;
  }
  .pb-title .line{
    width: 45px;
  }
  .i5-swiper a{
    height: calc(95px - 2px);
  }
  .i6-box{
    padding: 110px 0 90px 0;
  }
  .i6-box .top h3{
    font-size: 44px;
  }
  .i6-box .mide{
    margin: 65px auto 0;
  }
  .i6-box .mide .left{
    height: 660px;
  }
  .i6-box .mide .left .txt{
    width: calc(100% - 70px);
    padding: 0 35px 30px 35px;
  }
  .i6-box .mide .left .txt p{
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    width: calc(100% - 90px);
  }
  .i6-box .mide .left .txt .time .r{
    font-size: 40px;
  }
  .i6-box .mide .right{
    height: calc(610px);
  }
  .i6-box .mide .right a{
    width: calc(100% - 40px);
    padding-right: 40px;
  }
  .i6-box .mide .right a img{
    width: 230px;
    height: 150px;
  }
  .i6-box .mide .right a .txt{
    width: calc(100% - 230px - 35px);
  }
  .i6-box .mide .right a .txt h3{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .i6-box .mide .right a p{
    margin: 10px 0 25px 0;
  }
  .i6-box .mide .right a .time .r{
    font-size: 36px;
  }
  .i6-box .mide .right a .time .x{
    font-size: 24px;
  }
  .banner{
    height: 600px;
  }
  .banner .ct h3{
    font-size: 50px;
  }
  .banner .ct h6{
    margin-top: 12px;
  }
  .a1-1ct .left{
    width: 580px;
  }
  .a1-1ct .left p{
    font-size: 16px;
    line-height: 28px;
  }
  .abtm h3{
    font-size: 36px;
  }
  .abtm .line{
    width: 250px;
  }
  .a1-1ct{
    padding: 90px 0 100px 0;
  }
  .a1-1ct .left h6{
    font-size: 22px;
  }
  .a1-1ct .numct{
    margin-top: 100px;
  }
  .a1-1ct .numct .item .tt p{
    font-size: 16px;
  }
  .a1-1ct .numct .item .tt img{
    height: 25px;
  }
  .a1-1ct .numct .item .db span{
    margin-left: 5px;
  }
  .a1-2box{
    height: 580px;
  }
  .a1-2ct h3{
    font-size: 36px;
  }
  .a1-2ct h6{
    font-size: 16px;
    line-height: 28px;
  }
  .a1-2ct a{
    width: 179px;
    height: 46px;
    font-size: 16px;
  }
  .a1-3ct .time-swiper .swiper-slide-active .wz{
    font-size: 100px;
  }
  .a1-3ct .right{
    width: 520px;
  }
  .a1-3ct .left{
    width: 280px;
  }
  .a1-3ct .time-swiper{
    height: 350px;
  }
  .a1-3ct .cwz h3{
    font-size: 32px;
    line-height: 36px;
  }
  .a1-3ct .cwz p{
    font-size: 22px;
  }
  .a1-3ct{
    padding: 110px 0 150px 0;
  }
  .a2-1ct{
    padding: 90px 0 130px 0;
  }
  .busct .item .ib{
    width: 720px;
    height: 460px;
  }
  .busct .item .txt .rq{
    width: calc(515px - 52px - 70px);
    height: calc(380px - 40px);
    padding: 40px 70px 0 52px;
  }
  .busct .item .txt h3{
    font-size: 26px;
  }
  .busct .item .txt p{
    margin: 16px 0 77px 0;
  }
  .busct{
    padding: 80px 0 130px 0;
  }
  .buslct .list li a img{
    height: 240px;
  }
  .pb-tm h3{
    font-size: 34px;
  }
  .co1ct .list li{
    height: 122px;
  }
  .co1ct{
    padding: 75px 0 100px 0;
  }
  .co2ct .list li{
    width: calc((100% - 80px) / 3 - 84px); 
    padding: 42px 42px 0 42px;
    height: calc(410px - 42px);
  }
  .co2ct{
    padding: 75px 0 100px 0;
  }
  .dev1-box .ct h3{
    font-size: 82px;
  }
  .dev1-box .ct p{
    font-size: 18px;
  }
  .dev2ct .swb .d2-swiper{
    height: 320px;
  }
  .dev2ct .swb .d2-swiper a .time{
    font-size: 44px;
  }
  .dev2ct .swb .d2-swiper a{
    width: calc(100% - 4px - 60px);
    height: calc(100% - 30px);
    padding: 30px 30px 0 30px;
    border-radius: 0 30px 0 30px;
  }
  .dev2ct .swb .d2-swiper a h3{
    margin-top: 35px;
  }
  .dev2ct .swb .d2-swiper a .line{
    margin: 18px 0 20px 0;
  }
  .dev2ct .swb .pb{
    width: 38px;
    height: 38px;
  }
  .dev2ct .swb .pb i{
    font-size: 20px;
  }
  .dev2ct .swb .next{
    right: -65px;
  }
  .dev2ct .swb .prev{
    left: -65px;
  }
  .dev3ct{
    padding: 105px 0 165px 0;
  }
  .dev3ct h3{
    font-size: 44px;
  }
  .dev5ct .swb .pb{
    width: 38px;
    height: 38px;
  }
  .dev5ct .swb .next{
    right: -65px;
  }
  .dev5ct .swb .prev{
    left: -65px;
  }
  .dev4ct .right{
    width: 620px;
  }
  .dev4ct .left{
    width: 376px;
  }
  .dev4ct .left p{
    margin-top: 25px;
  }
  .dev4ct .left h3{
    font-size: 44px;
  }
  .dev4ct .left{
    padding-top: 30px;
  }
  .dev5ct .d5-swiper a img{
    height: 240px;
  }
  .j1ct .list li .tm{
    font-size: 22px;
  }
  .j1ct .list li a{
    font-size: 18px;
  }
  .j1ct .list li .txt p{
    font-size: 16px;
    line-height: 28px;
  }
  .j1ct .list li .txt{
    margin: 30px 0 45px 0;
  }
  .j1ct .list li{
    width: calc((100% - 80px) / 3 - 70px);
    padding: 45px 35px 0 35px;
    height: calc(360px - 45px);
  }
  .j1ct{
    padding: 75px 0 130px 0;
  }
  .j3ct .mide .mapbox{
    width: 620px;
    height: 380px;
  }
  .j3-2ct h3{
    font-size: 36px;
  }
  .j3-2ct{
    padding: 95px 0 120px 0;
  }
  .j3-2ct form{
    margin-top: 70px;
  }
  .nd1ct h3{
    font-size: 36px;
  }
  .nd2ct .left{
    width: 730px;
  }
  .nd2ct .right{
    width: calc(100% - 730px - 50px);
  }
  .nd2ct .right a img{
    height: 200px;
  }
  .nd2ct{
    padding: 68px 0 120px 0;
  }
  .nd2ct .left .db{
    margin-top: 120px;
  }
  .news-list li a .ib{
    width: 300px;
    height: 180px;
    margin-left: 95px;
  }
  .news-list li a .txt{
    width: calc(100% - 120px - 300px - 95px - 60px);
  }
  .news-list li a .time .ry{
    font-size: 44px;
  }
  .news-list li a .txt h3{
    font-size: 20px;
  }
  .news-list li a .txt p{
    margin: 16px 0 46px 0;
  }
  .redct .tm{
    font-size: 32px;
  }
  .re1ct .list li a .ib{
    height: 340px;
  }
  .fct .nav{
    padding-bottom: 35px;
  }
  .ft-box{
    padding-top: 55px;
  }
  .fct .mide{
    margin-top: 80px;
  }
  .ft-box .db{
    margin-top: 80px;
  }
}
@media only screen and (max-width:1460px) {
  .header-box .right .nav li:not(:first-of-type){
    margin-left: 35px;
  }
  .header-box .right .search{
    margin: 0 25px 0 55px;
  }
  .mySwiper .swiper-pagination{
    bottom: 65px;
  }
  .i1-box .left h6{
    margin-top: 22px;
  }
  .i1-box .left .content{
    margin: 50px 0 70px 0;
  }
  .i1-box{
    height: 700px;
  }
  .i2-box .right .pb-sw a .ib{
    height: calc(330px - 6px);
  }
  .i2-box .left h6{
    margin-top: 20px;
  }
  .i2-box .left .item{
    margin: 30px 0 55px 0;
  }
  .i2-box{
    height: 800px;
  }
  .i2ct{
    top: 85px;
  }
  .i5-swiper a{
    height: calc(80px - 2px);
  }
  .c-center{
    width: 1200px;
  }
  .i6-box .mide .left{
    width: calc(50% - 32px);
    height: 630px;
  }
  .i6-box .mide .right{
    width: calc(50% - 32px);
    height: calc(590px);
    padding: 20px 0;
  }
  .i6-box .mide .right a .flow{
    height: calc(100% + 40px);
  }
}
