.w1800 {
  width: 100%;
  padding: 0 0.5rem;
}
.f140 {
  font-size: 1.4rem;
  line-height: 1.2;
}
.f96 {
  font-size: 0.96rem;
  line-height: 1.2;
}
.f70 {
  font-size: 0.7rem;
  line-height: 1.2;
}
.f58 {
  font-size: 0.58rem;
  line-height: 1.2;
}
.f48 {
  font-size: 0.48rem;
  line-height: 1.2;
}
.f44 {
  font-size: 0.44rem;
  line-height: 1.2;
}
.f36 {
  font-size: 0.36rem;
  line-height: 1.2;
}
.f34 {
  font-size: 0.34rem;
  line-height: 1.2;
}
.f30 {
  font-size: 0.3rem;
  line-height: 1.2;
}
.f26 {
  font-size: 0.26rem;
  line-height: 1.2;
}
body {
  background: #000;
  color: #fff;
  cursor: url(../images/cursor.svg), auto !important;
}
.pc_header {
  transition: 0.6s;
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
}
.pc_header .he_box .logo a img {
  height: 0.66rem;
  /*filter: invert(1);*/
}
.pc_header .he_box .column .slide {
  margin-right: 1rem;
}
.pc_header .he_box .column .slide:last-child {
  margin-right: 0;
}
.pc_header .he_box .column .slide a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1rem;
  padding-left: 0.2rem;
  font-family: BricolageGrotesqueLight;
}
.pc_header .he_box .column .slide a::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.pc_header .he_box .column .slide.active a::before {
  opacity: 1;
}
.pc_header .he_box .home a {
  position: relative;
  color: #fff;
  padding-left: 0.2rem;
  text-transform: uppercase;
  font-family: BricolageGrotesqueLight;
}
.pc_header .he_box .home a::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.pc_header .he_box .home.active a::before {
  opacity: 1;
}
.pc_header.on {
  top: -1.1rem;
}
.pc_header.active {
  background: #000;
}
.pc_header.black .he_box .logo a img {
  filter: invert(0);
}
.pc_header.black .he_box .column .slide a {
  color: #000;
}
.pc_header.black .he_box .column .slide a::before {
  background: #000;
}
.pc_header.black .he_box .home a {
  color: #000;
}
.pc_header.black .he_box .home a::before {
  background: #000;
}
.pc_header.black.active .he_box .logo a img {
  filter: invert(1);
}
.pc_header.black.active .he_box .column .slide a {
  color: #fff;
}
.pc_header.black.active .he_box .column .slide a::before {
  background: #fff;
}
.pc_header.black.active .he_box .home a {
  color: #fff;
}
.pc_header.black.active .he_box .home a::before {
  background: #fff;
}
.pc_footer {
  border-top: 1px solid #ebeced;
}
.pc_footer .fo_box .ter_top {
  padding: 0.5rem 0 0;
  /*height: calc(var(--vh) - 1rem - 1.1rem);*/
  align-items: flex-start;
}
.pc_footer .fo_box .ter_top .le_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  gap: 1rem;
}
.pc_footer .fo_box .ter_top .le_box .li .tips {
  width: 5.4rem;
  color: #fff;
  font-family: BricolageGrotesqueLight;
}
.pc_footer .fo_box .ter_top .le_box .li .content {
  flex: 1;
}
.pc_footer .fo_box .ter_top .le_box .li .content a {
  transition: 0.4s;
  display: inline-block;
  color: #fff;
  -moz-text-decoration-line: underline;
  -moz-text-decoration-thickness: 0.02rem;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-thickness: 0.02rem;
  text-decoration-line: underline;
  text-decoration-thickness: 0.02rem;
  font-family: BricolageGrotesqueLight;
}
.pc_footer .fo_box .ter_top .le_box .li .content a:hover {
  opacity: 0.6;
}
.pc_footer .fo_box .ter_top .le_box .li .content p {
  color: #fff;
  font-family: BricolageGrotesqueLight;
}
.pc_footer .fo_box .ter_top .ri_box {
  width: 18%;
}
.pc_footer .fo_box .ter_top .ri_box a {
  transition: 0.4s;
  color: #fff;
  -moz-text-decoration-line: underline;
  -moz-text-decoration-thickness: 0.02rem;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-thickness: 0.02rem;
  text-decoration-line: underline;
  text-decoration-thickness: 0.02rem;
  font-family: BricolageGrotesqueLight;
}
.pc_footer .fo_box .ter_top .ri_box a:hover {
  opacity: 0.6;
}
.pc_footer .fo_box .ter_top .ri_box a:first-child,
.pc_footer .fo_box .ter_top .ri_box a:last-child {
  font-size: 0.4rem;
  font-family: HarmonyOSRegular;
}
.pc_footer .fo_box .ter_bot {
  height: 1rem;
}
.pc_footer .fo_box .ter_bot .le_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pc_footer .fo_box .ter_bot .le_box .x1 {
  width: 5.4rem;
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .fo_box .ter_bot .le_box .x2 {
  flex: 1;
}
.pc_footer .fo_box .ter_bot .le_box .x2 a {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .fo_box .ter_bot .le_box .x2 a:hover {
  color: #fff;
}
.pc_footer .fo_box .ter_bot .ri_box {
  width: 18%;
}
.pc_footer .fo_box .ter_bot .ri_box a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .fo_box .ter_bot .ri_box a:hover {
  color: #fff;
}
.pc_footer .fo_box .ter_bot .ri_box i {
  margin: 0 0.14rem;
  display: block;
  width: 0.03rem;
  height: 0.26rem;
  background: rgba(255, 255, 255, 0.6);
}
.pu_banner {
  height: 5.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
}
.pu_banner .ban_text {
  padding-bottom: 0.7rem;
}
.pu_banner2 {
  position: relative;
  margin-bottom: 0.6rem;
}
.pu_banner2 .ban_bk {
  width: 100%;
}
.pu_banner2 .ban_bk img,
.pu_banner2 .ban_bk video {
  width: 100%;
  height: var(--vh);
}
.pu_banner2 .ban_post {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 0.7rem;
}
.pu_privacy {
  padding: 0.8rem 0;
}
.pu_privacy .cy_box p {
  color: #fff;
  line-height: 2;
}
.index_banner .video_img {
  width: 100%;
}
.index_banner .video_img img,
.index_banner .video_img video {
  width: 100%;
  height: var(--vh);
}
.index_effect {
  border-top: 1px solid #fff;
}
.index_effect .ct_1 {
  position: relative;
  text-align: center;
  min-height: var(--vh);
}
.index_effect .ct_1 .post {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_effect .ct_1 .next img {
  width: 0.58rem;
}
.index_effect .ct_1 .text {
  margin-top: 1.1rem;
  text-align: center;
}
.index_effect .ct_2 {
  padding: 1.5rem 0;
  display: grid;
  gap: 1rem;
}
.index_effect .ct_2 .item {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  width: 7.28rem;
  margin: 0 auto;
}
.index_effect .ct_2 .item img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.index_effect .ct_2 .item:hover {
  width: 11.3rem;
}
.index_effect.fixed .ct_1 .post {
  position: fixed;
}
.works {
  padding: 0.4rem 0 1.6rem;
}
.works .ks_1 {
  text-align: center;
}
.works .ks_1 img {
  width: 0.48rem;
}
.works .ks_2 {
  margin-top: 0.52rem;
}
.works .ks_2 .container {
  position: relative;
  overflow: hidden;
}
.works .ks_2 .container .picture {
  width: -webkit-calc(72% / 3);
  width: calc((100% - 28px) / 3);
  position: absolute;
  top: 0;
  left: 0;
}
.works .ks_2 .container .picture a {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.works .ks_2 .container .picture a .bk_img {
  width: 100%;
}
.works .ks_2 .container .picture a .bk_img img,
.works .ks_2 .container .picture a .bk_img video {
  transition: 0.4s;
  width: 100%;
}
.works .ks_2 .container .picture a .post {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.works .ks_2 .container .picture a .post .st_box {
  width: 100%;
  color: #fff;
  padding: 0 0.3rem 0.3rem;
}
.works .ks_2 .container .picture a .post .st_box .x2 {
  margin-top: 0.06rem;
  color: #b5b5b6;
}
.works .ks_2 .container .picture a:hover .bk_img img {
  transform: scale(1.05);
}
.works .ks_2 .container .picture a:hover .post {
  opacity: 1;
}
.design {
  border-top: 1px solid #fff;
}
.design .gn_1 {
  padding: 0.8rem 0 1rem;
}
.design .gn_1 .le_ {
  width: 51%;
}
.design .gn_1 .le_ p {
  line-height: 1.6;
  text-align: justify;
}
.design .gn_1 .ri_ {
  width: 30%;
}
.design .gn_1 .ri_ p {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.18rem;
}
.design .gn_1 .ri_ p:last-child {
  margin-bottom: 0;
}
.design .gn_1 .ri_ p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.design .gn_2 {
  width: 100%;
}
.design .gn_2 img,
.design .gn_2 video {
  width: 100%;
}
.template {
  margin-top: 0.14rem;
}
.template .te_box {
  display: grid;
  grid-template-columns: 45% calc(55% - 0.14rem);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.14rem;
}
.template .te_box .slide {
  width: 100%;
}
.template .te_box .slide img {
  width: 100%;
  height: 100%;
}
.template .te_box .slide .flex {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.template .te_box .slide .flex p {
  width: 100%;    
  text-align: justify;
  padding: 0 0.3rem;
}
.template_1 .te_box .slide .flex p {
  padding: 0 1rem 0 0;
}

.template_2 .te_box .slide:first-child {
  grid-area: 1 / 1 / 3 / 2;
}
.template_3 .te_box {
  grid-template-rows: repeat(6, 1fr);
}
.template_3 .te_box .slide:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.template_3 .te_box .slide:nth-child(2) {
  grid-area: 3 / 1 / 7 / 2;
}
.template_3 .te_box .slide:nth-child(3) {
  grid-area: 1 / 2 / 4 / 3;
}
.template_3 .te_box .slide:nth-child(4) {
  grid-area: 4 / 2 / 7 / 3;
}
.template_4 .te_box {
  grid-template-rows: repeat(3, 1fr);
}
.template_4 .te_box .slide:nth-child(3) .flex {
  align-items: flex-start;
}
.formwork {
  margin-top: 0.14rem;
}
.formwork .rk_box {
  width: 100%;
}
.formwork .rk_box img {
  width: 100%;
}
.pu_bk {
  height: 1.6rem;
  width: 100%;
}
.company_team {
  padding: 0.2rem 0 1.2rem;
  border-bottom: 1px solid #fff;
}
.company_team .le_box {
  width: 5.4rem;
}
.company_team .le_box p {
  position: relative;
  padding-left: 0.2rem;
}
.company_team .le_box p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.company_team .ri_box {
  flex: 1;
}
.company_team .ri_box .box1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.14rem;
}
.company_team .ri_box .box1 .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.company_team .ri_box .box1 .up {
  opacity: 0;
  transition: .6s;  
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.company_team .ri_box .box1 .up > div {
   width: 100%;
   padding: 0 0.3rem 0.3rem;
}
.company_team .ri_box .box1 .up .text {
    color: #fff;
}
.company_team .ri_box .box1 .up .desc {
    color: #b5b5b6;
    margin-top: .06rem;
}
/*.company_team .ri_box .box1 .up .desc::-webkit-scrollbar {*/
/*	width: 2px;*/
/*	height: 2px;*/
/*}*/
/*.company_team .ri_box .box1 .up .desc::-webkit-scrollbar-thumb {*/
/*	border-radius: 2px;*/
/*	background: rgba(255, 255, 255, 1);*/
/*}*/

/*.company_team .ri_box .box1 .up .desc::-webkit-scrollbar-track {*/
/*	border-radius: 2px;*/
/*	background: rgba(255, 255, 255, 0.3);*/
/*}*/

.company_team .ri_box .box1 .img img {
  width: 100%;
  transition: 0.4s;
}
.company_team .ri_box .box1 .img:hover img {
  transform: scale(1.05);
}
.company_team .ri_box .box1 .img:hover .up {
    opacity: 1; 
}

.company_team .ri_box .box2 .slide {
  margin-bottom: 0.3rem;
}
.company_team .ri_box .box2 .slide:last-child {
  margin-bottom: 0;
}
.company_team .ri_box .box2 .slide div {
  font-family: HarmonyOSRegular;
  line-height: 1.4;
}
.company_team .ri_box .box3 {
  width: 100%;
}
.company_team .ri_box .box3 img {
  width: 100%;
}
.company_team .ri_box .box4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .2rem;
}
.company_team .ri_box .box4 p {
    /*border: 1px solid #fff;*/
    height: 1.38rem;
    display: flex;
}
.company_team .ri_box .box4 p img {
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.company_team:last-of-type {
  border-bottom: none;
}
.news .ws_1 {
  padding: 0.4rem 0 0.52rem;
  text-align: center;
}
.news .ws_1 img {
  width: 0.48rem;
}
.news .ws_2 {
  position: relative;
  overflow: hidden;
}
.news .ws_2 .slide {
  width: -webkit-calc(72% / 3);
  width: calc((100% - 28px) / 3);
  position: absolute;
  top: 0;
  left: 0;
}
.news .ws_2 .slide a .img {
  width: 100%;
  overflow: hidden;
}
.news .ws_2 .slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.news .ws_2 .slide a .content {
  margin-top: 0.5rem;
}
.news .ws_2 .slide a .content .time {
  font-family: BricolageGrotesqueLight;
  color: rgba(255, 255, 255, 0.6);
}
.news .ws_2 .slide a .content .text {
  margin: 0.16rem 0 0.6rem;
  color: #fff;
}
.news .ws_2 .slide a .content .text p {
  font-family: HarmonyOSRegular;
  line-height: 0.5rem;
  height: 1rem;
}
.news .ws_2 .slide a .content .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news .ws_2 .slide a .content .btn p {
  color: #fff;
   -moz-text-decoration-line: underline;
  -moz-text-decoration-thickness: 0.02rem;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-thickness: 0.02rem;
  text-decoration-line: underline;
  text-decoration-thickness: 0.02rem;
}
.news .ws_2 .slide a .content .btn span {
  transition: 0.4s;
  margin-left: 0.26rem;
  transform: rotate(-90deg);
}
.news .ws_2 .slide a .content .btn span img {
  width: 0.42rem;
}
.news .ws_2 .slide a:hover .img img {
  transform: scale(1.05);
}
.news .ws_2 .slide a:hover .content .btn span {
  margin-left: 0.36rem;
}
.news_details {
  border-top: 1px solid #fff;
  padding: 1rem 0;
}
.news_details .ls_1 .le_ {
  width: 55%;
}
.news_details .ls_1 .le_ .text {
  margin-bottom: 0.8rem;
}
.news_details .ls_1 .le_ .desc p {
  line-height: 1.6;
  text-align: justify;
}
.news_details .ls_1 .ri_ {
  width: 30%;
}
.news_details .ls_1 .ri_ p {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.18rem;
  font-family: HarmonyOSRegular;
}
.news_details .ls_1 .ri_ p:last-child {
  margin-bottom: 0;
}
.news_details .ls_1 .ri_ p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.news_details .ls_2 {
  margin-top: 1rem;
  width: 100%;
}
.news_details .ls_2 .box1 {
  width: 100%;
}
.news_details .ls_2 .box1 img {
  width: 100%;
}
.news_details .ls_2 .box2 {
  display: grid;
  grid-template-columns: 41% 59%;
  gap: 0.14rem;
}
.news_details .ls_2 .box2 div {
  width: 100%;
}
.news_details .ls_2 .box2 div img {
  width: 100%;
}
.contact {
  padding: 2.7rem 0 0;
}
.contact .box {
  border-top: 1px solid #fff;
  padding: 0.2rem 0 1.2rem;
}
.contact .box .le_ {
  width: 5.4rem;
}
.contact .box .le_ .tips {
  position: relative;
  padding-left: 0.2rem;
  font-family: BricolageGrotesqueLight;
}
.contact .box .le_ .tips::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.contact .box .ri_ {
  flex: 1;
}
.contact .box .ri_ p {
  line-height: 1;
  font-family: BricolageGrotesqueLight;
}
.contact .box .ri_ p a {
  color: #fff;
  display: inline-block;
  -moz-text-decoration-line: underline;
    -moz-text-decoration-thickness: 0.03rem;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-thickness: 0.03rem;
    text-decoration-line: underline;
    text-decoration-thickness: 0.03rem;
  font-family: BricolageGrotesqueLight;
}
.contact .copy {
  margin-top: 1.8rem;
  height: 1rem;
}
.contact .copy .le_ {
  width: 5.4rem;
  color: rgba(255, 255, 255, 0.6);
}
.contact .copy .ri_ {
  flex: 1;
}
.contact .copy .ri_ .beian a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.contact .copy .ri_ .beian a:hover {
  color: #fff;
}
.contact .copy .ri_ .yszc a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.contact .copy .ri_ .yszc a:hover {
  color: #fff;
}
.contact .copy .ri_ .yszc i {
  margin: 0 0.14rem;
  display: block;
  width: 0.03rem;
  height: 0.26rem;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1500px) {
  .pc_footer .fo_box .ter_top .le_box {
    gap: 0.8rem;
  }
}
@media (max-width: 1200px) {
    .company_team .le_box,
    .pc_footer .fo_box .ter_top .le_box .li .tips {
        width: 24%;
    }
    .contact .copy {
        height: auto;
       margin-top: 0;
       padding: .3rem 0;
    }
     .pc_footer .fo_box .ter_bot .le_box .x1,
     .pc_footer .fo_box .ter_bot .le_box .x2,
    .contact .copy .ri_ .yszc,
    .contact .copy .ri_ .beian,
    .contact .copy .le_ {
        width: 100%;
        line-height: 2;
    }
  .contact .box .le_,
  .contact .box .ri_ {
    width: 100%;
    flex: auto;
  }
  .contact .box .ri_ {
    margin-top: 0.2rem;
  }
  .index_effect .ct_1 {
    min-height: calc(var(--vh) - 58px);
  }
  .MobileNav {
    background: #000;
  }
  .f140 {
    font-size: 0.88rem;
  }
  .f96 {
    font-size: 0.6rem;
  }
  .f70 {
    font-size: 0.5rem;
  }
  .f58 {
    font-size: 0.44rem;
  }
  .f48 {
    font-size: 0.34rem;
  }
  .f44 {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .pc_footer .fo_box .ter_top .ri_box a:first-child,
  .pc_footer .fo_box .ter_top .ri_box a:last-child {
    font-size: 0.26rem;
  }
  .f36 {
    font-size: 0.26rem;
  }
  .f34 {
    font-size: 0.24rem;
  }
  .f30 {
    font-size: 0.22rem;
  }
  .MobileNav .box .item > p a {
    font-family: BricolageGrotesqueLight;
    color: #fff;
  }
  .HeaderMobile .box .logo a img {
    /*filter: invert(1);*/
  }
  .pc_header {
    display: none;
  }
  .w1800 {
    padding: 0 5vw;
  }
  .HeaderMobile .box .button .menu {
    margin-left: 0;
  }
  .MobileMain {
    background: #000;
  }
  .HeaderMobile .box .button .menu .menu_btn p span,
  .HeaderMobile .box .button .menu .menu_btn p::before,
  .HeaderMobile .box .button .menu .menu_btn p::after {
    background: #fff;
  }
  .index_banner .video_img img,
  .index_banner .video_img video {
    height: auto;
  }
  .index_effect .ct_2 .item {
    width: 85%;
  }
  .index_effect .ct_2 .item:hover {
    width: 100%;
  }
  .pc_footer .fo_box .ter_top .ri_box {
    margin-top: 0.6rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pc_footer .fo_box .ter_bot .ri_box {
    /*margin-top: 0.2rem;*/
    line-height: 2;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pc_footer .fo_box .ter_top {
    padding: 0.6rem 0;
  }
  .index_effect .ct_2 {
    gap: 0.8rem;
  }
  .pc_footer .fo_box .ter_top,
  .pc_footer .fo_box .ter_bot {
    height: auto;
  }
  .pc_footer .fo_box .ter_bot {
    padding: 0 0 0.3rem 0;
  }
  .pu_banner {
    height: 4.8rem;
  }
  .works .ks_2 .container .picture,
  .news .ws_2 .slide {
    width: calc((100% - 14px) / 2);
  }
  .works {
    padding: 0.4rem 0 1rem;
  }
  .pu_bk {
    height: 1rem;
  }
  .pu_banner2 .ban_bk img,
  .pu_banner2 .ban_bk video {
    height: auto;
  }
  .design .gn_1 .le_,
  .news_details .ls_1 .le_ {
    width: 100%;
  }
  .design .gn_1 .ri_,
  .news_details .ls_1 .ri_ {
    width: 100%;
    margin-top: 0.5rem;
  }
  .pu_banner .ban_text {
    padding-bottom: 0.5rem;
  }
  .company_team {
    padding: 0.3rem 0 1rem;
  }
  .company_team .ri_box .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .news .ws_2 .slide a .content .text p {
    line-height: 0.3rem;
    height: 0.6rem;
  }
  .news .ws_2 .slide a .content .btn span img {
    width: 0.3rem;
  }
  .pc_footer .fo_box .ter_bot .ri_box,
  .pc_footer .fo_box .ter_top .ri_box {
    width: 100%;
  }
  .company_team .ri_box .box4 {
    grid-template-columns: repeat(3, 1fr); 
  }
  .company_team .ri_box .box4 p {
      height: 1.2rem;
  }
  .template .te_box .slide .flex p {
    line-height: 1.5;   
  }
  .template_1 .te_box .slide .flex p {
    padding: 0 .6rem 0 0;
  }
}
@media (max-width: 750px) {
  .f140 {
    font-size: 0.54rem;
  }
  .f96 {
    font-size: 0.4rem;
  }
  .f70 {
    font-size: 0.36rem;
  }
  .f58 {
    font-size: 0.32rem;
  }
  .f48 {
    font-size: 0.3rem;
  }
  .f44 {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .f36 {
    font-size: 0.24rem;
  }
  .f34 {
    font-size: 0.24rem;
  }
  .f30 {
    font-size: 0.2rem;
  }
  .pc_footer .fo_box .ter_top .le_box .li .content {
    margin-top: 0.1rem;
  }
  .pc_footer .fo_box .ter_top .le_box {
    gap: 0.6rem;
  }
  .index_effect .ct_2 {
    gap: 0.4rem;
  }
  .contact .box {
    padding: 0.2rem 0 0.6rem;
  }
  .contact {
    padding-top: 1.6rem;
  }
  .contact .box .ri_ {
    margin-top: 0.2rem;
  }
  .contact .copy {
    margin-top: 0;
    height: auto;
    padding: 0 0 0.3rem 0;
  }
  .pc_footer .fo_box .ter_bot .ri_box {
    margin-top: 0;
  }
  .news .ws_2 .slide a .content .text {
    margin: 0.16rem 0 0.3rem;
  }
  .company_team .ri_box {
    margin-top: 0.5rem;
  }
  .pu_banner {
    height: 3.2rem;
  }
  .pu_banner2 {
    margin-bottom: 0.3rem;
  }
  .pu_banner2 .ban_post {
    padding-bottom: 0.3rem;
  }
  .template .te_box {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .template .te_box .slide .flex {
    min-height: 2.4rem;
  }
  .template_3 .te_box .slide {
    grid-area: auto !important;
  }
  .template_4 .te_box .slide:nth-child(3) .flex {
    align-items: flex-end;
  }
  .works .ks_2 .container .picture a .post .st_box {
    padding: 0 0.2rem 0.2rem;
  }
  .works .ks_2 .container .picture,
  .news .ws_2 .slide {
    width: 100%;
  }
  .index_effect .ct_1 .next {
    transform: translateY(-2rem);
  }
   .company_team .ri_box {
     flex: auto;
   }
   .company_team .ri_box .box4 {
      grid-template-columns: repeat(2, 1fr); 
   }
  .pc_footer .fo_box .ter_bot .ri_box,
  .contact .copy .le_,
  .contact .copy .ri_ .yszc,
  .contact .copy .ri_ .beian,
  .pc_footer .fo_box .ter_bot .le_box .x1,
  .pc_footer .fo_box .ter_bot .le_box .x2 {
    line-height: 1.8;
  }
  .company_team .ri_box,
  .company_team .le_box,
  .contact .copy .ri_ .yszc,
  .contact .copy .ri_ .beian,
  .contact .copy .le_,
  .contact .copy .ri_,
  .contact .box .le_,
  .contact .box .ri_,
  .pc_footer .fo_box .ter_top .le_box .li .tips,
  .pc_footer .fo_box .ter_top .le_box .li .content {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .index_effect .ct_1 .next {
     transform: translateY(-1.5rem);   
  }
}


