:root {
  --vi: #182e5d;
  --vi2: #b99057;
  --txtCol: #595757;
}

.w1720 {
  width: 43rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1210 {
  width: 30.25rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1200 {
  width: 30rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1500 {
  width: 37.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-en {
  font-size: 0.4rem;
  color: var(--vi2);
  line-height: 1;
}

.main-tit {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--vi);
  line-height: 1;
  padding-bottom: 0.85rem;
  position: relative;
  font-weight: bold;
}
.main-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.45rem;
  height: 1px;
  background-color: var(--vi);
}
.main-tit.other {
  color: var(--vi2);
}
.main-tit.other::after {
  background-color: #fff;
}

.main-more {
  min-width: 2.45rem;
  width: -moz-max-content;
  width: max-content;
  height: 0.65rem;
  padding: 0 0.45rem;
  color: var(--vi);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px var(--vi);
  transition: all 0.4s;
}
.main-more:hover {
  background-color: var(--vi);
  color: #fff;
}
.main-more.white {
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.main-more.white:hover {
  background-color: #fff;
  color: var(--vi);
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #ebe1dc;
  color: var(--vi);
  margin-right: 0.5rem;
  transition: all 0.4s;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a:hover, .page-box a.active {
  background-color: var(--vi);
  color: #fff;
}

.footer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 1.2rem 0 8.75rem;
}
/*.footer::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 2.9rem;*/
/*  background-color: #fff;*/
/*  z-index: 2;*/
/*}*/
#footer.ny .f_tit{display: none;}
.footer .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.footer .pos-bg img {
  width: 100%;
}
.footer .wrap {
  position: relative;
  z-index: 3;
}
.footer .box {
  margin-top: 1.4rem;
  display: flex;
  padding: 0;
}
.footer .box .lf {
  width: 47%;
}
.footer .box .lf .h {
  color: var(--vi);
}
.footer .box .lf .tel {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  color: #3e3a39;
  gap: 0.25rem;
}
.footer .box .lf .tel span {
  width: 0.6rem;
}
.footer .box .lf .li-box {
  margin-top: 1rem;
}
.footer .box .lf .li-box .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.55rem;
  color: #3e3a39;
}
.footer .box .lf .li-box .li:last-child {
  margin-bottom: 0;
}
.footer .box .lf .li-box .li div {
  width: 0.4rem;
  margin-right: 0.5rem;
}
.footer .box .lf .li-box .li div img {
  width: 100%;
}
.footer .box .lf .li-box .li span {
  text-align: justify;
  color: var(--vi);
}
.footer .box .rg {
  width: 53%;
  display: flex;
  gap: 2.85rem;
}
.footer .box .rg .code {
  color: #3e3a39;
  text-align: center;
}
.footer .box .rg .code .pic {
  width: 4.7rem;
  height: 4.7rem;
  background-color: var(--vi2);
  padding: 0.15rem;
  margin: 0 auto 0.4rem;
}
.footer .box .rg .code img {
  width: 100%;
}

.index .index-ban {
  position: relative;
  width: 100%;
  height: 100vh;
}

.index .index-ban .cus_pagination {
    display: flex;
    flex-direction: column;
    border-left: .025rem solid #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: .75rem;
}
.index .index-ban .cus_pagination span {
    opacity: .7;
    height: 1.5rem;
    padding-left: .3rem;
    position: relative;
    line-height: 1.5rem;
}
.index .index-ban .cus_pagination span.active {
    opacity: 1;
}
.index .index-ban .cus_pagination span.active:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -2px;
    top: 0;
}
.index .index-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-ban video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-ban .swiper-slide .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.index .index-ban .swiper-slide .txt .h1{
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 30px;
    transform: translateY(.4rem);
    opacity: 0;
    transition: all .5s ease;
    text-shadow: 0 2px rgba(0, 0, 0, .4);
}
.index .index-ban .swiper-slide .txt .h2 {
    font-size: 62px;
    font-weight: 500;
    line-height: 93px;
    transform: translateY(.4rem);
    opacity: 0;
    transition: all .8s ease;
    text-shadow: 0 2px rgba(0, 0, 0, .4);
}
.index .index-ban .swiper-slide .txt.on .h1 {
    opacity: 1;
    transform: translateY(0);
}
.index .index-ban .swiper-slide .txt.on .h2 {
    opacity: 1;
    transform: translateY(0);
}
.index .index-ban .play {
  width: 2.1rem;
  cursor: pointer;
}

.index .index-ban .swiper-pagination{
    width: fit-content;left: 7.15rem;bottom:0.875rem;
}
.index .index-ban .swiper-pagination .swiper-pagination-bullet{border-radius: 0;width: 0.55rem;height: 2px;background-color: #fff;margin-right: 0.125rem;opacity:1;}
.index .index-ban .swiper-pagination .swiper-pagination-bullet-active{background-color: #162D59;}
.index .index-ban .prev {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 5.21%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
}
.index .index-ban .prev::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/prev.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.index .index-ban .next {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    right: 5.21%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
}
.index .index-ban .next::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/next.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index .box1 {
  padding: 2.05rem 0 1.8rem;
}
.index .box1 .wrap::after {
  content: "";
  display: table;
  clear: both;
}
.index .box1 .container {
  margin-top: 1.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index .box1 .txt {
  width: 50.7%;
  color: var(--txtCol);
  line-height: 2;
}
.index .box1 .rg {
  width: calc(49.3% - 1.85rem);
  padding-top: 1.55rem;
}
.index .box1 .num-box {
  display: flex;
  justify-content: space-between;
}
.index .box1 .num-box .num .num-tit {
  display: flex;
  align-items: baseline;
  color: var(--vi);
}
.index .box1 .num-box .num .num-tit p {
  font-size: 1.6rem;
  font-weight: bold;
}
.index .box1 .num-box .num .num-txt {
  margin-top: 0.2rem;
  text-align: center;
  color: #595757;
}
.index .box1 .tips {
  margin-top: 0.7rem;
  color: var(--txtCol);
  text-align: right;
}
.index .box1 .more {
  margin-top: 4.35rem;
  float: right;
}
.index .box3 {
  padding: 1.25rem 0 1.2rem;
}
.index .box3 .cont {
  color: #fff;
  line-height: 2;
  margin-top: 1.07rem;
}
.index .box3 .iox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.75rem;
}
.index .box3 .iox .lf {
  margin-left: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.33rem;
}
.index .box3 .iox .lf .item {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.index .box3 .iox .lf .item:not(:first-child) {
  margin-top: 2.38rem;
}
.index .box3 .iox .lf .item .ico {
  width: 3.1rem;
}
.index .box3 .iox .lf .item .txt {
  width: calc(100% - 4.1rem);
  line-height: 1;
  text-align: center;
}
.index .box3 .iox .lf .item .txt .num {
  color: #B99057;
}
.index .box3 .iox .lf .item .txt .line {
  height: 1px;
  background: #FFFFFF;
  position: relative;
  margin: 0.35rem 0;
}
.index .box3 .iox .lf .item .txt .line s {
  position: absolute;
  width: 0.88rem;
  height: 0.11rem;
  inset: 0px;
  margin: auto 0;
  background: #B99057;
}
.index .box3 .iox .lf .item .txt .tt {
  color: #fff;
}
.index .box3 .iox .rf {
  position: relative;
  width: 16rem;
  padding-bottom: 0.53rem;
}
.index .box3 .iox .rf .tit {
  text-align: center;
  color: #fff;
}
.index .box3 .iox .rf .rox {
  display: flex;
  margin-top: 0.72rem;
  gap: 1.5rem;
}
.index .box3 .iox .rf .rox .rli {
  width: calc(50% - 0.75rem);
}
.index .box3 .iox .rf .rox .rli .ico {
  width: 1.93rem;
  margin: 0 auto;
}
.index .box3 .iox .rf .rox .rli .rtt {
  line-height: 0.7rem;
  color: #fff;
  background: #B99057;
  border-radius: 0.7rem;
  padding: 0 0.38rem;
  text-align: center;
  margin-top: 0.25rem;
}
.index .box3 .iox .rf .rox .rli .ul {
  margin-top: 0.45rem;
}
.index .box3 .iox .rf .rox .rli .ul .li {
  line-height: 0.57rem;
  text-align: center;
  color: #fff;
  border-radius: 0.57rem;
}
.index .box3 .iox .rf .rox .rli .ul .li:not(:first-child) {
  margin-top: 0.23rem;
}
.index .box3 .iox .rf .rox .rli .ul .li:nth-child(odd) {
  background: linear-gradient(90deg, rgba(195, 155, 98, 0.5) -1.07%, rgba(195, 155, 98, 0) 87.83%);
}
.index .box3 .iox .rf .rox .rli .more {
  width: 0.6rem;
  margin: 0.63rem auto 0;
}
.index .box3 .iox .rf .main-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .box4 {
  position: relative;
  padding: 2.25rem 0 3.7rem;
}
.index .box4 .bg img {
  position: absolute;
  width: 100%;
}
.index .box4 .bg img:nth-child(1) {
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.index .box4 .bg img:nth-child(2) {
  top: 0;
  left: 0;
}
.index .box4 .wrap {
  position: relative;
  z-index: 5;
}
.index .box4 .ul {
  display: flex;
  justify-content: center;
  padding-left: 3.4rem;
  gap: 6.67rem;
}
.index .box4 .ul .li {
  width: 8.32rem;
}
.index .box4 .ul .li .ico {
  width: 2.25rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.index .box4 .ul .li .itt {
  line-height: 1;
  color: #B99057;
  margin: 0.63rem 0 0;
  text-align: center;
}
.index .box4 .ul .li .link {
  display: block;
  margin-top: 0.93rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.index .box4 .ul .li .link .img {
  overflow: hidden;
  height: 7.95rem;
}
.index .box4 .ul .li .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .box4 .ul .li .link .txt {
  background: #fff;
  text-align: center;
  line-height: 1.35rem;
  color: var(--vi);
  transition: all 0.4s;
}
.index .box4 .ul .li .link:hover img {
  transform: scale(1.05);
}
.index .box4 .ul .li .link:hover .txt {
  background: var(--vi);
  color: #fff;
}

.map {
  padding: 1.8rem 0 1.85rem;
}
.map .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.map .container .lf {
  position: absolute;
  width: 87%;
  top: 0.3rem;
  right: calc(32% + 0.9rem);
}
.map .container .lf img {
  width: 100%;
}
.map .container .lf .point {
  position: absolute;
  width: 0.6rem;
  top: var(--top);
  left: var(--left);
}
.map .container .lf .point:hover{z-index:5;cursor:pointer;}
.map .container .lf .point .name {
  position: absolute;
  bottom: calc(100% + 0.65rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.8rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  background-image: url(../img/15.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.map .container .lf .point .name::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0.65rem;
  border-right:1px dashed #187FC0;
}
.map .container .lf .point .pos-cont {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 50%;
  margin-left: -2.5rem;
  width: 6rem;
  /*width: fit-content;*/
  background-color: #fff;
  padding: 0.5rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-0.5rem);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.map .container .lf .point:hover .pos-cont {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.map .container .rg {
  width: 32%;
}
.map .container .rg::after {
  content: "";
  display: block;
  clear: both;
}
.map .container .rg .li {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  gap: .75rem;
  margin-bottom: 2.3rem;
}
.map .container .rg .li:last-child {
  margin-bottom: 0;
}
.map .container .rg .li .icon {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vi2);
}

.map .container .rg .li:nth-child(2n) .icon {
    background-color: #182E5D;
}

.map .container .rg .li .icon img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map .container .rg .li .intro {
  max-width: calc(100% - 2.85rem);
}
.map .container .rg .li .intro .list-box {
  display: flex;
  /*gap: 0.4rem;*/
  width: 5.4rem;
  justify-content: space-between;
}
.map .container .rg .li .intro .list-box .list {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  color: var(--vi);
  min-width: 2.8rem;
}
.map .container .rg .li .intro .list-box .list p {
  font-size: 1.4rem;
  font-weight: bold;
}
.map .container .rg .li .intro .list-box .list:nth-child(2n) p {
  color: var(--vi2);
}
.map .container .rg .li .intro .txt {
  margin-top: 0.35rem;
  color: var(--txtCol);
  text-align: center;
}
.map .container .rg .more {
  margin-top: 2.2rem;
  float: right;
}

.nl_con {
  background: url(../img/news_bg.png) no-repeat center bottom;
  background-size: cover;
}
.nl_con .list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
}
.nl_con .list .item {
  width: calc((100% - 2rem) / 3);
  position: relative;
  padding: 0 0.6rem 0.63rem;
  border-radius: 0 0 0.7rem 0.7rem;
  overflow: hidden;
}
.nl_con .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #C0C1C1 -59.3%, rgba(211, 211, 211, 0) 98.07%);
  opacity: 0.46;
}
.nl_con .list .item .pic {
  overflow: hidden;
  height: 4.6rem;
  border-radius: 0.4rem;
}
.nl_con .list .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.nl_con .list .item:hover .pic img{
    transform: scale(1.05);
}

.nl_con .list .item .txt {
  margin-top: 0.82rem;
}
.nl_con .list .item .txt .t1 {
  line-height: 1.5625;
  height: 3.125em;
  color: #3E3A39;
  overflow: hidden;
  font-weight: bold;
}
.nl_con .list .item .txt .t2 {
  line-height: 1;
  margin-top: 0.35rem;
  color: var(--vi);
}
.nl_con .list .item .txt .tline {
  margin: 0.63rem 0 0.28rem;
  height: 1px;
  background: #A18057;
  transform: scaleY(0.23);
  transform-origin: center;
}
.nl_con .list .item .txt .t3 {
  line-height:0.7rem;
  height: 1.4rem;
  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
  color: #808080;
  margin-left: -0.1rem;
  padding-left: 0.25rem;
  position: relative;
  overflow: hidden;
}
.nl_con .list .item .txt .t3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.15rem;
  height: 2em;
  background: url(../img/svg/nl_ico.svg) no-repeat center;
  background-size: 100% auto;
}
.nl_con .list .item .txt .t4 {
  margin-top: 0.7rem;
  text-align: right;
  line-height: 1;
  color: #595757;
}

.news-details {
  padding: 5.2rem 0 1.2rem 0;
  background-color: #F6F8FB;
}

.news-details .w1500 {
  background-color: #ffffff;
  padding: 0.95rem 1.6rem 1.2rem 1.6rem;
}

.news-details .w1500 h1 {
  text-align: center;
  color: #333333;
  font-size: 1rem;
  font-family: 'hb';
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

.news-details .w1500 .other {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.news-details .w1500 .other .time {
  color: #777777;
  font-size: 18px;
  font-family: 'hb';
  position: relative;
  display: flex;
  align-items: center;
}

/* .news-details .w1520 .other .time::after {
  content: '';
  display: block;
  width: 1.34rem;
  height: 1px;
  background-color: #D4D4D4;
  margin: 0 0.3rem 0 0.24rem
} */

.news-details .w1500 .other .fx {
  display: flex;
}

.news-details .w1500 .other .fx .social-share .icon-wechat {
  background-color: #E9EBF0;
  border-color: transparent;
  color: #666666;
}

.news-details .w1500 .other .fx .social-share .icon-weibo {
  background-color: #E9EBF0;
  border-color: transparent;
  color: #666666;
}

.news-details .w1500 .details {
  padding: 0.4rem 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  color: #777777;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0.4rem;
}

.news-details .w1500 .nex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-details .w1500 .nex .left a {
  display: block;
  color: #333333;
  font-size: 18px;
  transition: all .3s;
  margin-bottom: 0.14rem;
  transition: all .3s;
}

.news-details .w1500 .nex .left a:hover {
  color: #004097;
}

.news-details .w1500 .nex .left a:last-of-type {
  margin-bottom: 0;
}

.news-details .w1500 .nex a.back {
  color: #ffffff;
    font-size: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004097;
    border-radius: 0.6rem;
    width: 4rem;
    height: 1.2rem;
}

.news-details .w1500 .nex a.back i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(../img/back-ico.png);
  background-size: 100% 100%;
  margin-left: 0.1rem;
}

.newsa-part1 {
  padding: 1rem 0;
}

.newsa-part1 .list {
  border-top: 1px solid #E8E8E8;
  margin-bottom: 0.8rem;
}

.newsa-part1 .list .item {
  display: block;
  padding: 0.4rem 0;
  border-bottom: 1px solid #E8E8E8;
  color: #333333;
  font-size: 0.24rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  transition: all .3s ease-in-out;
}

.newsa-part1 .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all .3s ease-in-out;
}

.newsa-part1 .list .item:hover {
  color: #004097;
}

.newsa-part1 .list .item:hover::before {
  background: #004097;
}

.mg120 {
  margin-top: 3rem;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.pages .pgbtn {
  width: 1.21rem;
  height: 1.21rem;
  border: 1px solid #9E8057;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.pages .pgbtn img {
  transition: all 0.4s;
}
.pages .pgbtn img:nth-child(2) {
  position: absolute;
  inset: 0px;
  margin: auto;
}
.pages .pgbtn.next img {
  transform: rotate(180deg);
}
.pages .pgbtn:hover {
  border-color: var(--vi);
}
.pages .pgbtn:hover img:nth-child(1) {
  opacity: 0;
}
.pages .pgbtn:hover img:nth-child(2) {
  opacity: 1;
}
.pages .num {
  color: #838484;
}
.pages .num:hover, .pages .num.act {
  color: var(--vi);
}

.ct_con {
  padding: 1rem 0 9.6rem;
  position: relative;
}
.ct_con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ct-1.png) no-repeat bottom center;
  background-size: cover;
  opacity: 0.2;
}
.ct_con .wrap {
  position: relative;
  z-index: 5;
}
.ct_con .wrap .ul {
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  gap: 6.67rem;
  margin-top: 1.25rem;
}
.ct_con .wrap .ul .li {
  width: 8.32rem;
}
.ct_con .wrap .ul .li .ico {
  width: 2.25rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.ct_con .wrap .ul .li .itt {
  line-height: 1;
  color: #B99057;
  margin: 0.63rem 0 0;
  text-align: center;
}
.ct_con .wrap .ul .li .link {
  display: block;
  margin-top: 0.93rem;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
}
.ct_con .wrap .ul .li .link .img {
  overflow: hidden;
  height: 7.95rem;
}
.ct_con .wrap .ul .li .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.ct_con .wrap .ul .li .link .txt {
  background: #fff;
  text-align: center;
  line-height: 1.35rem;
  color: var(--vi);
  transition: all 0.4s;
}
.ct_con .wrap .ul .li .link:hover img {
  transform: scale(1.05);
}
.ct_con .wrap .ul .li .link:hover .txt {
  background: var(--vi);
  color: #fff;
}

.st_con {
  padding: 1rem 0 7.92rem;
  background: url(../img/st-2.jpg) no-repeat center bottom;
  background-size: cover;
}
.st_con .link {
  margin-top: 1.3rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.st_con .link .lf {
  min-width: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.st_con .link .lf .day {
  color: var(--vi);
}
.st_con .link .lf .year {
  line-height: 1.3333333333;
  color: #9A9A9B;
}
.st_con .link .rf .t1 {
  line-height: calc(1em + 0.13rem);
  height: calc(1em + 0.13rem);
  overflow: hidden;
  font-weight: 600;
  color: #3E3A39;
}
.st_con .link .rf .t2 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  line-height: calc(1em + 0.13rem);
  height: calc(1em + 0.13rem);
  overflow: hidden;
  color: #727171;
}
.st_con .link .rf .t3 {
  margin-top: 0.17rem;
  color: #595757;
  line-height: 1;
}
.st_con .link:hover .rf .t1 {
  color: var(--vi);
}

.ca_con {
  padding: 1rem 0 4.92rem;
  background: url(../img/ca-2.png) no-repeat bottom center;
  background-size: cover;
}
.ca_con .ul {
  margin-top: 1.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.56rem 0.55rem;
}
.ca_con .ul .li {
  width: calc((100% - 2.2rem) / 5);
  background: #fff;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
}
.ca_con .ul .li img {
  max-height: 100%;
}
.ca_con .txt {
  line-height: 1;
  color: #3D3A39;
  margin-top: 1.35rem;
  text-align: right;
}

#header.act .head::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFF -10%, rgba(255, 255, 255, 0.97) -7.79%, rgba(255, 255, 255, 0) 58.33%);
  opacity: 0.9;
}

.pc-head .logo {
  position: relative;
}

.pc-head .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#header.act .head .pc-head .logo img:nth-child(1) {
  opacity: 0;
}

#header.act .head .pc-head .logo img:nth-child(2) {
  opacity: 1;
}

#header.act .head.head-scroll .pc-head .logo img:nth-child(1) {
  opacity: 1;
}
#header.act .head:hover .pc-head .logo img:nth-child(1) {
  opacity: 1;
}
#header.act.hover  .head .pc-head .logo img:nth-child(1) {
  opacity: 1;
}

#header.act .head.head-scroll .pc-head .logo img:nth-child(2) {
  opacity: 0;
}
#header.act .head:hover .pc-head .logo img:nth-child(2) {
  opacity: 0;
}
#header.act.hover  .head .pc-head .logo img:nth-child(2) {
  opacity: 0;
}

.about .ab1 {
  padding: 0 0 1.63rem;
  background: url(../img/ab-2.png) no-repeat bottom center;
  background-size: cover;
}
.about .ab1 .imgbox {
  margin-bottom: 0.9rem;
}
.about .ab1 .aox {
  margin-top: 1.05rem;
  display: flex;
  justify-content: space-between;
}
.about .ab1 .aox .lf {
  width: 48.3333333333%;
}
.about .ab1 .aox .lf .tit {
  line-height: 2;
  color: #595757;
}
.about .ab1 .aox .lf .ul {
  margin-top: -1.6rem;
  display: flex;
  gap: 0;
  position: relative;
}
.about .ab1 .aox .lf .ul::before {
  content: "";
  position: absolute;
  top: 3.77rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/ab-4.png) repeat-x;
}
.about .ab1 .aox .lf .ul .li {
  position: relative;
  z-index: 5;
  width: 27.9310344828%;
  padding: 2.83rem 0.33rem 0.4rem;
  border-radius: 0 0 0.55rem 0.55rem;
  background: linear-gradient(0deg, #C0C1C1 -13.96%, rgba(219, 220, 220, 0) 62.59%);
}
.about .ab1 .aox .lf .ul .li:nth-child(1) {
  margin-left: 0.15rem;
}
.about .ab1 .aox .lf .ul .li:nth-child(2) {
  margin-left: 6.0344827586%;
}
.about .ab1 .aox .lf .ul .li:nth-child(2) .time {
  background: #9F8057;
}
.about .ab1 .aox .lf .ul .li:nth-child(3) {
  margin-left: 5.8620689655%;
}
.about .ab1 .aox .lf .ul .li .time {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: var(--vi);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}
.about .ab1 .aox .lf .ul .li .txt {
  margin-top: 0.5rem;
  line-height: 1.8571428571;
  color: #595757;
}
.about .ab1 .aox .rf {
  width: 47.9166666667%;
  padding-top: 0.13rem;
}
.about .ab1 .aox .rf .item {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}
.about .ab1 .aox .rf .item:not(:first-child) {
  margin-top: 2.05rem;
}
.about .ab1 .aox .rf .item .pic {
  width: 9.75rem;
}
.about .ab1 .aox .rf .item .txt {
  width: calc(100% - 6.2rem);
}
.about .ab1 .aox .rf .item .txt .t1 {
  line-height: 2;
  color: #3D3A39;
}
.about .ab1 .aox .rf .item .txt .t2 {
  line-height: 2;
  font-weight: bold;
  color: #3D3A39;
}
.about .ab2 {
  padding: 1.5rem 0 2.5rem;
}
.about .ab2 .imgbox {
  width: 24rem;
  margin: -1.8rem auto 0;
}
.about .ab2 .txt {
  margin-top: 0.7rem;
  line-height: 2;
  color: #595757;
}
.about .ab3 {
  background: var(--vi) url(../img/ab3-1.png) no-repeat center;
  background-size: cover;
  padding: 1.75rem 0 2rem;
}
.about .ab3 .main-tit {
  color: #fff;
}
.about .ab3 .main-tit::after {
  background: #fff;
}
.about .ab3 .aox {
  display: flex;
  align-items: center;
  margin: -1.43rem 0 0 -0.38rem;
}
.about .ab3 .aox .lf {
  width: 14.95rem;
}
.about .ab3 .aox .rf {
  padding-top: 0.9rem;
  margin-left: 2.04rem;
  width: 13.22rem;
}
.about .ab3 .aox .rf .li {
  display: flex;
  align-items: flex-start;
}
.about .ab3 .aox .rf .li:nth-child(1) .ico {
  margin-top: 0.4rem;
  padding-right: 0.65rem;
}
.about .ab3 .aox .rf .li:nth-child(1) .ico span {
  width: 7.88rem;
}
.about .ab3 .aox .rf .li:nth-child(2) {
  margin-top: 0.53rem;
}
.about .ab3 .aox .rf .li:nth-child(2) .ico {
  margin-top: 0.97rem;
  padding-right: 0.7rem;
}
.about .ab3 .aox .rf .li:nth-child(2) .ico span {
  width: 6.15rem;
}
.about .ab3 .aox .rf .li:nth-child(3) {
  margin-top: 0.7rem;
}
.about .ab3 .aox .rf .li:nth-child(3) .ico {
  margin-top: 0.45rem;
  padding-right: 0.55rem;
}
.about .ab3 .aox .rf .li:nth-child(3) .ico span {
  width: 4.45rem;
}
.about .ab3 .aox .rf .li .ico {
  width: 1.95rem;
  position: relative;
}
.about .ab3 .aox .rf .li .ico span {
  position: absolute;
  right: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  height: 1px;
  background: url(../img/svg/ab3-8.svg) repeat-x;
}
.about .ab3 .aox .rf .li .ico span s {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.14rem;
  height: 0.14rem;
  background: #A18057;
  border-radius: 50%;
}
.about .ab3 .aox .rf .li .txtbox {
  width: calc(100% - 1.95rem);
}
.about .ab3 .aox .rf .li .txtbox .t1 {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  color: #A18057;
}
.about .ab3 .aox .rf .li .txtbox .t2 {
  margin-top: 0.07rem;
  padding: 0 0.23rem;
  line-height: 1.4166666667;
  color: #fff;
  border-radius: 0.85rem;
  background: linear-gradient(90deg, rgba(172, 173, 173, 0.5) -17.97%, rgba(210, 210, 210, 0) 83.17%);
}
.about .ab3 .aox .rf .li .txtbox .tline {
  background: #968046;
  height: 1px;
  transform: scaleY(0.25);
  margin: 0.17rem 0 0;
}
.about .ab3 .aox .rf .li .txtbox .t3 {
  position: relative;
  padding-left: 0.2rem;
  line-height: 2.3333333333;
  color: #fff;
}
.about .ab3 .aox .rf .li .txtbox .t3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 2.3333333333em;
  background: url(../img/svg/ab3-9.svg) no-repeat left center;
  background-size: 0.13rem;
}
.about .ab3 .txt {
  margin-top: 1rem;
  line-height: 2;
  color: #fff;
}
.about .ab4 {
  padding: 1.5rem 0 6.63rem;
  background: url(../img/ab4-1.png) no-repeat bottom center;
  background-size: cover;
}
.about .ab4 .aox {
  display: flex;
  align-items: flex-start;
  margin: -1.02rem 0 0 -0.5rem;
}
.about .ab4 .aox .lf {
  padding-top: 1.5rem;
  width: 13.82rem;
}
.about .ab4 .aox .rf {
  width: 16.25rem;
  margin-left: 0.45rem;
  display: flex;
  position: relative;
  padding-bottom: 2.08rem;
  gap: 0.5rem;
}
.about .ab4 .aox .rf::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.68rem;
  height: 1.45rem;
  width: 14.5rem;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid #fff;
  z-index: 5;
}
.about .ab4 .aox .rf .li {
  position: relative;
  width: calc((100% - 1rem) / 3);
  background: #A18057;
  border-radius: 2.25rem 2.25rem 0 0;
}
.about .ab4 .aox .rf .li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 3.17rem;
  padding-top: 0.63rem;
  border: 1px solid #A18057;
  border-radius: 2.25rem 2.25rem 0 0;
}
.about .ab4 .aox .rf .li .ico img {
  max-width: 1.5rem;
}
.about .ab4 .aox .rf .li .txt {
  border-radius: 0 0 0.65rem 0.65rem;
  padding: 0.42rem 0.4rem 0.8rem 0.35rem;
  line-height: 2;
  color: #fff;
}
.about .ab4 .aox .rf .li .num {
  position: absolute;
  bottom: -2.08rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about .ab4 .aox .rf .li .num img {
  height: 1.63rem;
}

#login {
  min-height: 100vh;
  background: url(../img/login-1.jpg) no-repeat center;
  background-size: cover;
  padding: 237px 0 337px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login .lox {
  position: relative;
}
#login .lox .tox {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 11px 44px 21px 0;
}
#login .lox .tox .con .switch {
  display: flex;
  align-items: first baseline;
  padding-left: 13px;
  gap: 52px;
  line-height: 1;
}
#login .lox .tox .con .switch a {
  font-size: 12px;
  color: #AAAAAB;
}
#login .lox .tox .con .switch a.act {
  font-size: 14px;
  color: var(--vi);
}
#login .lox .tox .con .form {
  margin-top: 24px;
}
#login .lox .tox .con .form .item input[type=text],
#login .lox .tox .con .form .item input[type=password] {
  display: block;
  width: 203px;
  background-color: #fff;
  height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  outline: none;
  padding: 0 10px 0 34px;
}
#login .lox .tox .con .form .item.name {
  position: relative;
  margin-bottom: 14px;
}
#login .lox .tox .con .form .item.name::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 5px;
  left: 23px;
  background: #CCCCCC;
}
#login .lox .tox .con .form .item.name input[type=text] {
  background-image: url(../img/svg/login-1.svg);
  background-repeat: no-repeat;
  background-position: left 7px center;
}
#login .lox .tox .con .form .item.password {
  position: relative;
  margin-bottom: 14px;
}
#login .lox .tox .con .form .item.password::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 5px;
  left: 23px;
  background: #CCCCCC;
}
#login .lox .tox .con .form .item.password input[type=password] {
  background-image: url(../img/svg/login-2.svg);
  background-repeat: no-repeat;
  background-position: left 8px center;
}
#login .lox .tox .con .form .item.link {
  margin-top: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #AAAAAB;
}
#login .lox .tox .con .form .item.link a {
  color: #B99057;
}
#login .lox .tox .con .form .item.click {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
#login .lox .tox .con .form .item.click .span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 0.22px solid #CCCCCC;
  position: relative;
}
#login .lox .tox .con .form .item.click .span s {
  position: absolute;
  inset: 0px;
  width: 6px;
  height: 6px;
  background: var(--vi2);
  margin: auto;
  opacity: 0;
}
#login .lox .tox .con .form .item.click .span.act s {
  opacity: 1;
}
#login .lox .tox .con .form .item.click span {
  color: var(--vi2);
}
#login .lox .tox .con .form .item.click span a {
  color: var(--vi2);
}
#login .lox .tox .con .form .item.submit {
  margin-top: 9px;
}
#login .lox .tox .con .form .item.submit input[type=submit] {
  display: block;
  width: 100%;
  background: var(--vi);
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  height: 25px;
}

.pc-head .head-nav .nav-ls {
  position: relative;
}

.pc-head .head-nav .nav-ls .lv2list {
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  background: #fff;
  padding: 0.2rem 0;
  display: none;
}

.pc-head .head-nav .nav-ls > a {
  line-height: 3.55rem;
  padding: 0;
}

.pc-head .head-nav .nav-ls > a::after {
  bottom: 1rem;
}

.head.head-scroll .head-nav .nav-ls > a::after {
  bottom: 0.6rem;
}

.head.head-scroll .nav-ls > a, .head.head-scroll2 .nav-ls > a, .head.head-scroll3 .nav-ls > a {
  line-height: 2.5rem;
}

.pc-head .head-nav .nav-ls .lv2list .lv2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0;
}

.pc-head .head-nav .nav-ls .lv2list .lv2:hover {
  background: var(--vi);
  color: #fff;
}/*# sourceMappingURL=style.css.map */

/* 登录 */
.login-main {
  padding: 48px 22px 48px 320px;
  /*width: 4.4rem;*/
  width: 563px;
  max-width: 92%;
  position: absolute;
  z-index: 10;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.login-main .img{position: absolute;top: 0;left: 0;z-index: -1;width: 100%;height: 100%;}
.login-main .img img{width: 100%;height: 100%;object-fit: fill;}

.login-main .tit {
  text-align: center;
  font-size: 0.65rem;
  font-weight: bold;
  color: #111111;
  margin-bottom: 0.27rem;
}

.login-main .tab {
  display: flex;
  padding: 0 30px 0 12px;
  border-bottom: none;
  padding-bottom: 0;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.login-main .tab a {
  display: block;
  margin-right: 0;
  color: #999999;
  font-size: 14px;
  transition: all .3s;
}

.login-main .tab a.active {
  color: #004097;
  font-size: 14px;
}

.login-main .tip {
  margin-top: 20px;
  color: #B99057;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.login-main .tip a {
  color: #B99057;
  transition: all .3s;
}

.login-main .tip a:hover {
  color: #004097;
}

.login-main .tip i {
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(../img/xz_ico1.png);
  background-size: 100% 100%;
  margin-right: 5px;
  cursor: pointer;
}

.login-main .tip i.active {
  background-image: url(../img/xz_ico1a.png);
}

.login-main .l-btn {
  line-height: 26px;
  margin-top: 9px;
  display: block;
    width: 100%;
    background: var(--vi);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    height: 26px;
}

.login-main .other {
    margin-top: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #AAAAAB;
    font-size: 11px;
}

.login-main .other a {
  color: #895a18;
  font-size: 11px;
}

.login-main .el-input__inner {
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0;
  display: block;
  width: 203px;
  background-color: #fff;
  height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  outline: none;
  padding: 0 10px 0 34px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: left 7px center;
}

.login-main .el-form-item:nth-child(1) .el-input__inner{
    background-image: url(../img/svg/login-1.svg);
}
.login-main .el-form-item:nth-child(2) .el-input__inner{
    background-image: url(../img/svg/login-2.svg);
}
.login-main .el-button {
  position: absolute;
  right: 0;
}
.login-main .code-wrap {
  display: flex;
  align-items: center;
  width: 203px;
}

.login-main .code-wrap .el-input {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  margin-right: 10px;
}

.login-main .code-wrap .el-input .el-input__inner{
  display: flex;
  align-items: center;
  width: 100%;
}
.login-main .el-button{
    width: 70px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    height: 26px;
    position: static;
    display: block;
    line-height: 26px;
    border: none;
    color: #fff;
    background-color: var(--vi);
        border-radius: 2px;
}

.reg-main{padding: 48px 22px;width: 360px;background:rgba(255,255,255,0.6);backdrop-filter: blur(10px);border-radius:0.5rem;}
.reg-main .el-input__inner{width: 100%;}
.reg-main .other{color:#666666;}
.reg-main .el-form-item__content{font-size:12px;line-height:20px; color:#666666;}
.reg-main .code-wrap{width: 100%;}

