/* -----------------------------公共部分--------------------------- */
body {
  overflow: hidden;
  background-color: #000;
}
.main {
  width: 100vw;
  height: 100vh;
  transition: transform 0.8s ease 0.1s;
}
.part {
  position: relative;
  min-width: 1300px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
h2 {
  display: table;
  font-size: 60px;
  font-weight: 400;
  border-bottom: #fff solid 1px;
  padding-bottom: 20px;
}
.part .bgImage {
  transition: all 1.5s ease-out 0s;
}
.part .partContent {
  position: absolute;
  top: 20vh;
  display: table;
  color: #fff;
}
.part .partContent .intro {
  font-size: 16px;
  margin: 10px 0 28px;
  white-space: pre-line;
  line-height: 1.8;
}
.sec_02 .part .partContent .intro p {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.sec_06 .partContent .intro span {
  font-size: 16px;
}
.sec_03 .partContent .intro {
  margin-bottom: 50px;
}
.sec_04 .partContent .intro {
  margin-top: 30px;
  margin-bottom: 20px;
}
.part .bgImage {
  width: 100%;
  height: 100%;
}
/* .part .partContent .intro p::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    transform: translateY(-3px);
    border-radius: 3px;
    margin-right: 20px;
    background-color: #fff;
} */
.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.part .imagePanel {
  width: 100%;
  height: 100%;
}
.sec_02 .imagePanel {
  text-align: right;
  position: relative;
  width: auto;
  float: right;
  height: 100%;
}
footer .footerContent {
  height: 220px;
}
.rightSide .partContent {
  right: 92px;
  min-width: 540px;
}
.leftSide .partContent {
  left: 70px;
}
/* 环保信息公开查询  */
.inquire .code {
  width: 40px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
}
.inquire .second {
  transform: translateX(-3px);
}
.inquire .third {
  transform: translateX(-6px);
}
.inquire .forth {
  transform: translateX(-9px);
}
.inquire .fifth {
  transform: translateX(-12px);
}
.inquire .sixth {
  transform: translateX(-15px);
}
.inquire .big {
  width: 80px;
}
.inquire .mid {
  width: 60px;
}
.inquire .Xcode {
  width: 310px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
}
.inquire .reset {
  width: 112px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.inquire #inquireCode {
  margin-bottom: 10px;
}
.inquire .inqBtn {
  margin-top: 60px;
}
/* ------------------- 硬悍动力 ----------------- */
.power .imagePanel {
  margin-left: auto;
}
.power .partContent .intro {
  width: 320px;
}
/* ------------------- 硬核实力 ----------------- */
.strength .partContent {
  right: 70px;
}
/* ------------------- 内饰 ----------------- */
.inDec .partContent {
  right: 70px;
}
/* ------------------- 外饰 ----------------- */
.outDec .imagePanel {
  margin-left: auto;
}
.outDec .partContent {
  left: 70px;
}
/* ------------------- 精彩图集 ----------------- */
.pics .partContent {
  right: 70px;
}
.inquireH2_m {
  display: none;
}
.part .imagePanel {
  transition: all 1.5s ease-out 0s;
}
.big_num {
  width: 13px;
  height: 30px;
  font-size: 36px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 600;
  color: rgba(16, 220, 255);
  margin-right: 10px;
}
/* 研发实力 */
.sec_03 .partContent {
  top: 80px;
  bottom: 0;
  width: calc(100% - 140px);
  margin: auto;
}
.sec_03 .card {
  display: flex;
  height: 400px;
  overflow: hidden;
  justify-content: space-evenly;
}
.sec_03 .card_item {
  float: left;
  width: 390px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px 34px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(58, 71, 89, .6), rgba(58, 71, 89, 0));
}
.sec_03 .card_item:last-child {
  margin-right: 0;
}
.sec_03 .item_img {
  font-size: 0;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sec_03 .item_img img {
  width: 100%;
  object-fit: cover;
}
.sec_03 .item_info {
  display: flex;
  justify-content: center;
}
.sec_03 .item_intro_title {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  font-size: 24px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  color: #fefefe;
}
.sec_03  .item_intro_title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 78%;
  height: 2.5px;
  border-radius: 3px;
  background: #00ffa5;

}
.sec_03 .item_intro-p {
  text-align: center;
}
.sec_03 .item_intro {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 35px 0;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 1px;
}
/* 合资合作 */
.sec_04 .partContent {
  /* top: 10vh; */
  margin-top: 10vh;
  margin-left: 70px;
  position: relative;
  top: 0;
  left: 0;
}
.sec_04 .card {
  /* display: flex; */
  width: calc(100% - 140px);
  min-width: 1300px;
  /* justify-content: center; */
  margin: 0 70px;
  /* bottom: 10vh; */
  /* justify-content: space-between; */
}
.card_wrap {
  height: 64vh;
  max-height: 520px;
  display: flex;
  /* width: 1300px; */
  /* width: 100%;
  display: flex; */
  justify-content: space-between;
}
/* .sec_04 .card_item {
    width: 33.3%;
} */
.para h3 {
  transform: translateX(26px);
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  font-weight: 400;
  font-family: Microsoft YaHei;
  /* text-indent: 2em; */
}
.sec_04 .item_img img {
  height: 100%;
  /* width: 100%; */
  /* object-fit: cover; */
  min-height: 400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sec_04 .item_img {
  height: 100%;
}
.sec_04 .card_item {
  height: 100%;
  /* max-width: 433px; */
  /* width: 32%; */
  float: left;
  margin-right: 2%;
  flex: 1;
  overflow: hidden;
}
.sec_04 .card_item:last-child {
  margin-right: 0;
}
.sec_06 .partContent {
  width: 570px;
  left: 70px;
}
.posi_ani > div {
  position: absolute;
}
.info {
  font-size: 12px;
  width: 24px;
}
.posi_ani {
  left: 0;
  position: absolute;
  top: 0;
  /* top: 45vh; */
  color: #fff;
  width: 100%;
  height: 100%;
}
.posi_ani img,
.posi_ani .info {
  position: relative;
  top: 10px;
}
.icon_wrp,
.wrp,
.mob_sec_03_swiper,
.mob_sec_04_swiper {
  display: none;
}
.sec_02 {
  position: relative;
}
.cir {
  width: 100px;
  height: 100px;
  left: -40px;
  top: -20px;
  background: rgba(0, 145, 255, 0.24);
  border: 1px solid rgba(16, 220, 255);
  border-radius: 50%;
  position: absolute;
}
.unfold .tit {
  margin-right: 50px;
  display: inline-block;
}
.unfold::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  background-color: rgba(16, 220, 255);
  left: -18px;
  bottom: -8px;
}
.fold {
  /* width: 310px; */
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(16, 220, 255);
}
.fold_wrp {
  display: none;
  position: absolute;
  left: -42vw;
  top: 7px;
  width: 39vw;
}
.posiWrp_beijing .unfold {
  display: none;
}
@media screen and (min-width: 801px) {
  .addni-block {
    animation: animate 0.5s;
  }
  .addni-block .itemWrp {
    animation: animate2 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }
}
@keyframes animate {
  0% {
    width: 0;
    transform: translateX(42vw);
    opacity: 0;
  }
  100% {
    width: 39vw;
    transform: translateX(0vw);
  }
}
@keyframes animate2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.posiWrp_beijing .fold_wrp {
  display: block;
  position: absolute;
  left: -41.5vw;
  top: 7px;
  width: 39vw;
}
.fold .tit {
  position: relative;
  padding-left: 33px;
  margin-right: 50px;
  display: inline-block;
  top: -10px;
}
.fold .jian {
  cursor: pointer;
  float: absolute;
  float: right;
  position: relative;
  right: 30px;
  top: -6px;
  transform: scaleX(2.5);
}
.unfold .add {
  position: relative;
  width: 13px;
  top: 1px;
  cursor: pointer;
}
.itemWrp {
  width: 207px;
  font-size: 12px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  padding: 0px 10px;
  padding-bottom: 20px;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  text-align: left;
  /* background: linear-gradient(156deg, rgba(1, 184, 255, 0.8), rgba(0, 120, 250, 0.8)); */
}
.itemWrp::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
  background: linear-gradient(156deg, rgba(1, 184, 255, 0.2), rgba(0, 120, 250, 0.2));
}
.border_corner {
  width: 3px;
  height: 3px;
  border: 1px solid #fff;
  position: absolute;
}
.border_corner_left_top {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
.border_corner_right_top {
  right: 0px;
  top: 0;
  border-left: none;
  border-bottom: none;
}
.border_corner_left_bottom {
  left: 0;
  bottom: 0;
  border-right: none;
  border-top: none;
}
.border_corner_right_bottom {
  right: 0px;
  bottom: 0;
  border-left: none;
  border-top: none;
}
.info_tit {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-left: 33px;
  font-size: 16px;
}
.info_tit::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  left: -15px;
  top: 10px;
  background-color: #fff;
}
.sec_02 .chinaMap {
  height: 100%;
  width: auto;
  object-fit: inherit;
}
.posiWrp_1 .unfold,
.posiWrp_2 .unfold,
.posiWrp_3 .unfold,
.posiWrp_4 .unfold,
.posiWrp_5 .unfold {
  left: -163px;
}
.unfold {
  width: 100px;
  position: absolute;
  left: 81px;
  top: 1px;
  cursor: pointer;
}
.place {
  position: absolute;
}
.addani {
  animation: myfirst 1s linear infinite alternate;
  -moz-animation: myfirst 1s linear infinite alternate;
  -webkit-animation: myfirst 1s linear infinite alternate;
  -o-animation: myfirst 1s linear infinite alternate;
}
.bot_wrp {
  display: none;
}
@keyframes myfirst {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.4);
  }
}
.partContent .next, .partContent .prev {
  display: none;
}
@media screen and (max-width: 1300px) {
  body {
    overflow-x: auto;
  }
}
@media screen and (max-width: 800px) {
  .partContent .next, .partContent .prev {
    display: block;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -15px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -15px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
  }
  .main,
  .part {
    height: calc(100vh - var(--vh-offset, 0px));
  }
  .border_corner_right_top {
    right: 12px;
    top: 0;
    border-left: none;
    border-bottom: none;
  }
  .border_corner_right_bottom {
    right: 12px;
    bottom: 0;
    border-left: none;
    border-top: none;
  }
  footer .footerContent {
    height: auto;
  }
  .sec_02 .chinaMap {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .posi_ani {
    top: 0;
    width: 100%;
  }
  .posi_ani img,
  .posi_ani .info {
    top: 4px;
  }
  .posi_ani .info {
    top: -6px;
    left: -2px;
  }
  .unfold::after {
    width: 200px;
  }
  .fold {
    display: none;
  }
  .posiWrp_beijing .fold_wrp {
    position: absolute;
    left: -221px;
    top: 0px;
    width: 138px;
    overflow-y: scroll;
  }
  .fold_wrp {
    position: absolute;
    left: -221px;
    top: 22px;
    width: 138px;
    /* max-height: 100px; */
    overflow-y: scroll;
    z-index: 9999;
    transform: scale(0.7);
    transform-origin: top left;
  }
  .posiWrp_3 .fold_wrp {
    /* max-height:80px; */
  }
  .posiWrp_beijing {
    position: absolute;
  }
  .posiWrp_shandong {
    position: absolute;
  }
  .posiWrp_zhejiang {
    position: absolute;
  }
  .posiWrp_hunan {
    position: absolute;
  }
  .posiWrp_guangdong {
    position: absolute;
  }
  .cir {
    width: 40px;
    height: 40px;
    left: -40px;
    top: -20px;
    background: rgba(0, 145, 255, 0.24);
    border: 1px solid rgba(16, 220, 255);
    border-radius: 50%;
    position: absolute;
  }
  .add {
    display: none;
  }
  .place {
    position: absolute;
  }
  .cir {
    width: 55px;
    height: 55px;
    left: -18px;
    top: -10px;
    background: rgba(0, 145, 255, 0.24);
    border: 1px solid rgba(16, 220, 255);
    border-radius: 50%;
    position: absolute;
  }
  .posi_ani .unfold {
    display: none;
    width: 100px;
    position: absolute;
    left: -205px;
    top: -8px;
  }
  .info_tit::before {
    top: 7px;
  }
  .posiWrp_hunan .unfold::after,
  .posiWrp_guangdong .unfold::after {
    width: 180px;
  }
  .posiWrp_hunan .unfold,
  .posiWrp_guangdong .unfold {
    left: -183px;
  }
  .posiWrp_hunan .fold_wrp,
  .posiWrp_guangdong .fold_wrp {
    left: -201px;
  }
  .posiWrp_guangdong .unfold {
    top: -20px;
  }
  .posiWrp_guangdong .unfold .tit {
    position: relative;
    top: 28px;
  }
  .posiWrp_guangdong .fold_wrp {
    top: -60px;
    transform-origin: bottom left;
  }
  .posiWrp_zhejiang .unfold {
    top: 0px;
  }
  .posiWrp_zhejiang .fold_wrp {
    top: -64px;
    transform-origin: bottom left;
  }
  .posiWrp_zhejiang .unfold .tit {
    position: relative;
    top: 31px;
  }
  .posi_ani img {
    transform: scale(0.5);
  }
  .info {
    position: relative;
    font-size: 12px;
    width: 24px;
    top: -13px;
  }
  .info_tit {
    width: 100%;
    position: relative;
    margin-top: 8px;
    margin-left: 22px;
    font-size: 12px;
  }
  .posiWrp_3 {
    margin-left: -10vw;
    margin-top: -2vh;
  }
  .itemWrp {
    width: 150px;
    font-size: 12px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    padding: 0px;
    padding-bottom: 10px;
    justify-content: center;
    z-index: 100;
    opacity: 1;
    /* background: linear-gradient(156deg, rgba(1, 184, 255, 0.8), rgba(0, 120, 250, 0.8)); */
  }
  .icon_wrp,
  .wrp,
  .mob_sec_03_swiper,
  .mob_sec_04_swiper {
    display: block;
  }
  h2 {
    font-size: 40px;
  }
  .part .partContent {
    width: 87vw;
    top: 100px;
    left: 0;
    right: 0;
    min-width: 328px;
    margin: auto;
  }
  .part .partContent .intro {
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2.5vh;
    margin-bottom: 24px;
    margin-right: 5vw;
    text-align: justify;
    margin-right: 0;
  }
  .part .partContent .moreBtn {
    display: none;
  }
  .moreBtn_m {
    display: block;
    position: absolute;
    bottom: 12vh;
    left: 50vw;
    transform: translateX(-50%);
    padding-left: 45px;
    padding-right: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    border: #cdcdcd solid 1px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .yanzheng {
    display: inline;
  }
  .inquire .reset {
    color: #000;
    width: 50px;
    height: 22.5px;
    font-size: 12px;
    border: 1px solid #000;
    margin-left: 5px;
  }
  .XcodeWrapper {
    display: inline-block;
  }
  .inquire .Xcode {
    display: inline;
    width: 211px;
    height: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #000000;
  }
  .inquireH2 {
    display: none;
  }
  .inquire .code {
    width: 38px;
    height: 21.5px;
    border: 1px solid #000;
  }
  .inquire .big {
    width: 58px;
  }
  .inquire .mid {
    width: 48px;
  }
  #inquireCode {
    color: #000;
  }
  .inquireH2_m {
    display: table;
    color: #000;
    border-bottom: #000 solid 1px;
  }
  .moreBtn .txt {
    font-size: 14px;
  }
  .moreBtn .iconCir {
    margin-top: 7px;
    margin-left: 14px;
  }
  .moreBtn .iconCir .arrow1 {
    transform: scale(1.5);
    /* background-image: url("./../common/images/arrow-right.svg"); */
  }
  .moreBtn .iconCir .arrow2 {
    transform: scale(1.5);
    /* background-image: url("./../common/images/arrow-right.svg"); */
  }
  .part {
    min-width: 300px;
  }
  /* sec_02 */
  .sec_02 .partContent .intro {
    margin: 1.5vh 0;
  }
  .sec_02 .imagePanel {
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  .intro_info p {
    margin: 5px 0px 0px;
  }
  .big_num {
    font-size: 24px;
    font-weight: 900;
    margin-right: 10px;
  }
  .bot_wrp {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #01b8ff, #0078fa) 1;
    border-left: none;
    position: absolute;
    bottom: 7vh;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .posiWrp_beijing .unfold {
    display: block;
    top: -27px;
  }
  .posiWrp_beijing .unfold .tit {
    position: relative;
    left: 90px;
    top: 26px;
    opacity: 0;
  }
  .bot_wrp .bot_item:first-child {
    background: linear-gradient(156deg, rgba(1, 184, 255, 0.8), rgba(0, 120, 250, 0.8));
  }
  .bot_item {
    flex: 1;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    /* border-right: 1px solid; */
  }
  .bot_line {
    width: 1px;
    height: 10px;
    background: #fff;
  }
  .bot_line:last-of-type {
    width: 0px;
  }
  /* sec_03 */
  .sec_03 {
    background-color: #000;
  }
  .sec_03 h2 {
    border-bottom: 1px solid #fff;
  }
  .sec_03 .swiper-wrapper {
    width: 360px;
    /* left: 20px; */
  }
  .sec_03 .partContent {
    top: 22px;
    bottom: 0;
    color: #fff;
    margin: auto;
  }
  .sec_03 .card {
    display: none;
  }
  .sec_04 .card {
    display: none;
  }
  /* swiper */
  .mob_sec_03_swiper,
  .mob_sec_04_swiper {
    width: 100%;
    /* height: 189px; */
    height: 100%;
    /* overflow: hidden; */
    /* margin: 20px auto; */
  }
  .mob_sec_03_swiper .inner,.mob_sec_04_swiper .inner {
    /* width: 360px; */
    /* width:calc(100% - 5vw); */
    width: 100%;
    color: #000;
  }
  
  .mob_sec_03_swiper .inner img, .mob_sec_04_swiper .inner img {
    width: calc(100%);
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
  .mob_sec_03_swiper .swi_wrp, .mob_sec_04_swiper .swi_wrp {
    padding: 0 18px;
    background: linear-gradient(180deg, rgba(58, 71, 89, .6), rgba(58, 71, 89, 0));
    color: #fff;
    margin-top: -4px;
    border-radius: 10px;
  }
  .mob_sec_03_swiper .swi_title, .mob_sec_04_swiper .swi_title {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin: 35px 0;
    font-size: 22px;
    font-weight: 500;
  }
  .sec_03  .swi_title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 66%;
    height: 2.5px;
    border-radius: 3px;
    background: #00ffa5;
  
  }
  .mob_sec_03_swiper .inner .swi_info, .mob_sec_04_swiper .inner .swi_info {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 92px;
    text-align: justify;
    letter-spacing: 1.5px;
  }
  .iconCir1 {
    filter: invert(1);
  }
  .icon_wrp {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
  }
  /* swi_04 */
  .sec_04 {
    background-color: #000;
  }
  .sec_04 .partContent {
    margin: 0;
    color: #fff;
    margin-top: 80px;
    top: 0;
  }
  .sec_04 h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .sec_04 .partContent .intro {
    margin: 20px 0;
  }
  .sec_04 .wrp {
    width: 100%;
    width: 90vw;
    left: 5vw;
    position: relative;
  }
  .sec_04 .wrp .inner img {
    width: 100%;
  }
  .sec_04 .mob_sec_04_swiper {
    width: 90vw;
    left: 5vw;
  }
  .sec_04 .partContent {
    width: 90vw;
    left: 5vw;
  }
  .sec_04 .swi_wrp {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec_04 .brand_en {
    display: inline-block;
    width: 48%;
    border-right: 1px solid rgba(16, 220, 255);
  }
  .sec_04 .brand_zn {
    display: inline-block;
    width: 50%;
  }
  /* .sec_04 .partContent {
        margin: 0;
        color: #000;
    }
    .sec_04 .partContent {
        margin: 0;
        color: #000;
    } */
}
@media screen and (max-width: 800px) {
  .swi_title-p {
    text-align: center;
  }
  .rightSide .part .imagePanel {
    margin-top: -40px;
  }
  .sec_03 .swiper-wrapper {
    width: calc(100vw - 90px);
  }
  .moreBtn_m {
    z-index: 1;
    width: 250px;
    height: 35px;
    /* background: #fff; */
    box-sizing: border-box;
    padding-right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .moreBtn_m:active,
  .moreBtn_m:focus {
    /* background:#000; */
    color: #fff;
  }
  .moreBtn_m:active .txt,
  .moreBtn_m:focus .txt {
    color: #fff;
  }
  .moreBtn_m .txt {
    /* color: #000; */
  }
  .moreBtn_m .iconCir {
    margin-top: 0px;
    background-color: transparent;
  }
  .moreBtn_m .iconCir .arrow2,
  .moreBtn_m .iconCir .arrow1 {
    /* background-image: url("../common/images/arrow-right.svg"); */
    margin-left: 0%;
    /* margin-top: 20%; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: 60% 60%;
  }
  .sec_06 .partContent .intro {
    line-height: 24px;
    white-space: pre-line;
    font-size: 14px;
  }
  .sec_06 .partContent .intro span {
    font-size: 14px;
  }
}
@media screen and (min-width: 2300px) {
  .fold_wrp {
    left: -27vw;
    width: 26vw;
  }
  .posiWrp_beijing .fold_wrp {
    left: -26.5vw;
    width: 25vw;
  }
  @keyframes animate {
    0% {
      width: 0;
      transform: translateX(27vw);
      opacity: 0;
    }
    100% {
      width: 26vw;
      transform: translateX(0vw);
    }
  }
}

.part .partContent .intro {}
.ani-fadeIn.title {
  min-width: 336px;
}

@media screen and (max-width: 800px) {
  .ani-fadeIn.title {
    min-width: 179px;
  }
  .part .partContent .intro {}
}
