/* banner */
main {
  background: #eee;
  height: auto;
}
header {
  background-color: #eee;
}
.pro-banner {
  background-color: #eee;
  padding-bottom: 1rem;
}
.pro-banner .container{
  background: url(../images/pro-bg.png) no-repeat;
  background-position: 90% bottom;
  background-size: contain;
}
.banner-top {
  left: 1rem;
  right: unset;
  top: 3.15rem;
}
.banner-right img {
  width: 7.16rem;
}
.banner, .banner .container {
  height: 7.65rem;
}
.banner-left {
  top: 1.1rem;
}
.banner-right {
  top: 1.1rem;
}
.banner-top img {
  width: 7.9rem;
}
.banner-bottom li{
  width: 2.7rem;
}
.banner-bottom li p {
  font-size: 0.16rem;
}
.banner-bottom {
  width: 6rem;
  flex-wrap: wrap;
  padding-bottom: 0.45rem;
  border: none;
}
.banner-bottom-text {
  width: 100%;
  font-size: 0.324rem;
  padding-bottom: 0.25rem;
  text-align: left;
  padding-left: 0.1rem;
}
@media (max-width: 800px){
  .banner-left {
    left: 0;
    top: 0.45rem;
  }
  .banner-left .banner-left-top {
    font-size: 0.533rem;
    width: 100%;
    text-align: center;
  }
  .banner-bottom {
    width: 100%;
    text-align: center;
    left: 0;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 0;
  }
  .banner-bottom-text {
    width: 100%;
    text-align: center;
  }
  .banner-bottom li::after {
    display: none;
  }
  .banner-bottom li {
    margin-right: 0.25rem;
    
  }
  .banner-bottom li p {
    padding: 0.15rem 0.05rem;
    border-radius: 0.35rem;
  }
  
  .banner-bottom li:last-child {
    margin-right: 0;
  }
  .banner-top img {
    width: 100%;
  }
  .banner .container {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .banner-top {
    left: 0;
    top: 2.25rem;
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .banner-right {
    top: 2.25rem;
    right: 1.45rem;
  }
  .banner-right img {
    max-height: none;
    width: 4.85rem;
  }
  .pro-banner {
    padding-bottom: 0.45rem;
  }
  .banner, .banner .container {
    height: 8.95rem;
    background: none;
  }
  .banner .container {
    background: url(../images/pro-m-bg.png) no-repeat top center;
    background-size: 5rem;
  }
}
/* banner结束 */
/* 产品优势 */
.advantage {
  background: #eee;
}
.ad-top img {
  position: absolute;
  top: 2.2rem;
  right: 0.3rem;
  width: 8.97rem;
}
.ad-top-left {
  width: 3rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  
}
.ad-top-left strong {
  font-size: 0.2rem;
  position: relative;
}
.ad-top-left strong::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: -0.15rem;
}
.ad-top-left p {
  margin-top: 0.5rem;
  font-size: 0.22rem;
}
.ad-top-right::before {
  content: '';
  position:absolute;
  width: 0.08rem;
  height: 0.02rem;
  background-color: #fff;
  top:-0.2rem;
  right: 0;
}
.ad-top-right {
  color: #fff;
  position: absolute;
  right: 1.05rem;
  top: 1rem;
}
.ad-top-right p {
  font-size: 0.38rem;
  text-align: right;
  line-height: 1.3em;
}
.ad-top {
  height: 10.54rem;
  background: url(../images/ad-bg.png) no-repeat top center;
  background-size: contain;
}
.ad-bottom {
  margin: 0 0.9rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid #8a8b8d;
}
.ad-bottom ul {
  margin-top: -1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.ad-bottom ul li {
  text-align: center;
  width: calc(33.33% - 0.1rem);
  margin-right: 0.15rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0.15rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 1px rgb(0 0 0 / 10%);
  transition: all .5s linear;
}
.ad-bottom ul li:hover,.ad-bottom-bt:hover {
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
}
.ad-bottom ul li:nth-child(3n) {
  margin-right: 0;
}
.ad-bottom-img {
  width: 1.07rem;
}
.ad-icon01 {
  width: 1.08rem;
}
.ad-icon02 {
  width: 0.7rem;
}
.ad-icon03 {
  width: 1.31rem;
}
.ad-icon04 {
  width: 1.03rem;
}
.ad-bottom-text {
  font-size: 0.2rem;
  margin-top: 0.45rem;
  margin-bottom: 0.6rem;
}
.ad-bottom-text p {
  margin-bottom: 0.1rem;
}
.ad-bottom-bt {
  font-size: 0.35rem;
  text-align: center;
  background-color: #Fff;
  box-shadow: 0px 1px 1px 1px rgb(0 0 0 / 10%);
  transition: all .5s linear;
  border-radius: 10px;
  padding: 0.35rem 0;
}
@media (max-width: 800px){
  .ad-top {
    background: url(../images/ad-bg.png) no-repeat top center;
    background-size: 10rem;
    height: 4.91rem;
  }
  .ad-top .container {
    padding: 0 0.5rem;
    position: relative;
    box-sizing: border-box;
  }
  .ad-top-left {
    top: 0.55rem;
    width: 2rem;
    left: 0.55rem;
  }
  .ad-top-left strong {
    font-size:  0.63rem;
  }
  .ad-top-left strong::after {
    bottom: 0;
  }
  .ad-top-left p {
    margin-top: 0.1rem;
    font-size: 0.231rem;
  }
  .ad-top-right {
    right: 0.55rem;
    top: 0.75rem;
  }
  .ad-top-right p {
    font-size: 0.19rem;
    line-height: 1.8em;
  }
  .ad-top img {
    width: 4.2rem;
    top: 1rem;
  }
  .ad-bottom ul {
    margin-top: -0.55rem;
  }
  .ad-bottom {
    margin: 0 0.5rem;
    padding-bottom: 0.95rem;
    border: none;
  }
  .ad-bottom-text,.ad-bottom-bt {
    zoom: 0.55;
  }
  .ad-bottom-img {
    zoom: 0.8;
  }
}
/* 产品优势结束 */
/* 车身介绍 */
.carbody {
  margin-top: 0.65rem;
  background: url(../images/carbody-bg.png) no-repeat top center;
  background-size: 15.6rem 4.4rem;
}
.carbody-top {
  text-align: center  ;
}
.carbody-top strong {
  font-size: 0.68rem;
  display: block;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.35rem;
}
.carbody-top strong::after{
  content: '';
  position: absolute;
  bottom:0;
  left: calc(50% - 0.35rem);
  width: 0.7rem;
  height: 1px;
  background-color: #8a8b8d;
  
}
.carbody-top p {
  font-size: 0.459rem;
  margin-bottom: 0.1rem;
}
.carbody-center {
  width: 12.55rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
  position: relative;
}
.carbody-center .carbody-img {
  width: 100%;
}
.carbody-center-img {
  position: absolute;
}
.carbody-center-img img {
  display: block;
  position: absolute;
}
.carbody-center-1 {
  top: 1.5rem;
}
.carbody-center-1 img:first-child {
  width: 3.83rem;
}
.carbody-center-1 img:last-child {
  width: 2.26rem;
  top: -0.5rem;
}
.carbody-center-2 {
  top: 0.35rem;
  left: 50%;
}
.carbody-center-2 img:first-child {
  width: 2.61rem;
}
.carbody-center-2 img:last-child {
  width: 1.78rem;
  top: -0.95rem;
  left: 0.85rem;
}
.carbody-center-3 {
  bottom: 1.35rem;
  right: 45%;
}
.carbody-center-3 img:first-child {
  width: 5.71rem;
  bottom: -2.1rem;
  right: -5.1rem;
}
.carbody-center-3 img:last-child {
  width: 2.41rem;
  bottom: -2.55rem;
    right: -5rem;
}
.carbody-center-4 {
  top: 0.35rem;
  right: 1.65rem
}
.carbody-center-4 img:first-child {
  width: 2.13rem;
}
.carbody-center-4 img:last-child {
  width: 1.65rem;
  top: -0.95rem;
  left: 0.5rem;
}
.cardody-bottom-left ul {
  display: flex;
  margin-top: 0.4rem;
}
.cardody-bottom-left ul li {
  text-align: center;
  margin-right: 0.1rem;
}
.cardody-bottom-left ul li img {
  width: 2.36rem;
}
.cardody-bottom {
  position: relative;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #8a8b8d;
}
.cardody-bottom-right {
  position: absolute;
  right: 1.15rem;
  bottom: .4rem;
}
.cardody-bottom-right p {
  font-size: 0.332rem;
  color: #fff;
  background: #333;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 0.325rem;
  padding: 0 0.75rem 0 0.35rem;
  position: relative;
}
.cardody-bottom-right img {
  position: absolute;
  width: 0.36rem;
  top: calc(50% - 0.18rem);
  right: 0.3rem;
}
.cardody-bottom-left ul p {
  font-size: 0.18rem;
}
/* 车身介绍结束 */
/* 产品特点介绍 */
.character {
  padding-top: 1.2rem;
  background-color: #eee;
}
.character ul {
  display: flex;
  margin: 0 0.2rem;
  flex-wrap: wrap;
}
.character ul li {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
  border-radius: 20px;
  display: flex;
  margin-bottom: 0.85rem;
  overflow: hidden;
}
.character-img img {
  width: 6.74rem;
  display: block;
}
.character-text strong {
  font-size: 0.3rem;
  display: block;
  text-align: center;
  margin-top: 0.9rem;
}
.character-right {
  flex: 1;
}
.character-01 {
  display: flex;
  width: 3.9rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.character-01 img {
  width: 0.91rem;
  display: block;
  margin-right: 0.25rem;
}
.character-text-p {
  font-size: 0.22rem;
  margin-bottom: 0.35rem;
  line-height: 1.2em;
}
.character-text-p:last-child {
  margin-bottom: 0;
}
.character-text-p hr {
  display: block;
  width: 0.1rem;
  margin-left: 0.9rem;
  background: #8a8b8d;
  color: #8a8b8d;
  height: 1px;
  border: none;
}
.character-02 .character-left ,.character-04 .character-left{
  flex: 1;
  padding-left: 1.15rem;
}
.character-02 .character-right,.character-04 .character-right{
  flex: none;
}
.character-02 .character-left img {
  display: block;
  width: 6.59rem;
  margin-left: -0.4rem;
}
.character-02 .character-text strong {
  text-align: left;
  margin-bottom: 0.55rem;
}
.character-03 .character-text strong {
  text-align: right;
  margin-bottom: 0.25rem;
}
.character-03 .character-right {
  padding-right: 1.65rem;
}
.character-03 .character-text-p {
  text-align: right;
}
.character-text-span {
  text-align: right;
}
.character-text-span span {
  display: inline-block;
  font-size: 0.31rem;
  color: #ff5f28;
  border: 1px solid #ff5f28;
  padding: 0.25rem 0.2rem;
  text-align: center;
  border-radius: 5px;
}
.character-text-span span p {
  font-size: 0.45rem;
}
.character-04 .character-text strong {
  text-align: left;
  margin-bottom: 0.85rem;
}
.character-04-left {
  margin-bottom: 0.45rem;
  position: relative;
}
.character-04-left img {
  width: 2.37rem;
}
.character-04-left p {
  font-size: 0.22rem;
  text-align: right;
  display: block;
  position:absolute;
  top: 0.3rem;
  left: 2.1rem;
}
.character-04-left:last-child img{
  width: 1.91rem;
}
@media (max-width: 800px){
  .carbody {
    margin: 0;
    background-size:contain
  }
  .carbody-top strong,.carbody-top p {
    zoom: 0.55;
  }
  .carbody .container {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .carbody-center {
    width: 100%;
    margin-top: 0.6rem;
  }
  .carbody-center-img,.cardody-bottom-left ul {
    zoom: 0.55;
  }
  .cardody-bottom-right {
    right: 0;
  }
  .cardody-bottom-right p {
    zoom: 0.68;
  }
  .cardody-bottom {
    padding-bottom: 0.95rem;
    border: none;
  }
  .character ul li{
    zoom: 0.55;
  }
}
/* 特点结束 */
/* 详细框 */
.pro-option-desc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.option-content .cont-box {
  position: relative;
  text-align: center;
  padding: 0.3rem;
  background-color: #fff;
  display: inline-block;
  margin: 10% auto;
}
.option-content {
  text-align: center;
}
.box-info img {
  width: 12rem;
  margin: 0 auto;
}
.option-content .cont-box .box-close {
  font-size: 0.36rem;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  overflow: visible;
  cursor: pointer;
  right: 0px;
  color: #333;
  opacity: 0.65;
}
@media (max-width: 800px){
  .box-info img {
    width: 100%;
  }
  .option-content .cont-box {
    margin-top: 50%;
  }
}
/* 详细框结束 */
/* 服务支持区域 */
.service {
  margin-top: 0.55rem;
  background: #eee;
  position: relative;
}
.service .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.18rem;
}
.service .row {
  padding-top: 4.1rem;
  display: flex;
  flex-wrap: wrap;
  background: url(../images/img25.png) no-repeat top left;
  background-size: contain;
  flex-direction:row-reverse ;
  height: 4.65rem;
}
.service .top {
  max-width: 50%;
  margin-bottom: 1.9rem;
  padding-left: .8rem;
  text-align: right;
}
.service .title {
  font-size: .6rem;
  color: #333;
  font-weight: 700;
  margin-bottom: .6rem;
}
.service .sale-text {
  font-size: .24rem;
  line-height: .4rem;
  color: #333;
}
.measures {
  margin-top: 0.55rem;
  display: flex;
}
.measures_right img {
  width: 6.69rem;
}
.service .sale-sub-title {
  font-size: .36rem;
  color: #494949;
  font-weight: 700;
  margin-bottom: .4rem;
}
.service .measures .measures_right {
  padding-left: .6rem;
}
.measures .list .txt {
  overflow: hidden;
  font-size: .24rem;
  color: #494949;
}
.measures .list .txt p {
  font-size: .2rem;
  color: #686868;
  padding-top: .1rem;
}
.measures .list {
  margin-bottom: .45rem;
}
 .measures .list strong {
  font-size: .24rem;
  color: #0d45a1;
  font-weight: 700;
  width: .54rem;
  float: left;
}
@media (max-width: 800px){
  .service .container {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .measures_right {
    display: none;
  }
  .service .row {
    background: none;
    padding: 0;
    height: auto;
  }
  .service .top {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0.25rem;
  }
}
/* 服务支持区域结束 */
/* 关于我们区域 */

.nav-tab {
  text-align: center;
  padding-bottom: 1.1rem;
  margin-top: 1.1rem;
}

.nav-tab .nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 32.9px 2.1px rgba(78, 81, 85, .2);
  box-shadow: 0 0 32.9px 2.1px rgba(78, 81, 85, .2);
  background-color: #fff
}

.nav-tab .nav-item {
  display: inline-block;
  float: left
}

.nav-tab .nav-link {
  background-color: #fff;
  position: relative;
  padding: .27rem .45rem;
  font-size: .22rem;
  color: #4b4b4b;
  border: .03rem solid transparent
}

.nav-tab .nav-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -.12rem;
  border-left: .12rem solid transparent;
  border-right: .14rem solid transparent;
  bottom: 0
}

.nav-tab .nav-link:hover {
  color: #000
}

.nav-tab .nav-link.active,.nav-tab .nav-link:hover {
  background-color: #333;
  color: #fff
}


.nav-tab .nav-link.active:after,.nav-tab .nav-link:hover::after {
  border-top: .12rem solid #333;
  bottom: -.13rem
}
.about-section1,.about-section2,.about-section4 {
  padding-bottom: 1.2rem;
}
.flexbox {
  display: flex;
  align-items: center;
}
.flexbox .img-box {
  position: relative;
  flex: 0 0 50%;
  min-width: 50%;
  overflow: hidden;
}
.flexbox .rightbox h2 {
  font-size: 0.72rem;
  color: #333;
  margin: 0 0 0.15rem;
  line-height: 1;
}
.flexbox .img-box img {
  object-fit: cover;
}
.flexbox .rightbox {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0 0 0 0.8rem;
  box-sizing: border-box;
}
.rightbox h2 {
  text-transform:uppercase;
}
.flexbox .rightbox .tit {
  font-size: 0.36rem;
  color: #333;
  margin: 0 0 0.4rem;
}
.about-section1 .rightbox .group .smtit {
  font-size: 0.3rem;
  color: #000;
  margin: 0 0 0.06rem;
  font-weight: 700;
}
.group p {
  font-size: 0.24rem;
  line-height: 1.5;
  padding-bottom: 0.2rem;
}
.flexbox .infobox h2 {
  font-size: 0.55rem;
  color: #333;
  margin: 0 0 0.15rem;
  line-height: 1em;
}
.about-section2 .flexbox .infobox {
  position: relative;
  z-index: 1;
  padding: 0 1.7rem 0 0;
}
.flexbox .infobox .tit {
  position: relative;
  font-size: 0.3rem;
  color: #333;
  margin: 0 0 0.7rem;
}
.flexbox .infobox .des {
  font-size: 0.24rem;
  color: #666;
  line-height: 1.8;
}
.about-section2 .flexbox .infobox .tit:after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 2px;
  background: #333;
  left: 0;
  bottom: -0.35rem;
}
.about-section4 .flexbox .infobox {
  padding: 0 0 0 0.8rem;
}
.about-section5 .flexbox .leftbox {
  padding: 0 0.7rem 0 0;
    width: 50%;
    box-sizing: border-box;
}
.flexbox .leftbox .group h4 {
  font-size: 0.3rem;
  color: #333;
  margin: 0 0 0.22rem;
}
.about-section5 .flexbox .rightbox {
  padding: 0;
}
.about-section5 .flexbox .leftbox .group {
  margin: 0 0 0.6rem;
}
.flexbox .infobox h2 {
  text-transform: uppercase;
}
.maskfadeUp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.maskfadeUp {
  display: block;
  background-color: #666;
  z-index: 1;
  -webkit-transition: -webkit-transform 1.2s 0.5s;
  transition: transform 1.2s 0.5s;
}
.maskfadeUp.animated {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}
.flexbox .img-box img {
  width: 100%;
}
.about-section1 .flexbox .img-box img {
  width: unset;
}
@media (max-width: 800px){
  .about>.container {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .flexbox {
    flex-wrap: wrap;
  }
  .flexbox .img-box,.flexbox .rightbox {
    flex: none;
    width: 100%;
  }
  .about-section1 .flexbox .img-box img {
    width: 100%;
  }
  .flexbox .rightbox,.about-section2 .flexbox .infobox,.about-section4 .flexbox .infobox,.about-section5 .flexbox .leftbox {
    padding: 0;
    padding-top: 0.2rem;
    width: 100%;
  }
  .about-section1, .about-section2, .about-section4 {
    padding-bottom: 0.3rem;
  }
  .about-section2 .flexbox,.about-section5 .flexbox{
    flex-direction: column-reverse;  
  }
}
/* 关于我们区域结束 */
/* 联系我们 */
.contact .tt1 h3 {
  text-align: center;
  font-size: 0.46rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
}
.contact .tt1 span {
  text-align: center;
  font-size: 0.23rem;
  font-family: arial;
  text-transform: uppercase;
  display: block;
}
.contact .tt2 {
  margin: 0.2rem 0;
  text-align: center;
}
.contact .con {
  font-size: 0.23rem;
  text-align: center;
}
.lianxi-box {
  overflow: hidden;
  padding: 0.7rem;
  margin-top: 0.8rem;
  background: #fff;
  border-top: #333 0.07rem solid;
  position: relative;
  display: flex;
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
}
.lianxi-box-left,.lianxi-box-right {
  width: 50%;
}
.lianxi-box .tt {
  text-align: center;
  margin-bottom: 0.9rem;
}
.lianxi-box .tt h3 {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.lianxi-box .tt span {
  font-size: 0.2rem;
  color: #696969;
  display: inline-block;
  margin-left: 0.1rem;
  position: relative;
  top: -2px;
}
.lianxi-box-left {
  border-right: 1px solid #e4e7e9;
}
.lianxi-box ul {
  border-top: 1px solid #e4e7e9;
  padding-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
}
.lianxi-box ul li {
  width: 100%;
  font-size: 0.2rem;
  color: #727273;
  padding-left: 0.55rem;
  margin-bottom: 0.3rem;
  position: relative;
  padding-top: 0.1rem;
}
.lianxi-box ul li .contact-icon  {
  width: 0.35rem;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.05rem;
}
.lianxi-box ul li b {
  font-size: 0.24rem;
}
.lianxi-box-right {
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.35rem;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.lianxi-box-right .map{
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  box-shadow: 0px 5px 15px 6px rgb(0 0 0 / 15%);
  margin: 0.1rem;
  
}
.lianxi-box  .lianxi-box-right .tt {
  width: 100%;
  text-align: center;
  display: block;
}
@media (max-width: 800px){
  .lianxi-box {
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .lianxi-box-left, .lianxi-box-right {
    width: 100%;
  }
  .lianxi-box .tt {
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .lianxi-box-right {
    padding-left: 0;
  }
  .lianxi-box .lianxi-box-right .tt {
    text-align: left;
  }
}
/* 联系我们结束 */