/*=============*/
html,body,div,span,i,img{
  margin: 0;
  padding: 0;
  border: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    -webkit-user-select:none;
}
a{
  text-decoration: none;
}
a:hover,a:active,a:visited{
  text-decoration: none;
}
li {
    list-style: none;
}
.clearfix{
  zoom:1;
}
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
input::-ms-clear{
  display:none;
}
/*等待框*/
.loading{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(200,200,200,0.4);
}
.loading-img{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: block;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
/*弹出框*/
.popup-wrapper{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.popup-con{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 400px;
  height: 200px;
  margin-top: -150px;
  margin-left: -130px;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-sizing: border-box;
  padding: 0 20px;
}
.popup-title{
  width: 360px;
  height: 150px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.popup-content{
  font-size: 18px;
  color: #999;
}
.popup-btn{
  width: 60%;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: #000;
  background: #81c784;
  cursor: pointer;
}
.popup-btn:hover{
  background: rgba(129,199,132,0.5);
}
.popup-dis{
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 9999;
  width: 400px;
  margin-left: -200px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 4px 2px #999;
  -webkit-box-shadow: 0 0 4px 2px #999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.popup-dis-txt{
  font-size: 16px;
  color: #333;
  line-height: 20px;
}

/*以上市公共样式*/
.wrapper{
  width: 100%;
}
.header{
  width: 1000px;
  height: 60px;
  margin: 46px auto 30px auto;
  font-size: 0;
}
.header-logo{
  display: inline-block;
  width: 232px;
  height: 60px;
  background: url(../img/logo.jpg) no-repeat center;
  background-size: 232px 60px;
  vertical-align: top;
}
.header-tel{
  display: inline-block;
  width: 210px;
  height: 42px;
  margin-top: 9px;
  margin-left: 150px;
  padding-left: 8px;
  background: rgb(170,0,0);
  font-size: 0;
}
.header-tel-icon{
  display: inline-block;
  width: 31px;
  height: 42px;
  background: url(../img/china_taxi2.jpg) no-repeat center;
  background-size: 31px 34px;
  vertical-align: top;
}
.header-tel-con{
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding-left: 8px;
  font-size: 18px;
  color: #fff;
}
.header-info{
  display: inline-block;
  height: 42px;
  padding-left: 150px;
  font-size: 0;
}
.header-signin, .header-signup{
  display: inline-block;
  width: 98px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.header-signin:hover, .header-signup:hover{
  text-decoration: none;
  background: rgb(170, 0, 0);
  color: #fff;
}
.header-info-login{
  display: inline-block;
  height: 42px;
  padding-left: 40px;
  font-size: 0;
}
.header-signin-login, .header-signup-login{
  display: inline-block;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: rgb(170, 0, 0);
}
.header-signin-login{
  position: relative;
  margin-right: 20px;
}
.header-signin-login:after{
  position: absolute;
  top: -10px;
  right: -8px;
  display: block;
  content: "";
  width: 17px;
  height: 21px;
  background: url(../img/shangjia.png) no-repeat center;
  background-size: 17px 21px;
}
.header-signin-login:hover, .header-signup-login:hover{
  text-decoration: none;
  color: #fff;
}
.lang-wrapper{
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 2px;
  height: 28px;
  text-align: right;
  padding-right: 50px;
}
.lang-wrapper .index-y{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #0087be;
  padding: 0 10px;
  text-decoration: none;
  cursor: pointer;
}
.index-y:hover{
  background: rgb(170, 0, 0);
  color: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*2 轮播图*/
.carousel-bg1{
  display: block;
  width: 100%;
  height: 436px;
  background: url(../img/banner1.jpg) no-repeat center;
  background-size: 1920px 436px;
}
.carousel-bg2{
  display: block;
  width: 100%;
  height: 436px;
  background: url(../img/banner2.jpg) no-repeat center;
  background-size: 1920px 436px;
}
.carousel-bg3{
  display: block;
  width: 100%;
  height: 436px;
  background: url(../img/banner33_.jpg) no-repeat center;
  background-size: 1920px 436px;
}

/*3车型列表*/
.models{
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.models-title{
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 34px;
  color: rgb(51, 51, 51);
}
.models-list{
  width: 1000px;
  height: 180px;
  position: relative;
}
.models-left, .models-right{
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.models-left{
  top: 50%;
  left: -60px;
  background: rgb(49,49,49);
}
.models-right{
  top: 50%;
  right: -60px;
  background: rgb(49,49,49);
}
.models-left:hover, .models-right:hover{
  background: rgb(170, 0, 0);
}
.models-car-wrapper{
  position: relative;
  width: 1000px;
  height: 180px;
  overflow: hidden;
}
.models-car{
  position: absolute;
  left: 0;
  top: 30px;
  width: 2700px;
  height: 121px;
}
.models-car-img{
  float: left;
  display: block;
  width: 250px;
  height: 121px;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  border: none;
  margin: 0 40px;
}

/*4 地图 + 订车业务*/
.info{
  width: 100%;
  background: rgb(233,233,233);
}
.info-wrapper{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
.map{
  float: left;
  width: 450px;
  height: 794px;
}
.information{
  float: left;
  width: 750px;
  /*height: 810px;*/
  padding-left: 60px;
}
.information-title{
  width: 100%;
  height: 55px;
  line-height: 55px;
}
.info-title-head{
  font-size: 18px;
  color: rgb(51,51,51);
}
.info-title-con{
  padding-left: 30px;
  font-size: 18px;
  color: rgb(170, 0, 0);
  font-weight: 600;
}
.information-car{
  width: 100%;
  padding-left: 0;
}
.info-item{
  float: left;
  width: 50%;
  height: 40px;
  padding: 3px 0;
  font-size: 0;
  cursor: pointer;
}
.info-use-day{
  display: none;
}
.info-icon{
  display: inline-block;
  width: 22px;
  height: 40px;
  background: url(../img/airport/jie_feiji.png) no-repeat center;
  background-size: 22px 19px;
  vertical-align: top;
  padding: 0 20px;
}
.info-icon-dropoff{
  background: url(../img/airport/song_feiji.png) no-repeat center;
  background-size: 22px 16px;
}
.info-icon-train{
  background: url(../img/airport/jie_huoche.png) no-repeat center;
  background-size: 24px 15px;
}
.info-icon-train-drop{
  background: url(../img/airport/song_huoche.png) no-repeat center;
  background-size: 24px 17px;
}
.info-icon-half{
  background: url(../img/airport/rizu1.png) no-repeat center;
  background-size: 25px 18px;
}
.info-icon-full{
  background: url(../img/airport/rizu1.png) no-repeat center;
  background-size: 25px 18px;
}
.info-icon-transfer{
  background: url(../img/airport/zhuanche.png) no-repeat center;
  background-size: 22px 23px;
}
.info-con{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.info-line{
  float: left;
  display: block;
  width: 92%;
  height: 1px;
  background: #d1d1d1;
}
.info-number{
  display: none;
  width: 80%;
  height: 40px;
}
.info-number-con{
  float: left;
  display: block;
  /*width: 300px;*/
  padding-right: 15px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #444;
}
.info-number-val{
  float: left;
  display: block;
  width: 150px;
  height: 34px;
}
.info-time-type{
  width: 100%;
  height: 40px;
}
.timeType-item{
  float: left;
  width: 36%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.timeType-con{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin-left: 8px;
}
.info-time-wrapper{
  width: 100%;
  height: 40px;
  font-size: 0;
}
.taxi-data, .taxi-time{
  display: inline-block;
  width: 45%;
}
.taxi-time{
  margin-left: 2%;
}
.info-adress{
  width: 92%;
  background: #fff;
}
.start-adress{
  border-bottom: 1px solid rgb(222,222,222);
}
.start-city-wrapper{
  position: relative;
  width: 100%;
  font-size: 0;
  padding: 8px 0;
}
.start-city-con{
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  text-indent: 4px;
}
.start-city{
  display: inline-block;
  width: 80%;
  height: 30px;
  background: #f1f1f1;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.start-hot-city, .end-hot-city{
  display: none;
  position: absolute;
  left: 90px;
  top: 38px;
  width: 80%;
  z-index: 999;
  border: 1px solid #333;
}
.start-hot-city-head, .end-hot-city-head{
  width: 100%;
  height: 30px;
  font-size: 0;
  background: #22536D;
  color: #fff;
}
.start-hot-head-con, .end-hot-head-con{
  display: inline-block;
  width: 80%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-indent: 5px;
}
.start-hot-head-close, .end-hot-head-close{
  display: inline-block;
  width: 20%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.start-hot-city-wrapper, .end-hot-city-wrapper{
  width: 100%;
  height: 192px;
  background: #F0F4FF;
  font-size: 0;
  padding: 2px;
}
.start-hot-city-item, .end-hot-city-item{
  float: left;
  display: block;
  width: 20%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  border: 1px solid #fff;
  cursor: pointer;
}
.start-hot-city-item:hover, .end-hot-city-item:hover{
  background: #39F;
}
.start-location{
  position: relative;
  left: 14%;
  width: 80%;
  padding-bottom: 12px;
}
.start-location-zh{
  display: block;
  border: none;
  width: 95%;
  outline: none;
  text-indent: 4px;
  border: 1px solid #d2d2d2;
  padding: 6px 0;
}
.start-location-en{
  display: block;
  border: none;
  width: 95%;
  background: #fff;
  text-indent: 4px;
}
.start-location-del{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  background: #d2d2d2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.start-lenovo, .end-lenovo{
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 999;
  width: 400px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  padding: 5px 0;
  border-radius: 4px;
  -wenkit-border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -wenkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.start-lenovo-item, .end-lenovo-item{
  width: 100%;
  background: #fff;
  cursor: pointer;
  padding: 4px 0;
}
.start-lenovo-item:hover, .end-lenovo-item:hover, .start-lenovo-item:hover .start-lenovo-name, .end-lenovo-item:hover .end-lenovo-name{
  background: rgb(170, 0, 0);
  color: #fff;
}
.start-lenovo-name, .end-lenovo-name{
  display: block;
  font-size: 14px;
  text-indent: 10px;
  color: #333;
}
.start-lenovo-name:hover, .end-lenovo-name:hover{
  color: #fff;
}
.start-lenovo-adress, .end-lenovo-adress{
  display: block;
  font-size: 12px;
  text-indent: 10px;
}
.start-location:after{
  position: absolute;
  top: 40%;
  left: -20px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #149fe4;
}
/**/
.end-city-wrapper{
  position: relative;
  width: 100%;
  font-size: 0;
  padding: 8px 0;
}
.end-city-con{
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  text-indent: 4px;
}
.end-city{
  display: inline-block;
  width: 80%;
  height: 30px;
  background: #f1f1f1;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.end-location{
  position: relative;
  left: 14%;
  width: 80%;
  padding-bottom: 12px;
}
.end-location-zh{
  display: block;
  border: none;
  width: 95%;
  outline: none;
  text-indent: 4px;
  border: 1px solid #d2d2d2;
  padding: 6px 0;
}
.end-location-en{
  display: block;
  border: none;
  width: 95%;
  background: #fff;
  text-indent: 4px;
}
.end-location-del{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  background: #d2d2d2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.end-location:after{
  position: absolute;
  top: 40%;
  left: -20px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ff472b;
}
.for-other{
  width: 92%;
  padding: 15px 0;
}
.other-name, .other-code, .other-cell, .other-email{
  width: 100%;
  height: 40px;
  margin: 10px 0;
}
.other-name-title, .other-code-title, .other-cell-title, .other-email-title{
  float: left;
  display: block;
  width: 24%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: rgb(51, 51, 51);
}
.other-name-con, .other-coed-con, .other-cell-con, .other-email-con{
  float: left;
  display: block;
  width: 76%;
  height: 40px;
}
.search-wrapper{
  width: 92%;
  text-align: right;
}
.info-search{
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
  background: rgb(170,0,0);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.info-show{
  width: 92%;
  height: 40px;
  font-size: 0;
}
.info-show-price, .info-show-time, .info-show-distance{
  display: inline-block;
  width: 33%;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.info-price, .info-time, .info-distance{
  color: rgb(170,0,0);
  font-weight: 600;
}
.book-wrapper{
  width: 100%;
  text-align: left;
}
.info-book{
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
  background: rgb(170,0,0);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hot-city-mask{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 8;
}
.show{
  width: 100%;
  background: rgb(54,62,81);
}
.show-wrapper{
  width: 1000px;
  height: 534px;
  margin: 0 auto;
  font-size: 0;
  padding: 40px 0;
  box-sizing: content-box;
}
.show-left{
  display: inline-block;
  width:257px;
  height: 534px;
  background: url(../img/china_taxi2.png) no-repeat center;
  vertical-align: top;
}
.show-right{
  display: inline-block;
  width: 743px;
  height: 534px;
  font-size: 0;
  padding-left: 100px;
  padding-top: 72px;
}
.show-right-icon{
  display: inline-block;
  width: 643px;
  height: 200px;
  background: url(../img/mobile_site2.png) no-repeat center;
}
.show-right-left{
  display: inline-block;
  width: 643px;
  height: 41px;
  background: url(../img/china_taxib.jpg) no-repeat left center;
}
.show-right-title{
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
}
.show-right-content{
  display: inline-block;
  width: 100%;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
}
.show-txt{
  width: 100%;
  height: 300px;
  padding: 80px 0;
  text-align: center;
  background: rgb(54,62,81);
}
.show-txt-title{
  display: block;
  width: 1000px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.show-txt-content{
  display: block;
  width: 1000px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
}
.foot-link{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.foot-link-wrapper{
  display: inline-block;
  color: #666;
}
.foot-link-details{
  font-size: 14px;
  color: #333;
  word-spacing: 1px;
  letter-spacing: 1px;
}
.foot-link-details:hover{
  color: rgb(170,0,0);
}
.footer{
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
