.x7_banner {
  width: 100%;
  position: relative;
}

.x7_banner .swiper-container,
.x7_banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.x7_banner .swiper-container .swiper-slide img.img1 {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.x7_banner .swiper-container .swiper-slide img.img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.x7_content {
  width: 100%;
  font-size: 0;
}

.x7_content .img {
  display: block;
  width: 100%;
}

.tit_mark {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  background: url(../img/case/b4.png) repeat;
  height: 70px;
  z-index: 2;
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}

.tit_mark img {
  display: block;
}

.tit_mark .left {
  width: 209px;
  height: 18px;
  float: left;
  margin-top: 26px;
}

.tit_mark .right {
  width: 140px;
  height: 40px;
  float: right;
  margin-top: 15px;
}

.carForm {
  background-size: 1920px auto;
  min-height: 510px;
  padding: 50px 0 120px 0;
}

.carFormDeep{
  background: url(../images/b1.png) left center no-repeat;
  background-size: 1920px auto;
  min-height: 510px;
  padding: 50px 0 120px 0;
}

@media screen and (max-width: 1600px) {
  .carForm {
      background-size: 1700px auto;
  }
}

@media screen and (max-width: 1500px) {
  .carForm {
      background-size: 1500px auto;
  }
}

@media screen and (max-width: 1400px) {
  .carForm {
      background-size: 1400px auto;
  }
}

.carForm .form {
  width: 500px;
  float: left;
  margin-left: 10%;
}

.carForm li {
  width: 100%;
  border-top: 1px solid #ececec;
  height: 70px;
}

.carForm li:first-child{
  border-top: none;
}

.carForm .li1 input {
  display: block;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  height: 70px;
  line-height: 70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.carForm .li1 input::-webkit-input-placeholder {
  color: #999;
}

.carForm .li2 select {
  display: block;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  height: 70px;
  line-height: 70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.carForm .li3 {
  position: relative;
}

.carForm .li3 p {
  padding-left: 25px;
  background: url(../images/b6.png) left center no-repeat;
  font-size: 14px;
  color: #999;
  line-height: 70px;
  box-sizing: border-box;
}

.carForm .li3 input {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 30px;
  opacity: 0;
  cursor: pointer;
}

.carForm .li3 input:checked+p {
  background: url(../images/b7.png) left center no-repeat;
}

.carForm .li3 a {
  color: #b60004;
  text-decoration: underline;
}

.carForm .li4 span {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #333333;
  outline: none;
  color: #333333;
  background: none;
  margin: 30px auto;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.carForm .li4 span:hover {
  background: #333;
  color: #fff;
}

.toolbar_list {
  display: none;
}

.page2 {
  position: relative;
}

/* è§†é¢‘å¼¹å±‚ */

.playVideoBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
}

.videoZc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
}

.playVideoBox video {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.videoA {
  display: block;
  width: 100%;
  height: 100%;
}

.vClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 34px;
  height: 33px;
  background-image: url(../img/close1.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  border: 2px solid #f1f1f1;
  background-size: auto 100%;
  z-index: 1000;
  border-radius: 4px;
  background-color: #666;
  cursor: pointer;
}
.li1_p{
  width: 100%; height: 65px; line-height: 65px; font-size: 16px; color: #999999;
}
.isNoHasCar{
  padding-right: 150px;
}
.li1_isNohascar_input1{
  width: 10px;
  font-size: 16px; 
  height: 10px; 
  display: inline; 
  line-height: 50px;
}
.li1_isNohascar_input2{
  width: 10px;
  font-size: 16px; 
  height: 10px; 
  display: inline;
}

/*layer 弹窗*/
.alertc .layui-layer-content .import {
  margin: 0 auto;
  text-align: center;
}

.alertc .layui-layer-btn .layui-layer-btn0 {
  color: #fff;
  font-size: 16px;
  background-color: #4d4f50;
  /*background: url(../img/yybtn-bg.jpg) no-repeat;*/
  background-size: 100% 100%;
}

.layui-layer-content {
  line-height: 120px;
  text-align: center;
  font-size: 20px;
}

.alertc .layui-layer-btn {
  text-align: center;
}
.alertc{
  background: rgba(0,0,0,.6);
  /*color: #fff;*/
}
.alertc .import{
  padding-top: 10px;
  font-size: 18px;
  line-height: 1em;
  padding-top: 45px;
}
.alertc .import span{
  display: block;
  font-size: 22px;
  padding-bottom: 40px;
}
.alertc .layui-layer-btn .layui-layer-btn0{
  margin-bottom: 20px;
  width: 130px;
  border: 0;
}
