@import url("./common.css");
@import url("./module.css");

#cnzz_stat_icon_1281359909 a{
    display: flex;
    align-items: center;
}

footer .bottom span{
    color: #989898;
    margin: 0 5px;
}
.banner .tab_box{
    
  position: absolute;
  right: 157px;
  bottom: 95px;
  height: 102px;
}
.banner .tab {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 9;
  width: 120px;
  height: 100%;
  overflow: hidden;
}
.banner .tab_box::after{
  content: "";
  position: absolute;
  left: -160px;
  top: 50%;
    transform: translateY(-50%);
  width: 2px; 
  height: 20px;
  background-color: #fff;
  transition: all 0.5s; 
  z-index: 9;
}
.banner .tab .item {
  /*margin-top: 18px;*/
  position: relative;
  font-family: ht;
  cursor: pointer;
  font-size: 16px;
}
.banner .tab .item.act {
  font-size: 18px;
}
.banner .tab .item.swiper-slide-active span:nth-child(1) {
  font-family: hb;
}
.banner .tab .item.swiper-slide-active span:nth-child(2) {
  font-family: hb;
}


/* PC端 */
.ip_1 {
  padding: 80px 0 105px;
  width: 91.66%;
  margin: 0 auto;
}

.ip_1 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ip_1 .list .item {
  width: calc(100% / 2 - 15px);
  height: 569px;
  position: relative;
  margin-bottom: 28px;
}
.ip_1 .list .item .bgimg {
  width: 100%;
  height: 100%;
}
.swiper-button-disabled {
  /*display: none!important;*/
}
.ip_1 .list .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ip_1 .list .item .txt .tit {
  margin-bottom: 12px;
}
.ip_1 .list .item .txt .con {
  margin-bottom: 24px;
  text-align: center;
}
.ip_2 {
  padding-bottom: 140px;
}
.ip_2 .title {
  margin-bottom: 16px;
  text-align: center;
}
.ip_2 .desc {
  margin-bottom: 48px;
  text-align: center;
}
.ip_2 .img {
  width: 100%;
  height: 532px;
}
.ip_2 .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-left: 80px;
  padding-bottom: 64px;
  background-image: linear-gradient(rgba(210, 207, 206, 0), #27282c);
}
.ip_2 .txt .tit {
  margin-bottom: 16px;
  width: 432px;
}
.ip_2 .txt .con {
  margin-bottom: 36px;
  width: 432px;
}
.ip_3 {
  padding: 156px 0 0;
  color: #fff;
  height: 1000px;
  background-position: center;
}
.ip_3 .title {
  margin-bottom: 39px;
  text-align: center;
}
.ip_3 .desc {
  margin-bottom: 78px;
  text-align: center;
  line-height: 1.5;
  color: #c8c8c8;
}
.ip_3 .list {
  display: flex;
  justify-content: center;
}
.ip_3 .list .item {
  margin-right: 240px;
}
.ip_3 .list .item:last-child {
  margin-right: 0;
}
.ip_3 .list .item .top {
  display: flex;
  position: relative;
  margin-bottom: 13px;
}
.ip_3 .list .item .top .num {
  margin-right: 15px;
}
.ip_3 .list .item .tit {
}
.ip_4 {
  padding: 118px 0 180px;
  background-image: url("../img/i4bg.jpg");
  background-size: 100% auto;
}
.ip_4 .title {
  margin-bottom: 26px;
  text-align: center;
}
.ip_4 .desc {
  margin-bottom: 73px;
  text-align: center;
}
.ip_4 .list {
  display: flex;
  justify-content: center;
}
.ip_4 .list .item {
  margin-right: 38px;
  width: calc(100% / 3 - 25px);
  position: relative;
  background-color: #fff;
  height: 620px;
}
.ip_4 .list .item:last-child {
  margin-right: 0;
}
.ip_4 .list .item .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c3235;
  color: #fff;
  transition: all 0.5s;
}
.ip_4 .list .item:hover .name {
  background-color: var(--logoColor);
}
.ip_4 .list .item .img {
  width: 100%;
  height: 314px;
}
.ip_4 .list .item .txt {
  padding: 40px 38px;
  height: 299px;
}
.ip_4 .list .item .txt .tit {
  color: #111111;
  margin-bottom: 29px;
}
.ip_4 .list .item .txt .con {
  line-height: 1.75;
}
.ip_4 .list .item .txt .bottom {
  position: absolute;
  bottom: 63px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px 0 38px;
}
.ip_4 .list .item .llist {
  padding: 100px 38px 0;
  height: 100%;
  overflow: auto;
}
.ip_4 .list .item .litem {
  margin-bottom: 34px;
  display: block;
}
.ip_4 .list .item .litem .tit {
  margin-bottom: 19px;
}

.p_page {
  padding: 44px 0 125px;
  background-color: #f5f5f7;
}

.p_page .left {
  float: left;
  width: 33%;
  /* padding-left: 300px; */
  position: sticky;
  top: 150px;
}
.p_page .left .tab {
  padding: 43px 52px 58px;
  background-color: #fff;
}
.p_page .left .tab .item {
  margin-bottom: 26px;
  transition: all 0.5s;
  color: #414141;
  display: flex;
  align-items: center;
}
.p_page .left .tab .item:hover {
  color: #000;
}
.p_page .left .tab .item.act {
  font-family: hb;
}
.p_page .left .tab .item i {
  display: block;
  width: 6px;
  height: 10px;
  background-image: url(../img/pmore.svg);
  background-size: 100% 100%;
  margin-left: 20px;
  transition: all 0.5s;
  opacity: 0;
}
.p_page .left .tab .item.act i,
.p_page .left .tab .item:hover i {
  opacity: 1;
}

.p_page .right {
  float: right;
  width: 65%;
  margin-left: 23px;
}
.p_page .right .suggest.item {
  margin-bottom: 64px;
  width: 100%;
}
.p_page .right .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_page .right .item {
  margin-bottom: 23px;
  width: calc(100% / 2 - 11px);
  /*background-color: #fff;*/
}
.p_page .right .item .bgimg{
    background-color: #FAFAFA;
}
.p_page .right .item:nth-last-child(1),
.p_page .right .item:nth-last-child(2) {
  margin-bottom: 0;
}
.p_page .right .item .txt {
  padding: 30px 34px;
  height: 210px;
  position: relative;
  background-color: #fff;
}
.p_page .right .item .txt .tit {
  margin-bottom: 13px;
}
.p_page .right .item .more {
  position: absolute;
  bottom: 59px;
  left: 34px;
}

.pd_1 {
  padding: 138px 0 100px;
}
.pd_1 .title {
  line-height: 1.5;
  color: #111111;
  margin-bottom: 118px;
  text-align: center;
}
.pd_1 .list {
  display: flex;
  flex-wrap: wrap;
}
.pd_1 .list .item {
  width: calc(100% / 4 - 22.5px);
  height: 247px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f7;
  border-radius: 8px;
}
.pd_1 .list .item:nth-child(4n) {
  margin-right: 0;
}
.pd_1 .list .item .icon {
  width: 62px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.pd_1 .list .item .icon img {
  max-height: 100%;
}
.pd_1 .list .item .txt {
  position: relative;
}
.pd_1 .list .item .tit {
  color: #010304;
  text-align: center;
}
.pd_1 .list .item .tit2 {
  color: #010304;
  position: absolute;
  top: 73%;
  left: 0;
  transform: rotateX(180deg);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  ); /* 从红色到黄色 */
  -webkit-background-clip: text; /* Safari/Chrome */
  -webkit-text-fill-color: transparent; /* Safari/Chrome */
  color: transparent; /* Firefox/Opera */
}
.pd_2 {
  /*height: 1031px;*/
  position: relative;
  height: calc(455px + 36.44vw);
  display: flex;
}
.pd_2 .inner_wrapper {
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
}
.pd_2 .inner {
  position: absolute;
  top: 145px;
  left: 0;
  width: 800px;
}
.pd_2 .inner .title {
  margin-bottom: 23px;
  color: #2e2e2e;
  white-space: nowrap;
}
.pd_2 .inner .title span {
  color: #e13a28;
}
.pd_2 .inner .desc {
  margin-bottom: 120px;
}
.pd_2 .bgimg {
  /*height: 100%;*/
  margin-top: auto;
  width: 100%;
}

.pd_2 .bgimg img{
    /*min-height: 1031px;*/
}
.pd_2 .list {
  display: flex;
  flex-wrap: wrap;
}
.pd_2 .list .item {
  width: 40%;
  margin-bottom: 52px;
}
.pd_2 .list .item .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
  color: #2e2e2e;
}
.pd_2 .list .item .top .unit {
  line-height: 2.2;
}
.pd_3 {
  padding: 186px 0 0;
}
.opa {
  opacity: 0;
}
.pd_3 .list .item {
  margin-bottom: 181px;
  /* opacity: 0; */
}
.pd_3 .list .item .tit {
  margin-bottom: 21px;
  color: #2e2e2e;
}
.pd_3 .list .item .con {
  margin-bottom: 41px;
}
.pd_3 .list .item video,
.pd_3 .list .item img {
  width: 100%;
  border-radius: 20px;
  vertical-align: bottom;
}
.n_banner.banner {
  margin-top: 90px;
}
.n_banner.banner .txt {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.n_page {
  padding: 100px 0 125px;
  background-color: #f5f5f7;
}
.n_page .title {
  margin-bottom: 56px;
  text-align: center;
}
.n_page .search {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
}
.n_page .search form {
  position: relative;
}
.n_page .search form .name{
    position: absolute;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 25px;
    background-color: var(--logoColor);
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
}
.n_page .search img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.n_page .search input {
  width: 960px;
  height: 50px;
  padding-left: 50px;
  border: 1px solid #d4d4d4;
}
.n_page .left {
  float: left;
  width: 68%;
}
.n_page .left .suggest.item {
  margin-bottom: 64px;
  display: block;
  width: 100%;
}

.n_page .left .suggest.item .bgimg {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.n_page .left .suggest.item .bgimg img {
  transition: all 0.5s;
}
.n_page .left .suggest.item:hover .bgimg img {
  transform: scale(1.05);
}

.n_page .left .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n_page .left .item {
  margin-bottom: 52px;
  width: calc(100% / 2 - 18px);
}

.n_page .left .item .bgimg {
  overflow: hidden;
  width: 100%;
  height: 267px;
}

.n_page .left .item .bgimg img {
  transition: all 0.5s;
}
.n_page .left .item:hover .bgimg img {
  transform: scale(1.05);
}

.n_page .left .item .tit {
  margin: 20px 0 10px;
}
.n_page .left .item .btm {
  display: flex;
  align-items: center;
}
.n_page .left .item .time {
  color: #9a9a9a;
}
.n_page .left .item .tag {
  padding: 1px 5px;
  background-color: #6a6d69;
  border-radius: 2px;
  color: #fff;
  margin-left: 12px;
}

.nd_page{padding-top: 180px;}
.nd_page .left{padding:45px 45px 60px;background-color: #ffffff;}
.nd_page .left .top{padding-bottom: 20px;margin-bottom: 30px;border-bottom:1px solid #dedede;text-align: center;}
.nd_page .left .top .h{font-family: hm;margin-bottom:12px;color:#000;}
.nd_page .left .top .p{font-family: hl;color:#000;}
.nd_page .left .bottom{font-family: hl;line-height: 1.6;color: #000;}
.nd_page .left .bottom img{max-width: 100%;display: block;margin: 20px auto;}
.nd_page .left .bottom .bottom1{margin-top: 30px;padding-top: 30px;border-top:1px solid #dedede;display: flex;justify-content: space-between;}
.nd_page .left .bottom .bottom1 a{display: block;width: 46%;height: 30px;line-height: 30px;color: #000;font-family: hl;transition: all 0.5s;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.nd_page .left .bottom .bottom1 a:nth-child(2){text-align:right;}
.nd_page .left .bottom .bottom1 a:hover{color:var(--logoColor);}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .item {
  padding: 13px 25px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  transition: all 0.5s;
  width: auto !important;
  margin-bottom: 0 !important;
}
.pagination .item.disabled {
  color: #d1d1d1;
  pointer-events: none;
}
.pagination .tip {
  margin-right: 7px;
}
.pagination .point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .item.act,
.pagination .item:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.n_page .right {
  float: right;
  width: 29%;
  position: sticky;
  top: 150px;
}
.n_page .right .box {
  padding: 45px 45px 60px;
  background-color: #fff;
}
.n_page .right .title {
  margin-bottom: 15px;
  text-align: left;
}
.n_page .right .desc {
  margin-bottom: 19px;
}
.n_page .right .input {
  margin-bottom: 15px;
  width: 289px;
  height: 39px;
  position: relative;
}
.n_page .right .input img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.n_page .right .input input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: #dedede 1px solid;
  padding-left: 37px;
}
.n_page .right button {
  width: 289px;
  height: 39px;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background-color: var(--logoColor);
  border-radius: 5px;
}
.n_page .right .n_share {
  padding-top: 37px;
  border-top: 1px solid #f0f0f0;
}
.n_page .right .n_share .tit {
  margin-bottom: 34px;
}
.n_page .right .n_share .item {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.n_page .right .n_share .item .icon {
  width: 18px;
  height: 18px;
  margin-right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_page .right .n_share .item .name {
  position: relative;
}
.n_page .right .n_share .item .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
.n_page .right .n_share .item:hover .name::after {
  width: 100%;
}

.search_page .list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  padding: 0 200px;
}
.search_page .item {
  margin-bottom: 23px;
  width: calc(100% / 3 - 15px);
  background-color: #fff;
  margin-right: 22px;
}
.search_page .item .txt {
  padding: 30px 34px;
  height: 210px;
  position: relative;
}
.search_page .item .txt .tit {
  margin-bottom: 13px;
}
.search_page .item .more {
  position: absolute;
  bottom: 59px;
  left: 34px;
}
.c_page {
  padding: 138px 0 0;
  background-color: #f5f5f5;
}

.c_1 .title {
  margin-bottom: 12px;
  text-align: center;
  color: #111;
}
.c_1 .desc {
  margin-bottom: 60px;
  text-align: center;
  color: #414141;
}
.c_1 .block {
  padding: 0 0 88px;
}
.c_1 .block .name {
  margin-bottom: 38px;
  color: #111111;
}
.c_1 .swiper_box {
  position: relative;
}
.c_1 .list .item .bgimg,
.c_1 .swiper .bgimg {
  height: 290px;
}
.c_1 .list .item .txt,
.c_1 .swiper .txt {
  padding: 20px 22px 26px;
  background-color: #fff;
  height: auto;
  line-height: 1.75;
}
.c_1 .list .item{
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  background-color: #fff;
}
.c_1 .swiper .swiper-slide {
  height: auto;
  background-color: #fff;
}
.c_1 .swiper .txt .tit {
  margin-bottom: 7px;
}
.c_1 .swiper {
  z-index: 2;
}
.c_1 .btn {
  width: 1528px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn.red .prev,
.btn.red .next {
  display: block;
  width: 66px;
  height: 66px;
  background-image: url(../img/cnext.svg);
  background-size: 19px 15px;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
  background-color: #e1e1e1;
  border-radius: 50%;
}
.btn.red .prev:hover,
.btn.red .next:hover {
  background-color: var(--logoColor);
  background-image: url(../img/cnexta.svg);
}

.sol_1 {
  padding: 100px 0;
  background-color: #f5f5f7;
}
.sol_1 .title {
  margin-bottom: 45px;
  text-align: center;
}
.sol_1 .con p {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e9;
  display: flex;
  align-items: center;
  line-height: 1;
}
.sol_1 .con p span {
  margin-right: 33px;
  width: 22px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/soli1.svg");
  background-size: 100% 100%;
}

.sol_2 {
  padding: 100px 0 132px;
}
.sol_2 .title {
  margin-bottom: 84px;
  text-align: center;
}
.sol_2 .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 63px;
}
.sol_2 .tab .item {
  width: 356px;
  text-align: center;
  padding-bottom: 27px;
  position: relative;
  border-bottom: 1px solid #b7b7b7;
  cursor: pointer;
}
.sol_2 .tab .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.5s;
}
.sol_2 .tab .item.act::after,
.sol_2 .tab .item:hover::after {
  width: 100%;
}

.sol_2 .list .bgimg {
  display: none;
  position: relative;
}
.sol_2 .list .bgimg .more {
  position: absolute;
  bottom: 210px;
  left: 883px;
  color: #fff;
}
.sol_2 .list .bgimg.act {
  display: block;
}
.sol_3 {
  padding: 100px 0 136px;
  background-color: #f5f5f7;
}
.sol_3 .title {
  margin-bottom: 84px;
  text-align: center;
}
.sol_3 .list {
  display: none;
}
.sol_3 .list.act {
  display: flex;
  justify-content: center;
}
.sol_3 .list .item {
  flex: 1;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 38px;
}
.sol_3 .list .item .icon {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.sol_3 .list .item .icon img {
  max-height: 100%;
}
.sol_3 .list .item .tit {
  margin-bottom: 17px;
  color: #010304;
}
.sol_3 .list .item .con {
  line-height: 1.5;
}
.sol_4 {
  padding: 100px 0 136px;
}
.sol_4 .title {
  margin-bottom: 60px;
  text-align: center;
}
.sol_4 .swiper_box {
  position: relative;
  display: none;
}
.sol_4 .swiper_box.act {
  display: block;
}
.sol_4 .swiper_box .swiper-scrollbar {
  content: "";
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 288px;
  height: 2px;
  background-color: #b7b7b7;
  transition: all 0.5s;
}
.swiper-scrollbar-drag {
  background-color: var(--logoColor);
}
/*.sol_4 .swiper_box::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 32px;*/
/*  width: 173px;*/
/*  height: 3px;*/
/*  background-color: var(--logoColor);*/
/*  transition: all 0.5s;*/
/*}*/
.sol_4 .btn {
  width: 148px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 21px;
}
.sol_5 {
  padding: 100px 0 136px;
  background-color: #f5f5f7;
}
.sol_5 .title {
  margin-bottom: 60px;
  text-align: center;
}
.sol_5 .list {
  display: flex;
  flex-wrap: wrap;
}
.sol_5 .list .item {
  width: calc(100% / 3 - 10px);
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
}
.sol_5 .list .item .bgimg {
  height: 290px;
}
.sol_5 .list .item:nth-child(3n) {
  margin-right: 0;
}
.sol_5 .list .item .txt {
  padding: 20px 22px 26px;
  background-color: #fff;
}
.sol_5 .list .item .txt .tit {
  margin-bottom: 7px;
}

.navigation {
  margin-top: 90px;
  background-color: #3a3a3a;
  color: #fff;
}
.navigation > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
}
.navigation .tab .item {
  opacity: 0.5;
  color: #fff;
  transition: all 0.5s;
  margin-left: 38px;
}
.navigation .tab .item.act,
.navigation .tab .item:hover {
  opacity: 1;
}
.user_page {
  background-color: #f5f5f7;
}
.user_page .inner {
  padding: 60px 0 200px;
}
.user_page .inner .top {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.user_page .inner .top .select {
  position: relative;
  margin-left: 25px;
  width: 135px;
  height: 33px;
}
.user_page .inner .top .select .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 9px;
  height: 29px;
}
.user_page .inner .top .select .option.selected {
  color: #9f9f9f;
  height: 33px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.user_page .inner .top .select .option.selected input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding-left: 9px;
  cursor: pointer;
}
.user_page .inner .top .select .list {
  position: absolute;
  top: calc(100% - 5px);
  width: 100%;
  left: 0;
  border: #e5e5e5 solid 1px;
  border-radius: 2px;
  background-color: #fff;
  z-index: 9;
  padding: 5px 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.user_page .inner .top .select:hover .option.selected {
  border: 1px solid var(--logoColor);
}
.user_page .inner .top .select:hover .list {
  opacity: 1;
  pointer-events: initial;
}
.user_page .inner .top .select .list .option {
  transition: all 0.5s;
  color: #2e2e2e;
}
.user_page .inner .top .select .list .option.act{
    color: var(--logoColor);
}
.user_page .inner .top .select .list .option:hover {
  background-color: #f7f8fa;
}
.user_page .inner .top .select .list .option img {
  opacity: 0.3;
  transition: all 0.5s;
}
.user_page .inner .top .select .list .option:hover img {
  opacity: 1;
}

.user_page .inner .list .item {
  margin-right: 14px;
  margin-bottom: 30px;
  background-color: #fff;
}
.user_page .inner .list > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.user_page .inner .list .item .bgimg {
  cursor: pointer;
  position: relative;
  height: 290px;
}
.user_page .inner .list .item .bgimg .cover {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_page .inner .list .item .bgimg .cover img {
  width: 72px;
}
.user_page .inner .list .item .bgimg:hover .cover {
  opacity: 1;
}
.user_page .inner .list .item2 {
  width: calc(100% / 2 - 7px);
}
.user_page .inner .list .item3 {
  width: calc(100% / 3 - 10px);
}
.user_page .inner .list .item2:nth-child(2n) {
  margin-right: 0;
}
.user_page .inner .list .item3:nth-child(3n) {
  margin-right: 0;
}
.user_page .inner .list .item .txt {
  padding: 20px 22px 26px;
  background-color: #fff;
}
.user_page .inner .list .item .txt .tit {
  margin-bottom: 7px;
}
.a_1 {
  padding: 196px 0 150px;
  background-image: url("../img/a1.jpg");
  background-size: 100%;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.a_1 .title {
  margin-bottom: 54px;
}
.a_1 .con {
  width: 680px;
  margin-bottom: 152px;
  line-height: 2;
}
.a_1 .item .top {
  display: flex;
  align-items: flex-start;
  color: #2e2e2e;
  margin-bottom: 11px;
}
.a_1 .item .top .unit {
  font-family: "Segoe UI";
  font-weight: bold;
}
.a_2 {
  padding: 118px 0 177px;
  background-color: #fcfcfc;
}
.a_2 .title {
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  width: fit-content;
}
.a_2 .title .yh1 {
  position: absolute;
  left: -24px;
  top: 7px;
  transform: translateX(-100%);
  width: 64px;
}
.a_2 .title .yh2 {
  position: absolute;
  right: -15px;
  transform: translateX(100%);
  top: 54px;
  width: 64px;
}
.a_2 .desc {
  text-align: center;
  margin-bottom: 10px;
  line-height: 2;
}
.a_2 .earth {
  width: 646px;
  margin: 0 auto 77px;
  display: block;
  animation: circle linear 20s infinite;
}
@keyframes circle {
  100% {
    transform: rotate(360deg);
  }
}
.a_2 .list {
  display: flex;
  justify-content: center;
}
.a_2 .list .item {
  width: calc(100% / 4 - 9px);
  position: relative;
  margin-right: 7px;
}
.a_2 .list .item .t1 {
  height: 236px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 57px;
}
.a_2 .list .item .t2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 309px;
  background-color: var(--logoColor);
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  padding-top: 57px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.a_2 .list .item:hover .t2 {
  opacity: 1;
}
.a_2 .list .item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.a_2 .list .item .t1 .tit {
  color: #414141;
}
.a_2 .list .item .en {
  color: #cdcdcc;
}
.a_2 .list .item .t2 .tit {
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 25px;
  position: relative;
}
.a_2 .list .item .t2 .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.a_2 .list .item .t2 .cn {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.a_3 {
  padding: 118px 0 65px;
  background-color: #fff;
  position: relative;
}
.a_3 .title {
  text-align: center;
  margin-bottom: 78px;
}

.a_3 .ts_con {
  display: none;
}
.a_3 .ts_con.on {
  display: block;
}
.a_3 .txt_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 88px;
}
.a_3 .txt_box .swiper-slide {
  display: flex;
}
.a_3 .txt_box .swiper-slide .bgimg {
  width: 620px;
  height: 397px;
  margin-right: 114px;
}
.a_3 .txt_box .swiper-slide .txt {
  width: 460px;
  padding-top: 50px;
  position: relative;
}
.a_3 .txt_box .swiper-slide .time {
  color: var(--logoColor);
  margin-bottom: 16px;
}
.a_3 .txt_box .swiper-slide .tit {
  margin-bottom: 10px;
}
.a_3 .txt_box .swiper-slide .con {
  color: #111111;
}
.a_3 .txt_box .swiper-slide .time2 {
  position: absolute;
  right: -12px;
  bottom: -42px;
  color: var(--logoColor);
  opacity: 0.04;
  transition: all 0.5s 1s;
}
.a_3 .txt_box .swiper-slide-prev .time2 {
  opacity: 0;
}
.a_3 .txt_box .swiper-slide .day {
  font-size: 20px;
  line-height: 28px;
  color: #4b4b4b;
  margin-bottom: 15px;
  transition: all 0.5s;
  font-family: hm;
}
.a_3 .txt_box .swiper-slide-duplicate {
  /*opacity: 0;*/
}
.a_3 .txt_box .swiper-slide .p {
  font-size: 15px;
  line-height: 24px;
  color: #999999;
  transition: all 0.5s;
  padding-right: 8px;
  height: 120px;
  overflow: auto;
  width: calc(100% - 77px);
  margin-bottom: 12px;
}
.a_3 .txt_box .swiper-slide .p::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.a_3 .txt_box .swiper-slide .p::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.a_3 .txt_box .swiper-slide .p::-webkit-scrollbar-thumb {
  background: #0426a1;
}
.a_3 .txt_box .swiper-slide-active .day {
  font-family: hb;
  color: #0f3bdc;
}
.a_3 .txt_box .swiper-slide-active .p {
  color: #333333;
}

.a_3 .svg_box {
  height: 160px;
  position: relative;
}
.a_3 .solid_box {
  width: 100%;
  -webkit-clip-path: url(#menu-clip-path);
  clip-path: url(#menu-clip-path);
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.a_3 .solid_box .swiper-slide {
  height: 88px;
  background: url(../img/a2line2.svg);
  background-size: 100% 100%;
  opacity: 0.3;
  transition: all 1s;
}
.a_3 .solid_box .swiper-slide-active {
  opacity: 1;
}
.a_3 .solid_box1 {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  overflow: hidden;
  cursor: url(../img/mou.ico), pointer !important;
  padding-top: 50px;
}
.a_3 .solid_box1 .swiper-slide {
  height: 147px;
  background: url(../img/a2line.svg) no-repeat left;
  background-size: auto 100%;
  transition: all 1s;
  opacity: 0.3;
  position: relative;
}
.a_3 .solid_box1 .swiper-slide-active {
  background-size: auto 100%;
  opacity: 1;
}
.a_3 .solid_box1 .swiper-slide .year {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: -40px;
}
.a_3 .solid_box1 .swiper-slide-active .year {
  color: var(--logoColor);
}
.a_4 {
  position: relative;
  background-color: #fff;
  height: 638px;
  padding: 187px 0 0;
}
.a_4 .map {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.a_4 .map img {
  height: 100%;
}
.a_4 .title {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
.a_4 .inner {
  position: relative;
  z-index: 2;
}
.a_4 .info {
  padding-right: 73px;
  margin-right: 73px;
  border-right: rgba(112, 112, 112, 0.2) 1px solid;
}
.a_4 .item {
  margin-bottom: 20px;
  max-width: 234px;
  line-height: 1.5;
}
.a_4 .item .tit {
  margin-bottom: 6px;
  color: #777777;
}
.a_4 .item:last-child {
  margin-bottom: 0;
}
.t_page {
  overflow: hidden;
}
.t_1 {
  padding: 120px 0 145px;
  text-align: center;
}
.t_1 .title {
  color: #2e2e2e;
  margin-bottom: 27px;
}
.t_1 .desc {
  line-height: 1.75;
  width: 90%;
  margin: 0 auto 54px;
}

.t_1 .bgimg {
  cursor: pointer;
  position: relative;
}
.t_1 .bgimg .cover {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_1 .bgimg .cover img {
  width: 72px;
}
.t_1 .bgimg .cover {
  opacity: 1;
}
.banner.t_banner {
}
.t_2 {
  padding: 120px 0 145px;
  background-color: #f6f6f6;
}
.t_2 .title {
  margin-bottom: 60px;
}
.t_2 .title img {
  width: 46px;
  margin-left: 26px;
}
.t_2 .item {
  width: calc(100% / 3 - 24px);
  height: auto;
  margin-right: 36px;
  margin-bottom: 39px;
  position: relative;
  background-color: #fff;
  padding: 48px 35px 326px;
}
.t_2 .item .tit {
  margin-bottom: 7px;
  color: #111111;
}
.t_2 .item .con {
  margin-bottom: 25px;
  line-height: 1.75;
}
.t_2 .item .bgimg {
  position: absolute;
  bottom: 48px;
  left: 35px;
  height: 250px;
  width: calc(100% - 70px);
}
.t_3 {
  height: 59.17vw;
  position: relative;
  width: 100%;
}
.t_3 .img {
  position: absolute;
  width: max-content;
  max-width: 20vw;
  max-height: 20vw;
  transform: scale(1.5);
  visibility: hidden;
  /* opacity: 0; */
}
.t_3 .img img{
  max-height: 100%;
}
@keyframes opacityTwo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.t_3 .img:nth-child(11n + 1) {
  left: 5%;
  top: -4%;
}
.t_3 .img:nth-child(11n + 2) {
  left: 0%;
  top: 35%;
}
.t_3 .img:nth-child(11n + 3) {
  left: 2%;
  top: 66%;
}
.t_3 .img:nth-child(11n + 4) {
  left: 18%;
  top: 83%;
}
.t_3 .img:nth-child(11n + 5) {
  left: 37%;
  top: 89%;
}
.t_3 .img:nth-child(11n + 6) {
  left: 64%;
  top: 85%;
}
.t_3 .img:nth-child(11n + 7) {
  left: 87%;
  top: 70%;
}
.t_3 .img:nth-child(11n + 8) {
  left: 87%;
  top: 35%;
}
.t_3 .img:nth-child(11n + 9) {
  left: 83%;
  top: 0%;
}
.t_3 .img:nth-child(11n + 10) {
  left: 60%;
  top: -11%;
}
.t_3 .img:nth-child(11n + 11) {
  left: 34%;
  top: -9%;
}
.t_3 .imgs.ani .img:nth-child(11n + 1) {
  left: 27%;
  top: 18%;
}
.t_3 .imgs.ani .img:nth-child(11n + 2) {
  left: 24%;
  top: 35%;
}
.t_3 .imgs.ani .img:nth-child(11n + 3) {
  left: 22%;
  top: 57%;
}
.t_3 .imgs.ani .img:nth-child(11n + 4) {
  left: 28%;
  top: 69%;
}
.t_3 .imgs.ani .img:nth-child(11n + 5) {
  left: 35%;
  top: 77%;
}
.t_3 .imgs.ani .img:nth-child(11n + 6) {
  left: 49%;
  top: 75%;
}
.t_3 .imgs.ani .img:nth-child(11n + 7) {
  left: 61%;
  top: 60%;
}
.t_3 .imgs.ani .img:nth-child(11n + 8) {
  left: 63%;
  top: 35%;
}
.t_3 .imgs.ani .img:nth-child(11n + 9) {
  left: 60%;
  top: 20%;
}
.t_3 .imgs.ani .img:nth-child(11n + 10) {
  left: 51%;
  top: 8%;
}
.t_3 .imgs.ani .img:nth-child(11n + 11) {
  left: 34%;
  top: 12%;
}
.t_3 .imgs.ani .img.final_img {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(11) {
  width: 14.01vw;
  height: 15.52vw;
  left: 25%;
  top: 13%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(10) {
  width: 11.3vw;
  height: 15.57vw;
  left: 13%;
  top: 35%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(9) {
  width: 15.57vw;
  height: 11.3vw;
  left: 25%;
  top: 41%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(8) {
  width: 11.3vw;
  height: 14.06vw;
  left: 23%;
  top: 62%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(7) {
  width: 17.08vw;
  height: 11.3vw;
  left: 35%;
  top: 62%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(6) {
  width: 17.08vw;
  height: 11.3vw;
  left: 53%;
  top: 62%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(5) {
  width: 11.3vw;
  height: 14.06vw;
  left: 71%;
  top: 62%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(4) {
  width: 15.57vw;
  height: 11.3vw;
  left: 60%;
  top: 41%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(3) {
  width: 11.3vw;
  height: 15.57vw;
  left: 77%;
  top: 34%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(2) {
  width: 14.01vw;
  height: 15.52vw;
  left: 61%;
  top: 13%;
}
.t_3 .imgs.ani .img.final_img:nth-last-child(1) {
  width: 19.79vw;
  height: 11.25vw;
  left: 40%;
  top: 20%;
}

.t_4 {
  padding: 120px 0 145px;
  background-color: #f6f6f6;
}
.t_4 .title {
  margin-bottom: 60px;
}
.t_4 .item {
  width: calc(100% / 3 - 24px);
  height: 475px;
  margin-right: 36px;
  margin-bottom: 39px;
  position: relative;
  background-color: #fff;
  padding: 48px 35px;
}
.t_4 .item .tit {
  margin-bottom: 16px;
  color: #111111;
}
.t_4 .item .con {
  line-height: 1.75;
}
.t_4 .item .bgimg {
  position: absolute;
  bottom: 45px;
  left: 0;
  height: 230px;
  width: 100%;
}
.banner.proc_banner .txt {
  text-align: center;
}
.proc_1 {
  height: 300vh;
}
.proc_1 .bgimg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.proc_1 .bgimg .blur {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
}
.proc_1 .bgimg .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.proc_1 .bgimg .txt .fade {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background-image: url("../img/fade.svg");
  background-size: 100% 100%;
  z-index: 2;
  opacity: 0;
}
.proc_1 .bgimg .txt .tit1 {
  transform: translateX(-100vw);
}
.proc_1 .bgimg .txt .tit2 {
  transform: translateX(100vw);
}
.proc_2 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-left: 7.92vw;
  background-color: #000;
  padding-bottom: 20.31vw;
  overflow: hidden;
}
.proc_2 .txt {
  width: 28.65vw;
  color: #fff;
  padding-top: 2.6vw;
}
.proc_2 .txt .tit {
  /*margin-bottom: 1.86vw;*/
  /*background-image: url("../img/paiban.png");*/
  /*background-size: 100% 100%;*/
  /*width: fit-content;*/
  /*padding: 24px 80px 24px 26px;*/
  padding-bottom: 21px;
  margin-bottom: 24px;
  position: relative;
}
.proc_2 .txt .tit::after{
      content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  width: 45px; 
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.5s;
}

.proc_2 .txt .desc {
  /*margin-bottom: 2.4vw;*/
  /*line-height: 2;*/
  
  margin-bottom: 60px;
  line-height: 1.33;
}

.proc_2 .txt .con {
  line-height: 1.5;
  color: #aeaeae;
}
.proc_2 .bgimg {
  width: 59.48vw;
  height: 31.98vw;
  transform: translateX(100%);
}
.proc_3 {
  height: 350vh;
}
.proc_3 .bg {
  position: sticky;
  top: 0;
  background-image: url("../img/pcmbg.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
}
.proc_3 .bgimg {
  position: sticky;
  top: 40vh;
  height: 36vh;
  width: fit-content;
  margin: -60vh auto 24vh;
  z-index: 3;
}
.proc_3 .bgimg .txt {
  margin-top: 2.08vw;
  color: #fff;
}
.proc_3 .bgimg .txt .tit {
  opacity: 0.5;
  margin-top: 1.56vw;
}
.proc_3 .opasIcon {
  height: 70vh;
}
.proc_3 .list {
  position: sticky;
  top: 13.6vh;
  z-index: 2;
  justify-content: space-between;
  color: #fff;
  width: 36.46vw;
  margin: 0 auto 10.1vw;
}
.proc_3 .list .item {
  width: 9.83vw;
  /*margin-right: 9.32vw;*/
  margin-bottom: 4vh;
  text-align: center;
}
.proc_3 .list .item .top {
  justify-content: center;
}
.proc_3 .list .item .icon {
  width: 2.4vw;
  height: 5.7vh;
  margin-bottom: 0.57vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proc_3 .list .item .icon img {
  max-height: 100%;
}
.proc_3 .list .item .top {
  display: flex;
  align-items: flex-end;
}
.proc_3 .list .item .top .unit {
  line-height: 2;
}

.proc_4 {
  background-color: #000;
  padding: 4.17vw 0 7.81vw;
  height: 600vh;
}
.proc_4 .title {
  color: #fff;
  text-align: center;
  opacity: 0.1;
  position: sticky;
  top: 40vh;
  width: fit-content;
  margin: 0 auto 150vh;
  font-size: 0.64rem;
}
.proc_4 .title > div {
  display: inline-block;
}
.proc_4 .title > div span {
  display: inline-block;
}
.proc_4 .blue {
  -webkit-mask-image: url("../img/xiao.svg");
  -webkit-mask-size: 100% 100%;
  display: inline-block;
  width: 3.13vw;
  height: 3.02vw;
  transform: translateY(0.36vw);
  mask-position: center;
  position: relative;
}
.proc_4 .blue span {
  position: absolute;
  left: -90%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background-image: linear-gradient(135deg, #369ae6, #fff);
  animation: bgrotate 2s linear forwards infinite;
  transform-origin: center;
}
@keyframes bgrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.proc_4 .red {
  -webkit-mask-image: url("../img/da.svg");
  -webkit-mask-size: 100% 100%;
  display: inline-block;
  width: 3.13vw;
  height: 3.02vw;
  transform: translateY(0.36vw);
  mask-position: center;
  position: relative;
}
.proc_4 .red span {
  position: absolute;
  left: -90%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background-image: linear-gradient(135deg, #e64436, #fff);
  animation: bgrotate 2s linear forwards infinite;
  transform-origin: center;
}
.proc_4 .xlz {
  position: sticky;
  top: 15vh;
  height: 40vw;
}
.proc_4 .imgs {
  height: 100%;
}
.proc_4 .imgs img {
  display: none;
  object-fit: contain;
}
.proc_4 .imgs img.act {
  display: block;
}
.proc_4 .item:nth-child(1) {
  top: 77%;
  left: 40%;
  position: absolute;
}
.proc_4 .item:nth-child(2) {
  top: 65%;
  left: 54.5%;
  position: absolute;
}
.proc_4 .item:nth-child(3) {
  top: -1%;
  left: 39.5%;
}
.proc_4 .item:nth-child(3) .point1 {
  position: absolute;
  top: 53%;
  left: 39.5%;
}
.proc_4 .item:nth-child(3) .point2 {
  position: absolute;
  top: 29%;
  left: 51.5%;
}
.proc_4 .item:nth-child(3) .point3 {
  position: absolute;
  top: 18%;
  left: 62%;
}
.proc_4 .item:nth-child(3) svg {
  position: absolute;
  bottom: 0;
}
.proc_4 .item svg.type1 {
  width: 1px;
  height: 5.47vw;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.proc_4 .item svg.typel {
  width: 7.55vw;
  height: 19.32vw;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.proc_4 .item svg.typec {
  width: 1px;
  height: 8.33vw;
  transform: rotate(180deg);
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.proc_4 .item svg.typer {
  width: 4.69vw;
  height: 5.42vw;
  right: 0;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.proc_4 .item.act svg {
  animation: offset 1.5s linear forwards;
}
@keyframes offset {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes offsetRe {
  to {
    stroke-dashoffset: 500;
  }
}
/* 闪烁圆点 */
.proc_4 .item .point {
  display: block;
  width: 0.42vw;
  height: 0.42vw;
  border: 0.36vw solid rgba(90, 143, 164, 0.5);
  border-radius: 50%;
  position: relative;
  /* animation: bordershow 3s infinite; */
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
.proc_4 .item.act .point {
  opacity: 1;
}
.proc_4 .item .point::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 50%;
  background: rgba(90, 143, 164, 0.2);
  /* animation: boderM 3s 0.75s infinite; */
  z-index: 9;
}
.proc_4 .item .point::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 50%;
  background: rgba(90, 143, 164, 0.2);
  /* animation: boderM 3s infinite; */
  z-index: 9;
}
.proc_4 .item .txt {
  opacity: 0;
  transition: all 0.5s;
}
.proc_4 .item.act .txt {
  opacity: 1;
  transition: all 0.5s 1.5s;
}
.proc_4 .item:nth-child(1) .txt {
  position: absolute;
  top: 6.25vw;
  right: 0;
  text-align: right;
}
.proc_4 .item:nth-child(2) .txt {
  position: absolute;
  top: 6.25vw;
  left: 0;
}
.proc_4 .item:nth-child(3) .txt {
  position: absolute;
  top: -1.09vw;
  left: 52.5%;
  transform: translateX(-50%);
  text-align: center;
}
.proc_4 .item .tit {
  background-image: url("../img/gold.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 0.52vw;
  white-space: nowrap;
}
.proc_4 .item .con {
  color: #fff;
  white-space: nowrap;
}

.proc_5 {
  background-color: #000;
  padding: 20vh 0 7.81vw;
}
.proc_5 .title {
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 0 auto 40vh;
}
.proc_5 .red {
  background-image: linear-gradient(135deg, #e64436, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.proc_5 .list {
  margin: 0 17.08vw;
}
.proc_5 .item {
  margin-bottom: 9.38vw;
  color: #fff;
}
.proc_5 .item:last-child {
  margin-bottom: 0;
}
.proc_5 .item .tit {
  margin-bottom: 0.94vw;
}
.proc_5 .item .con {
  margin-bottom: 2.34vw;
  line-height: 1.75;
}
.proc_5 .item .bgimg {
  border-radius: 2.08vw;
  overflow: hidden;
  height: 37.03vw;
}
/* 适配 */
@media (min-width: 2300px) {
  .a_3 .solid_box {
    -webkit-clip-path: url(#menu-clip-path1);
    clip-path: url(#menu-clip-path1);
  }
}
@media (max-width: 1680px) {
  .a_3 .solid_box {
    -webkit-clip-path: url(#menu-clip-path2);
    clip-path: url(#menu-clip-path2);
  }
}
@media (max-width: 1560px) {
  .a_3 .solid_box {
    -webkit-clip-path: url(#menu-clip-path4);
    clip-path: url(#menu-clip-path4);
  }
}
@media (max-width: 1536px) {
  .ip_4 .list .item .img {
    height: 256px;
  }
  .t_2 .item .bgimg {
    height: 200px;
  }
  .t_4 .item .bgimg {
    height: 207px;
  }
  .c_1 .btn {
    width: 1360px;
  }
  .c_1 .swiper .bgimg {
    height: 245px;
  }
  .t_4 .item {
    height: 465px;
  }
  .t_2 .item {
    padding-bottom: 280px;
  }
  .sol_2 .list .bgimg .more{
      left: 775px;
  }
}
@media (max-width: 1440px) {
  .a_3 .solid_box {
    -webkit-clip-path: url(#menu-clip-path3);
    clip-path: url(#menu-clip-path3);
  }
  .c_1 .swiper .bgimg {
    height: 245px;
  }
  .c_page .w_1320 {
    width: 1120px;
  }
  .c_1 .btn {
    width: 1270px;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
  .a_3 .solid_box {
    -webkit-clip-path: url(#menu-clip-path5);
    clip-path: url(#menu-clip-path5);
  }
}
/* 移动端 */
@media (max-width: 1024px) {
  /*  */
  .c_page .w_1320,
  .min_width,
  .w_1520,
  .w_1320,
  .w_1920 {
    width: auto;
    min-width: initial;
  }
  .banner.i_banner .txt .more{
      margin-top: 0;
  }
  
.banner .tab_box::after{
  content: "";
  position: absolute;
  left: -160px;
  top: 30px;
  width: 2px; 
  height: 20px;
  background-color: #fff;
  transition: all 0.5s; 
  z-index: 9;
}
  .ip_1 {
    padding: 60px 20px 40px;
    width: 100%;
  }
  .ip_1 .list .item {
    width: 100%;
    height: calc(58vw + 100px);
    margin-bottom: 20px;
  }
  .ip_1 .list .item .txt {
    padding: 20px;
  }
  .ip_1 .list .item .txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ip_1 .list .item .txt .con {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .banner.i_banner .txt .tit {
    font-size: 13px;
  }
  .banner.i_banner .txt .con {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .banner.i_banner .txt .tit span {
    font-size: 16px;
  }
  .banner.i_banner .txt {
    top: 10vw;
  }
  .banner .tab {
    right: 20px;
    bottom: 20px;
  }
  .banner .tab .item.act,
  .banner .tab .item {
    font-size: 13px;
  }
  .ip_2 {
    padding-bottom: 60px;
  }
  .ip_2 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ip_2 .desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .ip_2 .img {
    height: 40vw;
  }
  .ip_2 .txt {
    padding: 20px;
  }
  .ip_2 .txt .tit {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .ip_2 .txt .con {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .ip_3 {
    padding: 60px 0 0;
    height: 580px;
  }
  .ip_3 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ip_3 .desc {
    font-size: 13px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .ip_3 .list .item .top {
    margin-bottom: 5px;
  }

  .ip_3 .list .item .top .num {
    font-size: 26px;
    margin-right: 8px;
  }
  .ip_3 .list .item .top span {
    font-size: 12px;
  }
  .ip_3 .list .item .tit {
    font-size: 13px;
    width: 24vw;
  }
  .ip_3 .list .item {
    margin-right: 20px;
  }
  .ip_3 .list {
    flex-wrap: wrap;
  }
  .ip_4 .list {
    flex-wrap: wrap;
  }
  .ip_4 {
    padding: 60px 20px 40px;
  }
  .ip_4 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ip_4 .desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .ip_4 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .ip_4 .list .item .img {
    height: 58vw;
  }
  .ip_4 .list .item .name {
    width: 92px;
    height: 34px;
    font-size: 13px;
  }
  .ip_4 .list .item .txt {
    padding: 20px 20px 60px;
    height: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .ip_4 .list .item .txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ip_4 .list .item .txt .con {
    font-size: 13px;
  }
  .ip_4 .list .item .txt .bottom {
    bottom: 20px;
    padding: 0 20px;
  }
  .ip_4 .list .item .llist {
    padding: 50px 20px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .ip_4 .list .item .litem {
    margin-bottom: 20px;
  }
  .ip_4 .list .item .litem .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p_page {
    padding: 0;
  }
  .p_page .left {
    width: 100%;
    float: none;
    display: flex;
    overflow: auto;
    position: static;
  }
  .p_page .left .tab{
      display: flex;
      white-space: nowrap;
      padding: 0;
  }
  .p_page .left .tab .item{
      padding: 20px;
      margin: 0;
  }
  
.p_page .left .tab .item.act { 
  color: var(--logoColor);
}
  .p_page .right {
    width: 100%;
    float: none;
    margin-left: 0;
    padding:  20px 20px 60px;
  }
  .p_page .right .item {
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
  }
  .p_page .right .item:nth-last-child(1),
  .p_page .right .item:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .p_page .right .item .txt {
    padding: 20px 20px 60px;
    height: auto;
  }
  .p_page .right .item .more {
    bottom: 20px;
    left: 20px;
  }
  .p_page .right .item .txt .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .p_page .right .item .txt .con {
    font-size: 13px;
  }
  .pd_1 {
    padding: 65px 20px;
  }
  .pd_1 .title {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0;
  }
  .pd_1 .list {
    justify-content: space-between;
  }
  .pd_1 .list .item {
    width: calc(100% / 2 - 6px);
    margin-right: 0;
    height: auto;
    padding: 20px 20px 30px;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .pd_1 .list .item .icon {
    width: 33px;
    height: 33px;
  }
  .pd_1 .list .item .tit2,
  .pd_1 .list .item .tit {
    font-size: 13px;
  }
  .pd_2 {
    height: 120vw;
  }
  .pd_2 .inner_wrapper {
    left: 0;
    top: 0;
    transform: translateX(0);
  }
  .pd_2 .inner {
    left: 0;
    top: 0;
    width: 100vw;
    padding: 0 20px;
  }
  .pd_2 .inner .title {
      white-space: initial;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pd_2 .inner .desc {
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .pd_2 .list .item {
    margin-bottom: 20px;
  }
  .pd_2 .list .item .top .num {
    font-size: 24px;
  }
  .pd_2 .list .item .top .unit {
    font-size: 12px;
  }
  .pd_2 .list .item .tit {
    font-size: 11px;
  }
  .pd_3 {
    padding: 60px 20px 0;
  }
  .pd_3 .list .item .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pd_3 .list .item .con {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .pd_3 .list .item {
    margin-bottom: 50px;
  }
  .banner.t_banner {
    height: 100vw;
  }
  .banner.t_banner .txt {
    left: 20px;
    top: auto;
    bottom: 40px;
    transform: initial;
    text-align: left;
  }
  .t_1 {
    padding: 60px 20px;
  }
  .t_1 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .t_1 .desc {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .t_1 .bgimg .cover img {
    width: 36px;
  }
  .t_2 {
    padding: 60px 20px;
  }
  .t_2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .t_2 .title img {
    width: 25px;
    margin-left: 14px;
  }
  .t_2 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 40px 20px;
    height: auto;
  }
  .t_2 .item .bgimg {
    position: initial;
    width: 100%;
    height: 50vw;
    margin-top: 20px;
  }
  .t_2 .item .tit {
    font-size: 16px;
  }
  .t_2 .item .con {
    font-size: 13px;
  }
  .t_3 {
    display: block;
    padding: 60px 20px;
    height: auto;
  }
  .t_3 .title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
  .t_3 .swiper_box{
    position: relative;
  }
  .t_3 .swiper {
    height: 51vw;
  }
  .t_3 .img{
      position: initial;
      width: auto;
      max-width: initial;
      max-height: initial;
      transform: scale(1);
      visibility: initial;
  }
  .t_3 .btn{
    display: flex;
    width: 80px;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 20px;
  }
  .t_3 .swiper-scrollbar {
    position: absolute;
    left: 0;
    width: 45%;
    bottom: 16px;
    height: 2px;
    background-color: #b7b7b7;
    transition: all 0.5s;
  } 
  .t_4 {
    padding: 60px 20px;
  }
  .t_4 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .t_4 .title img {
    width: 25px;
    margin-left: 14px;
  }
  .t_4 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 40px 20px;
    height: auto;
  }
  .t_4 .item .bgimg {
    position: initial;
    width: 100%;
    height: 50vw;
    margin-top: 20px;
  }
  .t_4 .item .tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .t_4 .item .con {
    font-size: 13px;
  }

  .n_banner.banner {
    margin-top: 50px;
  }
  .n_page {
    padding: 60px 20px;
  }
  .n_page .left {
    width: 100%;
    float: none;
  }
  .nd_page .left{padding: 20px;}
  .n_page .left .item .bgimg {
    height: auto;
  }
  .n_page .left .suggest.item,
  .n_page .left .item {
    width: 100%;
    margin-bottom: 32px;
  }
  .n_page .left .item .tit {
    font-size: 16px;
  }
  .pagination .item {
    padding: 2px 5px 0px;
    font-size: 12px;
    white-space: nowrap;
  }
  .n_page .right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .n_page .right .box {
    padding: 20px;
  }
  .n_page .right button,
  .n_page .right .input {
    width: 100%;
  }
  .n_page .right button {
    margin-bottom: 25px;
  }
  .n_page .right .n_share {
    padding-top: 25px;
  }
  .n_page .right .n_share .tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .n_page .right .n_share .item {
    margin-bottom: 10px;
  }
  .n_page .right .n_share .item .icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
  .n_page .right .n_share .item .name {
    font-size: 13px;
  }
  .n_page .right .title {
    font-size: 16px;
  }
  .n_page .right .desc {
    font-size: 13px;
  }
  .sol_1 {
    padding: 60px 20px;
  }
  .sol_1 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sol_1 .con p {
    font-size: 13px;
    line-height: 1.5;
  }
  .sol_1 .con p span {
    font-size: 12px;
    min-width: 20px;
    height: 26px;
    margin-right: 16px;
  }
  .sol_2 {
    padding: 60px 0;
  }
  .sol_2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sol_2 .tab {
    overflow: auto;
    margin-bottom: 20px;
  }
  .sol_2 .tab .item {
    width: auto;
    padding: 0 10px 10px;
    font-size: 13px;
    white-space: nowrap;
  }
  .sol_2 .list {
    padding: 0 20px;
  }
  .sol_3 {
    padding: 60px 20px;
  }
  .sol_3 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sol_3 .list {
    flex-wrap: wrap;
  }
  .sol_3 .list .item {
    width: 100%;
    margin-bottom: 19px;
    flex: initial;
  }
  .sol_3 .list .item .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sol_3 .list .item .con {
    font-size: 13px;
  }
  .sol_3 .list .item .icon {
    width: 40px;
    height: 40px;
  }
  .sol_4 {
    padding: 60px 20px;
  }
  .sol_4 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sol_4 .swiper_box .swiper-scrollbar {
    width: 45%;
    bottom: 16px;
  }
  .sol_4 .btn {
    width: 80px;
  }
  .btn.red .prev,
  .btn.red .next {
    width: 33px;
    height: 33px;
    background-size: 12px 11px;
  }
  .sol_5 {
    padding: 60px 20px;
  }
  .sol_5 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sol_5 .list .item {
    width: 100%;
    margin-right: 0;
  }
  .sol_5 .list .item .bgimg {
    height: 60vw;
  }
  .sol_5 .list .item .txt .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sol_5 .list .item .txt .con {
    font-size: 13px;
  }
  .c_page {
    padding: 60px 0 0;
  }
  .c_1 .btn {
    display: none;
  }
  .c_1 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c_1 .desc {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .c_1 .block {
    padding-bottom: 60px;
  }
  .c_1 .block .name {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .c_1 .swiper {
    margin-left: 20px;
  }
  .c_1 .swiper .bgimg {
    height: 60vw;
  }
  .c_1 .swiper .txt .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .c_1 .swiper .txt .con {
    font-size: 13px;
  }
  .navigation {
    margin-top: 50px;
    padding: 0 20px;
  }
  .navigation .left .title {
    font-size: 16px;
  }
  .navigation .tab .item {
    margin-left: 10px;
    font-size: 13px;
  }
  .user_page .inner {
    padding: 60px 20px;
  }
  .user_page .inner .top {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .user_page .inner .top .title {
    font-size: 24px;
  }
  .user_page .inner .list .item {
    margin-bottom: 20px;
  }
  .user_page .inner .list .item3,
  .user_page .inner .list .item2 {
    width: 100%;
    margin-right: 0;
  }
  .user_page .inner .list .item .bgimg {
    height: 40vw;
  }
  .user_page .inner .list .item .txt .tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .user_page .inner .list .item .txt .con {
    font-size: 13px;
  }
  .banner.a_banner {
    height: 100vw;
    position: relative;
  }
  .banner.a_banner .txt {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .a_1 {
    padding: 80px 20px 40px;
    border-radius: 0;
  }
  .a_1 .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .a_1 .con {
    width: 100%;
    font-size: 13px;
    margin-bottom: 40px;
  }
  .a_1 .item {
    width: 22vw;
  }
  .a_1 .item .top .num {
    font-size: 24px;
  }
  .a_1 .item .top .unit {
    font-size: 13px;
  }
  .a_1 .item .tit {
    font-size: 13px;
  }
  .a_2 {
    padding: 65px 0;
    background-color: #f9f9f9;
  }
  .a_2 .title {
    font-size: 24px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .a_2 .desc {
    font-size: 13px;
    padding: 0 20px;
  }
  .a_2 .earth {
    margin-bottom: 40px;
  }
  .a_2 .swiper {
    padding: 20px;
  }
  .a_2 .swiper .swiper-slide {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
    justify-content: center;
  }
  .a_2 .swiper .swiper-slide-active > div {
    background-color: var(--logoColor);
    color: #fff;
  }
  .a_2 .swiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
    height: 100%;
  }
  .a_2 .swiper .swiper-slide .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .a_2 .swiper .swiper-slide .t2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  .a_2 .swiper .swiper-slide-active .t2 {
    opacity: 1;
  }
  .a_2 .swiper .swiper-slide .tit {
    font-size: 16px;
  }
  .a_2 .swiper .swiper-slide .cn,
  .a_2 .swiper .swiper-slide .en {
    font-size: 13px;
    text-align: center;
  }
  .a_3 {
    padding: 60px 0 0;
  }
  .a_3 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .a_3 .txt_box {
    padding: 20px;
    margin-bottom: 40px;
  }
  .a_3 .txt_box .swiper-slide {
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: auto;
  }
  .a_3 .txt_box .swiper-slide .bgimg {
    width: 100%;
    height: 45vw;
  }
  .a_3 .txt_box .swiper-slide .txt {
    width: 100%;
    padding: 20px;
  }
  .a_3 .txt_box .swiper-slide .time {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .a_3 .txt_box .swiper-slide .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .a_3 .txt_box .swiper-slide .con {
    font-size: 13px;
  }
  .a_4 {
    padding: 60px 0 0;
    height: auto!important;
    overflow: hidden;
  }
  .a_4 .title {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .a_4 .inner {
    padding: 0 20px;
  }
  .a_4 .info {
    padding-right: 30px;
    margin-right: 30px;
  }
  .a_4 .item {
    margin-bottom: 10px;
  }
  .a_4 .map {
    position: relative;
    height: auto!important;
    transform: scale(1.5);
  }
  .a_4 .map img{
      height: auto;
  }
  .a_4 .item .tit {
    font-size: 13px;
  }
  .a_4 .item .con {
    font-size: 13px;
  }
  .banner.proc_banner {
    height: 100vw;
  }
  .banner.proc_banner .txt {
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
    .video_cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9;
    }
    .video_cover.hid{opacity: 0;}
    .video_cover .start {
        position: absolute;
          left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
      width: 36px!important;
      height: 36px!important;
    }
    
    .video_cover.show{display: block!important;}
    
  .proc_1 {
    height: auto;
    background-color: #000;
  }
  .proc_1 .bgimg {
    position: relative;
    height: auto;
    padding: 0 20px;
  }
  .proc_1 .txt {
    padding: 40px;
    text-align: center;
    line-height: 1.5;
  }
  .proc_1 .txt .tit {
    font-size: 24px;
    color: #fff;
  }
  .proc_2 {
    padding: 0 20px 40px;
    display: block;
  }
  .proc_2 .txt {
    width: 100%;
    text-align: left;
    padding-top: 80px;
  }
  .proc_2 .txt .tit {
    background-image: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 24px;
    width: 100%;
  }
  .proc_2 .txt .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .proc_2 .txt .con {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .proc_2 .bgimg {
    width: 100%;
    height: auto;
    transform: initial;
  }
  .proc_3 {
    position: relative;
    height: auto;
    padding: 40px 20px;
    overflow: hidden;
  }
  .proc_3 .bg {
    position: absolute;
    left: 0;
    height: 100%;
    background-size: cover;
  }
  .proc_3 .bgimg {
    position: relative;
    top: 0;
    height: auto;
    width: 40vw;
    margin: auto;
  }
  .proc_3 .bgimg .txt {
    width: 80vw;
    margin: 20px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .proc_3 .bgimg .txt img {
    width: 12px;
  }
  .proc_3 .bgimg .txt .tit {
    font-size: 11px;
  }
  .proc_3 .opasIcon {
    height: auto;
  }
  .proc_3 .list {
    position: relative;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 35px 0 0;
  }
  .proc_3 .list .item {
    width: 33%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .proc_5,
  .proc_4 {
    overflow: hidden;
    height: auto;
  }
  .proc_3 .list .item .icon {
    width: 20px;
    height: 20px;
  }
  .proc_3 .list .item .tit {
    font-size: 13px;
  }
  .proc_3 .list .item .top {
    margin-bottom: 5px;
  }
  .proc_3 .list .item .top .num {
    font-size: 16px;
  }
  .proc_3 .list .item .top .unit {
    font-size: 10px;
    line-height: 1.5;
  }
  .proc_4 .title {
    font-size: 24px;
    opacity: 1;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
  .proc_4 .red,
  .proc_4 .blue {
    width: 24px;
    transform: translateY(4px);
    height: 24px;
  }
  .proc_4 {
    padding: 40px 0;
  }
  .proc_4 .xlz {
    position: relative;
    top: 0;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
  }
  .proc_4 .item .tit {
    font-size: 15px;
  }
  .proc_4 .item .con {
    font-size: 11px;
  }
  .proc_4 .item .point::after,
  .proc_4 .item .point::before {
    width: 18px;
    height: 18px;
  }
  .proc_4 .item .point {
    width: 8px;
    height: 8px;
  }
  .proc_4 .item:nth-child(3) .point1 {
    left: 35.5%;
  }
  .proc_4 .item:nth-child(3) .point2 {
    left: 52%;
    top: 30%;
  }
  .proc_4 .item:nth-child(3) .point3 {
    left: 67%;
  }
  .proc_4 .item svg.typel {
    width: 17.55vw;
    height: 44.32vw;
  }
  .proc_4 .item svg.typec {
    width: 2px;
    height: 22.33vw;
  }
  .proc_4 .item svg.typer {
    width: 11.69vw;
    height: 13.42vw;
  }
  .proc_4 .item:nth-child(1) {
    top: 77%;
    left: 36%;
  }
  .proc_4 .item svg.type1 {
    width: 7px;
    height: 18.47vw;
  }
  .proc_4 .item:nth-child(2) .txt,
  .proc_4 .item:nth-child(1) .txt {
    top: 19.25vw;
  }
  .proc_4 .item:nth-child(1) .txt {
    right: -50px;
  }
  .proc_4 .item:nth-child(2) .txt {
    left: -25px;
  }
  .proc_5 {
    padding: 80px 0;
  }
  .proc_5 .title {
    font-size: 24px;
    margin-bottom: 80px;
  }
  .proc_5 .list {
    margin: 0 20px;
  }
  .proc_5 .item .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .proc_5 .item .con {
    font-size: 13px;
  }
  .proc_5 .item {
    margin-bottom: 40px;
    /*display: flex;*/
    /*flex-direction: column-reverse;*/
  }
  .proc_5 .item .bgimg {
    margin-bottom: 20px;
    height: auto;
  }
  .a_2 .title .yh1{
      left: -35px;
    top: 0px;
    transform: initial;
    width: 45px;
  }
  .a_2 .title .yh2{
      right: -30px;
    transform: initial;
    top: 24px;
    width: 45px;
  }
  .pd_2 .bgimg img{
      min-height: initial;
  }
  .n_page.search_page{
      padding-top: 110px;
  }
  .n_page .title{
      font-size: 24px;
      margin-bottom: 30px;
  }
  .n_page .search,
  .n_page .search form{
      width: 100%;
  }
  .n_page .search input{
      width: 100%;
      height: 40px;
  }
  .n_page .search form .name{
      padding: 0 20px;
      font-size: 13px;
  }
  .search_page .list{
      padding: 0;
  }
  .search_page .item{
      width: 100%;
      margin-right: 0;
  }
  .search_page .item .txt{
      padding: 20px 20px 60px;
      height: auto;
  }
  .search_page .item .txt .tit{
      font-size: 16px;
      margin-bottom: 10px;
  }
  .search_page .item .txt .con{
      font-size: 13px;
  }
  .search_page .item .more{
      bottom: 20px;
      left: 20px;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
