/* -----------------------------公共部分--------------------------- */
body {
  overflow: hidden;
  background-color: #000;
}
.main {
  width: 100vw;
  height: 100vh;
  transition: transform 0.8s ease 0.1s;
}
.part {
  position: relative;
  min-width: 1300px;
  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;
}
.rightSide:first-of-type .partContent {
  color: #000;
}
.rightSide:first-of-type .partContent h2 {
  border-color: #000;
}
.rightSide:first-of-type .partContent .moreBtn {
  text-decoration: none;
  color: #000;
  background: transparent;
  border-color: #000;
}
.rightSide:first-of-type .partContent .moreBtn .txt {
  color: #000;
}
.rightSide:first-of-type .partContent .moreBtn .iconCir {
  background-color: transparent;
}
.rightSide:first-of-type .partContent .moreBtn .iconCir .arrow2,
.rightSide:first-of-type .partContent .moreBtn .iconCir .arrow1 {
  background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
}
.rightSide:first-of-type .partContent .moreBtn:hover {
  border-color: rgba(16, 220, 255);
}
.rightSide:first-of-type .partContent .moreBtn:hover .iconCir .arrow2,
.rightSide:first-of-type .partContent .moreBtn:hover .iconCir .arrow1 {
  background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
}
.part .partContent .intro {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.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%;
}
.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;
  color: #fff;
  margin-right: -4px;
}
.inquire .big {
  width: 80px;
}
.inquire .mid {
  width: 60px;
}
.inquire .Xcode {
  width: 342px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff;
}
.inquire .reset {
  width: 112px;
  height: 32px;
  background: #fff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-left: 52px;
  vertical-align: bottom;
}
.inquire .reset-m {
  /* background: url(http://39.105.209.233/fotonFront/static/images/1.jpg) no-repeat center center; */
  /* background-size: contain; */
  width: 26px;
  height: 26px;
  position: absolute;
  float: right;
  top: -4px;
  right: 16px;
  font-size: 13px;
  border-bottom: 1px solid #ffffff;
  line-height: 28px;
}
.inquire #inquireCode {
  margin-bottom: 10px;
}
.inquire .inqBtn {
  margin-top: 60px;
}
.yanzheng {
  margin-bottom: 10px;
}
.XcodeWrapper .warning {
  position: absolute;
  left: 0;
  top: 78px;
}
/* ------------------- 硬悍动力 ----------------- */
.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;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 40px;
  }
  .inquire .reset {
    display: none;
  }
  .inquire input.code.forth {
    margin-right: 0;
  }
  .XcodeWrapper .warning {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 12px;
  }
  span.input.warning {
    position: static;
    left: 0;
    top: 22px;
    font-size: 12px;
    line-height: 20px;
    height: 8px;
    display: block;
  }
  .main,
  .part {
    height: calc(100vh - var(--vh-offset, 0px));
  }
  .btm_wrp {
    width: 100px;
    height: 37px;
    margin: 0 auto;
  }
  .btm_wrp .txt {
    padding-left: 8px;
  }
  .part .partContent {
    width: 90vw;
    top: 120px;
    left: 5vw;
  }
  .part .partContent .intro {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 7.5vh;
  }
  .part .partContent .moreBtn {
    display: none;
  }
  .moreBtn_m {
    display: block;
    position: absolute;
    bottom: 12vh;
    left: 50vw;
    transform: translateX(-50%);
    width: 251px;
    height: 35px;
    box-sizing: border-box;
    line-height: 35px;
    /* border-radius: 18px; */
    border: #cdcdcd solid 1px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .yanzheng {
    display: inline;
    letter-spacing: 12.8px;
  }
  .inquire .reset {
    padding: 0;
    color: #fff;
    border: none;
    width: 24px;
    height: 22.5px;
    font-size: 12px;
    margin-left: 5px;
    border-bottom: 1px solid;
    background: transparent;
    border-radius: 0;
  }
  .XcodeWrapper {
    display: inline-block;
    margin-left: -15px;
  }
  .inquire .Xcode {
    outline: none;
    border: none;
    display: inline;
    width: calc(59vw - 95px);
    height: 22px;
    border: 1px solid;
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
  }
  .inquireH2 {
    display: none;
  }
  .inquire .code:first-child {
    margin-right: 2.5%;
  }
  .inquire .code {
    margin-right: 0 !important;
    width: 11.2%;
    height: 21.5px;
    outline: none;
    border: 1px solid #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #ffffff;
    font-size: 12px;
    background: transparent;
  }
  .inquire .swiper-ani:nth-child(4) {
    display: block;
    width: 94vw;
    margin-bottom: 0px;
  }
  .inquire .big {
    width: 18.9%;
    /* margin-left:1%; */
  }
  .inquire .mid {
    width: 12%;
  }
  #inquireCode {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    width: 92px;
    text-align: justify;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
  }
  #inquireCode .warning {
    display: block;
    font-size: 12px;
  }
  .XcodeWrapper img {
    width: 17vw !important;
    height: 24px !important;
  }
  .inquireH2_m {
    display: table;
    color: #ffffff;
    font-size: 40px;
    border-bottom: #ffffff solid 1px;
    border-radius: 0;
    padding-bottom: 15px;
  }
  .inquire #inquireCode {
    margin-bottom: 0;
  }
  .moreBtn .txt {
    font-size: 14px;
  }
  .iconCir {
    transform: scale(1.2);
  }
  .moreBtn .iconCir .arrow1 {
    background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  }
  .moreBtn .iconCir .arrow2 {
    background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  }
  .last_sec .partContent {
    top: 100px;
    min-width: auto;
  }
}
footer .footerContent {
  height: 220px;
}
.warning {
  font-size: 14px;
  color: #F94848;
}
.input.warning {
  position: absolute;
  left: 0;
  top: 40px;
}
.XcodeWrapper img {
  vertical-align: middle;
  width: 160px;
  height: 31px;
}
.showinfo {
  width: 550px;
  height: 138px;
  margin-top: 60px;
  background-color: #FFF;
  display: none;
  transition: all 0.3s ease-in-out;
}
.showinfo a {
  display: block;
}
.infobox {
  width: 530px;
  height: 103px;
  padding-left: 20px;
  padding-top: 35px;
  /* background: url(../images/environmentalpb/reportItemBg.png) no-repeat scroll 460px center; */
}
.infotitle {
  width: 380px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #000;
}
.middleLine {
  width: 36px;
  height: 1px;
  background-color: #076EBE;
  margin: 15px 0;
}
.infotime {
  width: 170px;
  font-weight: normal;
  font-size: 14px;
  color: #a5a5a5;
}
@media (any-hover: hover) {
  .showinfo:hover {
    background-color: #00c0f4;
  }
  .showinfo:hover .infotitle {
    color: #FFF;
  }
  .showinfo:hover .middleLine {
    background-color: #FFF;
  }
  .showinfo:hover .infotime {
    color: #FFF;
  }
}
.cxbox span.warning {
  position: absolute;
  left: 125px;
  top: 36px;
  width: 220px;
  font-size: 14px;
  color: #F94848;
}
.showinfo .noinfor {
  display: none;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 138px;
}
.showinfo:hover .noinfor {
  color: #fff;
}
@media screen and (min-width: 801px) {
  .inquire .reset-m {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .part {
    min-width: 300px;
  }
  .infobox {
    width: calc(100% - 46px);
    height: 75px;
  }
  .showinfo {
    width: calc( 100% - 5vw);
    height: 100px;
  }
  .showinfo .noinfor {
    font-size: 12px;
    line-height: 100px;
  }
  footer .footerContent {
    height: auto;
  }
}
.cxbox span.warning {
  position: absolute;
  left: 125px;
  top: 36px;
  width: 220px;
  font-size: 14px;
  color: #F94848;
}
.inquire .code {
  border-radius: unset;
  margin-right: 2px;
}
.inquire .Xcode {
  border-radius: unset;
}
/* --------------------------- 页脚 ----------------------- */
/* footer .footerContent {
    margin: 0px auto;
} */

