/*@font-face{*/
/*	font-family:"sr";*/
/*	src: url("../css/fonts/SourceHanSansCN-Regular.otf") format("opentype");*/
/*}*/
@font-face{
	font-family:"ari";
	src: url("../css/fonts/arial.ttf") format("opentype");
}
@font-face{
	font-family:"arimd";
	src: url("../css/fonts/Arial-Mdm.ttf") format("opentype");
}
@font-face{
	font-family:"kc";
	src: url("../css/fonts/京華老宋体2.002new.ttf") format("opentype");
}
/*@font-face{*/
/*	font-family:"srlg";*/
/*	src: url("../css/fonts/SourceHanSansCN-Light.otf") format("opentype");*/
/*}*/
/*@font-face{*/
/*	font-family:"srmd";*/
/*	src: url("../css/fonts/SourceHanSansCN-Medium.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: #F5A21B;
}
body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
:root {
  --font-family: ari, 'Arial', 'Source Han Sans CN', 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  --font-btfamily: arimd, 'Arial', 'Source Han Sans CN', 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
}
.hamburger {
  display: none;
}
.m-center {
  width: 1200px;
}
.x-center {
  width: 1400px;
}
.c-center {
  width: 1600px;
}
.center {
  width: 1485px !important;
}
.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;
}
.el-message{
  font-family: var(--font-family);
}
.header-box.active,
.header-box.iactive{
  background-color: #ffffff;
  box-shadow: 0px 16px 26px 0px rgb(46 46 46 / 7%);
}
.header-box.active .logo img:last-of-type,
.header-box.iactive .logo img:last-of-type{
  display: block;
}
.header-box.active .logo img:first-of-type,
.header-box.iactive .logo img:first-of-type{
  display: none;
} 
.header-box.active .headerct .nav li a,
.header-box.iactive .headerct .nav li a{
  color: #333333;
}
/* .header-box.active .headerct .right .search>i,
.header-box.iactive .headerct .right .search>i{
  color: #333333;
} */
.header-box.active .headerct .right .search .cls-1,
.header-box.iactive .headerct .right .search .cls-1{
  fill: #333333;
}
.header-box.active .headerct .right .language .mide,
.header-box.iactive .headerct .right .language .mide{
  background-color: #eeeeee;
}
.header-box.active .headerct .right .language .ib img:last-of-type,
.header-box.iactive .headerct .right .language .ib img:last-of-type{
  display: block;
}
.header-box.active .headerct .right .language .ib img:first-of-type,
.header-box.iactive .headerct .right .language .ib img:first-of-type{
  display: none;
}
.header-box.active .headerct .right .language .rq p,
.header-box.iactive .headerct .right .language .rq p{
  color: #333333;
}
.header-box.active .headerct .right .language .rq i,
.header-box.iactive .headerct .right .language .rq i{
  color: #333333;
}
 .header-box.active .hamburger.is-closed .hamb-top,
 .header-box.active .hamburger.is-closed .hamb-middle,
 .header-box.active .hamburger.is-closed .hamb-bottom,
 .header-box.active .hamburger.is-open .hamb-top,
 .header-box.active .hamburger.is-open .hamb-middle,
 .header-box.active .hamburger.is-open .hamb-bottom,
 .header-box.iactive .hamburger.is-closed .hamb-top,
 .header-box.iactive .hamburger.is-closed .hamb-middle,
 .header-box.iactive .hamburger.is-closed .hamb-bottom,
 .header-box.iactive .hamburger.is-open .hamb-top,
 .header-box.iactive .hamburger.is-open .hamb-middle,
 .header-box.iactive .hamburger.is-open .hamb-bottom{
    background-color: #333333;
  }
 .header-box.active .hamburger.is-open .hamb-top,
 .header-box.active .hamburger.is-open .hamb-middle,
 .header-box.active .hamburger.is-open .hamb-bottom,
 .header-box.iactive .hamburger.is-open .hamb-top,
 .header-box.iactive .hamburger.is-open .hamb-middle,
 .header-box.iactive .hamburger.is-open .hamb-bottom{
    background-color: #333333;
  }
.header-box.hide{
  top: -101px;
}
.header-box.show{
  top: 0;
}
.header-box.hactive{
  border-bottom-color: rgba(174,174,174, 0.5);
}
.header-box.hactive .logo img:last-of-type{
  display: block;
}
.header-box.hactive .logo img:first-of-type{
  display: none;
}
/* .header-box.hactive .headerct .right .search>i{
  color: #191919;
} */
.header-box.hactive .headerct .right .search .cls-1{
  fill: #191919;
}
.header-box.hactive .headerct .nav li a{
  color: #434343;
}

.header-box{
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.4s, top 1s, box-shadow 0.4s;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.headerct{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.headerct .logo img:last-of-type{
  display: none;
}
.headerct .logo img{
  width: 197px;
}
.headerct .right{
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .nav{
  display: flex;
  height: 100%;
}
.headerct .nav li a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17.5px;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.headerct .nav li a::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #F5A21B;
  transition: 0.3s;
}
.headerct .nav li a:hover,
.headerct .nav li.active a{
  color: #F5A21B !important;
}
.headerct .nav li a:hover::after,
.headerct .nav li.active a::after{
  width: 100%;
}
.headerct .nav li:not(:first-of-type){
  margin-left: 48px;
}
.headerct .right .search{
  margin: 0 28px 0 163px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.headerct .right .search .ssb{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  height: 280px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.5s;
}
.headerct .right .search:hover .ssb{
  transform: scaleY(1);
  opacity: 1;
}
.headerct .right .search .ssb .rq{
  margin: 0 auto;
  height: calc(100% - 45px);
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}
.headerct .right .search .ssb .rq h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}
.headerct .right .search .ssb .rq .nr{
  width: 40%;
}
.headerct .right .search .ssb .rq .nr form{
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  border-radius: 100px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.headerct .right .search .ssb .rq .nr form i{
  font-size: 26px;
  color: #333333;
}
.headerct .right .search .ssb .rq .nr form input{
  border: none;
  outline: none;
  width: calc(100% - 55px - 100px - 15px);
  padding-right: 15px;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.headerct .right .search .ssb .rq .nr form button{
  height: 100%;
  border: none;
  outline: none;
  background-color: #F5A21B;
  width: 100px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  border-radius: 100px;
}
.headerct .right .search .ssb .rq .nr form .ir{
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerct .right .search .ssb .rq .nr .db{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 0 18px;
}
.headerct .right .search .ssb .rq .nr .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.headerct .right .search .ssb .rq .nr .db a,
.headerct .right .search .ssb .rq .nr .db span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
}
.headerct .right .search .ssb .rq .nr .db span{
  font-size: 14px;
  margin: 0 13px;
}
.headerct .right .search .ssb .rq .nr .db a:hover{
  color: #F5A21B;
}
/* .headerct .right .search>i{
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
} */
.headerct .right .search .cls-1{
  transition: 0.3s;
  fill: #FFFFFF;
}
.headerct .right .language{
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.headerct .right .language .mide{
  width: 118px;
  height: 44px;
  background: #F5A21B;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.headerct .right .language .ib img:last-of-type{
  display: none;
}
.headerct .right .language .rq{
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.headerct .right .language .rq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  margin-right: 12px;
  transition: 0.3s;
}
.headerct .right .language .rq i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.headerct .right .language .flow{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.75);
  width: calc(100% - 30px);
  padding: 8px 15px;
  border-radius: 0 0 16px 16px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
}
.headerct .right .language:hover .flow{ 
  transform: scaleY(1);
  opacity: 1;
}
.headerct .right .language .flow a{
  display: block;
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  padding: 8px 0;
  transition: 0.3s;
}
.headerct .right .language .flow a:not(:first-of-type){
  border-top: 1px solid #c4caca;
}
.headerct .right .language .flow a:hover{
  color: #F5A21B;
}
.swiper-container .swiper-slide{
  overflow: hidden;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct{
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 80px;
  color: #FFFFFF;
  line-height: 73px;
}
.mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  margin: 32px 0 125px 0;
}
.mySwiper .ct a{
  width: 355px;
  height: 54px;
  border-radius: 28px;
  border: 1px solid #FFFFFF;
  transition: 0.3s;
  display: block;
  position: relative;
}
.mySwiper .ct a:hover{
  border-color: #F5A21B;
}
.mySwiper .ct a:hover span::before{
  width: 100%;
}
.mySwiper .ct a:hover .rund{
  width: 54px;
  height: 54px;
}
.mySwiper .ct a .rund{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F5A21B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
.mySwiper .ct a .rund i{
  font-size: 16px;
  color: #FFFFFF;
}
.mySwiper .ct a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 20px);
  padding-right: 20px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  border-radius: 28px;
}
.mySwiper .ct a span::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F5A21B;
  transition: 0.4s;
  z-index: -1;
}
.i1-box{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-box .ib{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.i1-box .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
}
.i1-box .ib img.active{
  opacity: 1;
}
.i1-box .wz{
  height: calc(100% - 110px - 117px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.i1-box .wz>h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 53px;
}
.i1-box .wz .db{
  display: flex;
  justify-content: space-between;
}
.i1-box .wz .db .item{
  width: calc((100% - 86px) / 3);
  position: relative;
  transition: 0.5s;
}
.i1-box .wz .db .item.active{
  width: calc((100% - 86px) / 3 + 60px);
}
.i1-box .wz .db .item .zs{
  width: calc(100% - 140px);
  padding: 0 70px;
  height: 71px;
  background-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
}
.i1-box .wz .db .item .flow{
  width: calc(100% - 35px - 35px);
  padding: 43px 35px 40px 35px;
  position: absolute;
  bottom: -345px;
  left: 0px;
  background: url('../images/i1-2.png') no-repeat center / cover;
  border-radius: 15px;
  transition: 0.5s;
}
.i1-box .wz .db .item.active .flow{
  bottom: 0;
  left: 0;
}
.i1-box .wz .db .item .flow h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i1-box .wz .db .item .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #727272;
  line-height: 24px;
  /*height: 72px;*/
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  margin: 15px 0 50px 0;
}
.i1-box .wz .db .item .flow a{
  width: 120px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #F5A21B;
  transition: 0.3s;
  display: block;
  position: relative;
}
.i1-box .wz .db .item .flow a:hover span::before{
  width: 100%;
}
.i1-box .wz .db .item .flow a:hover .rund{
  width: 35px;
  height: 35px;
}
.i1-box .wz .db .item .flow a:hover span{
  color: #FFFFFF;
}
.i1-box .wz .db .item .flow a .rund{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5A21B;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 2;
}
.i1-box .wz .db .item .flow a .rund i{
  font-size: 18px;
  color: #FFFFFF;
}
.i1-box .wz .db .item .flow a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #727272;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 13px);
  padding-right: 13px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 18px;
}
.i1-box .wz .db .item .flow a span::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F5A21B;
  transition: 0.4s;
  z-index: -1;
}
.i2-box{
  width: 100%;
  position: relative;
  background: url('../images/gnw.png') no-repeat center / cover;
}
.i2-box .zwf{
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
  background: url('../images/gnw.png') no-repeat center / cover;
}
.i2-box video{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: sticky;
  top: 0;
}
.i2ct{
  position: relative;
  margin-top: -100vh;
}
.i2ct .mide{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.i2ct .left{
  height: calc(100vh - 180px - 100px);
  position: sticky;
  top: 0;
  padding: 180px 0 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.i2ct .left h3{
  font-family: var(--font-btfamily);
  font-weight: normal;
  font-size: 65px;
  color: #FFFFFF;
  line-height: 65px;
}
.i2ct .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 29px;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 25px;
}
.i2ct .left .gd{
  display: flex;
  align-items: center;
}
.i2ct .left .gd p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  margin-left: 10px;
}
.i2ct .left .gd img{
  animation: pulse 2s linear infinite;
}
@keyframes pulse {
  0% {
    transform: translateY(-7px);
  }
  25%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(7px);
  }
  75%{
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-7px);
  }
}
.i2ct .right{
  width: 49%;
  padding: 50vh 0;
}
.i2ct .right .row{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
  opacity: 0.2;
  transition: 0.4s;
}
.i2ct .right .row.on{
  opacity: 1;
}
.i2ct .right .row:not(:first-of-type){
  margin-top: 170px;
}
.i2ct .right .row .wz{
  width: calc(100% - 65px - 15px);
}
.i2ct .right .row .wz h4{
  font-family: var(--font-btfamily);
  font-weight: normal;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 1;
}
.i2ct .right .row .wz .h{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.i2ct .right .row .wz .h .rund{
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}
.i2ct .right .row .wz .h p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 20px;
  color: #ffffff;
  width: calc(100% - 6px - 15px);
  margin-left: 15px;
}
.i3-box{
  width: 100%;
  background-color: #F5F1EA;
}
.i3ct{
  margin: 0 auto;
  padding: 160px 0 75px 0;
}
.pb-tm{
  font-family: var(--font-btfamily);
  font-weight: normal;
  font-size: 44px;
  color: #1F1F1F;
  line-height: 1;
  text-align: center;
}
.i3ct .box{
  width: 100%;
  height: 627px;
  position: relative;
  margin-top: 40px;
}
.i3ct .box .ib{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.i3ct .box .ib img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.i3ct .box .ib img.active{ 
  opacity: 1;
}
.i3ct .box .wz{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.i3ct .box .wz .item{
  width: calc((100% - 3px) / 4 - 40px);
  padding: 0 20px 52px 20px;
  height: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.i3ct .box .wz .item:not(:first-of-type){
  border-left: 1px solid rgba(255,255,255,0.5);
}
.i3ct .box .wz .item .db{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.i3ct .box .wz .item h3{
  font-family: var(--font-btfamily);
  font-weight: normal;
  font-size: 25px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.4s;
  opacity: 0.5;
}
.i3ct .box .wz .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  line-height: 17px;
  transition: 0.4s;
  opacity: 0.5;
  margin-top: 20px;
}
.i3ct .box .wz .item.active p,
.i3ct .box .wz .item.active h3{
  opacity: 1;
}
.i4-box{
  width: 100%;
  background-color: #F5F1EA;
}
.i4ct{
  margin: 0 auto;
  padding: 75px 0 90px 0;
}
.i4ct .top a{
  display: none;
}
.n-list{
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.n-list li{
  width: calc((100% - 56px) / 3);
  margin-right: 28px;
  margin-bottom: 28px;
}
.n-list li:nth-of-type(3n){
  margin-right: 0;
}
.n-list li a{
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.n-list li a .ib{
  width: 100%;
  height: 305px;
  overflow: hidden;
  background-color: #BDBDBD;
}
.n-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.n-list li a .txt{
  width: calc(100% - 40px);
  padding: 30px 20px 25px 20px;
  background-color: #ffffff;
}
.n-list li a .txt .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #A5A5A5;
}
.n-list li a .txt h6{
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 21px;
  color: #222222;
  line-height: 27px;
  height: 54px;
  margin-top: 12px;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-list li a .txt .line{
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 23px 0 27px 0;
}
.n-list li a .txt .type{
  border: 1px solid #F5A21B;
  padding: 8px 18px;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #F5A21B;
  width: max-content;
  border-radius: 16px;
  transition: 0.3s;
}
.n-list li a .txt .type:hover{
  background-color: #F5A21B;
  color: #FFFFFF;
}
.n-list li a:hover .txt h6{
  color: #F5A21B;
}
.n-list li a:hover .ib img{
  transform: scale(1.09);
}
.gd-more{
  display: flex;
  align-items: center;
  width: max-content;
  margin: 34px auto 0;
  cursor: pointer;
  padding-right: 18px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.gd-more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F5A21B;
  transition: 0.4s;
}
.gd-more:hover::before{ 
  width: 100%;
}
.gd-more .rund{
  width: 50px;
  height: 50px;
  background: #F5A21B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.gd-more .rund i{
  font-size: 16px;
  color: #FFFFFF;
}
.gd-more p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1F1F1F;
  margin-left: 10px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.gd-more:hover p{
  color: #FFFFFF;
}
.cSwiper{
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.cSwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cSwiper .flog{
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  z-index: 5;
}
.cSwiper .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cSwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.cSwiper .flog span{
  opacity: 0;
  transform: translateY(60px);
  transition: 1.5s;
  transition-delay: 0.4s;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
}
.cSwiper .swiper-slide-active .ct .rq,
.cSwiper .swiper-slide-active .flog span{
  opacity: 1;
  transform: translateY(0);
}
.cSwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 72px;
}
.c1-box{
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.c1ct{
  padding: 108px 0 119px;
  margin: 0 auto;
}
.c1ct .top{
  display: flex;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 40px;
}
.c1ct .top .item{
  width: calc(100% / 3);
}
.c1ct .top .item .db{
  display: flex;
  align-items: center;
}
.c1ct .top .item .db img{
  width: 20px;
}
.c1ct .top .item .db p{
  margin-left: 17px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #9F9F9F;
}
.c1ct .top .item a{
  padding: 0 20% 0 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 23px;
  color: #000000;
  display: block;
  line-height: 26px;
  margin-top: 13px;
}
.c1ct .top .item a br{
  display: none;
}
.mapbox{
  width: 100%;
  height: 481px;
  margin-top: 99px;
}
#map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
#map .amap-logo{
  display: none;
  opacity: 0 !important;
}
#map .amap-copyright{
  display: none !important;
}
#map .amap-info-close{
  display: none;
}
.c2-box{
  width: 100%;
  background-color: #F5F1EA;
}
.c2ct{
  margin: 0 auto;
  padding: 90px 0 117px 0;
}
.c2ct>h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 33px;
  color: #222222;
  line-height: 1;
}
.c2ct .el-form{
  margin-top: 55px;
}
.c2ct .el-form-item__label{
  line-height: 1;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  color: #222222;
  position: relative;
  margin-bottom: 23px;
}
.c2ct .el-form-item__label::before{
  color: #F5A21B !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: -15px  ;
}
.c2ct .one .el-form-item__label{
  margin-bottom: 17px;
}
.c2ct .one .el-checkbox-group{
  display: flex;
}
.c2ct .one .el-checkbox-group .el-checkbox-button:not(:first-of-type){
  margin-left: 28px;
}
.c2ct .one .el-checkbox-group .el-checkbox-button__inner{
  padding: 0;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #7D7D7D;
  width: max-content;
  min-width: 140px;
  padding: 0 23px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.c2ct .one .el-checkbox-button.is-checked .el-checkbox-button__inner{
  color: #FFFFFF;
  background-color: #F5A21B;
  box-shadow: none;
}
.c2ct .el-form-item__error{
  font-family: var(--font-family);
}
.c2ct .el-form-item{
  margin-bottom: 40px;
}
.c2ct .row{
  display: flex;
  justify-content: space-between;
}
.c2ct .row .el-form-item{
  width: calc((100% - 79px) / 2);
  margin-bottom: 60px;
}
.c2ct .row .el-input__inner{
  height: auto;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  padding: 0;
  border: none;
  border-bottom: 1px solid #C4C4C4 !important;
  border-radius: 0;
  background: transparent;
  padding-bottom: 15px;
}
.c2ct .row .el-input__inner::placeholder{
  color: #B0B0B0;
}
.c2ct .el-form-item__content{
  line-height: 1;
}
.c2ct .el-textarea__inner{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  padding: 0;
  border: none;
  border-bottom: 1px solid #C4C4C4 !important;
  border-radius: 0;
  background: transparent;
  resize: none;
}
.c2ct .el-textarea__inner::placeholder{
  color: #B0B0B0;
}
.c2ct .db{
  display: flex;
  justify-content: space-between;
}
.c2ct .db .el-form-item{
  margin-bottom: 0;
  width: 680px;
}
.c2ct .db .el-form-item__label{
  margin: 0;
}
.c2ct .db .el-form-item__content{
  display: flex;
}
.c2ct .db .wz{
  width: calc(100% - 35px);
  margin-left: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #2B2B2B;
  line-height: 23px;
  position: relative;
}
.c2ct .db .wz::before{
  display: block;
  content: '*';
  position: absolute;
  top: 0;
  left: -9px;
  color: #F5A21B;
}
.c2ct .db .wz a{
  color: #F5A21B;
}
.c2ct .db .el-checkbox__input{
  transform: translateY(3px);
}
.c2ct .db .el-checkbox__input.is-checked .el-checkbox__inner{
  border-color: #F5A21B;
  background-color: #F5A21B;
}
.c2ct .db .el-checkbox__inner:hover,
.c2ct .db .el-checkbox__input.is-focus .el-checkbox__inner{
  border-color: #F5A21B;
}
.c2ct .db .el-button{
  width: 167px;
  height: 51px;
  border: 1px solid #F5A21B;
  border-radius: 26px;
  background-color: transparent;
  transition: 0.3s;
  padding: 0;
  display: flex;
  align-items: center;
}
.c2ct .db .el-button:hover{
  background-color: #F5A21B;
}
.c2ct .db .el-button:hover span,
.c2ct .db .el-button:hover i{
  color: #ffffff;
}
.c2ct .db .el-button span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #F5A21B;
  line-height: 1;
  transition: 0.3s;
  margin-left: 43px;
}
.c2ct .db .el-button i{
  font-size: 16px;
  color: #F5A21B;
  transition: 0.3s;
  margin-left: 3px;
}
.nSwiper{
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.nSwiper .flog{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  z-index: 5;
}
.nSwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nSwiper .ct{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,0);
}
.nSwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.nSwiper .flog span{
  opacity: 0;
  transform: translateY(60px);
  transition: 1.5s;
  transition-delay: 0.4s;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.nSwiper .swiper-slide-active .ct .rq,
.nSwiper .swiper-slide-active .flog span{
  opacity: 1;
  transform: translateY(0);
}
.nSwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  text-align: center;
  line-height: 72px;
}
.n1-box{
  background-color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.n1ct{
  margin: 0 auto;
  padding: 125px 0 190px 0;
}
.n1ct .tm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  color: #000000;
}
.n1ct .mide{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
}
.n1ct .mide .ib{
  width: 721px;
  height: 455px;
  border-radius: 20px;
  overflow: hidden;
}
.n1ct .mide .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.n1ct .mide:hover .ib img{ 
  transform: scale(1.05);
}
.n1ct .mide .txt{
  width: calc(100% - 721px - 86px);
}
.n1ct .mide .txt .time{
  display: flex;
  align-items: center;
}
.n1ct .mide .txt .time p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #F5A21B;
  line-height: 1;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #F5A21B;
  transition: 0.3s;
}
.n1ct .mide .txt .time span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #4F4F4F;
  line-height: 1;
  margin-left: 13px;
}
.n1ct .mide .txt h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 34px;
  color: #000000;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 30px 0 20px 0;
}
.n1ct .mide .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #777777;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.n1ct .mide .txt a{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: max-content;
  margin-top: 50px;
}
.n1ct .mide .txt a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #F5A21B;
  z-index: -1;
  transition: 0.3s;
}
.n1ct .mide .txt a .rund{
  width: 48px;
  height: 48px;
  background: #F5A21B;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n1ct .mide .txt a .rund i{
  font-size: 18px;
  color: #ffffff;
}
.n1ct .mide .txt a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #242423;
  margin-left: 15px;
  transition: 0.5s;
  padding-right: 15px;
}
.n1ct .mide .txt a:hover::before{
  width: 100%;
}
.n1ct .mide .txt a:hover span{
  color: #ffffff;
}
.n2-box{
  width: 100%;
  background-color: #F5F1EA;
  position: relative;
  z-index: 3;
}
.n2ct{
  margin: 0 auto;
  padding: 86px 0 120px 0;
}
.n2ct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n2ct .top .left{
  display: flex;
}
.n2ct .top .left a{
  width: max-content;
  min-width: 110px;
  padding: 0 23px;
  height: 51px;
  background: #FFFFFF;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 17px;
  color: #9C9C9C;
  transition: 0.3s;
}
.n2ct .top .left a:not(:first-of-type){
  margin-left: 37px;
}
.n2ct .top .left a:hover{
  color: #F5A21B;
}
.n2ct .top .left a.active{
  color: #FFFFFF;
  background-color: #F5A21B;
}
.n2ct .top .ss{
  width: 288px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 26px;
  display: flex;
  overflow: hidden;
}
.n2ct .top .ss .rund{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #F5A21B;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.n2ct .top .ss .rund i{
  font-size: 18px;
  color: #ffffff;
}
.n2ct .top .ss .rund svg{
  width: 33.33%;
  height: 33.33%;
  object-fit: contain;
}
.n2ct .top .ss .rund svg path{
  fill: #ffffff;
}
.n2ct .top .ss input{
  width: calc(100% - 52px - 35px);
  padding: 0 10px 0 25px;
  outline: none;
  border: none;
  background-color: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.n2ct .top .ss input::placeholder{
  color: #B5B5B5;
}
.n2ct .n-list{
  margin-top: 100px;
}
.n2ct .n-list .zw{
  display: flex;
  align-items: center;
  justify-content:center;
  width: 100%;
  height: 300px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}
.nd-box{
  background-color: #F5F1EA;
}
.ndct{
  padding: 200px 0 175px 0;
  margin: 0 auto;
  width: 893px;
}
.ndct .type{
  border-radius: 21px;
  border: 1px solid #F5A21B;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #F5A21B;
  padding: 9px 18px;
  width: max-content;
  transition: 0.3s;
}
.ndct .type:hover{
  color: #ffffff;
  background-color: #F5A21B;
}
.ndct .tm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  line-height: 40px;
  margin-top: 18px;
}
.ndct .time{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 15px;
  margin: 67px 0 52px 0;
}
.ndct .time .left{
  display: flex;
  align-items: center;
}
.ndct .time .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  margin-left: 9px;
}
.ndct .time .right{
  display: flex;
  align-items: center;
}
.ndct .time .right .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #666666;
  margin-right: 14px;
}
.ndct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #373737;
  line-height: 29px;
  text-align: justify;
}
.ndct .content p{
  margin-top: 18px;
}
.ndct .content img{
  max-width: 100%;
  margin: 0 auto;
}
.ndct .db{
  margin-top: 120px;
  border-top: 1px solid #C3C3C3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.ndct .db .left{
  max-width: calc(100% - 200px);
}
.ndct .db .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #a3a2a2;
  transition: 0.3s;
  display: block;
}
.ndct .db .left a:not(:first-of-type){
  margin-top: 10px;
}
.ndct .db .left a:hover{
  color: #F5A21B;
}
.ndct .db .fh{
  cursor: pointer;
  width: 169px;
  height: 56px;
  border: 1px solid #F5A21B;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #F5A21B;
  transition: 0.3s;
}
.ndct .db .fh:hover{
  background-color: #F5A21B;
  color: #ffffff;
}
.pr1-box{
  overflow: hidden;
}
.pr1ct{
  margin: 0 auto;
  padding: 170px 0 60px 0;
  margin: 0 auto;
}
.pr1ct h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 38px;
  color: #222222;
  line-height: 1;
}
.pr1ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #797979;
  margin-top: 20px;
}
.pr2-box{
  background-color: #F5F1EA;
}
.pr2ct{
  padding: 60px 0 110px 0;
  margin: 0 auto;
}
.pr2ct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #545454;
  text-align: justify;
}
.pr2ct .content p{
  margin-top: 10px;
}
.pr2ct .content h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 23px;
  color: #000000;
  margin-top: 25px;
}
.pr2ct .gd-more{
  margin-top: 60px;
}
.pr2ct .more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 79px auto 0;
}
.pr2ct .more .rund{
  width: 51px;
  height: 51px;
  background: #F5A21B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pr2ct .more .rund i{
  font-size: 16px;
  color: #ffffff;
}
.pr2ct .more p{
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1F1F1F;
  transition: 0.3s;
}
.pr2ct .more:hover .rund{
  transform: rotate(360deg);
}
.pr2ct .more:hover p{
  color: #F5A21B;
}
.aSwiper{
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.aSwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caolvb{
  width: 100%;
  height: 100%;
  background: url('../images/fl3.png') no-repeat center / cover;
  position: relative;
}
.caolvb .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: none;
}
.caolvb .rund i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*.caolvb .zw{*/
/*  display: none;*/
/*}*/
.aSwiper .ct{
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%,0);
}
.aSwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 34px;
  color: #FFFFFF;
  display: none;
}
.aSwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 68px;
  color: #FFFFFF;
  line-height: 70px;
  /*transform: translateX(-66px);*/
  /*margin-top: 50px;*/
  white-space: nowrap;
  text-indent: -24px;
}
.aSwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.aSwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.aSwiper .swiper-pagination{
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13%;
  opacity: 0;
}
.aSwiper .swiper-pagination .swiper-pagination-bullet{
  width: 100px;
  height: 7px;
  opacity: 1;
  border-radius: 4px;
  margin: 0 10px;
  background-color: rgba(255,255,255,0.35) !important;
  position: relative;
  overflow: hidden;
}
.aSwiper .swiper-pagination .swiper-pagination-bullet::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 5s;
}
.aSwiper .swiper-pagination .swiper-pagination-bullet-active::before{
  width: 100%;
}
.aSwiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  width: 0;
  transition: 0s;
}
.a1-box{
  background: url('../images/abbg.jpg') no-repeat center / cover;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.a1ct{
  margin: 0 auto;
  padding: 170px 0 0 0;
}
.a1ct .ib1{
  position: relative;
}
.a1ct .ib1 .bg{
  width: 100%;
}
.a1ct .ib1 .flog{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.a1ct .ib1 .wz{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27%;
  width: max-content;
}
.a1ct .ib1 .wz h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 68px;
  text-align: center;
}
.a1ct .ib1 .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  margin-top: 14px;
  display: none;
}
.a1ct .ib2{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 132px);
  padding-left: 132px;
  margin-top: 185px;
}
.a1ct .ib2 .left{
  height: max-content;
}
.a1ct .ib2 .right{
  width: calc(100% - 292px - 246px);
}
.a1ct .ib2 .right h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 46px;
  color: #563E2D;
  line-height: 52px;
}
.a1ct .ib2 .right .line{
  width: 100%;
  height: 1px;
  background-color: #c1b2a8;
  margin: 35px 0 42px 0;
}
.a1ct .ib2 .right .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #563E2D;
  line-height: 36px;
}
.a1ct .ib2 .right .content p:not(:first-of-type){
  margin-top: 30px;
}
.a1ct .bigline{
  width: 100%;
  height: 1px;
  background-color: #c1b2a8;
  margin: 100px 0 150px 0;
}
.a1ct .ib3>h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 46px;
  color: #563E2D;
  line-height: 50px;
  text-align: center;
}
.a1ct .ib3>p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #563E2D;
  line-height: 36px;
  margin-top: 20px;
}
.a1ct .ib3 .box{
  width: 100%;
  height: 627px;
  position: relative;
  margin-top: 134px;
}
.a1ct .ib3 .box .ib{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.a1ct .ib3 .box .ib img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.a1ct .ib3 .box .ib img.active{ 
  opacity: 1;
}
.a1ct .ib3 .box .wz{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.public-img{
  display: none;
}
.public-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a1ct .ib3 .box .wz .item{
  width: calc((100% - 3px) / 4 - 40px);
  padding: 0 20px 52px 20px;
  height: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.a1ct .ib3 .box .wz .item:not(:first-of-type){
  border-left: 1px solid rgba(255,255,255,0.5);
}
.a1ct .ib3 .box .wz .item .db{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 23px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
}
.a1ct .ib3 .box .wz .item.active .db,
.a1ct .ib3 .box .wz .item.active .db{
  opacity: 1;
}
.ib4{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 138px);
  padding-left: 138px;
  margin-top: 220px;
}
.ib4 .left{
  padding-top: 70px;
}
.ib4 .left img{
  width: 353px;
  margin: 0 auto;
}
.ib4 .left .tm h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 38px;
  color: #563E2D;
  line-height: 1;
  text-align: center;
}
.ib4 .left .tm p{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 14px;
  color: #563E2D;
  text-align: center;
  display: none;
}
.ib4 .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  color: #563E2D;
  line-height: 39px;
  text-align: center;
  margin: 45px 0 118px 0;
}
.ib4 .left .snzl{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 18px;
  color: #563E2D;
  text-align: center;
  line-height: 24px;
}
.ib4 .right{
  position: relative;
  width: 509px;
  height: 655px;
  transform: translateX(40px);
}
.ib4 .right .rw{
  width: 100%;
}
.ib4 .right .bj{
  position: absolute;
  top: 10%;
  right: 78%;
}
.ib4 .right .bj p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  position: absolute;
  left: 12%;
  transform: translate(0,-55%);
  top: 50%;
  width: 78%;
}
.rSwiper{
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.rSwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rSwiper .flog{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  z-index: 5;
}
.rSwiper .ct{
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%,0);
}
.rSwiper .ct .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 27px;
  border: 2px solid #FFFFFF;
  padding: 8px 25px;
  width: max-content;
}
.rSwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 68px;
  color: #FFFFFF;
  line-height: 70px;
  margin-top: 34px;
}
.rSwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.rSwiper .flog span{
  opacity: 0;
  transform: translateY(60px);
  transition: 1.5s;
  transition-delay: 0.4s;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
}
.rSwiper .swiper-slide-active .ct .rq,
.rSwiper .swiper-slide-active .flog span{
  opacity: 1;
  transform: translateY(0);
}
.fr1-box{
  background-color: #F5F1EA;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.tagSwiper{
  display: none;
}
.fr1ct{
  margin: 0 auto;
  padding: 140px 0 0 0;
}
.fr1ct .top{
  display: flex;
  justify-content: space-between;
}
.fr1ct .top .left{
  width: 604px;
  padding-top: 67px;
}
.fr1ct .top .left h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 42px;
  color: #000000;
  line-height: 50px;
}
.fr1ct .top .left h3 br{
  display: none;
}
.fr1ct .top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #2A2A2A;
  margin-top: 59px;
}
.fr1ct .top .right{
  width: 761px;
  height: max-content;
  border-radius: 20px;
}
.fr1ct .item{
  display: flex;
  flex-wrap: wrap;
  margin-top: 134px;
}
.fr1ct .item .it{
  width: calc((100% - 76px) / 5);
  height: 220px;
  margin-right: 19px;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.fr1ct .item .it .rund{
  width: 70px;
  height: 70px;
  background: #FEF4E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.fr1ct .item .it .rund img{
  max-width: 40%;
}
.fr1ct .item .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  /*margin-top: 25px;*/
  margin: 25px auto 0;
  transition: 0.4s;
  max-width: 75%;
}
.fr1ct .item .it:hover{
  transform: translateY(-27px);
  background-color: #F5A21B;
}
.fr1ct .item .it:hover .rund{
  background-color: #FFFFFF;
}
.fr1ct .item .it:hover p{
  color: #FFFFFF;
}
.fr1ct .item .it:last-of-type{
  margin-right: 0;
}
.fr2-box{
  background: url('../images/fr14.jpg') no-repeat center / cover;
}
.fr2ct{
  margin: 0 auto;
  padding: 117px 0 150px 0;
}
.fr2ct .line{
  width: 100%;
  height: 1px;
  background-color: #A8A6A4;
  margin-bottom: 88px;
}
.frtm{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frtm .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 23px;
  color: #F5A21B;
  line-height: 1;
  border: 2px solid #F5A21B;
  padding: 9px 44px;
  border-radius: 28px;
}
.frtm h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 43px;
  color: #000000;
  margin-top: 20px;
}
.frtm p{
  max-width: 50%;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #6E6E6E;
  margin-top: 28px;
}
.fr2ct .item{
  display: flex;
  margin-top: 105px;
}
.fr2ct .item .it{
  width: calc((100% - 165px) / 4);
  margin-right: 55px;
}
.fr2ct .item .it .rq{
  transition: 0.4s;
  background-color: #F5F3F1;
  border-radius: 18px;
  padding: 19px 19px 35px 19px;
  width: calc(100% - 38px);
}
.fr2ct .item .it:nth-of-type(3) .rq{
  background-color: #FFFFFF;
}
.fr2ct .item .it .zt{
  width: 100%;
  height: 90px;
  border-radius: 8px;
  background-color: #A8A6A4;
  transition: 0.4s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 29px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fr2ct .item .it img{
  height: 220px;
  max-width: 100%;
  margin: 25px auto 13px;
}
.fr2ct .item .it .wz{
  margin-top: 15px;
}
.fr2ct .item .it .wz h4{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 29px;
  color: #A8A6A4;
  transition: 0.4s;
  text-align: center;
  line-height: 1;
}
.fr2ct .item .it .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #A8A6A4;
  text-align: center;
  /*margin-top: 9px;*/
  margin: 9px auto 0;
  max-width: 90%;
}
.fr2ct .item .it .rund{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #A8A6A4;
  margin: 0 auto;
  transition: 0.4s;
}
.fr2ct .item .it.active .zt{
  background-color: #F5A21B;
  font-size: 35px;
}
.fr2ct .item .it.active .rund{
  border-color: #F5A21B;
}
.fr2ct .item .it.active .wz h4{
  color: #F5A21B;
}
.fr2ct .item .it:nth-of-type(3):hover .rq{
  transform: scale(1.1);
}
.fr2ct .item .it:last-of-type{
  margin-right: 0;
}
.fr2ct .ir{
  width: 100%;
  height: 749px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-top: 160px;
}
.fr2ct .ir>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.fr2ct .ir .wz{
  position: absolute;
  left: 0;
  bottom: 66px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.fr2ct .ir .wz .xx{
  width: calc(392px - 80px);
  padding: 28px 40px 36px 40px;
  background-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  position: relative;
  transition: transform 0.4s, background-color 0.2s;
}
.fr2ct .ir .wz .xx h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 27px;
  color: #FFFFFF;
  width: 85%;
  line-height: 30px;
  /*height: 60px;*/
}
.fr2ct .ir .wz .xx p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 25px;
}
.fr2ct .ir .wz .xx .rund{
  position: absolute;
  width: 55px;
  top: 17px;
  right: 30px;
}
.fr2ct .ir .wz .xx .rund .bg{
  width: 100%;
}
.fr2ct .ir .wz .xx .rund .zx{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30%;
  width: auto;
}
.fr2ct .ir .wz .xx:not(:first-of-type){
  margin-left: 69px;
}
.fr2ct .ir .wz .xx:hover{
  /* backdrop-filter: blur(0px); */
  background-color: #F5A21B;
  transform: scale(1.06);
}
/* .fr2ct .ir:hover img{
  transform: scale(1.05);
} */
.fr3ct{
  padding: 140px 0 160px 0;
  margin: 0 auto;
}
.fr3ct .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 88px;
}
.fr3ct .list li{
  width: calc((100% - 36px) / 3);
  margin-right: 18px;
  margin-bottom: 78px;
}
.fr3ct .list li:nth-of-type(3n){
  margin-right: 0;
}
.fr3ct .list li a{
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F5F3F0;
  transition: 0.4s;
}
.fr3ct .list li a .ib{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.fr3ct .list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.fr3ct .list li a .wz{
  width: calc(100% - 30px);
  padding: 0 15px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.fr3ct .list li a:hover{
  background-color: #F5A21B;
}
.fr3ct .list li a:hover .ib img{
  transform: scale(1.07);
}
.fr3ct .list li a:hover .wz{
  color: #FFFFFF;
}
.pSwiper{
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.pSwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pSwiper .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pSwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}
.pSwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 68px;
  color: #FFFFFF;
  line-height: 70px;
  margin: 10px 0 93px 0;
}
.pSwiper .ct a{
  width: 150px;
  height: 44px;
  border-radius: 26px;
  border: 1px solid #FFFFFF;
  transition: 0.3s;
  display: block;
  position: relative;
}
.pSwiper .ct a:hover{
  border-color: #F5A21B;
}
.pSwiper .ct a:hover span::before{
  width: 100%;
}
.pSwiper .ct a:hover .rund{
  width: 44px;
  height: 44px;
}
.pSwiper .ct a .rund{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #F5A21B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
.pSwiper .ct a .rund i{
  font-size: 16px;
  color: #FFFFFF;
}
.pSwiper .ct a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 23px);
  padding-right: 23px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  border-radius: 26px;
}
.pSwiper .ct a span::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F5A21B;
  transition: 0.4s;
  z-index: -1;
}
.pSwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.pSwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.pSwiper .swiper-pagination{
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14%;
}
.pSwiper .swiper-pagination .swiper-pagination-bullet{
  width: 100px;
  height: 7px;
  opacity: 1;
  border-radius: 4px;
  margin: 0 10px;
  background-color: rgba(255,255,255,0.35) !important;
  position: relative;
  overflow: hidden;
}
.pSwiper .swiper-pagination .swiper-pagination-bullet::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 5s;
}
.pSwiper .swiper-pagination .swiper-pagination-bullet-active::before{
  width: 100%;
}
.pSwiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  width: 0;
  transition: 0s;
}
.p2Swiper{
  width: 100%;
  height: 100vh;
}
.p2Swiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p2Swiper .ct{
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
}
.p2Swiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.p2Swiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: justify;
  text-align-last: center;
  /*margin-top: 30px;*/
  margin: 30px auto 0;
  max-width: 85%;
}
.p2Swiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.p2Swiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.p2Swiper .swiper-pagination{
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
}
.p2Swiper .swiper-pagination .swiper-pagination-bullet{
  width: 65px;
  height: 4px;
  opacity: 1;
  border-radius: 2px;
  margin: 0 5px;
  background-color: rgba(255,255,255,0.65) !important;
  position: relative;
  overflow: hidden;
}
.p2Swiper .swiper-pagination .swiper-pagination-bullet::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 5s;
}
.p2Swiper .swiper-pagination .swiper-pagination-bullet-active::before{
  width: 100%;
}
.p2Swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  width: 0;
  transition: 0s;
}
.p1-box{
  width: 100%;
  background-color: #F5F1EA;
}
.p1ct{
  margin: 0 auto;
  padding: 129px 0 155px 0;
}
.p1ct .tm h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 43px;
  color: #000000;
  text-align: center;
}
.p1ct .tm p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  color: #6E6E6E;
  text-align: center;
  /*margin-top: 30px;*/
  margin: 30px auto 0;
  max-width: 65%;
}
.p1ct .tm p br{
  display: none;
}
.p1ct .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
}
.p1ct .list li{
  width: calc((100% - 48px) / 3);
  height: 280px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #FFFFFF;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
}
.p1ct .list li .big{
  width: 40%;
  position: absolute;
  right: -20%;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
  transform: scale(0.7);
}
.p1ct .list li:nth-of-type(2) .big{
  width: 30%;
}
.p1ct .list li:hover .big{
  right: 0;
  opacity: 1;
  transform: scale(1);
}
.p1ct .list li .min{
  position: absolute;
  top: 32px;
  right: 54px;
  transition: 0.4s;
}
.p1ct .list li:hover .min{
  right: 0;
  opacity: 0;
}
.p1ct .list li .flow{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #767675;
  line-height: 22px;
  position: absolute;
  left: 44px;
  bottom: 43px;
  width: 80%;
}
.p1ct .list li:nth-of-type(3n){
  margin-right: 0;
}
.p1ct .list li:nth-of-type(2),
.p1ct .list li:nth-of-type(5){
  transform: translateY(24px);
}
.p1ct .list li .wz{
  position: absolute;
  top: 30px;
  left: 44px;
  display: flex;
  align-items: center;
}
.p1ct .list li .wz .sz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 54px;
  color: #F5A21B;
  line-height: 1;
}
.p1ct .list li .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  color: #121212;
  line-height: 1;
  transition: 0.4s;
  margin-left: 3px;
}
.p1ct .list li:hover .wz p{
  color: #F5A21B;
}
.p1ct .list li .wz p br{
  display: none;
}
.p2-box{
  width: 100%;
  height: 617px;
  background: url(../images/pro9.png) no-repeat fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p2-box h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 41px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
.p2-box p{
  text-align: center;
  margin-top: 80px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.p2-box img{
  margin-top: 80px;
  width: 187px;
}
.p3-box{
  background-color: #F5F1EA;
  overflow: hidden;
}
.p3ct{
  margin: 0 auto;
  padding: 135px 0 160px 0;
}
.p3ct:last-of-type{
    padding: 135px 0 100px 0;
}
.p3ct:not(:first-of-type){
  padding-top: 0;
}
.p3ct .item .top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p3ct .item .top .left{
  max-width: calc(100% - 200px);
}
.p3ct .item .top .left .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 23px;
  color: #F5A21B;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 15px;
  height: 40px;
  border-radius: 21px;
  border: 2px solid #F5A21B;
}
.p3ct .item .top .left p{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 36px;
  color: #000000;
  margin-top: 8px;
}
.p3ct .item .top .qh{
  display: flex;
}
.p3ct .item .top .pb{
  cursor: pointer;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid #F5A21B;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p3ct .item .top .pb i{
  font-size: 16px;
  color: #F5A21B;
  transition: 0.4s;
}
.p3ct .item .top .pb:hover{
  background-color: #F5A21B;
}
.p3ct .item .top .pb:hover i{
  color: #ffffff;
}
.p3ct .item .top .next{
  margin-left: 14px;
}
.p3ct .item:not(:first-of-type){
  margin-top: 180px;
}
.itSwiper{
  overflow: visible;
  margin-top: 87px;
  padding-bottom: 78px;
}
.itSwiper .swiper-scrollbar{
  bottom: 0;
  height: 10px;
  background-color: #FFFFFF;
}
.itSwiper .swiper-scrollbar .swiper-scrollbar-drag{
  background-color: #F5A21B;
}
.itSwiper a{
  display: block;
  width: calc(100% - 66px - 2px);
  border: 1px solid transparent;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
  height: 507px;
  padding: 0 33px;
}
.itSwiper .no{
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 507px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #282828;
}
.itSwiper .no p{
  text-align: center;
}
.itSwiper .no img{
  margin-top: 27px;
}
.itSwiper a .ib{
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itSwiper a .ib img{
  max-width: 100%;
  max-height: 70%;
}
.itSwiper a .gg{
  margin: 0 auto;
  display: flex;
  border: 1px solid #F5A21B;
  border-radius: 5px;
  overflow: hidden;
  width: max-content;
}
.itSwiper a .gg p{
  background-color: #F5A21B;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 5px 12px;
}
.itSwiper a .gg span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #2A2929;
  line-height: 1;
  padding: 5px 12px;
}
.itSwiper a .txt{
  margin-top: 13px;
}
.itSwiper a .txt h4{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #282828;
  /*line-height: 1;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.4s;
}
.itSwiper a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #888888;
  /*line-height: 1;*/
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  text-align: center;
  /*margin-top: 5px;*/
}
.itSwiper a:hover{
  border-color: #F5A21B;
  background-color: #F0E8DD;
}
.itSwiper a:hover .txt h4{
  color: #F5A21B;
}
.p4-box{
  overflow: hidden;
}
.p4ct{
  margin: 0 auto;
  padding: 155px 0 165px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p4ct .left{
  width: 727px;
}
.p4ct .left h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 43px;
  color: #000000;
}
.p4ct .left .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.p4ct .left .list li{
  width: calc((100% - 9px) / 2);
  margin-right: 9px;
  margin-bottom: 9px;
  height: 248px;
  border-radius: 16px;
  overflow: hidden;
}
.p4ct .left .list li img{
  transition: 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p4ct .left .list li:nth-of-type(2),
.p4ct .left .list li:nth-of-type(4),
.p4ct .left .list li:nth-of-type(7){
  margin-right: 0;
}
.p4ct .left .list li:nth-of-type(5),
.p4ct .left .list li:nth-of-type(6),
.p4ct .left .list li:nth-of-type(7){
  width: calc((100% - 18px) / 3);
  height: 308px;
}
.p4ct .left .list li:hover img{
  transform: scale(1.05);
}
.p4ct .right{
  position: relative;
  transform: translateX(16%);
}
.p4ct .right .rw{
  width: 554px;
}
.p4ct .right .bj{
  position: absolute;
  top: 8%;
  right: 71%;
}
.p4ct .right .bj p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.p5-box{
  padding: 135px 0 185px 0;
}
.p5-box h3{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 43px;
  color: #000000;
  text-align: center;
}
.p5-box .hdb{
  margin: 70px auto 0;
}
.p5-box .cao-swiper{
  width: 100%;
  height: 676px;
  margin: 0;
}
.p5-box .cao-swiper .rq{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p5-box .cao-swiper .rq .it{
  border-radius: 15px;
  overflow: hidden;
  margin-right: 8px;
  height: calc((100% - 8px) / 2);
  opacity: 0;
  transform: scale(0);
  transition: 0.7s;
}
.p5-box .visible-half .cao-swiper .rq .it{
  opacity: 1;
  transform: scale(1);
}
.p5-box .cao-swiper .rq .it img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p5-box .cao-swiper .rq .it:nth-of-type(1){
  width: calc(65% - 4px);
}
.p5-box .cao-swiper .rq .it:nth-of-type(2){
  width: calc(35% - 4px);
}
.p5-box .cao-swiper .rq .it:nth-of-type(3),
.p5-box .cao-swiper .rq .it:nth-of-type(4){
  margin-top: 8px;
  width: calc((100% - 8px) / 2);
}
.p5-box .cao-swiper .rq .it:nth-of-type(2n){
  margin-right: 0;
}
.p6-box{
  overflow: hidden;
}
.p6ct{
  margin: 0 auto;
}
.p6ct .ib4{
  margin-top: 0;
}
.p6ct .ib4 .left{
  padding-top: 70px;
}
.p6ct .ib4 .left .tm h3{
  font-family: var(--font-btfamily);
  font-size: 38px;
  color: #000000;
  margin-bottom: 5px;
}
.p6ct .ib4 .left .tm p,
.p6ct .ib4 .left .snzl{
  color: #000000;
}
.p6ct .ib4 .left h6{
  font-family: var(--font-family);
  font-size: 21px;
  color: #000000;
  line-height: 39px;
}
.p6ct .ib4 .left img{
  width: 323px;
}
.p6ct .ib4 .right{
  height: 690px;
}
.p6ct .ib4 .right .bj{
  right: 76%;
}
.laSwiper{
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.laSwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laSwiper .flog{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  z-index: 5;
}
.laSwiper .ct{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,0);
}
.laSwiper .ct h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 68px;
  color: #FFFFFF;
  line-height: 68px;
}
.laSwiper .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 29px;
}
.laSwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.laSwiper .flog span{
  opacity: 0;
  transform: translateY(60px);
  transition: 1.5s;
  transition-delay: 0.4s;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
}
.laSwiper .swiper-slide-active .ct .rq,
.laSwiper .swiper-slide-active .flog span{
  opacity: 1;
  transform: translateY(0);
}
.la1-box{
  background-color: #F5F1EA;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.la1ct{
  margin: 0 auto;
  padding: 40px 0 140px 0;
}
.la1ct .ib1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.la1ct .ib1 .left{
  width: 647px;
}
.la1ct .ib1 .left h3{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 38px;
  color: #222222;
}
.la1ct .ib1 .left .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #797979;
  margin-top: 33px;
  line-height: 27px;
  text-align: justify;
}
.la1ct .ib1 .left .wz p:not(:first-of-type){
  margin-top: 30px;
}
.la1ct .ib1 .right{
  position: relative;
}
.la1ct .ib1 .right .gy{
  position: absolute;
  cursor: pointer;
}
.la1ct .ib1 .right .gy1{
  top: 16.3%;
  left: 0;
}
.la1ct .ib1 .right .gy2{
  left: 0;
  bottom: 17.7%;
}
.la1ct .ib1 .right .gy3{
  left: 50%;
  top: 49.7%;
  transform: translate(-50%,-50%);
}
.la1ct .ib1 .right .gy4{
  top: 16.3%;
  right: 0;
}
.la1ct .ib1 .right .gy5{
  right: 0;
  bottom: 17.5%;
}
.la1ct .ib1 .right .gy .rq{
  position: relative;
}
.la1ct .ib1 .right .gy .ls{
  opacity: 0;
  transition: 0.4s;
}
.la1ct .ib1 .right .gy .flow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.la1ct .ib1 .right .gy .gib img:last-of-type{
  display: none;
}
.la1ct .ib1 .right .gy .txt{
  margin-top: 23px;
}
.la1ct .ib1 .right .gy .txt h4{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #222222;
  line-height: 1;
  transition: 0.4s;
}
.la1ct .ib1 .right .gy .txt p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #929292;
  transition: 0.4s;
  margin-top: 5px;
}
.la1ct .ib1 .right .gy:hover .ls{
  opacity: 1;
}
.la1ct .ib1 .right .gy:hover .gib img:first-of-type{
  display: none;
}
.la1ct .ib1 .right .gy:hover .gib img:last-of-type{
  display: block;
}
.la1ct .ib1 .right .gy:hover .txt h4,
.la1ct .ib1 .right .gy:hover .txt p{
  color: #ffffff;
}
.la1ct .ib2{
  width: 100%;
  height: 627px;
  position: relative;
  margin-top: 58px;
}
.la1ct .ib2 .ib{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.la1ct .ib2 .ib img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.la1ct .ib2 .ib img.active{ 
  opacity: 1;
}
.la1ct .ib2 .wz{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.la1ct .ib2 .wz .item{
  width: calc((100% - 3px) / 4 - 60px);
  padding: 0 30px 52px 30px;
  height: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.la1ct .ib2 .wz .item:not(:first-of-type){
  border-left: 1px solid rgba(255,255,255,0.5);
}
.la1ct .ib2 .wz .item .db{
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
}
.la1ct .ib2 .wz .item.active .db,
.la1ct .ib2 .wz .item.active .db{
  opacity: 1;
}
.la1ct .ib3{
  display: flex;
  justify-content: space-between;
  margin-top: 185px;
  position: relative;
}
.la1ct .ib3 .line{
  height: 100%;
  width: 10px;
  background-color: #E6E3DF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.la1ct .ib3 .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--progress, 0%);
  background-color: #F5A21B;
  transition: height 0.5s ease;
}
.la1ct .ib3 .right{
  width: calc(100% - 10px - 22px);
  margin-left: auto;
}
.la1ct .ib3 .right .item{
  width: 100%;
}
.la1ct .ib3 .right .item .sg{
  display: flex;
  justify-content: space-between;
}
.la1ct .ib3 .right .item .type{
  position: relative;
  height: max-content;
}
.la1ct .ib3 .right .item .type p{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  width: 261px;
  height: 62px;
  background: #F5A21B;
  border-radius: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
  text-align: center;
}
.la1ct .ib3 .right .item.active .type p{
  opacity: 1;
  transform: translateY(0);
}
.la1ct .ib3 .right .item .type .rund{
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top:50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.la1ct .ib3 .right .item .type .rund::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
}
.la1ct .ib3 .right .item .type .rund.active{
  background-color: #F5A21B;
}
.la1ct .ib3 .right .item .zs{
  width: calc(100% - 261px - 62px);
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}
.la1ct .ib3 .right .item.active .zs{
  opacity: 1;
  transform: translateY(0);
}
.la1ct .ib3 .right .item .zs .fmgc{
  display: flex;
  justify-content: space-between;
}
.la1ct .ib3 .right .item .zs .fmgc .left{
  width: calc((100% - 14px) / 2);
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb{
  width: calc(100% - 28px);
  padding: 14px 14px 20px 14px;
  border-radius: 15px;
  background-color: #ffffff;
}
.la1ct .ib3 .right .item .zs .fmgc .tm{
  width: calc(100% - 24px);
  height: 41px;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  background-color: #909090;
  border-radius: 12px;
  padding: 12px;
  transition: 0.4s;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb:hover .tm{
  background-color: #F5A21B;
  color: #FFFFFF;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  position: relative;
}
.la1ct .ib3 .right .item .zs .fmgc .left .sjdb:nth-of-type(1) .mide{
  padding-bottom: 130px;
}
.la1ct .ib3 .right .item .zs .fmgc .left .sjdb:nth-of-type(2) .mide{
  padding-bottom: 60px;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml{
  width: 345px;
}
.la1ct .ib3 .right .item .zs .fmgc .tb{
  width: 100%;
  overflow-x: auto;
}
.la1ct .ib3 .right .item .zs .fmgc .tb::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.la1ct .ib3 .right .item .zs .fmgc .tb::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #F5A21B;
}
.la1ct .ib3 .right .item .zs .fmgc .tb::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb table{
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #4e4c4c;
  background-color: #F5F3F1;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb table td{
  padding: 30px 3px;
  font-weight: 400;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb table td:nth-of-type(2),
.la1ct .ib3 .right .item .zs .fmgc .sjdb table td:nth-of-type(4){
  text-align: center;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb table td:not(:first-of-type),
.la1ct .ib3 .right .item .zs .fmgc .sjdb table th:not(:first-of-type){
  border-left: 1px solid rgba(255,255,255,1);
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb table th{
  padding: 13px 3px;
  font-weight: 400;
  background-color: #D7D7D7;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb table tr:not(:first-of-type){
  border-top: 1px solid rgba(255,255,255,1);
}
.la1ct .ib3 .right .item .zs .fmgc .left .sjdb table tr td:first-of-type{
  background-color: #D7D7D7;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ib{
  width: calc(100% - 345px - 16px);
  overflow: hidden;
  height: max-content;
  border-radius: 12px;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb:hover .mide .ib img{
  transform: scale(1.07);
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ib img{
  width: 100%;
  transition: 0.6s;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz{
  display: flex;
  justify-content: space-between;
  /*margin-top: 18px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #F5A21B;
  line-height: 24px;
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #727272;
  line-height: 23px;
  width: calc(100% - 110px);
}
.la1ct .ib3 .right .item .zs .fmgc .sjdb:not(:first-of-type){
  margin-top: 14px;
}
.la1ct .ib3 .right .item .zs .fmgc .rb{
  width: calc((100% - 14px) / 2);
}
.la1ct .ib3 .right .item .zs .fmgc .rb table{
  margin-top: 29px;
  text-align: left;
}
.la1ct .ib3 .right .item .zs .fmgc .rb table td,
.la1ct .ib3 .right .item .zs .fmgc .rb table th{
  padding: 13.5px 10px;
}
.la1ct .ib3 .right .item .zs .fmgc .rb table th{
  text-align: center;
}
.la1ct .ib3 .right .item .zs .fmgc .rb table tr:first-of-type th{
  font-size: 20px;
}
.la1ct .ib3 .right .item .zs .bj{
  display: flex;
}
.la1ct .ib3 .right .item .zs .bj .it{
  width: calc((100% - 32px) / 3 - 28px);
  margin-right: 16px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 14px;
}
.la1ct .ib3 .right .item .zs .bj .it:nth-of-type(3n){
  margin-right: 0;
}
.la1ct .ib3 .right .item .zs .bj .it .bjtm{
  background-color: #909090;
  border-radius: 12px;
  font-family: var(--font-btfamily);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: calc(100% - 80px);
  padding: 8px 40px;
  text-align: center;
  transition: 0.4s;
}
.la1ct .ib3 .right .item .zs .bj .it:hover .bjtm{
  background-color: #F5A21B;
  color: #ffffff;
}
.la1ct .ib3 .right .item .zs .bj .it .cl{
  overflow: hidden;
  width: 100%;
  height: 286px;
  margin-top: 15px;
  border-radius: 8px;
}
.la1ct .ib3 .right .item .zs .bj .it img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.la1ct .ib3 .right .item .zs .bj .it:hover img{
  transform: scale(1.07);
}
.la1ct .ib3 .right .item:not(:first-of-type){
  margin-top: 74px;
}
.la2-box{
  background: url('../images/fm15.jpg') no-repeat center / cover;
  height: 100vh;
  position: relative;
}
.la2-box .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 16%;
  width: 100%;
}
.la2-box .db p{
  font-family: var(--font-btfamily);
  font-weight: 500;
  font-size: 43px;
  color: #FFFFFF;
  text-align: center;
  line-height: 54px;
}
.la2-box .db .line{
  width: calc((100% - 550px) / 2);
  height: 2px;
  background-color: #FFFFFF;
}
.la2ct{
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  height: 422px;
}
.la2ct .l2rq{
  display: flex;
  width: 100%;
  height: 100%;
}
.la2ct .item{
  width: calc((100% - 44% - 40px) / 4 - 4px);
  margin-right: 10px;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 21px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: 0.6s;
}
.la2ct .item:last-of-type{
  margin-right: 0;
}
.la2ct .item .kb{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  opacity: 0;
  transition: 0.4s;
}
.la2ct .item:nth-of-type(1) .kb{
  right: -6%;
}
.la2ct .item:nth-of-type(3) .kb{
  width: 50%;
  right: -7%;
}
.la2ct .item:nth-of-type(4) .kb{
  width: 53%;
  right: -7%;
}
.la2ct .item .rq{
  width: calc(100% - 54px);
  padding: 40px 27px 0 27px;
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
}
.la2ct .item .rq h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #222224;
}
.la2ct .item .rq .z{
  text-align: center;
  width: 139px;
  position: absolute;
  top: 40px;
  left: 27px;
}
.la2ct .item .rq .k{
  opacity: 0;
  color: #F5A21B;
}
.la2ct .item .rq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #909090;
  margin-top: 7px;
  opacity: 0;
  transform: translateY(40px);
  max-width: 85%;
}
.la2ct .item .rq img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 33px;
  transition: 0.6s;
}
.la2ct .item.active{
  width: calc(44% - 4px);
  background-color: #FFFAF4;
  border-color: #F5A21B;
}
.la2ct .item.active .kb{
  opacity: 1;
}
.la2ct .item.active .rq .k{
  opacity: 1;
  transition: 0.6s;
}
.la2ct .item.active .rq .z{
  opacity: 0;
  transition: 0.3s;
}
.la2ct .item.active .rq img{
  opacity: 0;
}
.la2ct .item.active .rq p{
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.la3-box{
  background-color: #F5F1EA;
}
.la3ct{
  margin: 0 auto;
  padding: 174px 0 150px 0;
}
.la3ct .rq{
  display: flex;
}
.la3ct .rq a{
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 50px;
  height: 379px;
  position: relative;
}
.la3ct .rq a .ib{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.la3ct .rq a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.la3ct .rq a:nth-of-type(3n){
  margin-right: 0;
}
.la3ct .rq a .txt{
  position: absolute;
  left: 0;
  bottom: -60px;
  border-radius: 10px;
  background-color: #FFFFFF;
  width: calc(100% - 30px);
  padding: 27px 15px;
  transition: 0.6s;
  overflow: hidden;
}
.la3ct .rq a .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  color: #000000;
  /*line-height: 1;*/
  text-align: center;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  transition: 0.3s;
  min-height: 72px;
}
.la3ct .rq a .txt .zs{
  position: absolute;
  width: calc(100% - 30px);
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.55s;
}
.la3ct .rq a .txt .zs .zz{
  display: flex;
}
.la3ct .rq a .txt .zs .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #F5A21B;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 21px;
  padding: 6px 10px;
  height: max-content;
  text-align: center;
  width: calc(120px - 20px);
}
.la3ct .rq a .txt .zs .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 12px;
  width: calc(100% - 120px - 12px);
}
.la3ct .rq a:hover .txt{
  background-color: #F5A21B;
  padding: 19px 15px 165px 15px;
}
.la3ct .rq a:hover .txt h3{
  color: #ffffff;
}
.la3ct .rq a:hover .ib img{
  transform: scale(1.06);
}
.la3ct .rq a:hover .txt .zs{
  bottom: 25px;
  opacity: 1;
}
.backtop{
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 99;
  border: 1px solid #a9a9a9;
  border-radius: 20px;
  transition: 0.4s;
  cursor: pointer;
  padding: 18px 12px;
  display: none;
  overflow: hidden;
  z-index: 99;
}
.backtop::before{
  display: block;
  content: '';
  width: 100%;
  height: 0;
  background-color: #F5A21B;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F5A21B;
  transition: 0.4s;
  z-index: -1;
}
.backtop .rq{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.backtop .rq img{
  transition: 0.4s;
  filter: brightness(1);
}
.backtop p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #7E7E7E;
  transition: 0.4s;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 1;
  margin-top: 11px;
}
.backtop:hover{
  border-color: #F5A21B;
}
.backtop:hover p{
  color: #ffffff;
}
.backtop:hover .rq img{
  filter: brightness(1000);
}
.backtop:hover::before{
  height: 100%;
}
.ft-box{
  width: 100%;
  background-color: #000000;
}
.ftct{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ftct .lb{
  width: 249px;
  padding-top: 37px;
}
.ftct .lb img{
  width: 100%;
}
.ftct .lb .mdsb{
  width: calc(100% - 11px);
}
.ftct .lb img:last-of-type{
  margin-top: 125px;
  /*display: none;*/
}
.ftct .mide{
  width: 560px;
  padding-top: 57px;
}
.ftct .mide .minnav{
  display: flex;
  flex-wrap: wrap;
}
.ftct .mide .minnav a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  transition: 0.3s;
  width: calc((100% - 120px) / 3);
  margin-right: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.ftct .mide .minnav a:nth-of-type(2),
.ftct .mide .minnav a:nth-of-type(5){
  transform: translateX(35px);
}
.ftct .mide .minnav a:nth-of-type(3n){
  margin-right: 0;
}
.ftct .mide .minnav a:hover{
  color: #F5A21B;
}
.ftct .mide .dz{
  margin-top: 63px;
}
.ftct .mide .dz .row:not(:first-of-type){
  margin-top: 9px;
}
.ftct .mide .dz .row{
  display: flex;
  align-items: flex-start;
}
.ftct .mide .dz .row img{
  width: 14px;
  height: max-content;
  margin-right: 12px;
  margin-top: 3px;
}
.ftct .mide .dz .row a{
  width: calc(100% - 14px - 12px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #777777;
}
.ftct .mide .dz .row a:hover{
  /*color: #F5A21B;*/
}
.ftct .line{
  width: 1px;
  height: 333px;
  background-color: rgba(255,255,255,0.3);
}
.ftct .right{
  padding-top: 99px;
}
.ftct .right .icon{
  display: flex;
}
.ftct .right .icon .item{
  position: relative;
}
.ftct .right .icon .item .flow{
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  padding-bottom: 3px;
  transition: 0.4s;
}
.ftct .right .icon .item:hover .flow{ 
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .right .icon .item .flow .rq{
  width: 90px;
  background-color: #ffffff;
}
.ftct .right .icon .item .flow .rq img{
  width: 100%;
}
.ftct .right .icon .item .rund{
  width: 54px;
  height: 54px;
  background: #323232;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.ftct .right .icon .item .rund:hover{
  background-color: #F5A21B;
}
.ftct .right .icon .item .rund img{
  max-width: 90%;
  transition: 0.3s;
  filter: brightness(1);
}
.ftct .right .icon .item .rund:hover img{
  filter: brightness(1000);
}
.ftct .right .icon .item:not(:first-of-type){
  margin-left: 47px;
}
.ftct .right .dp{
  display: flex;
  align-items: center;
  margin-top: 44px;
}
.ftct .right .dp a{
  display: flex;
  align-items: center;
}
.ftct .right .dp a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #777777;
  margin-left: 15px;
  transition: 0.3s;
}
.ftct .right .dp a:not(:first-of-type){
  margin-left: 42px;
}
.ftct .right .dp a:hover p{
  color: #F5A21B;
}
.fdblink{
  border-top: 1px solid rgba(255,255,255,0.3);
}
.fdblink .dlct{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 27px 0;
}
.fdblink .dlct .item{
  display: flex;
}
.fdblink .dlct .item a:not(:first-of-type){
  margin-left: 20px;
}
.fdblink .dlct a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  transition: 0.3s;
}
.fdblink .dlct .right a:hover{
  color: #F5A21B;
}
.fdblink .dlct .right{
  padding-right: 9%;
}
@media only screen and (max-width:1660px) {
  .center{
    width: 1185px !important;
  }
  .m-center{
    width: 1000px;
  }
  .headerct .nav li:not(:first-of-type){
    margin-left: 27px;
  }
  .headerct .right .search{
    margin: 0 20px 0 50px;
  }
  .aSwiper .ct h6{
    font-size: 30px;
  }
  .aSwiper .ct h3{
    font-size: 62px;
    line-height: 64px;
    /*transform: translateX(-60px);*/
    /*margin-top: 45px;*/
    text-indent: -20px;
  }
  .aSwiper .swiper-pagination .swiper-pagination-bullet{
    width: 70px;
    height: 6px;
  }
  .a1ct .ib1 .wz h3{
    font-size: 38px;
    line-height: 63px;
  }
  .a1ct .ib1 .wz{
    top: 23%;
  }
  .a1ct{
    padding: 140px 0 0 0;
  }
  .a1ct .ib2{
    margin-top: 155px;
    width: calc(100% - 70px);
    padding-left: 70px;
  }
  .a1ct .ib2 .left{
    width: 262px;
  }
  .a1ct .ib2 .right{
    width: calc((100% - 262px) - 190px);
  }
  .a1ct .ib2 .right h3{
    font-size: 40px;
    line-height: 46px;
  }
  .a1ct .ib2 .right .content{
    font-size: 18px;
    line-height: 34px;
  }
  .a1ct .ib2 .right .content p:not(:first-of-type){
    margin-top: 28px;
  }
  .a1ct .ib2 .right .line{
    margin: 33px 0 40px 0;
  }
  .a1ct .bigline{
    margin: 80px 0 120px 0;
  }
  .a1ct .ib3>h3{
    font-size: 40px;
    line-height: 44px;
  }
  .a1ct .ib3>p{
    font-size: 18px;
    line-height: 34px;
    margin-top: 18px;
  }
  .a1ct .ib3 .box{
    margin-top: 104px;
    height: 500px;
  }
  .a1ct .ib3 .box .wz .item .db{
    font-size: 20px;
  }
  .ib4{
    margin-top: 170px;
  }
  .ib4{
    padding-left: 70px;
    width: calc(100% - 70px);
  }
  .ib4 .left .tm h3,
  .p6ct .ib4 .left .tm h3{
    font-size: 32px;
  }
  .ib4 .left h6,
  .p6ct .ib4 .left h6{
    font-size: 18px;
    line-height: 36px;
    margin: 40px 0 108px;
  }
  .ib4 .left .snzl{
    font-size: 16px;
    line-height: 22px;
  }
  .ib4 .left img{
    width: 343px;
  }
  .p6ct .ib4 .left img{
    width: 313px;
  }
  .ib4 .right{
    width: 439px;
    height: 567px;
  }
  .ib4 .right, .p6ct .ib4 .right{
    width: 459px;
    height: 597px;
  }
  .ib4 .right .bj p{
    font-size: 16px;
    line-height: 24px;
  }
  .ib4 .right .bj img{
    width: 361px;
  }
  .i3ct .box .wz .item .db{
     top: 68%;
  }
  .cSwiper .ct h3{
    font-size: 65px;
    line-height: 65px;
  }
  .c1ct .top .item a{
    font-size: 21px;
    line-height: 24px;
  }
  .c1ct .top .item .db p{
    margin-left: 14px;
  }
  .rSwiper .ct .type{
    font-size: 26px;
  }
  .rSwiper .ct h3{
    font-size: 62px;
    line-height: 64px;
  }
  .fr1ct .top .left{
    width: 484px;
    padding-top: 10px;
  }
  .fr1ct .top .left h3{
    font-size: 38px;
    line-height: 46px;
  }
  .fr1ct .top .left p{
    font-size: 17px;
    margin-top: 50px;
  }
  .fr1ct .top .right{
    width: 600px;
  }
  .fr1ct .item{
    margin-top: 104px;
  }
  .fr1ct .item .it{
    height: 190px;
  }
  .fr1ct .item .it p{
    /*margin-top: 18px;*/
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 21px;
    max-width: 95%;
  }
  .fr1ct .item .it .rund{
    width: 65px;
    height: 65px;
  }
  .fr2ct{
    padding: 100px 0 130px 0;
  }
  .fr2ct .line{
    margin-bottom: 73px;
  }
  .frtm .type{
    font-size: 21px;
  }
  .frtm h3{
    font-size: 38px;
  }
  .frtm p{
    font-size: 17px;
    max-width: 55%;
  }
  .fr2ct .item{
    margin-top: 90px;
  }
  .fr2ct .item .it{
    width: calc((100% - 135px) / 4);
    margin-right: 45px;
  }
  .fr2ct .item .it .rq{
    width: calc(100% - 32px);
    padding: 16px 16px 30px 16px;
  }
  .fr2ct .item .it .zt{
    height: 70px;
    font-size: 25px;
  }
.fr2ct .item .it.active .zt{
  font-size: 30px;
}
  .fr2ct .item .it img{
    height: 180px;
  }
  .fr2ct .item .it .rund{
    width: 12px;
    height: 12px;
  }
  .fr2ct .item .it .wz h4{
    font-size: 25px;
  }
  .fr2ct .item .it .wz p{
    font-size: 18px;
  }
  .fr2ct .ir{
    margin-top: 130px;
    height: 649px;
  }
  .fr2ct .ir .wz .xx{
    width: calc(310px - 60px);
    padding: 25px 30px 33px 30px;
  }
  .fr2ct .ir .wz .xx:not(:first-of-type){
    margin-left: 52px;
  }
  .fr2ct .ir .wz .xx h3{
    font-size: 23px;
    line-height: 26px;
    /*height: 52px;*/
  }
  .fr2ct .ir .wz .xx p{
    font-size: 18px;
    line-height: 22px;
    margin-top: 22px;
  }
  .fr2ct .ir .wz .xx .rund{
    width: 43px;
    top: 15px;
    right: 27px;
  }
  .fr2ct .ir .wz{
    bottom: 50px;
  }
  .fr3ct{
    padding: 120px 0 120px 0;
  }
  .fr3ct .list{
    margin-top: 73px;
  }
  .fr3ct .list li a .ib{
    height: 250px;
    border-radius: 16px;
  }
  .fr3ct .list li a{
    border-radius: 16px;
  }
  .fr3ct .list li a .wz{
    height: 110px;
    font-size: 21px;
  }
  .ftct .right .dp a p{
    width: 125px;
    margin-left: 10px;
  }
  .mySwiper .ct h3{
    font-size: 68px;
    line-height: 61px;
  }
  .mySwiper .ct h6{
    font-size: 22px;
  }
  .mySwiper .ct a{
    width: 330px;
    height: 50px;
  }
  .mySwiper .ct a .rund{
    width: 52px;
    height: 52px;
  }
  .mySwiper .ct a:hover .rund{
    width: 50px;
    height: 50px;
  }
  .mySwiper .ct a span{
    font-size: 16px;
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  .i1-box .wz>h3{
    font-size: 38px;
    line-height: 49px;
  }
  .i1-box .wz{
    height: calc(100% - 100px - 107px);
  }
  .i1-box .wz .db .item{
    width: calc((100% - 66px) / 3);
  }
  .i1-box .wz .db .item.active{
    width: calc((100% - 66px) / 3 + 40px);
  }
  .i1-box .wz .db .item .zs{
    font-size: 22px;
    /*height: 84px;*/
    border-radius: 12px;
    width: calc(100% - 100px);
    padding: 0 50px;
  }
  .i1-box .wz .db .item .flow{
    width: calc(100% - 32px - 32px);
    padding: 35px 32px 32px 32px;
    left: 0px;
    bottom: -335px;
    border-radius: 12px;
  }
  .i1-box .wz .db .item .flow h3{
    font-size: 21px;
  }
  .i1-box .wz .db .item .flow p{
    font-size: 15px;
    line-height: 22px;
    /*height: 66px;*/
    margin: 12px 0 40px 0;
  }
  .i2ct .left{
    height: calc(100vh - 150px - 80px);
    padding: 150px 0 80px 0;
  }
  .i2ct .left h3{
    font-size: 58px;
    line-height: 58px;
  }
  .i2ct .left h6{
    font-size: 24px;
    line-height: 29px;
    margin-top: 22px;
  }
  .i2ct .right .row{
    padding-bottom: 18px;
  }
  .i2ct .right .row .wz{
    width: calc(100% - 60px - 15px);
  }
  .i2ct .right .row .wz h4{
    font-size: 45px;
  }
  .i2ct .right .row .wz .h p{
    font-size: 19px;
    width: calc(100% - 6px - 11px);
    margin-left: 11px;
  }
  .i2ct .right .row img{
    width: 60px;
  }
  .i2ct .right .row .wz .h{
    margin-top: 18px;
  }
  .i2ct .right .row:not(:first-of-type){
    margin-top: 160px;
  }
  .i3ct{
    padding: 130px 0 65px 0;
  }
  .pb-tm{
    font-size: 39px;
  }
  .i3ct .box{
    height: 500px;
  }
  .i3ct .box .wz .item h3{
    font-size: 22px;
    line-height: 20px;
  }
  .i3ct .box .wz .item p{
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .i4ct{
    padding: 65px 0 80px 0;
  }
  .n-list li a .ib{
    height: 240px;
  }
  .n-list li a .txt h6{
    font-size: 19px;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .n-list li a .txt{
    padding: 25px 18px 23px 18px;
    width: calc(100% - 36px);
  }
  .laSwiper .ct h3{
    font-size: 62px;
    line-height: 62px;
  }
  .laSwiper .ct p{
    font-size: 20px;
    line-height: 28px;
  }
  .la1ct .ib1 .left{
    width: 547px;
  }
  .la1ct .ib1 .left h3{
    font-size: 34px;
  }
  .la1ct .ib1 .left .wz{
    font-size: 18px;
    line-height: 25px;
  }
  .la1ct .ib1 .right .gy .ls{
    width: 204px;
  }
  .la1ct .ib1 .right .bg{
    width: 536px;
  }
  .la1ct .ib1 .right .gy .txt h4{
    font-size: 18px;
  }
  .la1ct .ib1 .right .gy .txt{
    margin-top: 20px;
  }
  .la1ct .ib2 .wz .item .db{
    font-size: 20px;
  }
  .la1ct .ib2{
    height: 500px;
    margin-top: 50px;
  }
  .la1ct .ib3{
    margin-top: 155px;
  }
  .la1ct .ib3 .right .item .type p{
    font-size: 18px;
    width: 231px;
    height: 57px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb table td{
    padding: 22px 3px;
  }
  .la1ct .ib3 .right .item .zs{
    width: calc(100% - 231px - 42px);
  }
  .la1ct .ib3 .right .item .zs .fmgc .tm{
    font-size: 16px;
    height: 36px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz span{
    font-size: 15px;
    line-height: 22px;
    width: calc(100% - 96px);
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz p{
    font-size: 18px;
    line-height: 23px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml{
    width: 245px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ib{
    width: calc(100% - 245px - 16px);
  }
  .la1ct .ib3 .right .item .zs .fmgc .rb table td, .la1ct .ib3 .right .item .zs .fmgc .rb table th{
    padding: 12.5px 10px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .left .sjdb:nth-of-type(1) .mide{
    padding-bottom: 170px;
  }
  .la2ct .item .rq h3{
    font-size: 18px;
  }
  .la2ct .item.active .rq h3{
    font-size: 24px;
  }
  .la2ct .item{
    border-radius: 16px;
  }
  .la2ct .item .rq{
    width: calc(100% - 44px);
    padding: 28px 22px 0 22px;
    height: calc(100% - 28px);
  }
  .la2ct .item .rq .z{
    left: 22px;
    top: 28px;
    width: 107px;
  }
  .la2ct .item .rq p{
    font-size: 18px;
    margin-top: 6px;
  }
  .la2ct{
    height: 338px;
  }
  .la2ct .item .rq img{
    bottom: 28px;
    width: 81px;
  }
  .la2-box .db p{
    font-size: 38px;
    line-height: 49px;
  }
  .la2-box .db .line{
    width: calc((100% - 530px) / 2);
  }
  .la3ct{
    padding: 140px 0 120px;
  }
  .la3ct .rq a{
    height: 289px;
  }
  .la3ct .rq a .ib{
    border-radius: 16px;
  }
  .la3ct .rq a .txt{
    font-size: 21px;
  }
  .la3ct .rq a:hover .txt{
    padding: 19px 15px 195px 15px;
  }
  .la3ct .rq a .txt .zs .wz{
    font-size: 14px;
    width: calc(100% - 103px - 7px);
    margin-left: 7px;
    line-height: 19px;
  }
  .la3ct .rq a .txt .zs .type{
    font-size: 14px;
  }
  .la3ct .rq a .txt h3{
    font-size: 19px;
  }
  .la1ct .ib3 .right .item .zs .bj .it .bjtm{
    font-size: 16px;
    width: calc(100% - 20px);
    padding: 8px 10px;
  }
  .la1ct .ib3 .right .item .zs .bj .it .cl{
    height: 236px;
  }
  .ndct{
    width: 800px;
  }
  .ndct .tm{
    font-size: 29px;
    line-height: 37px;
  }
  .ndct .time{
    margin: 60px 0 47px 0;
  }
  .ndct .content{
    font-size: 18px;
    line-height: 27px;
  }
  .ndct{
    padding: 170px 0 145px 0;
  }
  .ndct .db{
    margin-top: 100px;
  }
  .nSwiper .ct h3{
    font-size: 68px;
    line-height: 70px;
  }
  .n1ct .tm{
    font-size: 32px;
  }
  .n1ct .mide .ib{
    width: 585px;
    border-radius: 16px;
    height: 365px;
  }
  .n1ct .mide .txt{
    width: calc(100% - 585px - 66px);
  }
  .n1ct .mide .txt .time p,
  .n1ct .mide .txt .time span{
    font-size: 16px;
  }
  .n1ct .mide .txt h3{
    font-size: 30px;
    line-height: 36px;
    height: 72px;
    margin: 25px 0 15px 0;
  }
  .n1ct .mide .txt h6{
    font-size: 16px;
    line-height: 28px;
    height: 84px;
  }
  .n1ct .mide .txt a{
    margin-top: 30px;
  }
  .n1ct{
    padding: 110px 0 160px 0;
  }
  .n2ct .top .left a:not(:first-of-type){
    margin-left: 32px;
  }
  .n2ct .n-list{
    margin-top: 90px;
  }
  .pr1ct{
    padding: 160px 0 50px 0;
  }
  .pr1ct h3{
    font-size: 34px;
  }
  .pr1ct p{
    margin-top: 15px;
    font-size: 16px;
  }
  .pr2ct{
    padding: 50px 0 90px 0;
  }
  .pr2ct .content{
    font-size: 16px;
  }
  .pr2ct .content h3{
    font-size: 21px;
  }
  .pSwiper .ct h6{
    font-size: 25px;
  }
  .pSwiper .ct h3{
    font-size: 62px;
    line-height: 64px;
  }
  .pSwiper .swiper-pagination .swiper-pagination-bullet{
    width: 70px;
    height: 6px;
  }
  .p2Swiper .ct h3{
    font-size: 39px;
    line-height: 45px;
  }
  .p2Swiper .ct h6{
    font-size: 19px;
  }
  .p1ct{
    padding: 115px 0 135px 0;
  }
  .p1ct .tm h3{
    font-size: 38px;
  }
  .p1ct .tm p{
    font-size: 19px;
  }
  .p1ct .list li .wz .sz{
    font-size: 49px;
  }
  .p1ct .list li .wz p{
    font-size: 24px;
  }
  .p1ct .list li .wz{
    top: 30px;
    left: 37px;
  }
  .p1ct .list li .flow{
    bottom: 40px;
    left: 37px;
  }
  .p1ct .list li{
    height: 230px;
  }
  .p1ct .list li .min{
    width: 72px;
    right: 42px;
  }
  .p1ct .list{
    margin-top: 68px;
  }
  .p2-box{
    height: 500px;
  }
  .p2-box h3{
    font-size: 37px;
    line-height: 56px;
  }
  .p3ct .item .top .left .type{
    font-size: 20px;
    /*width: 176px;*/
    height: 38px;
  }
  .p3ct .item .top .left p{
    font-size: 32px;
  }
  .p3ct .item .top .pb{
    width: 55px;
    height: 55px;
  }
  .p3ct .item:not(:first-of-type){
    margin-top: 135px;
  }
  .itSwiper{
    margin-top: 77px;
    padding-bottom: 68px;
  }
  .itSwiper a .gg p{
    font-size: 15px;
  }
  .itSwiper a .gg span{
    font-size: 15px;
  }
  .itSwiper a .txt h4{
    font-size: 18px;
  }
  .itSwiper a .txt p{
    font-size: 14px;
  }
  .itSwiper a{
    width: calc(100% - 46px - 2px);
    padding: 0 23px;
    height: 405px;
  }
  .itSwiper .no{
    height: 405px;
  }
  .itSwiper a .txt{
    margin-top: 10px;
  }
  .itSwiper a .ib{
    height: 280px;
  }
  .itSwiper a .ib img{
    /*max-height: 85%;*/
  }
  .p3ct{
    padding: 115px 0 130px 0;
  }
  .p3ct:last-of-type{
    padding: 115px 0 80px 0;
  }
  .itSwiper .swiper-scrollbar{
    height: 8px;
  }
  .p4ct{
    padding: 125px 0 135px 0;
  }
  .p4ct .left h3{
    font-size: 38px;
  }
  .p4ct .left{
    width: 577px;
  }
  .p4ct .right .rw{
    width: 384px;
  }
  .p4ct .right .bj{
    top: 6%;
  }
  .p4ct .right .bj p{
    font-size: 20px;
    line-height: 30px;
  }
  .p4ct .right .bj img{
    width: 361px;
  }
  .p4ct .left .list li{
    height: 168px;
    border-radius: 10px;
  }
  .p4ct .left .list li:nth-of-type(5), .p4ct .left .list li:nth-of-type(6), .p4ct .left .list li:nth-of-type(7){
    height: 218px;
  }
  .p5-box{
    padding: 125px 0 175px 0;
  }
  /*.p5-box .hdb .pc{*/
  /*  height: 578px;*/
  /*}*/
  /*.p5-box .hdb .oxrq{*/
  /*  padding-left: 29px;*/
  /*}*/
  .p5-box .hdb{
    /*margin-top: 65px;*/
    margin: 65px auto 0;
  }
  .p5-box .cao-swiper{
    height: 576px;
  }
  .p5-box h3{
    font-size: 38px;
  }
  .ftct .lb{
    width: 219px;
  }
  .ftct .lb img:last-of-type{
    margin-top: 150px;
  }
  .ftct .mide .dz .row a{
    font-size: 17px;
  }
  .ftct .mide .minnav a{
    font-size: 18px;
  }
  .ftct .mide{
    width: 450px;
  }
  .ftct .right .icon .item .rund{
    width: 52px;
    height: 52px;
  }
  .ftct .right .dp a:not(:first-of-type){
    margin-left: 10px;
  }
}
@media only screen and (max-width:1460px) {
  .center{
    width: 1085px !important;
  }
  .headerct .nav li:not(:first-of-type){
    margin-left: 24px;
  }
  .headerct .right .search{
    margin: 0 15px 0 30px;
  }
  .aSwiper .ct h6{
    font-size: 26px;
  }
  .aSwiper .ct h3{
    font-size: 50px;
    line-height: 50px;
    /*transform: translateX(-50px);*/
    /*margin-top: 40px;*/
    text-indent: -18px;
  }
  .a1ct .ib1 .wz{
    top: 21%;
  }
  .a1ct .ib1 .wz h3{
    font-size: 34px;
    line-height: 57px;
  }
  .a1ct{
    padding: 120px 0 0 0;
  }
  .a1ct .ib2{
    margin-top: 135px;
    width: calc(100% - 50px);
    padding-left: 50px;
  }
  .a1ct .ib2 .right h3{
    font-size: 35px;
    line-height: 41px;
  }
  .a1ct .ib2 .right{
    width: calc((100% - 262px) - 160px);
  }
  .a1ct .bigline{
    margin: 60px 0 100px 0;
  }
  .a1ct .ib3>h3{
    font-size: 36px;
    line-height: 40px;
  }
  .a1ct .ib3 .box{
    margin-top: 84px;
    height: 460px;
  }
  .a1ct .ib3 .box .wz .item .db{
    font-size: 18px;
  }
  .ib4{
    padding-left: 50px;
    width: calc(100% - 50px);
    margin-top: 150px;
  }
  .ib4 .left .tm h3,
  .p6ct .ib4 .left .tm h3{
    font-size: 26px;
  }
  .ib4 .left h6,
  .p6ct .ib4 .left h6{
    font-size: 18px;
    line-height: 34px;
  }
  .ib4 .left img{
    width: 323px;
  }
  .p6ct .ib4 .left img{
    width: 303px;
  }
  .ib4 .right{
    width: 399px;
    height: 557px;
  }
  .p6ct .ib4 .right{
    width: 399px;
    height: 587px;
  }
  .cSwiper .ct h3{
    font-size: 50px;
    line-height: 50px;
  }
  .c1ct .top .item a{
    font-size: 19px;
    line-height: 22px;
    padding: 0 18% 0 34px;
  }
  .c2ct>h3{
    font-size: 29px;
  }
  .c2ct .el-form{
    margin-top: 45px;
  }
  .c2ct .el-form-item__label{
    font-size: 17px;
  }
  .c2ct .one .el-checkbox-group .el-checkbox-button__inner{
    font-size: 16px;
  }
  .rSwiper .ct .type{
    font-size: 22px;
  }
  .rSwiper .ct h3{
    font-size: 50px;
    line-height: 52px;
  }
  .fr1ct .top .left{
    width: 440px;
    padding-top: 10px;
  }
  .fr1ct .top .left h3{
    font-size: 34px;
    line-height: 42px;
  }
  .fr1ct .top .right{
    width: 560px;
  }
  .frtm .type{
    font-size: 19px;
  }
  .frtm h3{
    font-size: 33px;
  }
  .fr2ct .item .it{
    width: calc((100% - 105px) / 4);
    margin-right: 35px;
  }
  .fr2ct .item .it .rq{
    width: calc(100% - 32px);
  }
  .fr2ct .item .it .zt{
    font-size: 22px;
    height: 66px;
  }
.fr2ct .item .it.active .zt{
  font-size: 26px;
}
  .fr2ct .item .it .wz h4{
    font-size: 22px;
  }
  .fr2ct .item .it .wz p{
    font-size: 17px;
  }
  .fr2ct .ir{
    margin-top: 100px;
    height: 549px;
  }
  .fr2ct .ir .wz .xx:not(:first-of-type){
    margin-left: 40px;
  }
  .fr2ct .ir .wz .xx{
    width: calc(300px - 50px);
    padding: 22px 25px 30px 25px;
  }
  .fr2ct .ir .wz .xx p{
    margin-top: 19px;
    font-size: 16px;
    line-height: 21px;
  }
  .fr2ct .ir .wz .xx h3{
    font-size: 21px;
    line-height: 24px;
    /*height: 48px;*/
  }
  .fr3ct .list li a .ib{
    height: 230px;
  }
  .fr3ct .list li a .wz{
    height: 95px;
    font-size: 18px;
  }
  .fr3ct{
    padding: 110px 0 80px 0;
  }
  .ftct .mide .minnav a{
    /*white-space: unset;*/
  }
  .ftct .right .dp{
    margin-top: 30px;
  }
  .ftct .mide .dz{
    margin-top: 30px;
  }
  .ftct .lb img:last-of-type{
    margin-top: 115px;
  }
  .mySwiper .ct h3{
    font-size: 50px;
    line-height: 49px;
  }
  .mySwiper .ct h6{
    margin: 15px 0 80px 0;
    font-size: 17px;
  }
  .mySwiper .ct a{
    width: 295px;
    height: 46px;
  }
  .mySwiper .ct a .rund{
    width: 48px;
    height: 48px;
  }
  .mySwiper .ct a:hover .rund{
    width: 46px;
    height: 46px;
  }
  .mySwiper .ct a span{
    font-size: 14px;
    width: calc(100% - 18px);
    padding-right: 18px;
  }
  .mySwiper .ct a:hover span::before{
    width: 0;
  }
  .i1-box .wz>h3{
    font-size: 34px;
    line-height: 45px;
  }
  .i1-box .wz{
    height: calc(100% - 80px - 87px);
  }
  .i1-box .wz .db .item .flow a:hover span{
    color: #727272;
  }
  .i1-box .wz .db .item .flow a:hover span::before{
    width: 0;
  }
  .i1-box .wz .db .item .zs{
    width: calc(100% - 80px);
    padding: 0 40px;
  }
  .i2ct .left{
    height: calc(100vh - 120px - 60px);
    padding: 120px 0 60px 0;
  }
  .i2ct .left h3{
    font-size: 50px;
    line-height: 50px;
  }
  .i2ct .left h6{
    font-size: 22px;
    line-height: 27px;
    margin-top: 20px;
  }
  .i2ct .right .row:not(:first-of-type){
    margin-top: 150px;
  }
  .i2ct .right .row .wz h4{
    font-size: 40px;
  }
  .i2ct .right .row .wz .h p{
    font-size: 18px;
  }
  .i2ct .right .row img{
    width: 55px;
  }
  .i2ct .right .row .wz{
    width: calc(100% - 55px - 15px);
  }
  .i3ct{
    padding: 110px 0 65px 0;
  }
  .pb-tm{
    font-size: 35px;
  }
  .i3ct .box{
    height: 460px;
  }
  /*.i3ct .box .wz .item{*/
  /*  width: calc((100% - 3px) / 4 - 60px);*/
  /*  padding: 0 30px 52px 30px;*/
  /*}*/
  .i3ct .box .wz .item .db{
     top: unset;
     bottom: 10%;
  }
  .n-list li a .ib{
    height: 220px;
  }
  .laSwiper .ct h3{
    font-size: 50px;
    line-height: 50px;
  }
  .la1ct .ib1 .left{
    width: 500px;
  }
  .la1ct .ib1 .right .bg{
    width: 500px;
  }
  .la1ct .ib1 .left h3{
    font-size: 30px;
  }
  .la1ct .ib1 .left .wz{
    font-size: 17px;
    line-height: 24px;
  }
  .la1ct .ib1 .right .gy .txt h4{
    font-size: 16px;
  }
  .la1ct .ib1 .right .gy .txt{
    margin-top: 17px;
  }
  .la1ct .ib1 .right .gy .ls{
    width: 190px;
  }
  .la1ct .ib2{
    height: 460px;
  }
  .la1ct .ib2 .wz .item .db{
    font-size: 18px;
  }
  .la1ct .ib3{
    margin-top: 145px;
  }
  .la1ct .ib3 .right .item .type p{
    font-size: 18px;
    width: 211px;
    height: 52px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb table td{
    padding: 21px 3px;
  }
  .la1ct .ib3 .right .item .zs{
    width: calc(100% - 211px - 42px);
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml{
    width: 205px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ib{
    width: calc(100% - 205px - 16px);
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz span{
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 86px);
  }
  .la1ct .ib3 .right .item .zs .fmgc .sjdb .mide .ml .wz p{
    font-size: 16px;
    line-height: 20px;
  }
  .la1ct .ib3 .right .item .zs .bj .it .bjtm{
    width: calc(100%);
    padding: 8px 0px;
  }
  .la1ct .ib3 .right .item .zs .bj .it .cl{
    height: 186px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .left .sjdb:nth-of-type(1) .mide{
    padding-bottom: 150px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .left .sjdb:nth-of-type(2) .mide{
    padding-bottom: 55px;
  }
  .la1ct .ib3 .right .item .zs .fmgc .left .sjdb:nth-of-type(2) .tm{
     /*height: 54px;*/
  }
  .la1ct .ib3 .right .item .zs .fmgc .rb table td, .la1ct .ib3 .right .item .zs .fmgc .rb table th{
    padding: 11.5px 10px;
  }
  .la2-box .db p{
    font-size: 33px;
    line-height: 44px;
  }
  .la2-box .db .line{
    width: calc((100% - 510px) / 2);
  }
  .la2ct .item .rq h3{
    font-size: 16px;
  }
  .la2ct .item .rq .z{
    width: 93px;
  }
  .la2ct .item.active .rq h3{
    font-size: 22px;
  }
  .la2ct .item .rq p{
    font-size: 16px;
  }
  .la2ct{
    height: 318px;
  }
  .la2ct .item .rq img{
    width: 71px;
  }
  .la3ct{
    padding: 120px 0 100px 0;
  }
  .la3ct .rq a{
    height: 259px;
  }
  .la3ct .rq a .txt h3{
    font-size: 17px;
  }
  .la3ct .rq a:hover .txt{
    padding: 19px 15px 215px 15px;
  }
  .pSwiper .ct h6{
    font-size: 22px;
  }
  .pSwiper .ct h3{
    font-size: 50px;
    line-height: 52px;
    margin: 10px 0 80px 0;
  }
  .p2Swiper .ct h3{
    font-size: 34px;
    line-height: 40px;
  }
  .p2Swiper .ct h6{
    font-size: 17px;
  }
  .p1ct{
    padding: 105px 0 125px 0;
  }
  .p1ct .tm h3{
    font-size: 33px;
  }
  .p1ct .tm p{
    font-size: 17px;
  }
  .p1ct .list li{
    height: 200px;
  }
  .p1ct .list li .wz .sz{
    font-size: 44px;
  }
  .p1ct .list li .wz p{
    font-size: 20px;
  }
  .p1ct .list li .min{
    width: 75px;
  }
  .p1ct .list li .flow{
    font-size: 15px;
    line-height: 21px;
  }
  .p2-box h3{
    font-size: 33px;
    line-height: 52px;
  }
  .p2-box{
    height: 480px;
  }
  .p3ct .item .top .left p{
    font-size: 28px;
  }
  .p3ct .item .top .pb{
    width: 52px;
    height: 52px;
  }
  .itSwiper a .ib{
    height: 260px;
  }
  .itSwiper a .txt h4{
    font-size: 17px;
  }
  .itSwiper a{
    height: 385px;
  }
  .itSwiper .no{
    height: 385px;
  }
  .p3ct{
    padding: 105px 0 20px 0;
  }
  .p3ct:last-of-type{
    padding: 105px 0 70px 0;
  }
  .p4ct .left{
    width: 510px;
  }
  .p4ct .right .rw{
    width: 354px;
  }
  .p4ct .right .bj img{
    width: 341px;
  }
  .p4ct .left .list li{
    height: 152px;
  }
  .p4ct .left .list li:nth-of-type(5), .p4ct .left .list li:nth-of-type(6), .p4ct .left .list li:nth-of-type(7){
    height: 212px;
  }
  .p4ct .left h3{
    font-size: 33px;
  }
  .p4ct .left .list{
    margin-top: 60px;
  }
  .p4ct{
    padding: 110px 0 115px 0;
  }
  .p5-box{
    padding: 115px 0 165px 0;
  }
  /*.p5-box .hdb .pc{*/
  /*  height: 478px;*/
  /*}*/
  /*.p5-box .hdb .oxrq{*/
  /*  padding-left: 25px;*/
  /*}*/
  .p5-box .hdb{
    /*margin-top: 55px;*/
    margin: 55px auto 0;
  }
  .p5-box .cao-swiper{
    height: 476px;
  }
  .p5-box h3{
    font-size: 33px;
  }
  .ndct .tm{
    font-size: 25px;
    line-height: 33px;
  }
  .n1ct .mide .ib{
    width: 545px;
    height: 345px;
  }
  .n1ct .mide .txt{
    width: calc(100% - 545px - 60px);
  }
  .n1ct .mide .txt h3{
    font-size: 26px;
    line-height: 32px;
    height: 64px;
    margin: 25px 0 10px 0;
  }
  .n1ct .mide .txt h6{
    font-size: 14px;
    line-height: 26px;
    height: 72px;
  }
  .n1ct{
    padding: 100px 0 130px 0;
  }
  .n1ct .tm{
    font-size: 28px;
  }
  .n2ct{
    padding: 86px 0 100px 0;
  }
  .n-list li a .txt h6{
    margin-top: 8px;
  }
  .n-list li a .txt .line{
    margin: 17px 0 23px 0;
  }
  .n2ct .n-list{
    margin-top: 80px;
  }
  .n2ct .top .left a:not(:first-of-type){
    margin-left: 27px;
  }
  .nSwiper .ct h3{
    font-size: 50px;
    line-height: 52px;
  }
  .m-center{
    width: 935px;
  }
  .pr1ct h3{
    font-size: 30px;
  }
  .gd-more:hover p{
    color: #1F1F1F;
  }
  .gd-more:hover::before{ 
    width: 0;
  }
  .pSwiper .ct a:hover span::before{
    width: 0%;
  }
  .p2-box{
    background: url(../images/pro9.png) no-repeat center / cover;
  }
  .n1ct .mide .txt a:hover::before{
    width: 48px;
  }
  .caolvb .rund{
    display: block;
  }
  .i2-box .zwf{
    display: block;
  }
  .ftct .mide{
    padding-top: 49px;
  }
  .ftct .lb img:last-of-type{
    margin-top: 105px;
  }
  .ftct .line{
    transform: translateX(-9px);
  }
}