﻿body,
html {
  width: 100%;
 
  
}
.tv-wrapper {
  width: 100%;
  background: #111111;
  position: relative;
  padding: 100px 0;
}
.tv-wrapper .copyUrl {
  line-height: 30px;
  position: absolute;
  left: 12.5%;
  bottom: 50px;
}
.tv {
  width: 75%;
  overflow: hidden;
  margin: auto;
  background-color: black;
  position: relative;
}
.tv .tvBlock {
  background-color: #33363c;
  width: 70%;
  display: block;
}
.tv .tvInfo {
  width: 30%;
  background-color: #000;
}
.tv .tvInfo > div {
  position: absolute;
  top: 50%;
  left: 73%;
  transform: translateY(-50%);
}
.tv .tvInfo > div .tvTitle {
  font-size: 48px;
  letter-spacing: 1.5px;
  color: #fff;
  line-height: 66px;
  margin-bottom: 32px;
  white-space: nowrap;
}
.tv .tvInfo > div .tvTitle p {
  margin-bottom: 10px;
}
.tv .tvInfo > div .tvTitle img {
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
.tv .tvInfo > div .tvText {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 24px;
}
#kv-swiper .swiper-slide {
  height: 95vh;
  background-size: cover;
}
#kv-swiper .swiper-slide video {
  height: auto;
  width: 100%;
}
#topSwiper .swiper-pagination-bullet {
  width: 3px;
  height: 18px;
  display: inline-block;
  background: #ccc;
  opacity: 1;
  bordeR-radius: 0;
  margin: 0 8px;
  transition: height .2s;
}
#topSwiper .swiper-pagination-bullet-active {
  height: 40px;
}
#topSwiper .swiper-pagination-bullets,
#topSwiper .swiper-pagination-custom,
#topSwiper .swiper-pagination-fraction {
  bottom: 13%;
}
#topSwiper .swiper-slide img {
  width: 100%;
}
#footerSlide .app {
  display: block;
}
.videoBlock {
  width: 100%;
}
.videoBlock .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.videoBlock .video.active {
  z-index: 1;
}
#carSlide {
  padding-top: 4%;
  margin-left: 0;
}
#carSlide .swiper-slide .carNum.tabd {
  height: 50px;
  margin-top: 100px;
}
#carSlide .swiper-slide .carNum.tabd a {
  height: 50px;
  line-height: 50px;
  width: 160px;
}
.longgray {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 40%;
  transform: translateY(.2rem);
}
.bigTitle {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 3rem;
}
.littleTitle {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.littleTitle p {
  margin-bottom: .5rem;
  letter-spacing: 1px;
  color:inherit;
}
#carSwiper {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 100px;
  float: none;
  margin-bottom: 5%;
}
#carSwiper .swiper-wrapper {
  display: inline-block;
  text-align: center;
}
#carSwiper .swiper-button-next,
#carSwiper .swiper-button-prev {
  display: none;
}
#carSwiper .swiper-slide {
  display: inline-block;
  width: 32.3%;
}
#carSwiper .swiper-slide .btnBlock {
  position: relative;
}
#carSwiper .swiper-slide .btnBlock .realBtn {
  position: absolute;
  top: -39%;
  left: 50%;
  overflow: visible;
  transform: translateX(-50%);
}
#carSwiper .swiper-slide .btnBlock .realBtn .carNum.submit-button:last-child {
  margin-top: 0px;
}
#carSwiper .swiper-slide .carBignumbox {
  overflow: hidden;
  height: 142px;
}
#carSwiper .swiper-slide .carBignum {
  height: 132px;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 200px;
}
#carSwiper .swiper-slide .carNum {
  margin-top: 50px;
  margin-bottom: 10px;
}
#carSwiper .swiper-slide .carNum a {
  height: 36px;
  line-height: 36px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
#carSwiper .swiper-slide .carNum.submit-button {
  margin: 100px auto 10px auto;
  width: 160px;
  height: 50px;
}
#carSwiper .swiper-slide .carBlock {
  position: relative;
}
#carSwiper .swiper-slide .carBlock .carShow {
  position: absolute;
  top: 10px;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  width: 100%;
}
#carSwiper .swiper-slide .carBlock .carShow .carImg {
  height: 120px;
  max-width: 100%;
  max-height: 100%;
  margin-top: 20px;
}
#carSwiper .swiper-slide .carBlock .carShow p {
  margin-top: 20px;
}
#carSwiper .swiper-slide .carBlock .carShow .carShowbox {
  height: 142px;
}
#carSwiper .swiper-slide .carBlock .carShow .carShowbox > div {
  position: relative;
  display: block;
  width: 100%;
  margin-left: -135%;
}
#carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun {
  width: 54px;
  position: absolute;
  bottom: 8px;
  display: none;
}
@-webkit-keyframes rotateAll {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(1440deg);
    -moz-transform: rotate(1440deg);
    -o-transform: rotate(1440deg);
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
}
@-ms-keyframes rotateAll {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(1440deg);
    -moz-transform: rotate(1440deg);
    -o-transform: rotate(1440deg);
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
}
@keyframes rotateAll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes BigNum {
  0% {
    height: 100px;
  }
  100% {
    height: 60px;
  }
}
@keyframes pUp {
  0% {
    margin-top: 30px;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes carShowbox {
  0% {
    margin-left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
#carSwiper .carBignum.show1 {
  animation: Show 1s;
  animation-iteration-count: 1;
}
#carSwiper .carBignum.show2 {
  animation: Show 3s;
  animation-iteration-count: 1;
}
#carSwiper .carBignum.show3 {
  animation: Show 3s;
  animation-iteration-count: 1;
}
@keyframes Show {
  0% {
    margin-top: 200px;
    opacity: 0.5;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
.twoImg {
  width: 100%;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.twoImg .pcs {
  display: inline-block !important;
}
.twoImg .phs {
  display: none !important;
}
.twoImg .lr {
  position: absolute;
  height: 20px;
  z-index: 9;
  top: 50%;
}
.twoImg .TWimgBlock {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
.twoImg .TWimgBlock > div {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
}
.twoImg .TWimgBlock .tImg {
  height: 100%;
}
.twoImg .TWimgBlock .tImg.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.twoImg .TWimgBlock1 {
  width: 54%;
  z-index: 4;
  left: 0;
  height: 100%;
  padding-left: 4%;
  margin-left: -7%;
  transform: skew(-18deg, 0deg);
  -ms-transform: skew(-18deg, 0deg);
  -moz-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  -o-transform: skew(-18deg, 0deg);
}
.twoImg .TWimgBlock1 .tImg {
  transform: skew(18deg, 0deg);
  -ms-transform: skew(18deg, 0deg);
  -moz-transform: skew(18deg, 0deg);
  -webkit-transform: skew(18deg, 0deg);
  -o-transform: skew(18deg, 0deg);
}
.twoImg .TWimgBlock1 > div {
  left: 34px;
}
.twoImg .TWimgBlock1 > div .lr {
  left: 50%;
  transform: translate(-50%, -50%);
}
.twoImg .TWimgBlock2 {
  right: 0;
  text-align: right;
  z-index: 3;
}
.twoImg .TWimgBlock2 > div {
  right: 0;
}
.twoImg .TWimgBlock2 > div .lr {
  right: 52%;
  transform: translate(40%, -50%);
}
.twoImg .twoInfo {
  width: 20%;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  z-index: 4;
}
.twoImg .twoInfo.twoInfo1 {
  left: 52%;
  display: none;
  transform: skew(18deg) translateY(-50%);
}
.twoImg .twoInfo.twoInfo1 .twoImg-title {
  color: #f54359;
  font-size: 3.6rem;
  letter-spacing: 2px;
  position: relative;
  right: 40%;
}
.twoImg .twoInfo.twoInfo1 .twoImg-title:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #F54359;
  bottom: -10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.twoImg .twoInfo.twoInfo2 {
  width: 24%;
  right: 38%;
  text-align: center;
  font-size: 2.4rem;
  color: white;
  display: none;
}
.twoImg .twoInfo.twoInfo2 .twoImg-title {
  color: white;
  font-size: 3.6rem;
  letter-spacing: 2px;
  position: relative;
}
.twoImg .twoInfo.twoInfo2 .twoImg-title:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: white;
  bottom: -10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.pkonowMore {
  display: none;
}
#imgSlide {
  padding-top: 50px;
}
#imgSlide2 {
  padding-top: 80px;
}
.imgBigblock {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 5% 0 3% 0;
}
.imgBigblock .bigTitle {
  font-size: 3rem;
}
.imgBigblock .bigTitle  a{
  font-size: inherit;
}
.imgBigblock .littleTitle p {
  font-size: 1.2rem;
}
.imgBigblock .textBlock {
  background-color: #f7f8f8;
}
.imgBigblock .imgBlock {
  position: absolute;
  top: 0;
  width: 70%;
  overflow: hidden;
}
.imgBigblock .imgBlock img {
  width: 100%;
  transform: scale(1);
}
.imgBigblock .imgBlock img.active {
  animation: imgLarge 20s;
  animation-iteration-count: 1;
  transform: scale(1.3);
}
@keyframes imgLarge {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.imgBigblock.imgBigblock1 .textBlock {
  background-color: #f7f8f8;
  padding: 12% 20% 12% 0%;
}
.imgBigblock.imgBigblock1 .imgBlock {
  right: 0;
}
.imgBigblock.imgBigblock2 {
  padding-bottom: 70px;
}
.imgBigblock.imgBigblock2 .textBlock {
  float: right;
  padding: 12% 2% 12% 42%;
  width: 70%;
}
.imgBigblock.imgBigblock2 .imgBlock {
  left: 0;
}
.pcs {
  display: block;
}
.phs {
  display: none;
}
@media (max-width: 1400px) {
  .tv-wrapper .copyUrl {
    bottom: 15px;
  }
  .tv-wrapper {
    padding: 50px 0;
  }
  .tv {
    width: 75%;
    overflow: hidden;
    margin: auto;
  }
  .tv .tvBlock {
    background-color: #0b0d14;
    width: 70%;
  }
  .tv .tvBlock .video-box .video-container {
    min-height: auto;
  }
  .tv .tvInfo {
    width: 30%;
    background-color: #000;
  }
  .tv .tvInfo > div .tvTitle {
    font-size: 34px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .tv .tvInfo > div .tvTitle img {
    height: 34px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
  }
  .tv .tvInfo > div .tvText {
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .tv .tvInfo > div .tvTitle {
    font-size: 22px;
    line-height: 38px;
  }
}



/**
        mobile
        2018 10 09
**/
@media (max-width: 812px) {
  .tv-wrapper {
    padding: 0;
  }
  .tv-wrapper .copyUrl {
    line-height: 24px;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
  }
  .tv {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    margin: auto;
    background-color: #111111;
    position: relative;
  }
  .tv .tvBlock {
    background-color: #000 ;
    width: 100%;
    display: inline-block;
  }
  .tv > iframe {
    height: calc(100% - 200px);
  }
  .tv .tvInfo {
    width: 100%;
    height: 200px;
    background-color: #000;
    float: left;
    position: relative;
  }
  .tv .tvInfo > div {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
  .tv .tvInfo > div .tvTitle {
    font-size: 34px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .tv .tvInfo > div .tvTitle img {
    height: 34px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
  }
  .tv .tvInfo > div .tvText {
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  .bigTitle {
    font-size: 2.8rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .bigTitle a{
    font-size: inherit;

  }
  .littleTitle {
    font-size: 1.4rem;
    margin: auto;
    width: 90%;
    margin-bottom: 3rem;
  }
  .littleTitle p {
    line-height: 24px;
    margin-bottom: 0;
  }
  .pcs {
    display: none;
  }
  .phs {
    display: block;
  }
  #carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunL {
    left: calc((100% - 120px*302/114)/2 + 48px);
  }
  #carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunR {
    left: calc((100% - 120px*302/114)/2 + 232px);
  }
  #carSwiper .swiper-slide .carNum {
    height: 36px;
    margin-top: 106px;
    margin-bottom: 10px;
  }
  #carSwiper .swiper-slide .carNum.submit-button {
    margin-top: 20vw;
  }
  #topSwiper .swiper-pagination-bullet {
    width: 2px;
    height: 14px;
    display: inline-block;
    background: #ccc;
    opacity: 1;
    bordeR-radius: 0;
    margin: 0 5px;
  }
  #topSwiper .swiper-pagination-bullet-active {
    height: 26px;
  }
  #topSwiper .swiper-pagination-bullets,
  #topSwiper .swiper-pagination-custom,
  #topSwiper .swiper-pagination-fraction {
    bottom: 18%;
  }
  #topSwiper .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .videoBtn {
    bottom: 30%;
  }
  .videoBtn img {
    height: 20px;
  }
  .phoneDown {
    display: block;
    height: 10px;
  }
  .fixedMenuBtn {
    display: none;
  }
  .LKheader .beginMenuBtn {
    display: none;
  }
  #carSlide {
    height: calc(80vw + 240px);
  }
  #carSwiper {
    padding-bottom: 40px;
  }
  #carSwiper .swiper-wrapper {
    display: flex;
  }
  #carSwiper .swiper-button-next,
  #carSwiper .swiper-button-prev {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    -moz-background-size: 8px 44px;
    -webkit-background-size: 8px 44px;
    background-size: 8px 44px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #carSwiper .swiper-button-prev,
  #carSwiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  #carSwiper .swiper-button-next,
  #carSwiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .longgray {
    height: 80vw;
    top: 240px;
    bottom: auto;
  }
  #carSwiper .swiper-slide .carBignum.show1 {
    animation: none;
    animation-iteration-count: 1;
  }
  #carSwiper .swiper-slide .carBignum.show2 {
    animation: none;
    animation-iteration-count: 1;
  }
  #carSwiper .swiper-slide .carBignum.show3 {
    animation: none;
    animation-iteration-count: 1;
  }
  #carSwiper .swiper-slide .carBignum {
    height: 100px;
    margin-right: 20%;
    margin-top: 0;
  }
  #carSwiper .swiper-slide .carBlock .carShow {
    display: block;
  }
  .imgBigblock {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 5% 0;
  }
  .imgBigblock.imgBigblock2 .textBlock {
    width: 85%;
  }
  .imgBigblock .textBlock {
    background-color: #f7f8f8;
    width: 85%;
    margin-top: 40px;
    padding-top: calc((100vw - 60px)*465/835 + 60px);
  }
  .imgBigblock .textBlock .bigTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .imgBigblock .textBlock .littleTitle {
    font-size: 1.2rem;
    width: 100%;
  }
  .imgBigblock .textBlock p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.8rem;
    font-size: 12px;
  }

  .imgBigblock .imgBlock {
    position: absolute;
    top: 0;
    /*height: 76%;*/
    overflow: hidden;
    padding: 0;
    width: calc(100% - 60px);
  }
  .imgBigblock .imgBlock img {
    width: 100%;
    height: auto;
  }
  .imgBigblock.imgBigblock1 .textBlock {
    padding-top: calc((100vw - 60px)*465/835 - 20px);
    padding-bottom: 5px;
    padding-left: 105px;
    padding-right: 8%;
    /*padding: 30% 10% 10% 20%;*/
    text-align: left;
    float: left;
  }
  .imgBigblock.imgBigblock1 .imgBlock {
    right: 0;
  }
  .imgBigblock.imgBigblock2 .textBlock {
    padding-top: calc((100vw - 60px)*465/835 - 25px);
    padding-left: 45px;
    padding-bottom: 5px;
  }
  .imgBigblock.imgBigblock2 .imgBlock {
    left: auto;
    float: left;
  }
  .imgBigblock.imgBigblock2 .imgBlock img {
    width: 100%;
    height: auto;
  }
  .twoImg {
    width: 100%;
  }
  .twoImg .pcs {
    display: none !Important;
  }
  .twoImg .phs {
    display: block !important;
  }
  .twoImg .twoInfo {
    width: 24%;
    display: none;
  }
  .twoImg .twoInfo.twoInfo2 {
    font-size: 16px;
  }
  .twoImg .lr {
    display: none;
  }
  .twoImg .TWimgBlock1 {
    border-right: 0;
    margin-left: -16%;
    max-width: 90% !important;
    min-width: 40% !important;
    transform: skew(-18deg, 0deg);
    -ms-transform: skew(-18deg, 0deg);
    -moz-transform: skew(-18deg, 0deg);
    -webkit-transform: skew(-18deg, 0deg);
    -o-transform: skew(-18deg, 0deg);
  }
  .twoImg .TWimgBlock1 .tImg {
    transform: skew(18deg, 0deg);
    -ms-transform: skew(18deg, 0deg);
    -moz-transform: skew(18deg, 0deg);
    -webkit-transform: skew(18deg, 0deg);
    -o-transform: skew(18deg, 0deg);
  }
  .pkonowMore {
    display: block;
    width: 100%;
    /*background: url("../../images/index/longgray.jpg") no-repeat;*/
    background-size: 100% 100%;
    text-align: center;
    padding: 30px 0;
  }
  .pkonowMore a {
    display: inline-block;
  }
  .pkonowMore a img {
    height: 44px;
  }
}
@media (max-width: 414px) {
  /*#carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunL {
        left: 23%;
    }
    #carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunR {
        left: 67.5%;
    }*/
}
@media (max-width: 375px) {
  /*#carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunL {
        left: 27%;
    }
    #carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunR {
        left: 65.5%;
    }*/
}
@media (max-width: 320px) {
  /*#carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunL {
        left: 23%;
    }
    #carSwiper .swiper-slide .carBlock .carShow .carShowbox .carlun.carlunR {
        left: 68%;
    }*/
}


.topImg {
  margin-top: 50px;
}
.phs {
  display: none;
}
.pcs {
  display: block;
}
.main {
  width: 100%;
  margin: auto;
  margin-top: 60px;
  padding-top: 10px;
}
.main .newsBigBlock {
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 20px;
}
.main .newsBigBlock h3 {
  letter-spacing: 2px;
  letter-spacing: 3px;
  font-size: 3rem;
  letter-spacing: 1px;
}
.main .newsBigBlock.newsBigBlock2 {
  width: 100vw;
  margin-left: -15vw;
  background: #111C24;
}
.main .newsBigBlock.newsBigBlock2 .newsImg {
  left: 15vw;
  width: 22.4vw;
}
.main .newsBigBlock.newsBigBlock2 .newsLittleBlock {
  background: none;
  padding-left: 32vw;
  padding-top: 3%;
  padding-bottom: 4%;
}
.main .newsBigBlock .newsImg {
  position: absolute;
  width: 32%;
  left: 0;
  bottom: 90px;
  height: 75%;
}
.main .newsBigBlock .newsLittleBlock {
  margin-left: 8%;
  width: 92%;
  padding: 5% 40px 5% 28%;
  text-align: left;
  background:#f7f8f8;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.main .newsBigBlock .newsLittleBlock p {
  width: 100%;
  margin-top: 10px;
}
.main .newsBigBlock .newsLittleBlock .newsTime {
  color: #ccc;
  font-size: 1.2rem;
  margin-top: 12px;
}
.main .newsBigBlock .newsLittleBlock .newsTime img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
.main .newsBigBlock .newsLittleBlock .newsText {
  font-size: 14px;
  margin: 14px 0;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 1px;
  color: #999;
}

.main .newsBigBlock .newsLittleBlock .newsLink img {
  height: 50px;
}
.main .newsBigBlock2 {
  margin-top: 5%;
}
.main .more {
  display: none;
}
@media (max-width: 1920px) {
  .main .newsBigBlock .newsImg {
    top: -10%;
  }
  .main .newsBigBlock {
    margin-top: 5%;
  }
  .main .newsBigBlock2 {
    margin-top: 6%;
  }
}
@media (max-width: 812px) {
  .main .newsBigBlock.newsBigBlock2 .newsLittleBlock {
    padding-left: 6%;
  }
  #footerSlide .footerUl {
    border-top: 1px solid #555;
    margin-top: 1.5rem;
  }
  .main .more {
    display: block;
    width: 90%;
    text-align: center;
    color: #ea4058;
    background-color: #111b24;
    line-height: 50px;
    letter-spacing: 5px;
    margin: 25px auto;
  }
  .phs {
    display: block;
  }
  .pcs {
    display: none;
  }
  .main {
    width: 100%;
    margin-top: 10px;
  }
  .main .newsBigBlock {
    margin-top: 0;
    width: 95%;
    margin-left: 5%;
  }
  .main .newsBigBlock h3 {
    font-size: 16px;
  }
  .main .newsBigBlock .newsImg {
    position: static;
    display: block;
    width: 80%;
    margin-left: 6%;
    margin-bottom: -30%;
  }
  .main .newsBigBlock .newsLittleBlock {
    width: 100%;
    padding: 50px 14% 20px 6%;
    margin-left: 0;
    padding-top: 35%;
  }
  .main .newsBigBlock .newsLittleBlock .newsText {
    font-size: 12px;
    max-height: 100px;
  }
  .main .newsBigBlock .newsLittleBlock .newsTime {
    color: #fff;
    font-size: 1.2rem;
  }
  .main .newsBigBlock .newsLittleBlock .newsLink img {
    height: 35px;
  }
  .main .newsBigBlock.newsBigBlock2 {
    margin-left: 5%;
    margin-top: 30vw;
    background-color: #1A1A1A;
  }
  .main .newsBigBlock.newsBigBlock2 .newsImg {
    width: 80%;
    transform: translateY(-25vw);
  }
  .main .newsBigBlock.newsBigBlock2 .newsLittleBlock {
    background: #f7f8f8;
    background-size: 100% 100%;
    padding-top: 42px;
  }
  .listPagation {
    display: none;
  }
}




.bannertitle .bannertitlep {
  margin-top: -1rem;
}
.Service_img {
  margin-top: 70px;
}
.Service_img img {
  width: 100%;
}
.Service-text {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 1.2px;
  font-weight: bold;
  margin-top: 6.1rem;
}
.point-photo {
  /*transform: translateY(-57px);*/
  width: 70%;
  width: 63%;
  text-align: center;
  margin: 2% auto;
  margin-bottom: 0;
  white-space: nowrap;
  display: flex;
}
.photo_img {
  display: inline-block;
  width: calc(25% - 20px);
  width: calc((100% - 60px) / 4);
  position: relative;
  margin: 0 10px;
  z-index: 1;
}
.photo_img:first-child {
  margin-left: 0;
}
.photo_img:last-child {
  margin-right: 0;
}
/*.photo_img:hover>.cover-text {
	display: none;
}*/
.photo_img img {
  width: 100%;
}
.pcs {
  display: block;
}
.phs {
  display: none;
}
.cover-text {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  /*padding-top: 30%;*/
  font-size: 16px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cover-text p {
  POSITION: ABSOLUTE;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cover-text.Active {
  display: none;
}
.point-text {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f7f8f8;
  transform: translateY(-95px);
  padding-bottom: 20px;
  padding: 90px 0 20px 0;
  padding: 155px 0 100px 0;
}
.Text-h {
  width: 70%;
  top: 28%;
  left: 17%;
  padding-left: 4%;
  padding-right: 2%;
  padding: 0 6.5%;
  display: none;
  margin-left: 15%;
}
.Text-h.active {
  display: block;
}
.point-text .Text-h h4 {
  color: #4c4d52;
  font-size: 3rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  margin-bottom: 2.4rem;
  margin-left:-5rem;
  padding-left: 5rem;
  background: url(../images/index/mx_002.png) left center no-repeat;
  background-size: 6%;
}
.point-text .Text-h p {
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.4rem;
}
.Overlay-Eff {
  position: relative;
  width: 70%;
  width: 63%;
  margin: auto;
}
.Overlay-Eff:hover .Overlay-text {
  display: block;
}
.Overlay {
  width: 100%;
  /*transform: translateY(-5%);*/
  margin: 0px auto;
  display: block;
}
.Overlay img {
  width: 100%;
}
.Overlay-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 11% 36% 0 12%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  display: none;
}
.Overlay-text a {
  text-decoration: none;
  color: #FFFDEF;
  z-index: 1;
}
.Overlay-text h3 {
  font-size: 3.6rem;
  letter-spacing: 1px;
  margin-bottom: 3rem;
}
.Overlay-text p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2rem;
  margin-bottom: 3rem;
}
/*<!--è½¦è¾†ä¿é™©å’Œç»ˆèº«é“è·¯æ•‘æ´pc-->*/
.composite {
  position: relative;
  margin-top: 3%;
}
.composite img {
  width: 100%;
}
/*.tablinks.active
*/
.tablinks {
  position: absolute;
  top: 4rem;
  top: 5.3rem;
  left: calc(50% - 14rem);
  left: calc(50% - 28rem);
  text-align: center;
  margin: 0 3rem;
  transform: translateX(-50%);
}
.tablinks > img {
  height: 8rem;
  height: 11rem;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: auto;
}
.tablinks > p.wire {
  padding-bottom: 2rem;
  font-size: 20px;
  font-size: 3.6rem;
  color: #737373;
  letter-spacing: 1px;
}
.tablinks > p.wire:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #00c7b2;
  transition: width .4s;
}

/*å¼¹çª—*/
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*background: url("../../images/server/cz-zk.png") no-repeat;*/
  z-index: 10;
  display: none;
}
.popup img {
  width: 100%;
  height: 100%;
  /*display:none;*/
}
.popup-text {
  /*position: absolute;*/
  /*top: 10%;*/
  padding: 50px 10%;
}
.popup-text p {
  padding-top: 18px;
}
.popup-text .cloase {
  /*margin-bottom: -128%;*/
  position: absolute;
  bottom: 30px;
  height: 40px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.Nite-ize a {
  font-size: 14px;
}
.Nite-ize a p {
  top: 47%;
  left: 42%;
}
.Nite-wap {
  position: relative;
  margin-top: 10%;

}
.Nite-wap img {
  width: 100%;
}
.Nite-wap a {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.Nite-wap a p {

  margin:1rem 0;
  font-size: 4rem;
  color: #FFFFFF;
}
.Nite-wap a span {

 padding:.6rem 1.2rem .9rem 1.2rem;
  background:#c01925;
  font-size: 2rem;
  color: #FFFFFF;
}
.Nite-wap a span:hover {
  background:#090404;
}
@media (max-width: 1366px) {

  .Service-text {
    margin-top: 5.1rem;
  }

  .point-text {
    transform: translateY(-75px);
    padding: 135px 0 100px 0;
  }
}
@media (max-width: 812px) {
  .Nite-wap a p{
       margin: .2rem;
       font-size: 1.3rem;
     }
  .Nite-wap a span{
    padding:.2rem .3rem .3rem .3rem;
    font-size: 1rem;
  }
  .point-text {
    padding-bottom: 20px;
    transform: translateY(-125px);
  }
  .Service_img {
    margin-top: 50px;
  }
  .cover-text {
    padding-top: 10%;
  }
  .cover-text p {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .pcs {
    display: none;
  }
  .phs {
    display: block;

  }

  .point-photo {
    width: 90%;
    white-space: normal;
    display: block;
  }
  .Text-h {
    width: 90%;
    margin-left: 5%;
    position: static;
  }
  .Overlay {
    width: 100%;
  }

  .composite {
    display: none;
  }
  .photo_img {
    width: calc(50% - 23px);
    margin-bottom: 10px;
  }
  .photo_img:first-child {
    margin-left: 10px;
  }
  .photo_img:last-child {
    margin-right: 10px;
  }
  .Overlay {
    transform: none;
  }


  .Service-text {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 50px;
    margin: 1.8rem auto;
  }
  .details-butt {
    line-height: 50px;
    color: #cc374f;
    font-size: 16px;
    position: absolute;
    top: 90%;
    left: 8%;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }
  .details-butt input[type="button"] {
    width: calc(50% - 6.5px);
    padding: 0;
    margin-right: 0;
  }
  .details-butt input[type="button"] + input {
    margin-left: 8px;
  }
  .point-text .Text-h h4 {
    font-size: 2.2rem;
    margin-bottom: 1.8rem;


  }

}


.dealer {
  /*background-color: #111111;*/
  position: relative;
  padding-bottom: 60px;
}
.dealer .dealer-select {
  text-align: center;
  padding: 40px 0;
}
.dealer .dealer-select .pullSelect {
  display: inline-block;
  margin: 0 20px;
  width: 20%;
  color: #999;
  padding: 0 5px 5px 5px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 20px;
  text-align: left;
  text-indent: 1rem;
  position: relative;
}
.dealer .dealer-select .pullSelect .title img {
  right: 2px;
}
.dealer .dealer-core {
  width: 42%;
  margin-left: 45%;
  background-color: #f7f8f8;
  padding: 30px 0;
  margin-top: 80px;
  height: 500px;
  overflow-y: scroll;
}
.dealer .dealer-core p {
  color: #aaa;
  padding: 5px 0;
}
.dealer .dealer-core .coreP,
.dealer .dealer-core .core {
  width: 75%;
  margin-left: 20%;
  padding: 10px 0;
  overflow: hidden;
}
.dealer .dealer-core .coreP .core-phone a,
.dealer .dealer-core .core .core-phone a {
  color: #aaa;
}
.dealer .dealer-core .coreP .core-text,
.dealer .dealer-core .core .core-text {
  overflow: hidden;
  padding: 8px 0 8px 0;
  line-height: 20px;
  cursor: pointer;
}
.dealer .dealer-core .coreP .core-text h4,
.dealer .dealer-core .core .core-text h4 {
  float: left;
  width: 70%;
  line-height: 20px;
  font-size: 16px;
}
.dealer .dealer-core .coreP .core-text .core-dist,
.dealer .dealer-core .core .core-text .core-dist {
  float: left;
  width: 22%;
  text-align: right;
  font-size: 16px;
  color: #00ac9a;
}
.dealer .dealer-core .coreP .core-text .core-shrink,
.dealer .dealer-core .core .core-text .core-shrink {
  float: right;
  color: #F54359;
  top: 2px;
}
.dealer .dealer-core .coreP .core-btn,
.dealer .dealer-core .core .core-btn {
  float: left;
  background-color: #111c24;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px 15px 10px 0;
}
.dealer .dealer-core .coreP .core-btn a,
.dealer .dealer-core .core .core-btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.dealer .dealer-core .coreP .core-btn.active,
.dealer .dealer-core .core .core-btn.active {
  background-color: #f54359;
}
.dealer .dealer-core .coreP .core-btn:hover,
.dealer .dealer-core .core .core-btn:hover {
  background-color: #f54359;
}
.dealer .dealer-core .coreP .core-phone span,
.dealer .dealer-core .core .core-phone span {
  margin-left: 25px;
}
.dealer .dealer-core .coreP .core-phone span:first-child,
.dealer .dealer-core .core .core-phone span:first-child {
  margin-left: 0px;
}
.dealer .dealer-core .coreP {
  padding-bottom: 5px;
}
.dealer .dealer-core .coreP p .core-hs {
  color: #d4394c;
}
.dealer .dealer-core .core {
  border-top: 1px solid #333;
}
.dealer .dealer-core .core p {
  line-height: 20px;
}
.dealer .dealer-map {
  position: absolute;
  top: 16%;
  left: 13%;
  width: 38%;
  height: 400px;
  background-color: #fff;
}
.more {
  width: 100%;
  height: 60px;
  background-color: #111c24;
  text-align: center;
  line-height: 60px;
  margin-top: 20px;
  display: none;
}
.more a {
  display: block;
  text-decoration: none;
  color: #f54359;
  font-size: 18px;
}
@media (max-width: 768px) {
  body {
    padding-top: 59px;
  }
  .dealer {
    padding-bottom: 0;
    position: static;
  }
  .dealer .dealer-select {
    padding: 40px 0 20px 0;
  }
  .dealer .dealer-select .pullSelect {
    width: 300px;
    margin: 15px 0;
  }
  .dealer .dealer-select .pullSelect ul.dropDown {
    background-color: #333;
  }
  .dealer .dealer-map {
    position: relative;
    width: 100%;
    left: 0;
    height: 240px;
  }
  .dealer .dealer-core {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .dealer .dealer-core .coreP,
  .dealer .dealer-core .core {
    width: 80%;
    margin: 0 auto;
  }
  .dealer .dealer-core .coreP .core-text h4,
  .dealer .dealer-core .core .core-text h4 {
    width: 100%;
    float: none;
    line-height: 24px;
    padding-bottom: 14px;
  }
  .dealer .dealer-core .coreP .core-text .core-dist,
  .dealer .dealer-core .core .core-text .core-dist {
    float: initial;
  }
  .dealer .dealer-core .coreP .core-btn,
  .dealer .dealer-core .core .core-btn {
    display: block !important;
    width: calc(50% - 7.5px);
  }
  .dealer .dealer-core .coreP .core-btn:last-child,
  .dealer .dealer-core .core .core-btn:last-child {
    margin-right: 0;
  }
  .dealer .dealer-core .coreP .core-phone span,
  .dealer .dealer-core .core .core-phone span {
    display: block;
    margin: 0;
    margin-top: 10px;
  }
  .dealer .dealer-core .coreP .core-phone span:first-child,
  .dealer .dealer-core .core .core-phone span:first-child {
    margin-top: 0px;
  }
  .dealer .dealer-core .core p {
    line-height: 24px;
  }
  .dealer .dealer-core .core .core-text {
    padding-bottom: 6px;
  }
  .dealer .dealer-core .core .core-text .core-dist {
    line-height: 16px;
  }
  .dealer .dealer-core .core .core-phone {
    padding-top: 0;
    padding-bottom: 12px;
    line-height: 12px;
  }
  .more {
    display: block;
  }
}
.vml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute
}

.amap-custom {
  top: 0;
  left: 0;
  position: absolute
}

.amap-container img {
  max-width: none!important;
  max-height: none!important
}

.amap-container {
  touch-action: none;
  position: relative;
  overflow: hidden;
  /*background: #fcf9f2 url(data:image/png;*/
  /*base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AgMAAAC2uDcZAAAADFBMVEX////////////////1pQ5zAAAABHRSTlMAgP/AWuZC2AAAAVhJREFUeAFiYGAQYGDEQjAB2rcDC4BiGIqiU7abdKlO2QkeIClyPsDHweMKtOPHIJ1Op6/w7Y4fdqfT6VpndzqdrnV2p9PpWmd3Oj3qWndSoKp+2J1Op7vr7E6n07XO7nQ6XevsTqfTtc7udPo4/f787E6n0911dqfT6VpndzqdrnV2p9PpWmd3Ot27Ce8m6HS6u85dR6fTtU7r6HS61mkdnU7XOrvT6XTvJuxOp9PddXan0+laZ3c6na51dDpd67SOTqd7N+HdBJ1Od9e56+h0utZpHZ1O1zq70+l0rbM7nU73bsLudDrdXWd3Ol3rtI5Op2ud1tHpdK3TOjqd7t2EdxN0Ot1dZ3c6na51dqfT6VpndzqdrnV2p9Pp3k3Q6XR3nbuOTqdrndbR6XSt0zo6na51Wken072bsDudTnfX2Z1Op2ud3el0utbZnU7XOq2j0+t0uncTD1gO4zoT5doZAAAAAElFTkSuQmCC);-ms-touch-action: none*/
}

.amap-drags,.amap-layers {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.amap-layer img {
  pointer-events: none
}

.amap-e,.amap-maps {
  width: 100%;
  height: 100%
}

.amap-maps,.amap-e,.amap-layers,.amap-tile,.amap-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.amap-context {
  position: absolute;
  left: 0;
  top: 0
}

.amap-overlays,.amap-markers,.amap-marker {
  position: absolute;
  left: 0;
  top: 0
}

.amap-layers {
  z-index: 0
}

.amap-overlays {
  z-index: 110;
  cursor: default
}

.amap-markers {
  z-index: 120
}

.amap-controls {
  z-index: 150
}

.amap-copyright {
  position: absolute;
  display: block!important;
  left: 77px;
  height: 16px;
  bottom: 0;
  padding-bottom: 3px;
  font-size: 11px;
  font-family: Arial,sans-serif;
  z-index: 160
}

.amap-logo {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 160;
  height: 20px
}

.amap-logo img {
  width: 73px!important;
  height: 20px!important;
  border: 0;
  vertical-align: baseline!important
}

.amap-icon {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.amap-icon img {
  position: absolute;
  z-index: -1
}

.amap-marker-label {
  position: absolute;
  z-index: 2;
  border: 1px solid blue;
  background-color: white;
  white-space: nowrap;
  cursor: default;
  padding: 3px;
  font-size: 12px;
  line-height: 14px
}

.amap-info {
  position: absolute;
  left: 0;
  z-index: 140;
  width: 320px
}

.amap-menu {
  position: absolute;
  z-index: 140;
  _width: 100px
}

.amap-info-close {
  position: absolute;
  right: 5px;
  _right: 12px;
+right: 11px;
  top: 5px;
  _top: 2px;
+top: 2px;
  color: #c3c3c3;
  text-decoration: none;
  font: bold 16px/14px Tahoma,Verdana,sans-serif;
  width: 14px;
  height: 14px
}

.amap-info-outer,.amap-menu-outer {
  box-shadow: 0 3px 14px rgba(0,0,100,0.6);
  background: none repeat scroll 0 0 white;
  border-radius: 2px;
  padding: 1px;
  text-align: left;
  border: #c0c0c0 solid 1px
}

.amap-info-outer:hover,.amap-menu-outer:hover {
  box-shadow: 0 3px 14px rgba(0,0,0,0.75)
}

.amap-info-content {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 18px 10px 10px;
+margin: 0 10px;
+padding: 10px 0;
  line-height: 1.4;
  overflow: auto
}

.amap-marker-content {
  position: relative
}

.amap-info {
  _width: 320px
}

.amap-menu {
  _width: 100px
}

.amap-info-sharp {
  height: 23px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: -1px;
  width: 30px;
  background-image: url(https://webapi.amap.com/theme/v1.3/sharp.png);
  _background-image: url(https://webapi.amap.com/theme/v1.3/sharp.gif)
}

.amap-menu-outer {
  margin: 0;
  padding: 0;
  list-style-type: none
}

ul.amap-menu-outer li {
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  word-break: break-all;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap
}

ul.amap-menu-outer li a {
  text-decoration: none;
  font-size: 13px;
  margin: 0 5px;
  color: #000;
  padding: 5px 5px
}

ul.amap-menu-outer li:hover {
  background-color: #f3f3ee
}

.amap-overlay-text-container {
  display: block;
  width: auto;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  padding: 2px 3px;
  border: 1px solid #ccc;
  border-radius: 3px
}

.amap-overlay-text-container.amap-overlay-text-empty {
  display: none
}