.w1720{padding: 0 0.98rem;}

.w1800{padding: 0 0.58rem;}

:root{
  --theme-color: #875F1F;
  --text-color: #333;
  --linear-gradient: linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);
  --imgwhite: brightness(0) invert(1);
  --imgblack: brightness(0);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
.jbwz{
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lh-15{line-height: 1.5;}

.lh-17{line-height: 1.7;}

/* 编辑框样式清除 */
.edit * {
  all: revert;
}
.edit > *:not(ul):not(li):not(ol):not(dl) {
  margin: 0;
  padding: 0;
}

.edit img,.img_inline_block img {display:inline-block;height:auto;width: auto;max-width: 100%;}
.edit img{max-width: 60%;margin:0 auto;display:block;}

.t_line1 {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t_line2 {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;display:-moz-box;-webkit-line-clamp:2;-moz-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;}
.t_line3 {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;display:-moz-box;-webkit-line-clamp:3;-moz-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;box-orient:vertical;}
.t_line4 {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;display:-moz-box;-webkit-line-clamp:4;-moz-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;box-orient:vertical;}
.t_line5 {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;display:-moz-box;-webkit-line-clamp:5;-moz-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;box-orient:vertical;}

input[type=text]:focus::placeholder {
  opacity: 0;
}

.place::-webkit-input-placeholder {color:var(--text-color);}
.place:-moz-placeholder {color:var(--text-color);}
.place::-moz-placeholder {color:var(--text-color);}
.place:-ms-input-placeholder {color:var(--text-color);}

.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justif {text-align:justify;}
.text-nowrap {white-space:nowrap;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
.text-bold {font-weight:bold;}
.imgTwo{position: relative;}
.imgTwo img:nth-child(2){position: absolute;inset: 0px;margin: auto;opacity: 0;}
.imghover:hover .imgTwo img:nth-child(1){opacity: 0;}
.imghover:hover .imgTwo img:nth-child(2){opacity: 1;}
.imgTwohover:hover img:nth-child(1){opacity: 0;}
.imgTwohover:hover img:nth-child(2){opacity: 1;}

.alltime,.alltime:before,.alltime:after,.alltime *,.alltime *:before,.alltime *:after{-webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);}

div:where(.swal2-container) div:where(.swal2-popup) {
  font-size: 16px;
}

dialog.overlay{max-width: 100%;max-height: 100%;}

.news_con{background: #F9F8F4 url(../img/news1_1.webp) no-repeat top center;padding: 2.11rem 0 1.6rem;}

.news1 .top{display: flex;align-items: center;justify-content: space-between;}

.news1 .top .tit{line-height: 151.667%;color: #333;}

.news1 .top .det{max-width: 8.7rem;color: #333;}

.news1 .switch{display: flex;margin-top: 0.52rem;position: relative;}

.news1 .switch::before{content: "";position: absolute;position-anchor: --anchor-select;left: anchor(left);top: anchor(top);width: anchor-size(width);height: anchor-size(height);background: #333;transition: .3s ease-in-out;pointer-events: none;border-radius: 0.42rem;}

.news1 .switch a{line-height: calc(26 / 18);color: #333;padding: 0.08rem 0.28rem;border-radius: 0.42rem;position: relative;z-index: 3;margin-right: 0.14rem;}

.news1 .switch a.act{anchor-name: --anchor-select;color: #fff;}

@supports not (anchor-name: --anchor-select) {
    .news1 .switch a.act{background: #333333;}
}

.news2{margin-top: 0.8rem;}

.news2 .con{display: flex;justify-content: space-between;position: relative;}

.news2 .con .swiper-img{width: calc(896 / 1800 * 100%);border-radius: 0.1rem;}

.news2 .con .swiper-img .swiper-slide{height: auto;}

.news2 .con .swiper-img .swiper-slide img{height:5.94rem;width:100%; object-fit: cover;}

.news2 .con .swiper-txt{width: calc(870 / 1800 * 100%);border-radius: 0.1rem;background: #fff;}

.news2 .con .swiper-txt .swiper-slide{padding: 0.96rem 0.7rem 2.43rem;position: relative;}

.news2 .con .top{display: flex;align-items: center;justify-content: space-between;}

.news2 .con .top .type{line-height: calc(18 / 14);color: var(--theme-color);padding: 0.06rem 0.17rem;background: #F4EFE7;border-radius: 0.04rem;}

.news2 .con .top .time{display: flex;align-items: center;line-height: calc(23 / 18);color: #333;}

.news2 .con .top .time img{width: 0.22rem;margin-right: 0.2rem;}

.news2 .con .txt{margin-top: 0.36rem;}

.news2 .con .txt .t1{line-height: 133.333%;color: #333;}

.news2 .con .txt .t2{line-height: 177.778%;color: #333;margin-top: 0.45rem;height: calc(1.77778 * 3em);}

.news2 .con .bot{position: absolute;left: 0.7rem;bottom: 0.96rem;}

.news2 .con .pogin{position: absolute;z-index: 10;left: auto;right: 0.7rem;bottom: 0.96rem;display: flex;align-items: center;width: max-content;}

.news2 .con .pogin span{width: 0.32rem;height: 2px;border-radius: none;margin: 0 0 0 0.05rem;position: relative;opacity: 1;background: #EDEBE8;}

.news2 .con .pogin span::before{content: "";position: absolute;top: 0;left: 0;width: 0;height: 100%;background: var(--linear-gradient);}

.news2 .con .pogin span.swiper-pagination-bullet-active::before{width: 100%;transition: all 4000ms linear;}

.news3{padding-top: 1.1rem;}

.news3 .con{display: flex;justify-content: space-between;}

.news3 .con .left{width: 3.82rem;padding-bottom: 1.32rem;}

.news3 .con .left .lox{position: sticky;top: 1.2rem;}

.news3 .left .lox .formbox{border: 1px solid #D1D1CE;border-radius: 0.65rem;position: relative;overflow: hidden;}

.news3 .left .lox .formbox input{display: block;width: 100%;height: 0.63rem;padding: 0 1rem 0 0.4rem;background: none;border: none;}

.news3 .left .lox .formbox button{position: absolute;top: 50%;transform: translateY(-50%);right: 0.4rem;width: 0.21rem;background: none;outline: none;border: none;cursor: pointer;}

.news3 .left .lox .formbox button img{filter: var(--imgblack);}

.news3 .left .lox .formbox button:hover img{filter: none;}

.news3 .left .lox .type{border-radius: 0.1rem;padding: 0.4rem;background: #EDEBE8;margin-top: 0.3rem;}

.news3 .left .lox .type .set{line-height: calc(23 / 16);color: #8C8C8C;}

.news3 .left .lox .type .det{margin-top: 0.13rem;}

.news3 .left .lox .type .det .ss{position: relative;margin-top: 0.18rem;width: fit-content;display: block;padding-left: 0.24rem;line-height: calc(26 / 18);color: #333;}

.news3 .left .lox .type .det .ss:first-child{margin-top: 0;}

.news3 .left .lox .type .det .ss::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.1rem;height: 0.1rem;border-radius: 50%;border: 1px solid #333;}

.news3 .left .lox .type .det .ss::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.1rem;height: 0.1rem;border-radius: 50%;background: var(--linear-gradient);opacity: 0;}

.news3 .left .lox .type .det .ss.act::before{opacity: 0;}

.news3 .left .lox .type .det .ss.act::after{opacity: 1;}

.news3 .left .lox .email{margin-top: 0.2rem;border-radius: 0.1rem;padding: 0.4rem;background: #EDEBE8;}

.news3 .left .lox .email .set{line-height: calc(23 / 16);color: #8C8C8C;}

.news3 .left .lox .email .tit{line-height: calc(26 / 18);color: #333;margin-top: 0.13rem;}

.news3 .left .lox .email .det{margin-top: 0.14rem;}

.news3 .left .lox .email .det a{line-height: calc(23 / 16);color: #666;}

.news3 .left .lox .email .det a:hover{color: var(--theme-color);}

.news3 .right{width: 13.22rem;}

.news3 .right .ul{display: flex;flex-wrap: wrap;}

.news3 .right .ul .li{width: calc((100% - 0.68rem) / 3);margin: 0.43rem 0.34rem 0 0;}

.news3 .right .ul .li:nth-child(-n + 3){margin-top: 0;}

.news3 .right .ul .li:nth-child(3n){margin-right: 0;}

.news3 .right .ul .li .ss{border-radius: 0.1rem;overflow: hidden;position: relative;display:block;}

.news3 .right .ul .li .pic{aspect-ratio: 418 / 497;position: relative;}

.news3 .right .ul .li .pic img{height: 100%;object-fit: cover;}

.news3 .right .ul .li .pic::before{content: "";border-radius: 10px;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.69%, #000 100%);position: absolute;left: 0;bottom: 0;height: 3.6rem;z-index: 2;width: 100%;}

.news3 .right .ul .li .type{position: absolute;top: 0.29rem;left: 0.24rem;line-height: 128.571%;color: var(--theme-color);border-radius: 0.04rem;padding: 0.06rem 0.17rem;background: #F4EFE7;}

.news3 .right .ul .li .txt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0.34rem 0.29rem 0.4rem;z-index: 5;}

.news3 .right .ul .li .txt .date{display: flex;align-items: center;line-height: calc(23 / 16);color: #fff;}

.news3 .right .ul .li .txt .date img{width: 0.22rem;margin-right: 0.2rem;filter: var(--imgwhite);}

.news3 .right .ul .li .txt .tit{line-height: 138.462%;color: #fff;margin-top: 0.18rem;}

.news3 .right .ul .li .ss:hover .pic img{transform: scale(1.1);}

.news3 .right .mbtn{margin-top: 0.86rem;}

.news_det_con{background: #F9F8F4;padding: 1.93rem 0 1.6rem;}

.ndt1 .con{display: flex;justify-content: space-between;}

.ndt1 .con .left{width: 3.66rem;}

.ndt1 .con .left .lox{position: sticky;top: 1.2rem;}

.ndt1 .left .lox .golist{display: flex;align-items: center;width: fit-content;line-height: calc(23 / 16);color: #333;}

.ndt1 .left .lox .golist img{width: 0.18rem;margin-right: 0.15rem;}

.ndt1 .left .lox .golist:hover{color: var(--theme-color);}

.ndt1 .left .lox .line{margin: 1.28rem 0 0.37rem;height: 1px;background: #E1E3E1;}

.ndt1 .left .lox .t1{line-height: 177.778%;color: #333;}

.ndt1 .left .lox .t2{line-height: calc(22 / 16);color: #8C9392;}

.ndt1 .left .lox .share{display: flex;align-items: center;margin-top: 0.28rem;}

.ndt1 .left .lox .share span{line-height: calc(22 / 16);color: #333;min-width: 71px;}

.ndt1 .left .lox .share a{width: 0.29rem;margin-right: 0.18rem;position: relative;}

.ndt1 .right{width: 10.95rem;}

.ndt1 .right .tit{line-height: 1.5;color: #333;}

.ndt1 .right .set{margin-top: 0.28rem;display: flex;align-items: center;}

.ndt1 .right .set .type{background: #F4EFE7;border-radius: 0.04rem;padding: 0.06rem 0.17rem;line-height: calc(18 / 14);color: var(--theme-color);margin-right: 0.4rem;}

.ndt1 .right .set .date{display: flex;align-items: center;line-height: calc(23 / 16);color: #333;}

.ndt1 .right .set .date img{width: 0.22rem;margin-right: 0.2rem;}

.ndt1 .right .line{height: 1px;background: #E1E3E1;margin: 0.2rem 0 0.37rem;}

.ndt1 .right .edit{line-height: 177.778%;color: #333;}
.ndt1 .right .edit section{background-color: transparent!important;}
.ndt1 .right .edit p{background-color: transparent!important;}

.ndt1 .right .line2{height: 1px;background: #E1E3E1;margin: 0.4rem 0;}

.ndt1 .right .fanye{display: flex;align-items: center;justify-content: space-between;}

.ndt1 .right .fanye a{display: flex;align-items: center;gap: 0.12rem;}

.ndt1 .right .fanye a img{width: 0.2rem;}

.ndt1 .right .fanye a span{line-height: calc(23 / 16);color: #666;max-width: 4rem;}

.ndt1 .right .fanye a:hover span{color: #000;}

.ndt1 .right .fanye a:hover img{filter: var(--imgblack);}

.ndt2{margin-top: 1.6rem;}

.ndt2 .top{display: flex;align-items: center;justify-content: space-between;}

.ndt2 .top .tit{line-height: calc(69 / 46);}

.ndt2 .bot{margin-top: 0.64rem;}

.ndt2 .bot .swiper-slide{width: 5.6rem;height: auto;}

.ndt2 .bot .ss{display: block;height: 100%;padding: 0.4rem 0.4rem 1.23rem;position: relative;z-index: 3;border-radius: 0.1rem;overflow: hidden;}

.ndt2 .bot .ss::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #FFF;border-radius: 0.1rem;z-index: -2;}

.ndt2 .bot .ss::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--linear-gradient);border-radius: 0.1rem;opacity: 0;z-index: -1;}

.ndt2 .bot .ss .set{display: flex;align-items: center;justify-content: space-between;}

.ndt2 .bot .ss .set .type{background: #F4EFE7;border-radius: 0.04rem;padding: 0.06rem 0.17rem;line-height: calc(18 / 14);color: var(--theme-color);margin-right: 0.4rem;}

.ndt2 .bot .ss .set .date{display: flex;align-items: center;line-height: calc(23 / 16);color: #333;}

.ndt2 .bot .ss .set .date img{width: 0.22rem;margin-right: 0.2rem;}

.ndt2 .bot .ss .tit{line-height: 181.818%;color: #333;height: calc(1.81818 * 3em);margin-top: 0.24rem;}

.ndt2 .bot .ss .txt{position: absolute;left: 0.4rem;bottom: 0.3rem;width: calc(100% - 0.8rem);display: flex;align-items: center;justify-content: space-between;}

.ndt2 .bot .ss .txt .tt{line-height: calc(26 / 18);color: #333;}

.ndt2 .bot .ss .txt .arr{width: 0.46rem;position: relative;}

.ndt2 .bot .ss:hover::after{opacity: 1;}

.ndt2 .bot .ss:hover .set .type{background: #fff;}

.ndt2 .bot .ss:hover .set .date{color: #fff;}

.ndt2 .bot .ss:hover .set .date img{filter: var(--imgwhite);}

.ndt2 .bot .ss:hover .tit{color: #fff;}

.ndt2 .bot .ss:hover .txt .tt{color: #fff;}

.institute_con{padding: 3.4rem 0 1.6rem;background: #F9F8F4 url(../img/institute_con_bg.webp) no-repeat top center;background-size: 100% auto;}

.ins1 .title{line-height: 113.75%;color: #333;padding: 0 0.4rem;}

.linebox{display: flex;align-items: center;}

.linebox .line1{flex: 1;height: 1px;background: #D6D2C9;}

.linebox .line2{width: 0.4rem;height: 1px;background: #D6D2C9;}

.linebox .arr{width: 1.9rem;height: 1.9rem;display: flex;align-items: center;justify-content: center;position: relative;}

.linebox .arr::before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;aspect-ratio: 190 / 195;background: url(../img/svg/ins1_line1.svg) no-repeat center;background-size: contain;}

.ins2{margin-top: 1rem;overflow: hidden;}

.ins2 .ss{display: block;width: 12.4rem;border-radius: 0.1rem;overflow: hidden;position: relative;}

.ins2 .ss .pic{height: 6.4rem;overflow: hidden;}

.ins2 .ss .pic img{height: 100%;width:100%;object-fit:cover}

.ins2 .ss .pic::before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2.95rem;border-radius: 0.1rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.25%, #000 100%);}

.ins2 .ss .txt{position: absolute;left: 0.4rem;bottom: 0.5rem;z-index: 5;width: 5.62rem;}

.ins2 .ss .txt .t1{line-height: calc(23 / 16);color: #fff;}

.ins2 .ss .txt .t2{line-height: 154.545%;color: #fff;margin-top: 0.2rem;height: calc(1.54545 * 2em);}

.ins2 .ss .type{position: absolute;z-index: 3;line-height: 128.571%;color: var(--theme-color);padding: 0.06rem 0.17rem;border-radius: 0.04rem;background: #F4EFE7;top: 0.3rem;left: 0.4rem;}

.ins2 .ss:hover .pic img{transform: scale(1.1);}

.ins2 .swpbtn{position: absolute;bottom: 0.5rem;right: 3.9rem;width: fit-content;display: flex;gap: 0.2rem;z-index: 11;}

.ins2 .swpbtn a{width: 0.46rem;position: relative;}

.ins3{margin-top: 1.02rem;}

.ins3 .con{display: flex;justify-content: space-between;}

.ins3 .lox{position: sticky;top: 1.2rem;padding-top: 0.1rem;}

.ins3 .lox::before{content: "";position: absolute;position-anchor: --anchor-select;left: anchor(left);top: calc(anchor(top) + 0.08rem);width: 0.1rem;height: 0.1rem;background: var(--linear-gradient);transition: .3s ease-in-out;pointer-events: none;border-radius: 50%;}

.ins3 .lox .ss{display: block;width: fit-content;padding-left: 0.24rem;line-height: calc(26 / 18);color: #B3B5A9;margin-top: 0.26rem;}

.ins3 .lox .ss:first-child{margin-top: 0;}

.ins3 .lox .ss:hover{color: #333;}

.ins3 .lox .ss.act{color: #333;anchor-name: --anchor-select;}

@supports not (anchor-name: --anchor-select) {
    .ins3 .lox .ss.act::before{content: "";position: absolute;left: 0;top: calc(50% - 0.05rem);width: 0.1rem;height: 0.1rem;background: var(--linear-gradient);pointer-events: none;border-radius: 50%;}
}

.ins3 .right{width: 14.8rem;}

.ins3 .right .ul .li{padding: 0.42rem 0;border-bottom: 1px solid #E7E6E3;}
.ins3 .right .ul .li:nth-child(n+7){display:none;}
.ins3 .right.show .ul .li:nth-child(n+7){display:block;}

.ins3 .right .ul .li .ss{display: flex;}

.ins3 .right .ul .li .ss .date{line-height: calc(23 / 16);color: #333;width: calc(123 / 16 * 1em);}

.ins3 .right .ul .li .ss .pic{width: 4.65rem;height: 2.98rem;border-radius: 0.1rem;overflow: hidden;}

.ins3 .right .ul .li .ss .pic img{height: 100%;object-fit: cover;}

.ins3 .right .ul .li .ss .txt{flex: 1;padding: 0 0.92rem 0 1rem;width:7rem;}

.ins3 .right .ul .li .ss .txt .type{line-height: calc(18 / 14);padding: 0.06rem 0.17rem;border-radius: 0.04rem;background: #F4EFE7;color: var(--theme-color);width: fit-content;}

.ins3 .right .ul .li .ss .txt .t1{line-height: 1.5;color: #333;margin-top: 0.22rem;}

.ins3 .right .ul .li .ss .txt .t2{line-height: 2;color: #666;margin-top: 0.19rem;height: 4em;}

.ins3 .right .ul .li .ss .txt .arr{width: 0.5rem;margin-top: 0.4rem;}

.ins3 .right .ul .li .ss:hover .pic img{transform: scale(1.05);}

.ins3 .right .ul .li .ss:hover .txt .t1{color: var(--theme-color);}

.ins3 .right .mbtn{margin-top: 0.6rem;}
.ins3 .right.show .mbtn{display: none;}

.institute_det_con{padding: 2.32rem 0 1.6rem;background: #F9F8F4;}

.ins_det .box{width: 12rem;margin: 0 auto;}

.ins_det .title .t1{line-height: calc(52 / 36);color: #0F1921;}

.ins_det .title .t2{display: flex;align-items: center;justify-content: center;line-height: calc(23 / 16);color: #86868B;margin-top: 0.27rem;gap: 0.2rem 0.55rem;}

.ins_det .share{margin-top: 0.46rem;display: flex;align-items: center;}

.ins_det .share s{height: 1px;flex: 1;background: #D6D2C9;}

.ins_det .share .sbox{display: flex;margin: 0 0.45rem;gap: 0.33rem;}

.ins_det .share .sbox a{width: 0.385rem;}

.ins_det .edit{margin: 0.47rem 0.5rem 0;line-height: calc(32 / 18);color: #333;}
.ins_det .edit p{background: transparent!important;}

.ins_det .line{margin-top: 0.7rem;height: 1px;background: #E1E3E1;}

.ins_det .fanye{display: flex;align-items: center;justify-content: space-between;margin-top: 0.4rem;}

.ins_det .fanye a{display: flex;align-items: center;gap: 0.12rem;}

.ins_det .fanye a img{width: 0.2rem;}

.ins_det .fanye a span{line-height: calc(23 / 16);color: #666;max-width: 4rem;}

.ins_det .fanye a:hover span{color: #000;}

.ins_det .fanye a:hover img{filter: var(--imgblack);}

.join_con{padding: 0 0 1.6rem;background: #F9F8F4 url(../img/join_con_bg.webp) no-repeat top center;background-size: 100% auto;}

.join1 .title{line-height: 113.75%;color: #333;}

.join2{margin-top: 1rem;}

.join2 .con{display: flex;justify-content: space-between;}

.join2 .con .left{width: 3.82rem;padding-bottom: 1.06rem;}

.join2 .con .left .lox{position: sticky;top: 1.2rem;}

.join2 .left .lox .formbox{border: 1px solid #D1D1CE;border-radius: 0.65rem;position: relative;overflow: hidden;}

.join2 .left .lox .formbox input{display: block;width: 100%;height: 0.63rem;padding: 0 1rem 0 0.4rem;background: none;border: none;}

.join2 .left .lox .formbox button{position: absolute;top: 50%;transform: translateY(-50%);right: 0.4rem;width: 0.21rem;background: none;outline: none;border: none;cursor: pointer;}

.join2 .left .lox .formbox button img{filter: var(--imgblack);}

.join2 .left .lox .formbox button:hover img{filter: none;}

.join2 .left .lox .type{border-radius: 0.1rem;padding: 0.4rem;background: #EDEBE8;margin-top: 0.3rem;}

.join2 .left .lox .type .set{line-height: calc(23 / 16);color: #8C8C8C;}

.join2 .left .lox .type .det{margin-top: 0.13rem;}

.join2 .left .lox .type .det .ss{position: relative;margin-top: 0.18rem;width: fit-content;display: block;padding-left: 0.24rem;line-height: calc(26 / 18);color: #333;}

.join2 .left .lox .type .det .ss:first-child{margin-top: 0;}

.join2 .left .lox .type .det .ss::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.1rem;height: 0.1rem;border-radius: 50%;border: 1px solid #333;}

.join2 .left .lox .type .det .ss::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.1rem;height: 0.1rem;border-radius: 50%;background: var(--linear-gradient);opacity: 0;}

.join2 .left .lox .type .det .ss.act::before{opacity: 0;}

.join2 .left .lox .type .det .ss.act::after{opacity: 1;}

.join2 .right{width: 11.82rem;}

.join2 .right .tit{line-height: calc(66 / 46);color: #333;}

.join2 .right .line{height: 1px;background: #E7E6E3;margin: 0.4rem 0 0;}

.join2 .right .ul{margin-top: 0.6rem;}

.join2 .right .li:not(:first-child){margin-top: 0.4rem;}

.join2 .right .li .ss{display: flex;align-items: center;justify-content: space-between;padding: 0.36rem 0.4rem 0.36rem 0.42rem;border-radius: 0.1rem;background: #fff;}

.join2 .right .li .ss .txt{flex: 1;padding-right: 0.6rem;}

.join2 .right .li .ss .txt .tit{line-height: calc(32 / 22);color: #333;}

.join2 .right .li .ss .txt .type{display: flex;align-items: center;flex-wrap: wrap;gap: 0.12rem;margin-top: 0.2rem;}

.join2 .right .li .ss .txt .type span{padding: 0.06rem;background: #F4EFE7;border-radius: 0.04rem;line-height: 128.571%;min-width: calc(90 / 14 * 1em);color: var(--theme-color);text-align: center;}

.join2 .right .li .ss .arr{width: 0.5rem;position: relative;}

.join2 .right .li .ss:hover .tit{color: var(--theme-color);}

.join2 .right .mbtn{margin-top: 0.6rem;}

.join_det_con{padding: 1.93rem 0 1.6rem;background: #F9F8F4 url(../img/join_con_bg.webp) no-repeat top center;background-size: 100% auto;}

.jdt1 .golist{display: flex;align-items: center;line-height: calc(23 / 16);color: #333;}

.jdt1 .golist img{width: 0.18rem;margin-right: 0.15rem;}

.jdt1 .golist:hover{color: var(--theme-color);}

.jdt1 .top{display: flex;align-items: center;justify-content: space-between;margin-top: 0.52rem;}

.jdt1 .top .lf{max-width: 14rem;}

.jdt1 .top .lf .tit{line-height: calc(66 / 46);color: #333;}

.jdt1 .top .lf .type{margin-top: 0.2rem;display: flex;align-items: center;flex-wrap: wrap;gap: 0.12rem;}

.jdt1 .top .lf .type span{min-width: calc(90 / 18 * 1em);line-height: 128.571%;color: var(--theme-color);background: #fff;border-radius: 0.04rem;padding: 0.06rem 0.1rem;text-align: center;}

.jdt1 .line{margin: 0.6rem 0 0.45rem;height: 1px;background: #E7E6E3;}

.jdt1 .line2{margin: 0.6rem 0 0;height: 1px;background: #E7E6E3;}

.jdt1 .list .item:not(:first-child){margin-top: 0.46rem;}

.jdt1 .list .item .set{line-height: calc(32 / 22);color: #666;}

.jdt1 .list .item .det{line-height: 177.778%;color: #333;margin-top: 0.26rem;}

.jdt1 .list .item .det p:not(:first-child){margin-top: 0.18rem;}

.jdt2{margin-top: 1.2rem;}

.jdt2 .top{display: flex;align-items: center;justify-content: space-between;}

.jdt2 .title{line-height: calc(69 / 46);color: #333;}

.jdt2 .ul{display: flex;flex-wrap: wrap;margin-top: 0.58rem;}

.jdt2 .ul .li{width: calc((100% - 0.74rem) / 3);margin: 0.37rem 0.37rem 0 0;}

.jdt2 .ul .li:nth-child(-n + 3){margin-top: 0;}

.jdt2 .ul .li:nth-child(3n){margin-right: 0;}

.jdt2 .ul .li .ss{display: flex;align-items: center;justify-content: space-between;padding: 0.4rem 0.46rem 0.4rem 0.42rem;height: 100%;border-radius: 0.1rem;position: relative;overflow: hidden;}

.jdt2 .ul .li .ss::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;}

.jdt2 .ul .li .ss::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--linear-gradient);opacity: 0;}

.jdt2 .ul .li .ss .txt{flex: 1;padding-right: 0.4rem;position: relative;z-index: 3;}

.jdt2 .ul .li .ss .txt .type{display: flex;align-items: center;gap: 0;flex-wrap: wrap;gap: 0.12rem;}

.jdt2 .ul .li .ss .txt .type span{min-width: calc(90 / 18 * 1em);line-height: 128.571%;color: var(--theme-color);background: #F4EFE7;border-radius: 0.04rem;padding: 0.06rem 0.1rem;text-align: center;}

.jdt2 .ul .li .ss .txt .tit{margin-top: 0.16rem;line-height: calc(32 / 22);color: #333;}

.jdt2 .ul .li .ss .arr{width: 0.5rem;position: relative;z-index: 3;}

.jdt2 .ul .li .ss:hover::before{opacity: 0;}

.jdt2 .ul .li .ss:hover::after{opacity: 1;}

.jdt2 .ul .li .ss:hover .tit{color: #fff;}

.contact_con{padding: 3.4rem 0 0;background: #F9F8F4 url(../img/join_con_bg.webp) no-repeat top center;background-size: 100% auto;}

.ctt1 .title{line-height: 113.75%;color: #333;}

.ctt2{margin-top: 1rem;padding-bottom: 1.4rem;}

.ctt2 .con{display: flex;justify-content: space-between;}

.ctt2 .con .imgbox{height: 6.2rem;width: 10.2rem;border-radius: 0.1rem;overflow: hidden;}

.ctt2 .con .imgbox img{height: 100%;object-fit: cover;}

.ctt2 .con .txtbox{width: 5.43rem;}

.ctt2 .con .txtbox .t1{line-height: 2.1;color: #333;}

.ctt2 .con .txtbox .list{margin-top: 1.74rem;}

.ctt2 .con .txtbox .set{line-height: 1.45;color: #666;}

.ctt2 .con .txtbox .det{line-height: calc(32 / 22);color: #333;margin-top: 0.2rem;}

.ctt2 .con .txtbox .det a{color: #333;text-decoration: underline !important;}

.ctt2 .con .txtbox .item:not(:first-child){margin-top: 0.46rem;}

.ctt3{padding: 1.3rem 0 1.5rem;background: #F5F4F0;}

.ctt3 .title .t1{line-height: 1.2;color: #333;}

.ctt3 .title .t2{line-height: 2.1;color: #000;margin-top: 0.13rem;}

.ctt3 .formbox{width: 13rem;margin: 0.34rem auto 0;display: flex;flex-wrap: wrap;}

.ctt3 .formbox .item{width: calc((100% - 0.4rem) / 3);}

.ctt3 .formbox .item.w100{width: 100%;}

.ctt3 .formbox .item.mr20{margin-right: 0.2rem;}

.ctt3 .formbox .item.mt46{margin-top: 0.46rem;}

.ctt3 .formbox .item .set{display: flex;line-height: 1.45;color: #333;}

.ctt3 .formbox .item .set span{color: #C79066;margin-right: 0.08rem;}

.ctt3 .formbox .item .det{margin-top: 0.16rem;}

.ctt3 .formbox .item .det input{display: block;width: 100%;border: none;border-radius: 0.5rem;height: 0.5rem;background: #fff;padding: 0 0.25rem;}

.ctt3 .formbox .item .det textarea{resize: none;width: 100%;display: block;border-radius: 0.25rem;background: #fff;padding: 0.16rem 0.25rem;border: none;height: 2.2rem;}

.ctt3 .formbox .item .radio{margin-top: 0.24rem;}

.ctt3 .formbox .item .radio .checkbox-item{line-height: 0.42rem;position: relative;padding-left: 0.24rem;cursor: pointer;color: #333;margin-right: 0.4rem;}

.ctt3 .formbox .item .radio .checkbox-item:last-child{margin-right: 0;}

.ctt3 .formbox .item .radio .checkbox-item input[type="radio"]{appearance: none;-webkit-appearance: none;opacity: 0;width: 0;height: 0;position: absolute;}

.ctt3 .formbox .item .radio .checkbox-item span::before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 0.1rem;aspect-ratio: 1 / 1;border-radius: 50%;border: 1px solid #333;}

.ctt3 .formbox .item .radio .checkbox-item input:checked ~ span::before{opacity: 0;}

.ctt3 .formbox .item .radio .checkbox-item input:checked ~ span::after {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 0.1rem;aspect-ratio: 1 / 1;border-radius: 50%;background: var(--linear-gradient);}

.ctt3 .formbox .item .radio .checkbox-item input[type="text"]{appearance: none;-webkit-appearance: none;width: 1.4rem;height: 0.42rem;border: none;border-radius: 0.42rem;height: 0.5rem;background: #fff;padding: 0 0.21rem;display: inline-block;margin-left: 0.06rem;pointer-events: none;}

.ctt3 .formbox .item .radio .checkbox-item input:checked ~ input{pointer-events: all;}

.ctt3 .formbox .item button{display: block;width: fit-content;margin: 0 auto;outline: none;background: none;border: none;}

.news3 .right .ul1{display: flex;column-gap: 0.26rem;row-gap: 0.32rem;flex-wrap: wrap;}
.news3 .right .ul1 .li1{position: relative;width: calc(25% - 0.195rem);}
.news3 .right .ul1 .li1 a{display: block;}
.news3 .right .ul1 .li1 .pic{width: 100%;height: 4.15rem;border-radius: 0.08rem;position: relative;overflow: hidden;margin-bottom: 0.18rem;}
.news3 .right .ul1 .li1 .pic::before{content: "";position: absolute;left: 0;bottom: 0;z-index: 2; width: 100%;height: 3.27rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.69%, #000 100%);
}
.news3 .right .ul1 .li1 .pic>img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.news3 .right .ul1 .li1:hover .pic>img{transform: scale(1.05);}
.news3 .right .ul1 .li1 .pic .txt1{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0 0.24rem 0.22rem 0.24rem;display: flex;justify-content: space-between;align-items: center;color:#ffffff;z-index: 3;}
.news3 .right .ul1 .li1 .pic .txt1 .vbtn{display: block;width: 0.28rem;}
.news3 .right .ul1 .li1 .pic .txt1 .date{display: flex;gap: 0.15rem;color: #fff;font-weight: 500;align-items: center;}
.news3 .right .ul1 .li1 .pic .txt1 .date img{display: block;width: 0.16rem;filter: invert(1)}
.news3 .right .ul1 .li1 .h{line-height: 1.5;color: #333;font-weight: 500;height: 3em;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.prac_con{background: url(../img/comtopbj.webp)no-repeat center top;background-size: 100% auto;background-color: #F9F8F4;}
.comtop{padding: 3.4rem 0.6rem 0.2rem 0.6rem;position: relative;}
.comtop .tab{position: absolute;left: 0.6rem;top: 50%;transform: translateY(-100%);display: flex;gap: 0.32rem;width: fit-content;}
.comtop .tab li a{line-height: 1.5;padding-bottom: 0.08rem;color: #555;font-weight: 400;position:relative;}
.comtop .tab li a:after{content:"";position: absolute;bottom: -1px;left: 0;width: 100%;height: 0.02rem;background-color: #000;opacity: 0;}
.comtop .tab li.on a,.comtop .tab li:hover a{color:#111;}
.comtop .tab li.on a:after{opacity:1;}
.comtop .tit{color: #333;font-size: 0.8rem;line-height: 0.92rem;font-weight: 600;padding-left: 0.6rem;}
.comtop .bottom{display: flex;align-items: center;position:relative;padding-left: 0.6rem;}
.comtop .bottom .solid{height: 1px;background-color: #D6D2C9;}
.comtop .bottom .solid1{width: 15.7rem;}
.comtop .bottom .yuan{width: 1.9rem;height: 1.9rem;position: relative;display: block;}
.comtop .bottom .solid2{width: calc(100% - 17.6rem);}
.comtop .bottom .yuan .circleButton_circleAfter{width: 100%;height: 100%;}
.comtop .bottom .yuan .circleButton_circleBefore{width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all 0.5s;stroke-dasharray: 500, 500;stroke-dashoffset: 500px;}
.comtop .bottom .yuan:hover .circleButton_circleBefore{stroke-dashoffset: -500px;
    stroke-dasharray: 500, 500;
    transform: translate(-50%,-50%) rotate(270deg);}
.comtop .bottom .yuan .circleButton_arrow{display: grid;grid-area: 1 / 1;justify-self: center;align-self: center;width: .1rem;height: 0.2rem;overflow: hidden;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.circleButton_arrow .circleButton_arrowBefore, 
.circleButton_arrow .circleButton_arrowAfter{grid-area: 1 / 1;display: inline-flex;transition: all 0.3s;width: 0.1rem;height: 0.2rem;}
.comtop .bottom .yuan .circleButton_arrow .circleButton_arrowBefore{transform: translate(0%, -150%) translate3d(0px, 0px, 0px);}
.comtop .bottom .yuan .circleButton_arrow .circleButton_arrowAfter{transform: translate3d(0px, 0px, 0px);}
.comtop .bottom .yuan:hover .circleButton_arrow .circleButton_arrowBefore{transform: translate(0%, 0%) translate3d(0px, 0px, 0px);}
.comtop .bottom .yuan:hover .circleButton_arrow .circleButton_arrowAfter{transform: translate3d(0px, 150%, 0px);}
.comtop .px{color: #333;font-weight: 400;padding-left: 0.6rem;margin-top:0.2rem;}

.prac{padding: 0 1rem 1.44rem 1rem;}
.prac .list{margin-bottom: 0.6rem;}
.prac .list .item{padding: 0 0 1.05rem 0;padding-top: 1.52rem;border-top: 1px solid #E7E6E3;display: flex;justify-content: space-between;align-items: center;}
.prac .list .item:first-child{padding-top: 0;border-top: none;}
.prac .list .item:nth-child(2n){flex-flow:row-reverse;}
.prac .list .item .pic{width: 7.2rem;height: 5.03rem;overflow: hidden;}
.prac .list .item .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.prac .list .item .pic:hover img{transform: scale(1.05);}
.prac .list .item .txt{width: 7.95rem;}
.prac .list .item .txt .icon{max-width: 1.85rem;height: 0.71rem;margin-bottom: 0.3rem; mix-blend-mode: multiply;object-fit:contain;}
.prac .list .item .txt .h{color: #333;line-height: 1.06;font-weight: 600;margin-bottom: 0.25rem;}
.prac .list .item .txt .p{color: #333;font-weight: 500;line-height: 1.2;margin-bottom: 0.55rem;}
.prac .list .item .txt .p1{color: #333;font-weight: 400;line-height: 2;}
/*.prac .list .item:nth-child(n+5){display:none;}*/
.prac.show .list .item:nth-child(n+5){display:flex;}
.prac.show .mbtn{display: none;}

.about_con{background: url(../img/comtopbj.webp)no-repeat center top;background-size: 100% auto;background-color: #F9F8F4;}
.ab1{padding: 0 1rem 2.03rem 1rem;}
.ab1 .txt{padding: 0.67rem 0 0 0;display: flex;align-items: flex-start;justify-content: space-between;}
.ab1 .txt .h{color: #333;line-height: 2;font-weight: 600;}
.ab1 .txt .p{width: 11.17rem;}
.ab1 .txt p{font-weight: 400;color: #333;line-height: 1.5;margin-bottom: 0.29rem;}
.ab1 .txt p:last-child{margin-bottom: 0;}
.ab1 .txt p span{font-weight: 600;color: #000;}
.ab1 .pic{width: 100%;margin-top: 0.5rem;border-radius: 0.1rem;height: 7.34rem;}
.ab1 .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}

.ab2{padding: 2.26rem 1rem 0.7rem 1rem;background: url(../img/ab_bj1.webp)no-repeat center;background-size: 100% 100%;position:relative;}
.ab2 .txt{width: 7.5rem;color: #333;padding-top: 0.75rem;float:left}
.ab2 .txt .tit{font-weight: 600;line-height: 1.5;margin-bottom: 0.08rem;}
.ab2 .txt .p{font-weight: 600;line-height: 1.7;margin-bottom: 0.6rem;}
.ab2 .txt .txt1{font-weight: 400;line-height: 2;height: 30em;height:auto; overflow: auto;padding-right: 0.12rem;}
.ab2 .right{width: 7.5rem;position: relative;padding-bottom: 0.8rem;padding-right: 1.3rem;float:right;position:sticky;top:0.5rem;}
.ab2 .right .pic{width: 6.17rem;height: 8.36rem;position: relative;}
.ab2 .right .pic img{width: 100%;height: 100%;object-fit: cover;border-radius: 0.1rem;}
.ab2 .right .pic .tit1{position: absolute;bottom: 0;left: -1rem;font-size: 0.96rem;font-weight: 500;line-height: 1.5;background: linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: play;text-shadow: 0 19px 25px rgba(181, 177, 163, 0.55);display: flex;align-items: flex-end;}
.ab2 .right .pic .tit1 span{font-size: 1.2rem;}
.ab2 .right .imgs{position: absolute;bottom: 0;right: 0;width: 2.6rem;height: 3.32rem;border-radius: 0.1rem;overflow: hidden;z-index: 5;}
.ab2 .right .imgs .swiper-slide{position: relative;height: 100%;overflow: hidden;}
.ab2 .right .imgs .swiper-slide .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-shadow: 0 3px 4px rgba(0, 0, 0, 0.20);}
.ab2 .right .imgs .swiper-slide .slide-inner>img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all 1.2s;}

.ab3s{position: relative;z-index: 2;}
.ab3s .bj{position: sticky;z-index: -1;top: 0;left: 0;width: 100%;height: 1px;}
.ab3s .bj1{position: absolute;top: 0;left: 0;width: 100%;height: 100vh;overflow: hidden;}
.ab3s .bj img{width: 100%;height: 16.5rem;object-fit: cover;position: absolute;top: 0;left: 0;}


.ab3{padding: 1.37rem 1rem 1rem 1rem;display: flex;flex-flow:row-reverse;}
.ab3 .pics{width: 7.52rem;position: relative;padding: 0 1.35rem 0.6rem 0;}
.ab3 .pics .pic{width: 6.17rem;height: 8.36rem;height:8rem; position: relative;}
.ab3 .pics .pic img{width: 100%;height: 100%;object-fit: cover;border-radius: 0.1rem;}
.ab3 .pics .pic .tit1{position: absolute;bottom: 2.8rem;left: 4.2rem;font-size: 0.88rem;font-weight: 500;line-height: 1.5;background: linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: play;text-shadow: 0 19px 25px rgba(181, 177, 163, 0.55);display: flex;align-items: flex-end;white-space: nowrap;}
.ab3 .pics .pic .tit1 span{font-size: 1.1rem;line-height:1.3}
.ab3 .pics .imgs{position: absolute;bottom: 0;right: 0;width: 2.6rem;height: 3.32rem;border-radius: 0.1rem;overflow: hidden;z-index: 5;}
.ab3 .pics .imgs .swiper-slide{position: relative;height: 100%;overflow: hidden;}
.ab3 .pics .imgs .swiper-slide .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-shadow: 0 3px 4px rgba(0, 0, 0, 0.20);}
.ab3 .pics .imgs .swiper-slide .slide-inner>img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all 1.2s;}

.ab3 .txt{width: 10.05rem;color: #333;padding-top: 0.73rem;}
.ab3 .txt .top1{padding-bottom: 0.12rem;border-bottom: 1px solid #D6D2C9;margin-bottom: 0.76rem;}
.ab3 .txt .top1 .tit{height: 0.92rem;line-height: 0.92rem;font-size: 0.6rem;color: #333;font-weight: 600;margin-bottom: 0.6rem;}
.ab3 .txt .top1 .p{color: #333;font-weight: 600;line-height: 1.75;}
.ab3 .txt .txt1{padding-left: 3.2rem;}
.ab3 .txt .txt1 .h_1{color: #333;font-weight: 600;line-height: 1;position: relative;margin-bottom: 0.2rem;}
.ab3 .txt .txt1 .h_1 svg{position: absolute;top: 0;left: -0.44rem;display: block;width: 0.22rem;}
.ab3 .txt .txt1 .p1{color: #333;font-weight: 600;line-height: 1.54;margin-bottom: 0.45rem;}
.ab3 .txt .txt1 .p2{color: #333;font-weight: 400;line-height: 1.7;}

.the_con{background: url(../img/comtopbj.webp)no-repeat center top;background-size: 100% auto;background-color: #F9F8F4;}
.the1{position: relative;height: 360vh;}
.the1 .boxs{position: sticky;top: 0;width: 100%;height: 100vh;}
.the1 .box1{position: absolute;bottom: 0;left: 0;width: 100%;height: 0%;overflow: hidden;transition:all 0.5s;}

.the1 .box{position: absolute;bottom: 0;left: 0;width: 100%;height: 100vh;display: flex;align-items: flex-start;padding: 20vh 1rem 0 1rem;}
.the1 .box1.height{height: 100vh;}
.the1 .box1:nth-child(1){height: 100vh;}
.the1 .box1:nth-child(2){background-color: #F2F2F2;}
.the1 .box1:nth-child(3){background-color: #FCF3EA;}
.the1 .box .h_1{color: #333;font-weight: 600;width: 1.84rem; margin-right: 0.4rem;}
.the1 .box .pic{width: 5.2rem;height: 6.2rem;max-height: 67.4vh;border-radius: 0.1rem;overflow: hidden;margin-right: 2.08rem;}
.the1 .box .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.the1 .box .pic:hover img{transform: scale(1.05);}
.the1 .box .txt{width: 7.68rem;position: relative;margin-top: 12.3vh;}
.the1 .box .txt .icon{position: absolute;top: 0.62rem;right: 2.46rem;width: 1.57rem;}
.the1 .box .txt .num{font-weight: 600;background:linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1.1;margin-bottom: 0.41rem;}
.the1 .box .txt .h{color: #333;font-weight: 600;line-height: 1.3;margin-bottom: 0.6rem;}
.the1 .box .txt .h>span{display: block;}
.the1 .box .txt .h>span:nth-child(2){text-indent: 1em;}
.the1 .box .txt .p{color: #333;line-height: 1.9;font-weight: 400;max-height: 7.6em;overflow: auto;}
.the1 .box .txt .p span{color: #000;font-weight: 600;}

.the2{padding: 1.94rem 1rem 2rem 1rem;}
.the2 .tit{text-align: center;color: #333;line-height: 1;font-weight: 600;margin-bottom: 0.42rem;}
.the2 .p{width: 9.3rem;margin: 0 auto;margin-bottom: 0.58rem;text-align: center;font-weight: 400;color: #333;line-height: 1.88;line-height:1.7;}
.the2 .p span{font-weight: 600;color: #000;}
.the2 .con{position: relative;width: 5.6rem;height: 5.6rem;margin: 0 auto;}
.the2 .con .yuan{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 1px solid #DDDDD4;border-radius: 50%;padding: 0.7rem;}
.the2 .con .yuan .pic{width: 100%;height: 100%;border-radius: 50%;overflow: hidden;}
.the2 .con .yuan .pic img{width: 100%;height: 100%;object-fit: cover;}
.the2 .con .yuan .dian{width: 0.2rem;height: 0.2rem;border-radius: 50%;background-color: #333;position: absolute;}
.the2 .con .yuan .dian:nth-child(1){top: 0.63rem;left: 0.81rem;}
.the2 .con .yuan .dian:nth-child(2){top: 0.63rem;right: 0.81rem;}
.the2 .con .yuan .dian:nth-child(3){bottom: 0.63rem;left: 0.81rem;}
.the2 .con .yuan .dian:nth-child(4){bottom: 0.63rem;right: 0.81rem;}
.the2 .con .list{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.the2 .con .list .item{position: absolute;width: 4.2rem;}
.the2 .con .list .item:nth-child(2n-1){text-align: right;}
.the2 .con .list .item .icon{display: inline-block;width: 0.66rem;height: 0.66rem;margin-bottom: 0.3rem;}
.the2 .con .list .item .h{color: #333;font-weight: 600;line-height: 1.25; margin-bottom: 0.14rem;}
.the2 .con .list .item .p1{color: #333;font-weight: 400;line-height: 2;height: 4em;}
.the2 .con .list .item:nth-child(1){top: 0;right: calc(100% + 0.48rem);}
.the2 .con .list .item:nth-child(2){top: 0;left: calc(100% + 0.48rem);}
.the2 .con .list .item:nth-child(3){bottom: 0;right: calc(100% + 0.48rem);}
.the2 .con .list .item:nth-child(4){bottom: 0;left: calc(100% + 0.48rem);}

.the3{padding:2.5rem 0;background: url(../img/th3_bj.webp)no-repeat center;background-size:cover;}
.the3 .tit{text-align: center;color: #333;margin-bottom: 0.76rem;font-weight: 600;}
.the3 .pics{position: relative;width: 12.4rem;width:11rem; margin: 0 auto;margin-bottom: 0.3rem;transition: all 0.6s;}
.the3.on2 .pics{transform: scale(0.74);}
.the3 .pics .bpic{width: 100%;height: 100%;transition: all 0.6s;}
.the3 .pics .bpic img{width: 100%;height: 100%;object-fit: contain;}
.the3 .pics .tit1{position: absolute;bottom: -1.5rem;left: 50%;transform: translateX(-50%);font-size: 2.1rem;font-weight: 600;background: linear-gradient(180deg, #E4DACD 0%, #C6AA8C 50%, #CC975A 100%);line-height: 1.5;font-family: play;letter-spacing: 0.08rem;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;white-space: nowrap;z-index: 5;text-shadow: 0 19px 25.2px rgba(181, 177, 163, 0.55);}
.the3 .pics .imgs{position: absolute;bottom: 0;right: 0.3rem;width: 2.6rem;height: 3.32rem;border-radius: 0.1rem;overflow: hidden;z-index: 5;transition: all 0.5s;opacity: 0;}
/*.the3.on1 .pics .bpic{transform: translateX(-1rem);}*/
.the3.on1 .pics .imgs{opacity: 1;right: 0;}
.the3.on2 .pics .imgs{right: 0.8rem;}
.the3 .pics .imgs .swiper-slide{position: relative;height: 100%;overflow: hidden;}
.the3 .pics .imgs .swiper-slide .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-shadow: 0 3px 4px rgba(0, 0, 0, 0.20);}
.the3 .pics .imgs .swiper-slide .slide-inner>img{display: block;width: 100%;height: 100%;object-fit: contain;transition: all 1.2s;}
.the3 .txt{padding: 0 1rem;display: flex;justify-content: space-between;align-items: flex-start;}
.the3 .txt .left{width: 5rem;}
.the3 .txt .left .h{color: #000;line-height: 1;font-weight: 600;margin-bottom: 0.2rem;}
.the3 .txt .left .p{color: #333;line-height: 1.54;font-weight: 500;}
.the3 .txt .right{width: 9.8rem;color: #333;line-height: 1.88;font-weight: 400;}

.the4 .inner {
	padding: 1.2rem .85rem 1.2rem;
  position: relative;
    z-index: 2;
}

.the4 .inner .group {
	display: grid;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 32% 36% 32%
}

.the4 .inner .left {
	position: relative;
	z-index: 6;
	padding-left: 1.25rem;
}

.the4 .inner .left .yearBox {
	height: 43vw;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-mask: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
	mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
	    /*transform: scaleY(-1);*/
}

.the4 .inner .left .yearBox .years {
	position: absolute;
	width: 100%;
	left: 0;
	top: 8vw;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

@media screen and (orientation: landscape) {
	.the4 .inner .left .yearBox .years {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media screen and (orientation: portrait) {
	.the4 .inner .left .yearBox .years {
		display: grid;
		grid-auto-flow: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.the4 .inner .left .yearBox .years>li {
	cursor: pointer;
	height: auto;
	line-height: 1.3;
	text-align: left;
	-webkit-transition: height .7s;
	transition: height .7s;
	margin-bottom: 0.4rem;
	/*transform: scaleY(-1);*/
}

.the4 .inner .left .yearBox .years>li:last-child{margin-bottom:0;}


.the4 .inner .left .yearBox .years>li>span {
	color: #E7DFD8;
	transition: all 0.7s;
	font-family: play;
}

.the4 .inner .left .yearBox .years>li.on span{font-size: 1.2rem;}

@media screen and (orientation: landscape) {
	.the4 .inner .left .yearBox .years>li>span {
		-webkit-transform: scale(.16);
		-ms-transform: scale(.16);
		transform: scale(.16);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
}

@media screen and (orientation: portrait) {
	.the4 .inner .left .yearBox .years>li>span {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		-webkit-transform-origin: 50%;
		-ms-transform-origin: 50%;
		transform-origin: 50%
	}
}

@media screen and (orientation: landscape) {
	.the4 .inner .left .yearBox .years>li.on {
		pointer-events: none;
		height: auto
	}

	.the4 .inner .left .yearBox .years>li.on>span {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		color: #C79066
	}
}

@media screen and (orientation: portrait) {
	.the4 .inner .left .yearBox .years>li.swiper-slide-active {
		pointer-events: none
	}

	.the4 .inner .left .yearBox .years>li.swiper-slide-active>span {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		color: #EDD6C5
	}
}

.the4 .inner .mid {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	/*transform: scaleX(-1);*/
}

.the4 .inner .mid .clock {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain
}

.the4 .inner .mid .txt{
  position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;
}
.the4 .inner .mid .txt .p{color: #C79066;font-weight: 600;line-height: 1;margin-bottom: 0.2rem;}
.the4 .inner .mid .txt .tit{color: #333;font-weight: 600;line-height: 1;}

.the4 .inner .mid .time-el {
	z-index: 4
}

.the4 .inner .mid .time-el .shi {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	height: 40%;
	width: 2px;
	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: cubic-bezier(.59, 0, .42, .99);
	animation-timing-function: cubic-bezier(.59, 0, .42, .99);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.the4 .inner .mid .time-el .shi:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: calc(100% - 0.6rem);background-color: #EDD6C5;}

.the4 .inner .mid .time-el .shi.on {
	-webkit-animation-name: gorotate;
	animation-name: gorotate
}

.the4 .inner .mid .time-el .fen {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto
}

.the4 .inner .mid .time-el .fen.active {
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s
}

.the4 .inner .mid .time-el .fen:after {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(11vw - 0.6rem);
	top: 0.6rem;
	left: 0;
	background-color: #EDD6C5
}

.the4 .inner .mid #clock {
	z-index: 1;
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(-1);
}

.the4 .inner .right {
	position: relative;
	height: 100%;
	z-index: 6;
	-webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%);
	mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%)
}

.the4 .inner .right .box {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100% + 1.5rem);
	height: 100%;
	width: 100%;
	-webkit-mask: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
	mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: auto;
  padding-right: 0.04rem;
}

.the4 .inner .right .box::-webkit-scrollbar {
	width: 2px;
	background-color: #0000001a;
  
}

.the4 .inner .right .box1 {
	width: 4rem;
	display: none;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: center;
	-ms-flex-align: start;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity .8s;
	transition: opacity .8s
}

.the4 .inner .right .box1 .list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	/*margin-top: .8rem;*/
	-webkit-transition: opacity .8s, color .5s, background-color .6s, -webkit-transform .8s;
	transition: opacity .8s, color .5s, background-color .6s, -webkit-transform .8s;
	transition: opacity .8s, transform .8s, color .5s, background-color .6s;
	transition: opacity .8s, transform .8s, color .5s, background-color .6s, -webkit-transform .8s;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	opacity: 0
}



.the4 .inner .right .box1 .list:nth-child(1) {
	-webkit-animation-delay: .1s !important;
	animation-delay: .1s !important
}

.the4 .inner .right .box1 .list:nth-child(2) {
	-webkit-animation-delay: .2s !important;
	animation-delay: .2s !important
}

.the4 .inner .right .box1 .list:nth-child(3) {
	-webkit-animation-delay: .3s !important;
	animation-delay: .3s !important
}

.the4 .inner .right .box1 .list:nth-child(4) {
	-webkit-animation-delay: .4s !important;
	animation-delay: .4s !important
}

.the4 .inner .right .box1 .list:nth-child(5) {
	-webkit-animation-delay: .5s !important;
	animation-delay: .5s !important
}

.the4 .inner .right .box1 .list:nth-child(6) {
	-webkit-animation-delay: .6s !important;
	animation-delay: .6s !important
}

.the4 .inner .right .box1 .list:nth-child(7) {
	-webkit-animation-delay: .7s !important;
	animation-delay: .7s !important
}

.the4 .inner .right .box1 .list:nth-child(8) {
	-webkit-animation-delay: .8s !important;
	animation-delay: .8s !important
}

.the4 .inner .right .box1 .list:nth-child(9) {
	-webkit-animation-delay: .9s !important;
	animation-delay: .9s !important
}

.the4 .inner .right .box1 .list:nth-child(10) {
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important
}

.the4 .inner .right .box1 .list:nth-child(11) {
	-webkit-animation-delay: 1.1s !important;
	animation-delay: 1.1s !important
}

.the4 .inner .right .box1 .list:nth-child(12) {
	-webkit-animation-delay: 1.2s !important;
	animation-delay: 1.2s !important
}

.the4 .inner .right .box1 .list:nth-child(13) {
	-webkit-animation-delay: 1.3s !important;
	animation-delay: 1.3s !important
}

.the4 .inner .right .box1 .list:nth-child(14) {
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important
}

.the4 .inner .right .box1 .list:nth-child(15) {
	-webkit-animation-delay: 1.5s !important;
	animation-delay: 1.5s !important
}

.the4 .inner .right .box1 .list:nth-child(16) {
	-webkit-animation-delay: 1.6s !important;
	animation-delay: 1.6s !important
}

.the4 .inner .right .box1 .list:nth-child(17) {
	-webkit-animation-delay: 1.7s !important;
	animation-delay: 1.7s !important
}

.the4 .inner .right .box1 .list:nth-child(18) {
	-webkit-animation-delay: 1.8s !important;
	animation-delay: 1.8s !important
}

.the4 .inner .right .box1 .list:nth-child(19) {
	-webkit-animation-delay: 1.9s !important;
	animation-delay: 1.9s !important
}

.the4 .inner .right .box1 .list:nth-child(20) {
	-webkit-animation-delay: 2s !important;
	animation-delay: 2s !important
}

.the4 .inner .right .box1 .list:last-of-type {
	padding-bottom: 0
}

.the4 .inner .right .box1 .list .pic{width: 2.24rem;margin-bottom: 0.37rem;}
.the4 .inner .right .box1 .list .p{color: #333;font-weight: 400;line-height: 1.88;}

.the4 .inner .right .box1.on {
	display: flex
}

.the4 .inner .right .box1.on .list {
	-webkit-animation: fadeIn .8s;
	animation: fadeIn .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.the4 .inner .right .box1.out {
	opacity: 0
}

.the4 .inner .btm {
	height: 2.1rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.the4 .inner .btm .set {
	gap: 0 .12rem;
	display: grid;
	grid-template-rows: .75rem;
	grid-template-columns: .75rem auto .75rem
}

.the4 .inner .btm .set .layer-cir {
	background-color: #EAE5DA;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the4 .inner .btm .set .layer-cir>.mask {
	background-color: #0c3131;
  position: absolute;
	width: 100%;
	border-radius: 1rem;
	height: 102%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-102%);
	-ms-transform: translateX(-102%);
	transform: translate(-102%);
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
	z-index: 1;
	background-color: #C79066;
	display: block
}

.the4 .inner .btm .set .layer-cir:hover>.mask{transform: translateX(0);}
.the4 .inner .btm .set .layer-cir i{display: block;width: 0.15rem;position: relative;z-index: 2;transition: all 0.5s;}
.the4 .inner .btm .set .layer-cir:hover i{filter:brightness(0) invert(1);}

.the4 .inner .btm .set .circle {
	color: #ffffff;
	border-radius: 5rem;
	height: .75rem;
	width: .75rem;
	overflow: hidden;
	background: linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);
	position: relative;
  font-family: play;
}

.the4 .inner .btm .set .circle:after {
	content: "";
	top: 1px;
	border-radius: 50%;
	width: .6rem;
	height: .6rem;
	left: .0725rem;
	border: 1px solid rgba(255, 255, 255, .1)
}

.the4 .inner .btm .set .circle #yearNum {
  display: block;
	height: .75rem;
	width: .75rem;
  text-align: center;
  line-height: 0.75rem;
	z-index: 6
}

.the4 .inner .btm .set .circle .sliderSum {
	color: #fff
}

@-webkit-keyframes gorotate {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

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

@keyframes gorotate {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

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

.the5{padding: 2rem 0.8rem 0 0.8rem;}
.the5 .top{padding: 0 0.2rem;text-align: center;margin-bottom: 1.8rem;}
.the5 .top .tit{color: #333;font-weight: 600;line-height: 1;margin-bottom: 0.7rem;}
.the5 .top .h{color: #333;line-height: 1.2;font-weight: 600;margin-bottom: 0.2rem;}
.the5 .top .p{color: #333;line-height: 1.88;font-weight: 400;width: 9.3rem;margin: 0 auto;}

.the5 .bottom{display: flex;justify-content: space-between;position: relative;height: 5.12rem;overflow:hidden;}
/*.the5 .bottom:after{content: "";position: absolute;left: 0.2rem;top: 0.59rem; width: calc(100% - 0.4rem);height: 1px;background-color: #C4C3BE;}*/
.the5 .bottom .item{width: 2.5rem;text-align: center;position:relative;}
.the5 .bottom .item:after{content:"";position: absolute;left: 0;top: 0.79rem; width: calc(100% + 16px);height: 1px;background-color: #C4C3BE;}
.the5 .bottom .item .num{font-weight: 500;font-family: play;background: linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 0.3rem;margin-bottom: 0.25rem;}
.the5 .bottom .item .dian{width: 0.08rem;height: 0.08rem;border-radius: 50%;margin: 0 auto;background-color: #C4C3BE;margin-bottom: 0.2rem;}
.the5 .bottom .item .pic{width: 1.6rem;height: 2.25rem;margin: 0 auto;margin-bottom: 0.1rem;overflow: hidden;transition: all 0.5s;}
.the5 .bottom .item:hover .pic{width: 2rem;height: 2.85rem;}
.the5 .bottom .item .pic img{width: 100%;height: 100%;object-fit: contain;}
.the5 .bottom .item .more{margin-top: 0.5rem;opacity:0;transition:all 0.5s;padding-right:0;}

.the5 .bottom .item:hover .more{margin-top:0.3rem;opacity: 1;}

.the6{padding: 1rem 1rem 1px 1rem;position: relative;}
.the6:after{content: "";position: absolute;top: 1rem;left: 50%;width: 1px;height: calc(100% - 2.75rem);background-color: #C2A679;opacity: 0.3;}
/* .the6 .item{margin-bottom: 1.75rem;} */
.the6 .item .num{font-size: 2.3rem;line-height: 2.6rem;font-weight: 400;text-align: center;color: #C79066;margin-bottom: 0.4rem;letter-spacing: -0.09rem;font-family: play;}
.the6 .item .con{display: flex;padding: 0 0 1.2rem 1.92rem;justify-content: space-between;align-items: center;}
.the6 .item:nth-child(2n) .con{padding: 0 1.92rem 1.2rem 0;flex-flow:row-reverse;}
.the6 .item .con .txt{width: 5.78rem;text-align: center;color: #333;}
.the6 .item .con .txt .h{position: relative;line-height: 1.5;padding-bottom: 0.2rem;font-weight: 600;margin-bottom: 0.25rem;}
.the6 .item .con .txt .h::after{content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 1.2rem;height: 1px;background-color: #C2A679;}
.the6 .item .con .txt .p{line-height: 1.88;font-weight: 400;}
.the6 .item .con .pic{width: 7.6rem;height: 6.8rem;}
.the6 .item .con .pic img{width: 100%;height: 100%;object-fit: contain;transition: all 0.5s;}
.the6 .item .con .pic:hover img{transform: scale(1.05);}

.para_con{background: url(../img/comtopbj.webp)no-repeat center top;background-size: 100% auto;background-color: #F9F8F4;}
.para1{height:200vh;position:relative;}
.para1-1{position: sticky;top: 0vh;padding: 0.3rem 0 1.76rem 0;background: url(../img/para1_bj.webp)no-repeat center bottom;background-size: 100% auto;}
.para1 .top{text-align: center;margin-bottom: 0.3rem;color: #333}
.para1 .top .h_1{font-weight: 600;line-height: 2.66;}
.para1 .top .tit{font-weight: 600;line-height: 1.33;margin-bottom: 0.2rem;}
.para1 .top .p{width: 8.32rem;margin: 0 auto;line-height: 1.7;font-weight: 400;}
.para1 .con{position: relative;transform:scale(0.83);}
.para1 .con .txt{position: absolute;top: 60%;left: 50%;transform: translate(-50%,-50%);width: 6.3rem;height: 6.3rem;padding: 2.1rem 0.96rem; color: #fff;line-height: 1.6;font-weight: 400;text-align: center;border-radius: 50%;opacity: 0;z-index: 10;}
.para1 .con .list{display: flex;justify-content: center;gap: 2.07rem;width:calc(100% - 2rem);height: 6.3rem;position: relative;margin: 0 auto;}
.para1 .con .list .item{position: absolute;top: 0;left: 0; width: 6.3rem;height: 6.3rem;background-color: rgba(120, 104, 80, 0.20);border-radius: 50%;color: #333;text-align: center;padding-top: 1.2rem;}
.para1 .con .list .item:nth-child(2){top: 0;left: auto;right: 0; background-color: rgba(168, 136, 88, 0.20);}
.para1 .con .list .item .h{font-weight: 500;line-height: 1;margin-bottom: 0.6rem;}
.para1 .con .list .item li{width: 3rem;margin: 0 auto;margin-bottom: 0.16rem;background-color: #F4F1ED;border-radius: 0.1rem;line-height: 0.7rem;}
.para1 .con .list .item :last-child{margin-bottom: 0;}
.para1.on1 .con .list .item .txt1{opacity: 0;}
.para1.on1 .con .txt{opacity: 1;transition: all 0.5s;top: 50%;}

.para2{position: relative;z-index: 2;color: #fff;background-color:#000;}
.para2 .bj{position: sticky;top: 0;z-index: -1;width: 100%;height: 1px;opacity:0.08}
.para2 .bj img{width: 100%;height: 100vh;object-fit: cover;}
.para2 .bj video{display:block; width: 100%;height: 100vh;object-fit: cover;}
.para2 .box1{height: 100vh;display: flex;justify-content: center;align-items: center;text-align: center;}
.para2 .box1 .h_1{font-weight: 600;line-height: 2.66;}
.para2 .box1 .h{font-weight: 600;line-height: 1.123;margin-bottom: 0.4rem;}
.para2 .box1 .p{width: 8.32rem;margin: 0 auto;line-height: 1.7;font-weight: 400;}
.para2 .box2{padding: 0.4rem 3.2rem 0 3.2rem;height: 100vh; display: flex;align-items: center;justify-content: space-between;}
.para2 .box2 .pic{width: 5.2rem;height: 6.2rem;}
.para2 .box2 .txt{width: 5rem;}
.para2 .box2 .txt .h{font-weight: 600;line-height: 1.4;margin-bottom: 0.6rem;}
.para2 .box2 .txt .h span{display: block;}
.para2 .box2 .txt .h span.tor:nth-child(2){padding-left: 0.8rem;}
.para2 .box2 .txt .p{font-weight: 400;line-height: 1.54;}

.para2 .box3{padding: 0.4rem 3.2rem 0 3.2rem;height: 100vh; display: flex;align-items: center;justify-content: space-between;flex-flow:row-reverse;}
.para2 .box3 .pic{width: 5.2rem;height: 6.2rem;}
.para2 .box3 .txt{width: 5rem;}
.para2 .box3 .txt .h{font-weight: 600;line-height: 1.4;margin-bottom: 0.6rem;}
.para2 .box3 .txt .h span{display: block;}
.para2 .box3 .txt .h span.tor:nth-child(2){padding-left: 0.8rem;}
.para2 .box3 .txt .p{font-weight: 400;line-height: 1.54;}

.para3{padding: 1.6rem 1rem 0.8rem 1rem;background: url(../img/para3_bj.webp)no-repeat center;background-size: cover;position: relative;z-index: 3;background-color:#F9F8F4;}
.para3 .tit{color: #333;font-weight: 600;line-height: 1.33;margin-bottom: 0.7rem;text-align: center;}
.para3 .pic{width: 100%;}
.para3 .pic img{width: 100%;}
.para3 .pic img.pimg{display: none;}

.para4{padding: 14.5vh 0 0rem 0;position: relative;background-color: #F9F8F4;z-index: 3;}
.para4 .top{position: absolute;width:100%; top: 10.5vh;text-align: center;transition:all 0.3s;}
/*.para4 .top.hid{opacity: 0;top:7vh;}*/
.para4 .top .tit{color: #333;font-weight: 600;line-height: 1.3;margin-bottom: 0.3rem;}
.para4 .top .p{color: #333;line-height: 1.8;font-weight: 400;width: 8.45rem;margin: 0 auto;}
.para4 .items{position: sticky;top: 0;width: 100%;height: 100vh;}
.para4 .item{padding: calc(11.5vh + 1.68rem) 1rem 0 1rem;height: 100%;position:absolute;top:0;width:100%; transition: all 0.6s;transform-origin: 50% 50%;}
.para4 .items:nth-child(2) .item{padding-top: calc(11.5vh + 2.5rem);}
.para4 .items:nth-child(3) .item{padding-top: calc(11.5vh + 3.1rem);}
.para4 .item.on{transform: scale(0.82) translateY(-0.2rem);}
.para4 .item.on1{transform: scale(0.64) translateY(-0.4rem);}
.para4 .item .con1{background-color: #fff;border-radius: 0.1rem;display: flex;padding: 0.3rem 0.26rem 0.3rem 0.86rem;justify-content: space-between;}
.para4 .item .con1 .pic{width: 8.2rem;height: 52.7vh;border-radius: 0.1rem;overflow: hidden;}
.para4 .item .con1 .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.para4 .item .con1 .pic:hover img{transform: scale(1.05);}
.para4 .item .con1 .txt{padding-top: 0.2rem;width: 6rem;}
.para4 .item .con1 .txt .num{font-size: 1.67rem;line-height: 1;margin-bottom: 0.73rem;font-weight: 500;background:linear-gradient(195deg, #C2A679 10.65%, rgba(194, 166, 121, 0.10) 89.21%);
background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: play;}
.para4 .item .con1 .txt .h{color: #000;font-weight: 600;line-height: 1;margin-bottom: 0.2rem;}
.para4 .item .con1 .txt .h_1{color: #333;line-height: 1.54;font-weight: 500;margin-bottom: 0.32rem;}
.para4 .item .con1 .txt .p{color: #666;line-height: 1.88;font-weight: 400;}

.parax{padding: 2rem 1rem 0 1rem;background-color:#F9F8F4;position:relative;}
.parax .top{display: flex;justify-content: space-between;align-items: center}
.parax .top .tit{font-size: 0.6rem;padding-left: 0;}
.parax .top .p{width: 8.03rem;line-height: 1.54;color: #333;font-weight: 400}
.parax .top .p span{font-weight: 600;color: #000}
.parax .bottom .solid1{width: 15.54rem;}
.parax .bottom .yuan{width: 0.97rem;height: 0.97rem}
.parax .bottom .solid2{width: calc(100% - 16.51rem);}

.para5{padding:1.48rem 1rem 2rem 1rem;background-color:#F9F8F4;position:relative;}
.para5 .top{text-align: center;margin-bottom: 0.6rem;color: #333;}
.para5 .top .tit{font-weight: 600;line-height: 1.2;margin-bottom: 0.36rem;}
.para5 .top .h_1{font-weight: 600;line-height: 1.2;margin-bottom: 0.1rem;}
.para5 .top .p{font-weight: 400;line-height: 1.88;width: 10rem;margin: 0 auto;}
.para5 .con{display: flex;justify-content: space-between;}
.para5 .con .pic{width: 9.45rem;height: 6.26rem;border-radius: 0.1rem;overflow: hidden;}
.para5 .con .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.para5 .con .pic:hover img{transform: scale(1.05);}
.para5 .con .list{width: 7.3rem;}
.para5 .con .list .item{width: 100%;height: 1.1rem;display: flex;align-items: center;margin-bottom: 0.19rem;border: 1px solid #E6E3DC;background-color: #F9F8F4;border-radius: 0.1rem;padding: 0 0.3rem;}
.para5 .con .list .item:last-child{margin-bottom: 0;}
.para5 .con .list .item .icon{display: block;width: 0.5rem;height: 0.5rem;margin-right: 0.3rem;}
.para5 .con .list .item .h{color: #333;font-weight: 600;line-height: 1.25;width: 1.42rem;padding-right: 0.22rem;}
.para5 .con .list .item .p{width: calc(100% - 1.92rem);font-weight: 400;line-height: 1.75;}

.para6{padding: 21vh 1.68rem 1.22rem 1rem;min-height: 100vh;background: url(../img/para6_bj.webp)no-repeat center;background-size: cover;color: #fff;background-color: #0F0F0F;background-attachment: fixed;display: flex;justify-content: space-between;position:relative}
.para6 .left{width: 6.97rem;}
.para6 .left .list{width: 6.97rem;height: 6.48rem;position: relative;}
.para6 .left .list .item{width: 3.88rem;height: 3.88rem;border-radius: 50%;border: 1px solid rgba(219, 219, 219, 0.40);background: rgba(147, 122, 76, 0.01);backdrop-filter: blur(3px);display: flex;align-items: center;text-align: center;justify-content: center;position: absolute;color: #E6A878;cursor: pointer;transition: all 0.5s;}
.para6 .left .list .item:nth-child(1){top: 0;left: 50%;transform: translateX(-50%);}
.para6 .left .list .item:nth-child(2){bottom:0;left: 0;}
.para6 .left .list .item:nth-child(3){bottom:0;right: 0;}
.para6 .left .list .item.on{z-index: 2;background: linear-gradient(120deg, #BC4119 16.87%, rgba(207, 107, 41, 0.20) 59.2%, rgba(209, 146, 54, 0.30) 88.35%);box-shadow: 0 8px 47.9px -3px rgba(255, 180, 139, 0.50) inset, 0 12px 25px 0 #D17D2F inset;color: #FFD3B2;font-size: 0.32rem;}
.para6 .left .p{text-align: center;margin-top: 0.42rem;}
.para6 .right{width: 6.55rem;padding-top: 1.3rem;}
.para6 .right .tit{line-height: 1.82;font-weight: 600;margin-bottom: 0.3rem;}
.para6 .right .p{line-height: 1.8;font-weight: 400;margin-bottom: 0.6rem;height: 3.6em;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.para6 .right .list{position: relative;}
.para6 .right .list .item{opacity: 0;position: absolute;top: 0.5rem;width: 100%;transition: all 0.5s;left: 0.5rem;}
.para6 .right .list .item.on{opacity: 1;left: 0;top: 0;}
.para6 .right .list .item .h_1{line-height: 1.27;padding-bottom: 0.36rem;border-bottom:1px solid #C2A67930;margin-bottom: 0.26rem;font-weight: 600;}
.para6 .right .list .item .p1{line-height: 1.54;font-weight: 400;}

.para7{padding: 2rem 0 0 0;background-color:#F9F8F4;position:relative}
.para7 .top{text-align: center;margin-bottom: 0.47rem;}
.para7 .top .tit{color: #333;font-weight: 600;line-height: 1.82;margin-bottom: 0.2rem;}
.para7 .top .p{color: #333;font-weight: 400;line-height: 1.8;}
.para7 .list{display: flex;justify-content: center;gap: 0.35rem;margin-bottom: 0.5rem;}
.para7 .list .item{width:5.78rem;height: 5.78rem;width:4.5rem;height:4.5rem; padding: 0.16rem;border-radius: 50%;position: relative;z-index: 2;cursor: pointer;}
.para7 .list .item:after{content: "";position: absolute;z-index: -1;top: 50%;left: 50%;width: 100%;height: 100%;border: 1px solid #DBDBDB;border-radius: 50%;transform: translate(-50%,-50%) scale(0.7);opacity: 0;transition: all 0.5s;}
.para7 .list .item.on:after{transform: translate(-50%,-50%) scale(1);opacity: 1;}
.para7 .list .item .pic{width: 100%;height: 100%;border-radius: 50%;overflow: hidden;transition: all 0.5s;}
.para7 .list .item.on .pic{background: linear-gradient(180deg, #C3441B 60.78%, #F8CA4B 99.91%);mix-blend-mode: multiply;box-shadow: 0 16px 26.5px 14px #F65802 inset, 0 -5px 30.5px 20px #F65802 inset;}
.para7 .list .item .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.para7 .list .item.on .pic img{transform: scale(1.05);}
.para7 .txts{text-align: center;width: 6.4rem;margin: 0 auto;}
.para7 .txts .txt{display: none;}
.para7 .txts .txt.on{display: block;}
.para7 .txts .txt .h_1{color: #333;line-height: 1.1;font-weight: 600;margin-bottom: 0.14rem;}
.para7 .txts .txt .p_1{color: #333;line-height: 1.77;font-weight: 400;}

.para8{padding: 2rem 1rem 0.4rem 1rem;overflow: hidden;background-color:#F9F8F4;position:relative}
.para8 .top{text-align: center;margin-bottom: 0.95rem;}
.para8 .top .tit{color: #333;font-weight: 600;line-height: 1.82;margin-bottom: 0.2rem;}
.para8 .top .p{color: #333;font-weight: 400;line-height: 1.8;}
.para8 .list .item{display: flex;margin-bottom: 1.6rem;justify-content: space-between;align-items: center;}
.para8 .list .item:nth-child(2n-1){flex-flow:row-reverse;}
.para8 .list .item:last-child{transform:scale(1)!important;opacity: 1!important;}
.para8 .list .item .pic{width: 9rem;height: 5.8rem;border-radius: 0.1rem;overflow: hidden;}
.para8 .list .item .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.para8 .list .item .pic:hover img{transform: scale(1.05);}
.para8 .list .item .txt{width: 6rem;color: #333;}
.para8 .list .item .txt .h{font-weight: 600;line-height: 1.8;margin-bottom: 0.4rem;}
.para8 .list .item .txt .p1{font-weight: 400;line-height: 1.8;}

.search1{padding: 2rem 1rem;background: url(../img/search_bj.png)no-repeat top center;background-size: 100% auto;background-color: #F9F8F4;}
.search1 .top{margin-bottom: 1rem;}
.search1 .top .tit{color: #333;line-height: 1.5;font-weight: 600;margin-bottom: 0.4rem;text-align: center;}
.search1 .top form{width: fit-content;padding-left: 0.66rem;position: relative;background-color: #fff;border-radius: 0.5rem;box-shadow: 0 0 68px 0 rgba(0, 0, 0, 0.04);overflow: hidden;margin: 0 auto;}
.search1 .top form::before{content: "";position: absolute;top: 50%;left: 0.28rem;transform: translateY(-50%);width: 0.24rem;height: 0.24rem;background: url(../img/search.png);background-size: 100% 100%;}
.search1 .top form input{width: 9.36rem;line-height: 0.68rem;color: #333;font-weight: 400;}
.search1 .top form input::placeholder{color: #999;}
.search1 .top form button{background-color: #000;border-radius: 0.5rem;width: 2rem;line-height: 0.68rem;color: #fff;text-align: center;border: none;cursor: pointer;}
.search1 .bottom{position: relative;}
.search1 .bottom .tab{position: sticky;top: 1.2rem;float: left;width: 1.3rem;}
.search1 .bottom .tab li{margin-bottom: 0.26rem;}
.search1 .bottom .tab li:last-child{margin-bottom: 0;}
.search1 .bottom .tab a{padding-left: 0.24rem;position: relative;display: block;color: #B3B5A9;transition: all 0.5s;}
.search1 .bottom .tab a::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.1rem;height: 0.1rem;border-radius: 50%;background: linear-gradient(90deg, #C79066 0.15%, #C79066 48.05%, #DCAF84 97.17%);opacity: 0;transition: all 0.5s;}
.search1 .bottom .tab li a:hover,
.search1 .bottom .tab li.on a{color: #333;}
.search1 .bottom .tab li a:hover:before,
.search1 .bottom .tab li.on a:before{opacity: 1;}
.search1 .bottom .cons{float: right;width: 13.82rem;}
.search1 .bottom .cons .con{display: none;}
.search1 .bottom .cons .con.on{display: block;}

.search1 .bottom .cons .con1 .list{display: flex;flex-wrap: wrap;}

.search1 .bottom .cons .con1 .list .item{width: calc((100% - 0.68rem) / 3);margin: 0.43rem 0.34rem 0 0;position: relative;border-radius: 0.1rem;overflow: hidden;}

.search1 .bottom .cons .con1 .list .item:nth-child(-n + 3){margin-top: 0;}

.search1 .bottom .cons .con1 .list .item:nth-child(3n){margin-right: 0;}

.search1 .bottom .cons .con1 .list .item .pic{aspect-ratio: 418 / 497;position: relative;}

.search1 .bottom .cons .con1 .list .item .pic img{height: 100%;object-fit: cover;}

.search1 .bottom .cons .con1 .list .item .pic::before{content: "";border-radius: 10px;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.69%, #000 100%);position: absolute;left: 0;bottom: 0;height: 3.6rem;z-index: 2;width: 100%;}

.search1 .bottom .cons .con1 .list .item .type{position: absolute;top: 0.29rem;left: 0.24rem;line-height: 128.571%;color: var(--theme-color);border-radius: 0.04rem;padding: 0.06rem 0.17rem;background: #F4EFE7;}

.search1 .bottom .cons .con1 .list .item .txt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0.34rem 0.29rem 0.4rem;z-index: 5;}

.search1 .bottom .cons .con1 .list .item .txt .date{display: flex;align-items: center;line-height: calc(23 / 16);color: #fff;}

.search1 .bottom .cons .con1 .list .item .txt .date img{width: 0.22rem;margin-right: 0.2rem;filter: var(--imgwhite);}

.search1 .bottom .cons .con1 .list .item .txt .tit{line-height: 138.462%;color: #fff;margin-top: 0.18rem;}

.search1 .bottom .cons .con1 .list .item .ss:hover .pic img{transform: scale(1.1);}

.search1 .bottom .cons .con1 .mbtn{margin-top: 0.86rem;}

.search1 .bottom .cons .con1 .ul1{display: flex;column-gap: 0.26rem;row-gap: 0.32rem;flex-wrap: wrap;}
.search1 .bottom .cons .con1 .ul1 .li1{position: relative;width: calc(25% - 0.195rem);}
.search1 .bottom .cons .con1 .ul1 .li1 a{display: block;}
.search1 .bottom .cons .con1 .ul1 .li1 .pic{width: 100%;height: 4.15rem;border-radius: 0.08rem;position: relative;overflow: hidden;margin-bottom: 0.18rem;}
.search1 .bottom .cons .con1 .ul1 .li1 .pic::before{content: "";position: absolute;left: 0;bottom: 0;z-index: 2; width: 100%;height: 3.27rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.69%, #000 100%);
}
.search1 .bottom .cons .con1 .ul1 .li1 .pic>img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.search1 .bottom .cons .con1 .ul1 .li1:hover .pic>img{transform: scale(1.05);}
.search1 .bottom .cons .con1 .ul1 .li1 .pic .txt1{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0 0.24rem 0.22rem 0.24rem;display: flex;justify-content: space-between;align-items: center;color:#ffffff;z-index: 3;}
.search1 .bottom .cons .con1 .ul1 .li1 .pic .txt1 .vbtn{display: block;width: 0.28rem;}
.search1 .bottom .cons .con1 .ul1 .li1 .pic .txt1 .date{display: flex;gap: 0.15rem;color: #fff;font-weight: 500;align-items: center;}
.search1 .bottom .cons .con1 .ul1 .li1 .pic .txt1 .date img{display: block;width: 0.16rem;filter: invert(1)}
.search1 .bottom .cons .con1 .ul1 .li1 .h{line-height: 1.5;color: #333;font-weight: 500;height: 3em;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}


.search1 .bottom .cons .con2 .ul .li{padding: 0.42rem 0;border-bottom: 1px solid #E7E6E3;}

.search1 .bottom .cons .con2 .ul .li .ss{display: flex;}

.search1 .bottom .cons .con2 .ul .li .ss .date{line-height: calc(23 / 16);color: #333;width: calc(123 / 16 * 1em);}

.search1 .bottom .cons .con2 .ul .li .ss .pic{width: 4.65rem;height: 2.98rem;border-radius: 0.1rem;overflow: hidden;}

.search1 .bottom .cons .con2 .ul .li .ss .pic img{height: 100%;object-fit: cover;}

.search1 .bottom .cons .con2 .ul .li .ss .txt{flex: 1;padding: 0 0.92rem 0 1rem;}

.search1 .bottom .cons .con2 .ul .li .ss .txt .type{line-height: calc(18 / 14);padding: 0.06rem 0.17rem;border-radius: 0.04rem;background: #F4EFE7;color: var(--theme-color);width: fit-content;}

.search1 .bottom .cons .con2 .ul .li .ss .txt .t1{line-height: 1.5;color: #333;margin-top: 0.22rem;}

.search1 .bottom .cons .con2 .ul .li .ss .txt .t2{line-height: 2;color: #666;margin-top: 0.19rem;height: 4em;}

.search1 .bottom .cons .con2 .ul .li .ss .txt .arr{width: 0.5rem;margin-top: 0.4rem;}

.search1 .bottom .cons .con2 .ul .li .ss:hover .pic img{transform: scale(1.05);}

.search1 .bottom .cons .con2 .ul .li .ss:hover .txt .t1{color: var(--theme-color);}

.search1 .bottom .cons .con2 .mbtn{margin-top: 0.6rem;}

.search1 .bottom .cons .con3 .li:not(:first-child){margin-top: 0.4rem;}

.search1 .bottom .cons .con3 .li .ss{display: flex;align-items: center;justify-content: space-between;padding: 0.36rem 0.4rem 0.36rem 0.42rem;border-radius: 0.1rem;background: #fff;}

.search1 .bottom .cons .con3 .li .ss .txt{flex: 1;padding-right: 0.6rem;}

.search1 .bottom .cons .con3 .li .ss .txt .tit{line-height: calc(32 / 22);color: #333;}

.search1 .bottom .cons .con3 .li .ss .txt .type{display: flex;align-items: center;flex-wrap: wrap;gap: 0.12rem;margin-top: 0.2rem;}

.search1 .bottom .cons .con3 .li .ss .txt .type span{padding: 0.06rem;background: #F4EFE7;border-radius: 0.04rem;line-height: 128.571%;min-width: calc(90 / 14 * 1em);color: var(--theme-color);text-align: center;}

.search1 .bottom .cons .con3 .li .ss .arr{width: 0.5rem;position: relative;}

.search1 .bottom .cons .con3 .li .ss:hover .tit{color: var(--theme-color);}

.search1 .bottom .cons .con3 .mbtn{margin-top: 0.6rem;}






/* 横屏 */
@media screen and (orientation: landscape) {}

/* 竖屏 */
@media screen and (orientation: portrait) {
    .ctt3 .formbox{width: 100%;}
    .comtop{padding: 100px 20px 0 20px;}
    .comtop .bottom{padding-left: 0;margin-top: 0;}
    .comtop1 .bottom{margin-top: 40px;}
    .comtop .tab{font-size: 12px;gap:10px; left: 0;}
    .comtop .tit{font-size: 28px;padding-left:0;}
    .comtop .bottom .yuan{height: auto;}
    .w1720,.w1800{padding: 0 20px;}
    .more{gap: 4px;padding-right: 36px;font-size:14px;}
    .more span{line-height: 32px;border-radius: 16px;}
    .more .jt{width: 32px;height: 32px;}
    
    .ctt2{margin-top: 30px;padding-bottom: 50px;}
    .ctt2 .con{display: block;}
    .ctt2 .con .txtbox{width: 100%;margin-bottom:30px;}
    .ctt2 .con .imgbox{width: 100%;height:55vw;}
    .ctt2 .con .txtbox .t1{font-size: 15px;}
    .ctt2 .con .txtbox .list{margin-top: 30px;}
    .ctt2 .con .txtbox .set{font-size: 15px;}
    .ctt2 .con .txtbox .det{font-size: 16px;}
    .ctt2 .con .txtbox .item:not(:first-child){margin-top:16px;}
    
    .ctt3{padding: 50px 0;}
    .ctt3 .title .t1{font-size: 26px;}
    .ctt3 .title .t2{font-size: 15px;}
    .ctt3 .formbox{margin-top: 30px;}
    .ctt3 .formbox .item{width: 100%;margin-top:18px!important;}
    .ctt3 .formbox .item.mr20{margin-right: 0;}
    .ctt3 .formbox .item.mt46{margin-top: 0;}
    .ctt3 .formbox .item .radio .checkbox-item{margin-right: 10px;margin-bottom:6px;display:inline-block;line-height:26px;}
    
    .news_con{padding: 100px 0 50px 0;}
    .news1 .top{display: block;}
    .news1 .top .tit{font-size: 26px;margin-bottom: 12px;}
    .news1 .top .det{max-width: 100%;font-size:15px;}
    .news1 .switch{margin-top: 26px;}
    .news1 .switch a{font-size: 14px;}
    .news2{margin-top:50px;}
    .news2 .con{display: block;}
    .news2 .con .swiper-img{width: 100%;margin-bottom: 12px;}
    .news2 .con .swiper-txt{width: 100%;}
    .news2 .con .swiper-txt .swiper-slide{padding: 20px 20px 70px 20px;}
    .news2 .con .bot{bottom: 20px;left: 20px;}
    .news2 .con .top .type{font-size: 12px;}
    .news2 .con .top .time{font-size: 13px;}
    .news2 .con .txt .t1{font-size: 18px;}
    .news2 .con .txt .t2{font-size: 14px;margin-top:12px;}
    .news3{padding-top: 50px;}
    .news3 .con{display: block;}
    .news3 .con .left{width: 100%;}
    .news3 .left .lox .type{padding: 20px;}
    .news3 .left .lox .email{padding: 20px;}
    .news3 .right{width: 100%;}
    .news3 .right .ul .li{width: 100%;margin: 0 0 20px 0;}
    .news3 .right .ul .li .type{font-size: 12px;}
    .news3 .right .ul .li .txt .date{font-size: 13px;}
    .news3 .right .ul .li .txt .tit{font-size: 15px;}
    
    .news_det_con{padding: 100px 0 50px 0;}
    .ndt1 .con{display: block;}
    .ndt1 .con .left{width: 100%;}
    .ndt1 .left .lox .line{margin: 20px 0;}
    .ndt1 .left .lox .golist{font-size: 13px;}
    .ndt1 .con .right{width: 100%;}
    .ndt1 .left .lox .t1{font-size: 14px;}
    .ndt1 .left .lox .t2{font-size: 13px;}
    .ndt1 .left .lox .share{font-size: 13px;}
    .ndt1 .con .left .lox{margin-bottom: 30px;}
    .ndt1 .right .tit{font-size: 24px;}
    .ndt1 .right .set .type{font-size: 12px;}
    .ndt1 .right .set .date{font-size: 13px;}
    .ndt1 .right .edit{font-size: 14px;}
    .ndt1 .right .fanye a span{font-size: 13px;}
    .ndt2 .top .tit{font-size: 24px;}
    .ndt2 .bot .ss{padding: 20px;}
    .ndt2 .bot .ss .set .type{font-size: 12px;}
    .ndt2 .bot .ss .set .date{font-size: 13px;}
    .ndt2 .bot .ss .tit{font-size: 16px;line-height:1.8;height:3.6em;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    .ndt2 .bot .ss .txt{position: relative;left: auto;bottom: auto;width:100%;margin-top:12px;}
    .ndt2 .bot .ss .txt .tt{font-size: 14px;}
    
    .news3 .right .ul1{width: 100%;gap:12px}
    .news3 .right .ul1 .li1{width:calc(50% - 6px);}
    .news3 .right .ul1 .li1 .pic .txt1 .date{font-size: 13px;}
    .news3 .right .ul1 .li1 .h{font-size: 14px;line-height: 20px;height: 40px;}
    .z_tanchuang .tbox .modal .out{top: -40px;width: 30px;height: 30px;right: 0;background-size:12px;}
    
    .ins2{margin-top: 30px;}
    .ins2 .swiper{padding-bottom: 50px;}
    .ins2 .swpbtn{left: 50%;transform: translateX(-50%);bottom:0;}
    .ins2 .ss{width: 86%;}
    .ins2 .ss .type{font-size: 12px;top:10px;left:20px;}
    .ins2 .ss .pic{height: 50vw;}
    .ins2 .ss .txt{left:20px;bottom:20px;width:calc(100% - 40px);}
    .ins2 .ss .txt .t1{font-size: 13px;}
    .ins2 .ss .txt .t2{font-size: 15px;}
    
    .ins3{margin-top: 50px;}
    .ins3 .con{display: block;}
    .ins3 .lox{position: static;display:flex;gap:10px;flex-wrap:wrap;}
    .ins3 .lox .ss{margin-top:0;font-size:14px;}
    .ins3 .right{width: 100%;}
    .ins3 .right .ul .li .ss{display: block;}
    .ins3 .right .ul .li .ss .date{font-size: 13px;}
    .ins3 .right .ul .li .ss .pic{width: 100%;height: 58vw;margin:12px 0;}
    .ins3 .right .ul .li .ss .txt{padding:0;width:100%;}
    
    .institute_det_con{padding: 100px 0 50px 0;}
    .ins_det .box{width: 100%;}
    .ins_det .edit{margin: 20px 0;font-size:14px;}
    .ins_det .fanye a span{font-size: 13px;max-width:35vw;}
    .ins_det .title .t1{font-size: 20px;}
    .ins_det .title .t2{font-size: 13px;}
    
    .prac{padding: 0 20px 50px 20px;}
    .prac .list{margin-top: 30px;}
    .prac .list .item{display: block;padding:40px 0;}
    .prac .list .item .pic{width: 100%;height:55vw;margin-bottom:12px;}
    .prac .list .item .txt{width: 100%;}
    .prac .list .item .txt .icon{height: 45px;margin-bottom:8px;max-width:80px;}
    .prac .list .item .txt .h{font-size: 20px;margin-bottom:10px;}
    .prac .list .item .txt .p{font-size: 15px;margin-bottom: 20px;}
    .prac .list .item .txt .p1{font-size: 14px;}
    
    
    .ab1{padding: 0 20px 50px 20px;}
    .ab1 .txt{padding-top: 20px;display: block;}
    .ab2 .txt .tit{font-size: 26px;}
    .ab2 .txt .p{font-size: 14px;margin-bottom: 30px;}
    .ab1 .txt .h{font-size: 15px;margin-bottom: 12px;}
    .ab1 .txt .p{width: 100%;}
    .ab2 .txt .txt1{line-height: 1.8;font-size: 13px;height: 18em;}
    .ab1 .pic{height: 50vw;margin-top: 20px;}
    .ab2 .right .pic .tit1{font-size: 0.6rem;left: 0.1rem;bottom:0.1rem;}
    .ab2 .right .pic .tit1 span{font-size: 0.8rem;}
    
    
    .ab2{padding: 50px 20px 0 20px;display:block;}
    .ab2 .txt{width: 100%;padding-top: 0;margin-bottom:30px;}
    .ab2 .right{width: 100%;}
    
    .ab3s{}
    .ab3{display: block;padding:50px 20px;}
    .ab3:last-child{padding-top:0;}
    .ab3s .bj img{top: 0!important;}
    .ab3 .pics{width: 100%;}
    .ab3 .txt{width: 100%;margin-bottom:30px;}
    .ab3 .txt .txt1{padding-left: 0;}
    .ab3 .txt .txt1 .h_1{padding-left: 0.4rem;margin-bottom:20px}
    .ab3 .txt .txt1 .h_1 svg{left: 0;}
    .ab3 .txt .txt1 .p1{font-size: 15px;margin-bottom: 16px;}
    .ab3 .txt .txt1 .p2{font-size: 13px;line-height: 1.8;}
    
    .ab3 .pics .pic .tit1{font-size: 0.6rem;left: 0.1rem;bottom:0.1rem;}
    .ab3 .pics .pic .tit1 span{font-size: 0.8rem;}
    .ab3 .txt .top1 .titx{display:none;}
    .ab3 .txt .top1 .tit{margin-bottom: 20px;}
    
    .join2 .con{display: block;}
    .join2 .con .left{width: 100%;}
    .join2 .con .right{width: 100%;}
    .join2 .right .tit{font-size: 24px;}
    .join2 .right .li .ss{padding: 16px;}
    .join2 .right .li .ss .txt .tit{font-size: 15px;}
    .join2 .right .li .ss .txt .type span{font-size: 12px;}
    
    
    .the1{height: auto;}
    .the1 .boxs{height: auto;position: relative;}
    .the1 .box1{height: auto!important;position:static;}
    .the1 .box1:nth-child(1) .box{padding-top:30px;}
    .the1 .box{padding: 50px 20px 50px 20px;display:block;position:static;height:auto!important;}
    .the1 .box .h_1{width: 100%;font-size: 18px;margin-bottom:12px;}
    .the1 .box .pic{width: 100%;margin-right: 0;}
    .the1 .box .txt{width: 100%;margin-top:30px;}
    .the1 .box .txt .num{margin-bottom: 12px;}
    .the1 .box .txt .h{font-size: 26px;}
    .the1 .box .txt .icon{top: 12px;right: 40px;}
    .the1 .box .txt .p{font-size: 14px;max-height:9999px;}
    
    .the2{padding:50px 20px;}
    .the2 .tit{font-size: 26px;margin-bottom: 30px;}
    .the2 .p{width: 100%;font-size: 14px;}
    .the2 .con{height: auto;}
    .the2 .con .list{position: static;display:flex;flex-wrap:wrap;gap:16px;row-gap:26px;margin-top:30px;}
    .the2 .con .list .item{position: static;width: 100%;width:calc(50% - 8px);text-align:center;}
    .the2 .con .list .item:nth-child(2n-1){text-align:center;}
    .the2 .con .yuan{position: relative;height:6rem;}
    
    .the3{padding:50px 20px;}
    .the3 .tit{font-size: 26px;margin-bottom: 30px;}
    .the3 .pics{width: 100%;}
    .the3 .pics .tit1{font-size: 50px;bottom: 0;}
    .the3 .pics .bpic{transform: translateX(0)!important;}
    .the3 .pics .imgs{opacity: 1!important;bottom: -30px!important;right:0!important;width: 2rem;height: 2.7rem;}
    .the3 .txt{padding: 0;display: block;}
    .the3 .txt .left{width: 100%;margin-bottom: 30px;}
    .the3 .txt .right{width: 100%;font-size: 14px;}
    
    
    .the4{padding:70px 20px 0 20px;}
    .the4 .inner{padding: 0;}
    .the4 .inner .left{display: none;}
    
    .the5{padding: 50px 20px;}
    .the5 .top{padding: 0;margin-bottom: 30px;}
    .the5 .top .tit{font-size: 26px;margin-bottom: 30px;}
    .the5 .top .h{font-size: 18px;}
    .the5 .top .p{width: 100%;}
    .the5 .bottom{height: auto;flex-wrap:wrap;gap:16px;}
    .the5 .bottom .item{width: calc(50% - 8px);}
    .the5 .bottom .item .num{font-size: 18px;line-height:26px;}
    .the5 .bottom .item .pic{width: 90%;height: 40vw;}
    .the5 .bottom .item .h_1{font-size: 15px;margin-top: 12px;}
    .the5 .bottom:after{left:0;width: 100%;top: 40px;}
    
    .the6{padding:0 20px 50px 20px;}
    .the6:after{display:none;}
    .the6 .item .num{font-size: 60px;line-height:1.4;}
    .the6 .item .con{display: block;padding:0;}
    .the6 .item:nth-child(2n) .con{padding:0;}
    .the6 .item .con .txt{width: 100%;}
    .the6 .item .con .pic{width: 100%;}
    
    .para1{padding: 30px 20px 50px 20px;}
    .para1 .top{margin-bottom: 30px;}
    .para1 .top .h_1{font-size: 18px;}
    .para1 .top .tit{font-size: 26px;}
    .para1 .top .p{width: 100%;font-size: 15px;}
    
    .para1 .con .list{width: 100%;height: auto;display:block;}
    .para1 .con .list .item{position: relative;top: 0!important;left: 0!important;right: 0!important;bottom: 0!important;transform:translate3d(0%, 0px, 0px)!important;margin-top:20px;}
    .para1 .con .txt{position: relative;top: 0!important;left: 0!important;transform: translate3d(0,0,0)!important;background:rgba(120, 104, 80, 0.20);opacity:1!important;color:#333;display:none;}
    .para1 .con .list .item .h{font-size: 20px;}
    .para1 .con .list .item li{width: 4rem;font-size: 14px;}
    .para1.on1 .con .list .item .txt1{opacity: 1;}
    .parax .top{display: block;}
    .parax .top .tit{font-size: 26px;width: 100%;margin-bottom: 12px;}
    .parax .top .p{width: 100%;font-size:16px;}
    
    .para2{padding: 0;}
    .para2 .box1 .h_1{font-size: 18px;}
    .para2 .box1 .h{font-size: 24px;}
    .para2 .box1 .p{width: 100%;padding:0 20px;}
    .para2 .box2{padding: 50px 20px;display:block;}
    .para2 .box2 .pic{width: 100%;height: 80vw;margin-bottom:16px;}
    .para2 .box2 .txt{width: 100%;}
    .para2 .box3{padding: 50px 20px;display:block;}
    .para2 .box3 .pic{width: 100%;height: 80vw;margin-bottom:16px;}
    .para2 .box3 .txt{width: 100%;}
    
    .para3{padding: 50px 20px;}
    .para3 .tit{font-size: 26px;margin-bottom:30px;}
    
    .para4{padding: 50px 20px 0 20px;}
    .para4 .top{position: static;}
    .para4 .top .tit{font-size: 26px;margin-bottom: 12px;}
    .para4 .top .p{width: 100%;font-size:15px}
    .para4 .item{position: static;padding: 0!important;height: auto;margin-top:30px;transform:scale(1)!important}
    .para4 .item .con1{padding: 20px;display: block;}
    .para4 .item .con1 .txt{padding-top: 0;width: 100%;}
    .para4 .item .con1 .pic{width: 100%;height: 70vw;margin-top:20px;}
    
    .para5{padding: 50px 20px;overflow:hidden;}
    .para5 .top .tit{font-size: 26px;margin-bottom: 12px;}
    .para5 .top .h_1{font-size: 16px;margin-bottom:12px;}
    .para5 .top .p{font-size: 14px;width: 100%;}
    .para5 .con{display: block;}
    .para5 .con .pic{width: 100%;height: 70vw;margin-bottom: 20px;}
    .para5 .con .list{width: 100%;}
    .para5 .con .list .item{flex-wrap: wrap;row-gap: 12px;height:auto;padding:12px;}
    .para5 .con .list .item .h{font-size: 16px;width:fit-content;}
    .para5 .con .list .item .p{font-size: 13px;width:100%;}
    
    .para6{padding: 50px 20px;display:block;}
    .para6 .txt_m{display: block!important;text-align: center;color: #ffffff;}
    .para6 .txt_m .tit{font-size: 24px;margin-bottom:8px;margin-bottom:12px;}
    .para6 .txt_m .p{font-size: 16px;line-height: 24px;margin-bottom:30px}
    .para6 .left{width: 100%;}
    .para6 .right{width: 100%;}
    .para6 .right .tit{font-size: 24px;margin-bottom:8px;display:none}
    .para6 .right .p{font-size: 16px;line-height: 24px;height: auto;display:none}
    .para6 .right .list{min-height: 160px;}
    
    .para7{padding: 50px 0 0 0;}
    .para7 .top{padding: 0 20px;margin-bottom:30px;}
    .para7 .top .tit{font-size: 24px;margin-bottom: 12px;}
    .para7 .top .p{font-size: 15px;}
    .para7 .list{display: none;}
    .para7 .txts{display: none;}
    .para7 .listm{display: block!important;position: relative;overflow: hidden;}
    .para7 .listm .pic{width: 100%;position: relative;padding-bottom: 100%;border-radius: 50%;overflow: hidden;}
    .para7 .listm .swiper-slide-active .pic{background: linear-gradient(180deg, #C3441B 60.78%, #F8CA4B 99.91%);}
    .para7 .listm .pic img{position:absolute;top:0;left:0; width: 100%;height: 100%;object-fit: cover;transition:all 0.5s;}
    .para7 .listm .txt{text-align: center;margin-top: 20px;color:#333;}
    .para7 .listm .txt .h_1{font-weight: 600;line-height: 1.3;font-size: 20px;margin-bottom:12px;}
    .para7 .listm .txt .p_1{font-weight: 400;line-height: 1.8;font-size: 14px;}
    
    .para8{padding:50px 20px;overflow:hidden;}
    .para8 .top{padding: 0 20px;margin-bottom:30px;}
    .para8 .top .tit{font-size: 24px;margin-bottom: 12px;}
    .para8 .top .p{font-size: 15px;}
    .para8 .list .item{display: block;margin-bottom:30px;}
    .para8 .list .item .pic{width: 100%;height: 70vw;margin-bottom: 20px;}
    .para8 .list .item .txt{width: 100%;}
    .para8 .list .item .txt .h{font-size: 20px;margin-bottom: 8px;}
    .para8 .list .item .txt .p1{font-size: 15px;}
    .comtop .bottom .yuan{width: 1.9rem;}
    
    .search1{padding: 100px 0 50px 0;}
	.search1 .top .tit{font-size: 26px;margin-bottom: 30px;}
	.search1 .top form{width: 100%;display: flex;justify-content: space-between;}
	.search1 .top form input{width: calc(100% - 80px);}
	.search1 .top form button{width: 80px;}
	.search1 .bottom .tab{float: none;position: static;width: 100%;display: flex;gap: 10px;flex-wrap: wrap;margin-bottom: 30px;}
	.search1 .bottom .cons{float: none;width: 100%;}
	.para4 .item .con1 .txt .num{font-size: 60px;margin-bottom: 12px;}
	.para4 .item .con1 .txt .h{font-size: 20px;margin-bottom:10px;}
	.para4 .item .con1 .txt .h_1{font-size: 16px;}
	.para4 .item .con1 .txt .p{font-size: 14px;}
    
	.search1 .bottom .cons .con1 .list .item{width: 100%;margin: 0 0 20px 0;}
	.search1 .bottom .cons .con1 .list .item .type{font-size: 12px;}
	.search1 .bottom .cons .con1 .list .item .txt .date{font-size: 13px;}
	.search1 .bottom .cons .con1 .list .item .txt .tit{font-size: 15px;}

	.search1 .bottom .cons .con1 .ul1{width: 100%;gap:12px}
    .search1 .bottom .cons .con1 .ul1 .li1{width:calc(50% - 6px);}
    .search1 .bottom .cons .con1 .ul1 .li1 .pic .txt1 .date{font-size: 13px;}
    .search1 .bottom .cons .con1 .ul1 .li1 .h{font-size: 14px;line-height: 20px;height: 40px;}

	.search1 .bottom .cons .con2 .ul .li .ss{display: block;}
    .search1 .bottom .cons .con2 .ul .li .ss .date{font-size: 13px;}
    .search1 .bottom .cons .con2 .ul .li .ss .pic{width: 100%;height: 58vw;margin:12px 0;}
    .search1 .bottom .cons .con2 .ul .li .ss .txt{padding:0;}
	.search1 .bottom .cons .con2 .ul .li .ss .txt .t2{font-size: 13px;}
	.ins3 .right .ul .li .ss .txt .t2{font-size: 13px;}

	.search1 .bottom .cons .con3 .li .ss{padding: 16px;}
    .search1 .bottom .cons .con3 .li .ss .txt .tit{font-size: 15px;}
    .search1 .bottom .cons .con3 .li .ss .txt .type span{font-size: 12px;}
    .the4 .inner .group{display: block;}
    .the4 .inner .btm{position: static;height:auto;margin-top:30px;}
    .the4 .inner .right .box1 .list{margin-top: 30px;}
    /*.the4 .inner .right{height: 70vw;}*/
    .the4 .inner .right .box1{width: 100%;}
    .the4 .inner .right .box{position: static;}
    .the4 .inner .right .box1 .list:last-of-type{padding-bottom:0;}
    .the4 .inner .right{mask: none;-webkit-mask:none;}
    .the4 .inner .right .box{mask: none;-webkit-mask:none;}
    
    .the4 .inner .right .box1 .list .pic{width: 70%;margin: 0 auto;margin-bottom:20px;}
    .para2 .box2{height: 130vw;}
    .para2 .box3{height: 130vw;}
    .para2 .box2 .txt .p,.para2 .box3 .txt .p{font-size: 16px;}
    .news3 .left .lox .type .det .ss{font-size: 14px;}
    .news3 .left .lox .type .set{font-size: 13px;margin-bottom: 12px;}
    .news3 .left .lox .email .set{font-size: 13px;}
    .news3 .left .lox .email .tit{font-size: 14px;}
    .news3 .left .lox .email .det a{font-size: 13px;}
    .news3 .left .lox .formbox input{font-size: 13px;}
    
    .ctt3 .formbox .item .set{font-size: 15px;}
    .ctt3 .formbox .item .det input{font-size: 13px;}
    .ctt3 .formbox .item .radio{font-size: 13px;}
    
    .search1 .bottom .cons .con2 .ul .li .ss .txt .t1{font-size: 15px;}
    
    .join2 .left .lox .formbox input{font-size: 13px;}
    .join2 .left .lox .type .set{font-size: 13px;margin-bottom:12px;}
    .join2 .left .lox .type .det .ss{font-size: 14px;}
    
    
    .comtop .px{left:20px;bottom:-10px;}
    
    .the5 .bottom .item .more{opacity: 1;margin-top: 12px!important;}
    .comtop .px{padding-left: 0;font-size: 12px;}
    .the4 .inner .btm .set{transform: scaleX(-1);}
.the4 .inner .btm .set .circle{transform: scaleX(-1);}
.para8 .list .item{transform: scale(1)!important;opacity:1!important;}
}
