/*=============index_c==============*/
.wrapper{
  width: 100%;
}
.header{
  width: 100%;
  min-width: 1200px;
  height: 30px;
  background: #26292f;
}
.header-wrapper{
  width: 1200px;
  height: 30px;
  margin: 0 auto;
  text-align: right;
  font-size: 0;
}
.header-email-icon{
  display: inline-block;
  width: 15px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/20171025/email-icon.png) no-repeat center;
  background-size: 15px 11px;
  vertical-align: top;
}
.header-email{
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 13px;
  color: #00c8ea;
  text-decoration: underline;
}
.header-about, .header-contact{
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 13px;
  color: #f4f4f4;
}
.nav{
  width: 100%;
  height: 70px;
  background: #fff;
}
.nav-wrapper{
  position: relative;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.nav-logo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 118px;
  height: 112px;
  background: url(../images/20171025/logo1.png) no-repeat;
  background-size: 118px 112px;
}
.nav-logo-icon{
  display: block;
  width: 100px;
  height: 106px;
  background: url(../images/20171025/logo.jpg) no-repeat center;
  background-size: 79px 79px;
}
.nav-item-wrapper{
  position: relative;
  z-index: 1;
  width: 1200px;
  text-align: right;
  font-size: 0;
}
.nav-item{
  display: inline-block;
  background-image: url(../images/sanjiaobiao.png);
  background-repeat: no-repeat;
  background-position: 180px 30px;
}
.nav-item-link{
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  font-size: 14px;
  color: #333333;
  transition: all 0.4s;
}
.nav-item-link:hover{
  color: #fff;
  /*background: #9a4328;*/
}
.nav-item-active{
  color: #fff;
  background: #9a4328;
}
.nav-mask{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  /*width: 217px;*/
  height: 70px;
  background: #9a4328;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
/*轮播图*/
.banner{
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.banner-wrapper{
  width: 100%;
  position: relative;
}
.banner-img{
  width: 100%;
  transition: all 1.4s;
  -webkit-transition: all 1.4s;
}
.banner-one,.banner-two, .banner-three, .banner-four{
  display: block;
  opacity: 0;
}
.banner-one{
  opacity: 1;
}
.banner-two, .banner-three{
  position: absolute;
}
/*.banner-one{
  z-index: 9;
  background: url(../images/20171025/banner01.jpg) no-repeat center;
  background-size: 100% 100%;
}
.banner-two{
  background: url(../images/20171025/banner02.jpg) no-repeat center;
  background-size: 100% 100%;
}
.banner-three{
  background: url(../images/20171025/banner01.jpg) no-repeat center;
  background-size: 100% 100%;
}
.banner-four{
  background: url(../images/20171025/banner02.jpg) no-repeat center;
  background-size: 100% 100%;
}*/
.banner-btn-wrapper{
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 99;
  width: 100px;
  height: 15px;
  margin-left: -50px;
  font-size: 0;
}
.banner-btn{
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.banner-btn-active{
  border: none;
  background: #fff;
}

.content{
  width: 1200px;
  margin: 0 auto;
}
.content-title{
  padding: 20px 0;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-family: "Helvetica";
  font-weight: bold;
}
.content-article{
  padding-bottom: 10px;
  line-height: 26px;
  font-family: "Verdana";
  font-size: 16px;
  color: #333;
}
.content-article-link{
  text-decoration: underline;
  color: #00c8ea;
}
.thecar{
  width: 100%;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.thecar-title{
  width: 1200px;
  height: 116px;
  line-height: 116px;
  margin: 0 auto;
  font-size: 24px;
  color: #797e81;
}
.thecar-item-wrapper{
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  font-size: 0;
}
.thecar-item{
  display: inline-block;
  width: 400px;
  border-bottom: 1px solid #e5e5e5;
}
.thecar-item-hot{
  position: relative;
}
.thecar-item-hot:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: block;
  width: 64px;
  height: 57px;
  background: url(../images/20171025/car-hot.jpg) no-repeat center;
  background-size: 64px 57px;
}
.thecar-item-icon{
  display: block;
  width: 400px;
  height: 170px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.thecar-item-icon-one{
  background: url('../images/20171025/thecars01.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-two{
  background: url('../images/20171025/thecars02.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-three{
  background: url('../images/20171025/thecars03.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-four{
  background: url('../images/20171025/thecars04.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-five{
  background: url('../images/20171025/thecars05.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-six{
  background: url('../images/20171025/thecars06.jpg') no-repeat center;
background-size: 310px 166px;
}
.thecar-item-icon-seven{
  background: url('../images/20171025/thecars07.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-eight{
  background: url('../images/20171025/thecars08.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-icon-nine{
  background: url('../images/20171025/thecars09.jpg') no-repeat center;
  background-size: 310px 166px;
}
.thecar-item-describe{
  display: block;
  width: 360px;
  height: 30px;
  margin-left: 40px;
  padding-bottom: 8px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.thecar-item-lang{
  display: block;
  width: 320px;
  height: 26px;
  margin: 0 auto;
  line-height: 26px;
  font-size: 14px;
  color: #888;
}
.thecar-item-book-wrapper{
  width: 320px;
  height: 30px;
  margin: 24px auto;
  font-size: 0;
}
.thecar-item-price-wrapper{
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 12px;
  color: #d70e0e;
}
.thecar-item-price{
  font-size: 20px;
  color: #d70e0e;
  font-weight: 500;
}
.thecar-item-book{
  float: right;
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #9a4328;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tour{
  width: 1200px;
  margin: 0 auto;
}
.tour-title{
  width: 100%;
  height: 128px;
  line-height: 148px;
  font-size: 28px;
  color: #797e81;
}
.tour-img{
  width: 1200px;
  height: 642px;
  font-size: 0;
}
.tour-img-left{
  position: relative;
  display: inline-block;
  width: 420px;
  height: 642px;
  margin-right: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  vertical-align: top;
  overflow: hidden;
}
.tour-left-img{
  display: block;
  width: 420px;
  height: 642px;
  background: url(../images/20171025/tour01.jpg) no-repeat;
  background-size: 420px 642px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.tour-left-mask1, .tour-left-mask2{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 420px;
  height: 0;
  background: rgba(0,0,0,0.7);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.tour-left-mask2{
  top: 642px;
}
.tour-left-text1{
  position: absolute;
  left: 26px;
  bottom: 100px;
  z-index: 11;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 18px;
  color: #fff;
}
.tour-left-text2{
  position: absolute;
  left: 26px;
  bottom: 70px;
  z-index: 11;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 14px;
  color: #eae8e8;
}
.tour-left-text3{
  position: absolute;
  left: 26px;
  bottom: 15px;
  z-index: 11;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  opacity: 0;
  font-size: 16px;
  color: #eae8e8;
}
.tour-left-text4{
  position: absolute;
  left: 26px;
  bottom: 0px;
  z-index: 11;
  display: block;
  width: 80%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  opacity: 0;
  line-height: 20px;
  font-size: 14px;
  color: #eae8e8;
}
.tour-left-price-wrapper{
  position: absolute;
  right: 26px;
  bottom: 40px;
  z-index: 11;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 14px;
  color: #f5f5f5;
}
.tour-left-usd{
  font-size: 18px;
  color: #d20404;
}
.tour-left-price{
  font-size: 18px;
  color: #d20404;
}
.tour-img-right{
  display: inline-block;
  width: 760px;
  height: 642px;
  font-size: 0;
}
.tour-right-item{
  position: relative;
  display: inline-block;
  width: 370px;
  height: 310px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.tour-right-img{
  display: block;
  width: 370px;
  height: 310px;
  background: url(../images/20171025/tour02.jpg) no-repeat;
  background-size: 370px 310px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.4;
  -webkit-transition: all 0.4s;
}
.tour-right-item:nth-child(1), .tour-right-item:nth-child(2){
  margin-bottom: 20px;
}
.tour-right-item:nth-child(1), .tour-right-item:nth-child(3){
  margin-right: 20px;
}
.tour-right-item:nth-child(2) .tour-right-img{
  background: url(../images/20171025/tour03.jpg) no-repeat;
  background-size: 370px 310px;
}
.tour-right-item:nth-child(3) .tour-right-img{
  background: url(../images/20171025/tour04.jpg) no-repeat;
  background-size: 370px 310px;
}
.tour-right-item:nth-child(4) .tour-right-img{
  background: url(../images/20171025/tour05.jpg) no-repeat;
  background-size: 370px 310px;
}
.tour-right-mask{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: rgba(0,0,0,0.7);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.tour-right-mask-one{
  width: 1px;
  height: 310px;
}
.tour-right-mask-two{
  width: 370px;
  height: 1px;
}
.tour-right-mask-three{
  top: 310px;
  left: 0;
  width: 370px;
  height: 0;
}
.tour-right-mask-four{
  top: 0;
  left: 370px;
  width: 0;
  height: 310px;
}
@keyframes maskOne {
  from{width:185px;opacity: 0;}
  to{width:370px;opacity: 1;}
}
.tour-right-text1{
  position: absolute;
  left: 26px;
  bottom: 48px;
  z-index: 11;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 18px;
  color: #f4f4f4;
}
.tour-right-text2{
  position: absolute;
  left: 26px;
  bottom: 22px;
  z-index: 11;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 14px;
  color: #eae8e8;
}
.tour-right-text3{
  position: absolute;
  left: 26px;
  bottom: -20px;
  z-index: 11;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 14px;
  color: #eae8e8;
}
.tour-right-text4{
  position: absolute;
  left: 26px;
  bottom: -0;
  z-index: 11;
  opacity: 0;
  display: block;
  width: 80%;
  line-height: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 14px;
  color: #eae8e8;
}
.tour-right-price-wrapper{
  position: absolute;
  right: 22px;
  bottom: 40px;
  z-index: 11;
  transition: all 0.3s;
  opacity: 0;
  font-size: 14px;
  color: #f5f5f5;
}
.tour-right-usd{
  font-size: 18px;
  color: #d20404;
}
.tour-right-price{
  font-size: 18px;
  color: #d20404;
}


.websites{
  width: 1200px;
  margin: 0 auto;
}
.websites-title{
  width: 100%;
  height: 126px;
  line-height: 146px;
  font-size: 28px;
  color: #797e81;
}
.websites-item-wrapper{
  width: 1200px;
  padding-bottom: 30px;
  font-size: 0;
}
.website-item{
  display: inline-block;
  width: 600px;
  height: 108px;
  padding-bottom: 60px;
  font-size: 0;
}
.website-item-icon{
  display: inline-block;
  width: 126px;
  height: 108px;
  padding-right: 14px;
  background: url(../images/20171025/website01.jpg) no-repeat;
  background-size: 126px 108px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  vertical-align: top;
}
.website-item:nth-child(2) .website-item-icon{
  background: url(../images/20171025/website02.jpg) no-repeat;
  background-size: 126px 108px;
}
.website-item:nth-child(3) .website-item-icon{
  background: url(../images/20171025/website03.jpg) no-repeat;
  background-size: 126px 108px;
}
.website-item:nth-child(4) .website-item-icon{
  background: url(../images/20171025/website04.jpg) no-repeat;
  background-size: 126px 108px;
}
.website-item:nth-child(5) .website-item-icon{
  background: url(../images/20171025/website05.jpg) no-repeat;
  background-size: 126px 108px;
}
.website-item-link-wrapper{
  display: inline-block;
  width: 460px;
  height: 108px;
}
.website-item-link{
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-top: 5px;
  font-size: 14px;
  color: #0989c4;
  text-decoration: underline;
}
.website-item-content{
  display: block;
  width: 92%;
  font-size: 13px;
  color: #444;
  line-height: 20px;
}
.fLink{
  width: 100%;
  height: 12px;
  padding: 25px 0;
  font-size: 0;
  text-align: center;
  background: #26292f;
  border-bottom: 1px solid #11141a;
}
.fLink-item{
  display: inline-block;
  height: 12px;
  line-height: 12px;
  padding: 0 6px;
  font-size: 13px;
  color: #d3d3d3;
  vertical-align: top;
}
.fLink-line{
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #9d9e9f;
}
.footer{
  width: 100%;
  height: 146px;
  background: #26292f;
  text-align: center;
  border-top: 1px solid #363b44;
}
.footer-img-wrapper{
  width: 700px;
  height: 48px;
  padding: 28px 0;
  margin: 0 auto;
  font-size: 0;
}
.footer-img{
  display: inline-block;
  width: 76px;
  height: 48px;
  padding: 0 12px;
  background: url(../images/20171025/pay01.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-img:nth-child(2){
  background: url(../images/20171025/pay02.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-img:nth-child(3){
  background: url(../images/20171025/pay03.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-img:nth-child(4){
  background: url(../images/20171025/pay04.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-img:nth-child(5){
  background: url(../images/20171025/pay05.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-img:nth-child(6){
  background: url(../images/20171025/pay06.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-img:nth-child(7){
  background: url(../images/20171025/pay07.jpg) no-repeat center;
  background-size: 76px 48px;
}
.footer-title{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #d4d4d4;
}
.footer-title-span{
  padding-right: 5px;
  color: #ba4a29;
}
.footer-copyright{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

/*====关于book-transfer的样式======================================================*/
.b-content input{
  height: 30px;
  outline: none;
  border: 1px solid #999;
  text-indent: 10px;
}
.b-content input:focus{
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.b-content select{
  height: 30px;
  box-sizing: border-box;
  outline: none;
}
textarea{
  border-color: #999;
}
.b-content select:focus, textarea:focus{
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.b-content{
  width: 1200px;
  margin: 0 auto;
}
.b-content-tit{
  width: 1200px;
  height: 80px;
  margin-top: 60px;
  line-height: 80px;
  text-indent: 1em;
  font-size: 30px;
  color: #333;
  background: #eee;
}
.b-content-des{
  width: 1200px;
  height: 40px;
  padding: 15px 0;
  line-height: 20px;
  font-size: 18px;
  color: #333;
}
.b-content-type-wrapper{
  position: relative;
  width: 1200px;
  height: 44px;
  font-size: 0;
}
.b-content-type{
  display: inline-block;
  width: 50%;
  height: 44px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.b-content-type-arr span{
  color: #e78304;
}
.b-content-type-arr-icon{
  display: inline-block;
  width: 31px;
  height: 44px;
  background: url(../images/20171025/jsj_a.jpg) no-repeat center;
  background-size: 31px 31px;
  vertical-align: top;
}
.b-content-type-dep-icon{
  display: inline-block;
  width: 31px;
  height: 44px;
  background: url(../images/20171025/jsj_d.jpg) no-repeat center;
  background-size: 31px 31px;
  vertical-align: top;
}
.b-content-type-txt{
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #333;
}
.b-content-type-line{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
  height: 2px;
  background: #e78304;
  transition: all 0.4s;
}
.b-content-info-wrapper{
  width: 1200px;
  background: #eee;
  padding-bottom: 30px;
}
.b-content-info-title{
  position: relative;
  width: 1200px;
  height: 74px;
  line-height: 74px;
  text-indent: 48px;
  font-size: 16px;
  color: #333;
}
.b-content-info-title::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #e78304;
}
.b-content-arrival{
  width: 1200px;
  margin: 0 auto;
}
.b-content-departure{
  display: none;
}
.b-content-arrival-left, .b-content-departure-left{
  float: left;
  width: 30%;
}
.b-content-arrival-left li, .b-content-departure-left li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.b-content-arrival-right, .b-content-departure-right{
  float: left;
  width: 70%;
}
.b-content-arrival-right li, .b-content-departure-right li{
  height: 40px;
  line-height: 40px;
}
.b-content-t-l{
  height: 26px!important;
  font-size: 12px!important;
  line-height: 14px!important;
}
.b-content-t-r{
  height: 26px!important;
  font-size: 12px!important;
  line-height: 14px!important;
}
.b-content-left-textarea{
  height: 60px!important;
  line-height: 20px!important;
  padding-top: 6px;
}
.b-content-right-textarea{
  margin-top: 5px;
}
.b-content-arrival-left span, .b-content-departure-left span{
  color: red;
}
.b-content-personal-wrapper{
  width: 1200px;
  background: #eee;
  border-top: 1px solid #d2d2d2;
}
.b-content-personal-title{
  position: relative;
  width: 1200px;
  height: 74px;
  line-height: 74px;
  text-indent: 48px;
  font-size: 16px;
  color: #333;
}
.b-content-personal-title:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #e78304;
}
.b-content-personal-left{
  float: left;
  width: 30%;
}
.b-content-personal-left li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.b-content-personal-left span{
  color: red;
}
.b-content-personal-left-t{
  height: 60px!important;
  line-height: 20px!important;
  padding-top: 6px;
}
.b-content-personal-right{
  float: left;
  width: 70%;
}
.b-content-personal-right li{
  height: 40px;
  line-height: 40px;
}
.b-content-personal-right-t{
  margin-top: 5px;
}
.b-content-submit-wrapper{
  width: 1200px;
  height: 44px;
  padding: 36px 0 50px 0;
  background: #eee;
}
.b-content input.b-content-submit{
  width: 180px;
  height: 44px;
  margin-left: 30%;
  line-height: 44px;
  text-align: center;
  background: #e78304;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  border: none;
}
.b-content input.b-content-submit:focus{
  box-shadow: none;
}

/*products*/
.p-content{
  width: 100%;
  background: #eeeeee;
}
.p-content-wrapper{
  width: 1200px;
  margin: 60px auto 0 auto;
}
.p-content-title{
  width: 1200px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #333;
  background: #eee;
}
.p-content-txt{
  height: 36px;
  color: #9a4328;
  font-size: 14px;
}
.p-content-info{
  width: 100%;
  background: #fff;
}
.p-content-info-left{
  float: left;
  width: 333px;
  padding-top: 65px;
}
.p-content-photo{
  display: block;
  width: 333px;
  height: 166px;
  background: url(../images/20171025/thecars01.jpg) no-repeat center;
  background-size: 310px 166px;
}
.p-content-car{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.p-content-price-wrapper{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.p-content-price-t{
  font-size: 12px;
  color: #d70e0e;
}
.p-content-price{
  font-size: 20px;
  color: #d70e0e;
}
.p-content-info-right{
  float: left;
  width: 867px;
}
.p-content-info-right li{
  width: 100%;
  height: 50px;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 0;
}
.p-content-info-right li:nth-child(2n) {
  background: #f4f3f3;
}
.p-content-info-right-title{
  float: left;
  width: 36%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  text-indent: 10px;
}
.p-content-info-right-con{
  float: left;
  width: 64%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
}
.p-content-pay-for{
  width: 100%;
  height: 140px;
  padding-top: 50px;
}
.p-content-pay{
  float: right;
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background: #e78304;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}

/*==================/tour/index.html=========================*/
.tour-banner{
  width: 100%;
}
.tour-banner-img{
  display: block;
  width: 100%;
}
.tour-top{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.tour-top-left{
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  color: #797e81;
}
.tour-top-line{
  float: left;
  display: block;
  width: 1000px;
  height: 49px;
  border-bottom: 1px dashed #7b8082;
}
.tour-top-right{
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #9a4328;
  text-align: center;
  cursor: pointer;
}
.tour-item-wrapper{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 36px;
}
.tour-item{
  position: relative;
  float: left;
  width: 390px;
  height: 400px;
  margin-right: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.tour-item:hover{
  box-shadow: 0 0 14px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
}
.tour-item:nth-child(3){
  margin-right: 0;
}
.tour-item-img{
  display: block;
  width: 390px;
  height: 400px;
}
.tour-item:nth-child(1) .tour-item-img{
  background: url(../images/20171025/tour-t-1.jpg) no-repeat center;
  background-size: 390px 400px;
}
.tour-item:nth-child(2) .tour-item-img{
  background: url(../images/20171025/tour-t-2.jpg) no-repeat center;
  background-size: 390px 400px;
}
.tour-item:nth-child(3) .tour-item-img{
  background: url(../images/20171025/tour-t-3.jpg) no-repeat center;
  background-size: 390px 400px;
}
.tour-item-txt{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  display: block;
  width: 390px;
  height: 56px;
  line-height: 56px;
  background: rgba(0,0,0,0.4);
  font-size: 18px;
  color: #fff;
  text-indent: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.tour-day-wrapper{
  width: 100%;
  background: #eee;
}
.tour-day-w{
  width: 1200px;
  margin: 0 auto;
  padding: 46px 0 54px 0;
}
.tour-day{
  position: relative;
  float: left;
  width:375px;
  /*height: 400px;*/
  margin-right: 37px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.tour-day:hover{
  cursor: pointer;
  box-shadow: 0 0 14px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
}
.tour-day:nth-child(3){
  margin-right: 0;
}
.tour-day-img{
  display: block;
  width: 375px;
  height: 230px;
}
.tour-day:nth-child(1) .tour-day-img{
  background: url(../images/20171025/tour-d-0.jpg) no-repeat center;
  background-size: 375px 230px;
  /*background-position: -1px 0;*/
}
.tour-day:nth-child(2) .tour-day-img{
  background: url(../images/20171025/tour-d-1.jpg) no-repeat center;
  background-size: 375px 230px;
  /*background-position: -1px 0;*/
}
.tour-day:nth-child(3) .tour-day-img{
  background: url(../images/20171025/tour-d-2.jpg) no-repeat center;
  background-size: 375px 230px;
  /*background-position: -1px 0;*/
}
.tour-day-txt{
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 1;
  display: block;
  width: 120px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #9a4328;
  font-size: 14px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}
/*.tour-day-txt:after{
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-top: 38px solid #9a4328;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
}*/
.tour-day-type{
  width: 332px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 14px;
  color: #3a3d38;
  border-bottom: 1px dashed #a0a0a0;
}
.tour-day-att{
  width: 332px;
  height: 80px;
  margin: 10px auto;
  font-size: 14px;
  color: #3a3d38;
  line-height: 20px;
}
.tour-day-from{
  width: 332px;
  margin: 0 auto 20px auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.tour-day-from i{
  font-style: normal;
  color: #d20404;
}.tour-day-from span{
  font-size: 20px;
  color: #d20404;
}
.tour-attrs{
  width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
}
.tour-attr-title{
  width: 100%;
  height: 98px;
  line-height: 98px;
  font-size: 28px;
  color: #797e81;
}
.tour-attrs-wrapper{
  width: 1200px;
  height: 842px;
}
.tour-attrs-left{
  float: left;
  width: 730px;
  height: 842px;
  padding-right: 10px;
  box-sizing: border-box;
}
.tour-attrs-left-one{
  width: 720px;
  height: 532px;
}
.tour-attrs-left-one-left{
  float: left;
  width: 240px;
  height: 532px;
  padding-right: 10px;
}
.tour-attrs-left-one-left-one{
  position: relative;
  width: 240px;
  height: 261px;
  margin-bottom: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-left-one-left-one i{
  display: block;
  width: 240px;
  height: 261px;
  background: url(../images/20171025/tour-attr-1.jpg) no-repeat center;
  background-size: 240px 261px;
}
.tour-attrs-left-one-left-two{
  position: relative;
  width: 240px;
  height: 261px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-left-one-left-two i{
  display: block;
  width: 240px;
  height: 261px;
  background: url(../images/20171025/tour-attr-4.jpg) no-repeat center;
  background-size: 240px 261px;
}
.tour-attrs-left-one-right{
  position: relative;
  float: left;
  width: 470px;
  height: 532px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-left-one-right i{
  display: block;
  width: 470px;
  height: 532px;
  background: url(../images/20171025/tour-attr2.jpg) no-repeat center;
  background-size: 470px 532px;
}
.tour-attrs-left-two{
  position: relative;
  width: 720px;
  height: 300px;
  margin-top: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-left-two i{
  display: block;
  width: 720px;
  height: 300px;
  background: url(../images/20171025/tour-attr-5.jpg) no-repeat center;
  background-size: 720px 300px;
}
.tour-attrs-right{
  float: left;
  width: 470px;
  height: 842px;
}
.tour-attrs-right-one{
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-right-one i{
  display: block;
  width: 100%;
  height: 300px;
  background: url(../images/20171025/tour-attr-3.jpg) no-repeat center;
  background-size: 470px 300px;
}
.tour-attrs-right-two{
  position: relative;
  width: 100%;
  height: 532px;
  margin-top: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-right-two i{
  display: block;
  width: 100%;
  height: 532px;
  background: url(../images/20171025/tour-attr-6.jpg) no-repeat center;
  background-size: 470px 532px;
}
.tour-attrs-mask{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tour-attrs-adress{
  position: absolute;
  bottom: 140px;
  left: 0;
  z-index: 11;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.tour-attrs-more{
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 11;
  display: block;
  width: 80px;
  height: 36px;
  margin-left: -40px;
  line-height: 34px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.tour-any{
  width: 1200px;
  margin: 0 auto;
  padding-top: 36px;
  padding-bottom: 86px;
}
.tour-any-title{
  width: 1200px;
  height: 108px;
  line-height: 108px;
  font-size: 32px;
  color: #797e81;
}
.tour-any-wrapper{
  width: 1060px;
  padding: 36px 60px 40px 40px;
  border: 1px solid #d9dde0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.tour-any-p{
  width: 100%;
  height: 70px;
  font-size: 0;
}
.tour-any-p-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #ffff00;
  font-style: normal;
  background: #797e81;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tour-any-p-txt{
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding-left: 16px;
  font-size: 22px;
  color: #797e81;
}
.touor-any-con{
  line-height: 28px;
  font-size: 18px;
  color: #797e81;
}
/*====about us===============*/
.about{
  width: 100%;
  background: #eee;
}
.about-wrapper{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.about-title{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.about-brief{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000;
}
.about-item-wrapper{
  float: left;
  width: 800px;
  height: 300px;
}
.about-photo{
  float: left;
  width: 400px;
  height: 300px;
}
.about-item{
  padding: 0 10px 14px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.about-item span{
  color: #000;
  font-weight: 600;
}
.about-adress{
  float: left;
  width: 350px;
  margin-top: 30px;
}
.about-adress img{
  display: block;
  width: 350px;
}
.about-contact{
  float: left;
  width: 850px;
  margin-top: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
.about-contact-title{
  height: 60px;
  line-height: 20px;
}
.about-aonact-item{
  height: 40px;
}
.about-aonact-item span{
  font-weight: 600;
  padding-right: 12px;
}
.contact-form{
  width: 1000px;
  margin: 20px auto;
}
.contact-form-left{
  float: left;
  width: 350px;
  padding-right: 20px;
  box-sizing: border-box;
}
.contact-form-left li{
  height: 40px;
  line-height: 40px;
  text-align: right;
}
li.contact-from-left-item{
  height: 60px;
  line-height: 20px;
}
.contact-form-left li span{
  color: #f00;
}
.contact-form-right{
  float: left;
  width: 650px;
}
.contact-form-right li{
  height: 40px;
  line-height: 40px;
}
.contact-form-right li input{
  width: 200px;
  height: 26px;
  text-indent: 10px;
  outline: none;
}
.contact-form-right li input:focus{
  border: 1px solid #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.contact-form-right .contact-form-right-item{
  height: 80px;
  margin-top: 7px;
}
.form-submit-wrapper{
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  padding-bottom: 15px;

}
.form-submit{
  width: 100px;
  height: 36px;
  margin-left: 350px;
  line-height: 36px;
  text-align: center;
}
/*====faq====================*/
.faq{
  width: 100%;
  background: #eee;
}
.faq-wrapper{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.faq-title{
  height: 80px;
  line-height: 60px;
  font-size: 30px;
  color: #333;
}
.faq-item-title{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.faq-item-title span{
  padding-left: 10px;
  padding-right: 25px;
}
.faq-item-content{
  display: none;
  padding: 5px 0 5px 50px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.faq-title-active{
  color: #e48915!important;
}
.faq-content-active{
  display: block;
}

/*============links==============*/
.links{
  width: 100%;
  background: #eee;
  padding: 50px 0;
}
.links-wrapper{
  width: 1200px;
  margin: 0 auto;
}
.links-title{
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.link-par{
  height: 40px;
}
.links p{
  height: 24px;
}
.links dl{
  padding-bottom: 20px;
}
.links dt{
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}
.links dd{
  line-height: 20px;
  padding: 10px 0 16px 0;
}
.links-item{
  height: 36px;
  line-height: 36px;
}
.links-item-href{
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
}
.links-item-href:hover{
  text-decoration: none;
}
/*====terms===============*/
.terms{
  width: 100%;
  background: #eee;
  padding: 50px 0;
}
.terms-wrapper{
  width: 1200px;
  margin: 0 auto;
}
.terms-title{
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.terms-content dt{
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}
.terms-content dd{
  line-height: 22px;
}

/*======map=======*/
.map{
  width: 100%;
  background: #eee;
  padding: 50px 0;
}
.map-wrapper{
  width: 1200px;
  margin: 0 auto;
}
.map-title{
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.map dt a{
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
  color: #4682b4;
}
.map dd a{
  display: inline-block;
  padding: 6px 12px;
  text-decoration: underline;
  color: rgba(70,130,180,0.9);
}
.map a:hover{
  text-decoration: none;
}

/*bj-1*/
.bj-1{
  width: 100%;
  border-top: 1px solid #cecccd;
}
.bj-1-wrapper{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.bj-1-main{
  width: 100%;
}
.bj-1-left{
  float: left;
  width: 600px;
  height: 350px;
}



.bj-1-right{
  float: left;
  width: 400px;
  height: 350px;
}
.bj-1-right-des-t{
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #333;
}
.bj-1-right-des{
  height: 60px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.bj-1-right-des span{
  padding-left: 10px;
  font-weight: 400;
}
.bj-1-tour{
  font-size: 0;
}
.bj-1-tour-item{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #e48915;
  cursor: pointer;
}
.bj-1-1{
  width: 100%;
  background: #eee;
  border-top: 2px solid #b9c6cd;
}
.bj-1-title{
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333;
}
.bj-1-1-wrapper{
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.bj-1-1-wrapper dt{
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  background: #999;
}
.bj-1-tour-des dd{
  font-size: 14px;
  line-height: 22px;
  padding: 20px;
}
.bj-1-tour-des dd span{
  font-weight: 600;
}
.bj-1-tour-des dd i{
  font-style: normal;
  color: #f00;
}
.bj-1-tour-des .bj-1-tour-img-con{
  display: inline-block;
  width: 369px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.bj-1-tpur-price-one,.bj-1-tpur-price-two{
  font-size: 0;
  margin-left: 50px;
}
.bj-1-tpur-price-one{
  margin-top: 30px;
}
.bj-1-tpur-price-two{
  margin-bottom: 30px;
}
.bj-1-tpur-price-one span{
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #e5e5e5;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.bj-1-tpur-price-two span{
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border: 1px solid #c9c9c9;
  border-top: none;
  box-sizing: border-box;
}
.bj-1-tour-includ dt{
  margin-bottom: 30px;
}
.bj-1-tour-includ{
  margin-bottom: 30px;
}
.bj-1-tour-includ dd{
  height: 36px;
  line-height: 36px;
  padding-left: 50px;
}
.bj-1-tour-exclud{
  padding-bottom: 30px;
}
.bj-1-tour-exclud dt{
  margin-bottom: 30px;
}
.bj-1-tour-exclud dd{
  height: 36px;
  line-height: 36px;
  padding-left: 50px;
}
.book-bj-1-wrapper{
  padding-bottom: 40px;
}
.book-bj-1{
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #abcdef;
}

/*tour-pay*/
.tourpay{
  width: 100%;
  background: #eee;
}
.tourpay-wrapper{
  width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}
.tourpay-title{
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #f00;
}
.tourpay-content{
  line-height: 22px;
  padding: 12px 0;
}
.tourpay-form-wrapper{
  width: 1200px;
}
.tourpay-form-left{
  float: left;
  width: 350px;
}
.tourpay-form-left li{
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  text-align: right;
}
.tourpay-form-right li{
  height: 40px;
  line-height: 40px;
}
.tourpay-form-right{
  float: left;
  width: 750px;
}
.tourpay-form-right input, .tourpay-form-right select{
  height: 34px;
  outline: none;
  border: 1px solid #999;
  text-indent: 10px;
  box-sizing: border-box;
}
.tourpay-form-right input{
  width: 360px;
}
.tourpay-form-right select{
  width: 120px;
}
.tourpay-form-right input:focus, .tourpay-form-right select:focus{
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
li.tourpay-form-left-last, li.tourpay-form-right-last{
  height: 60px;
}
.tourpay-form-right-last{
  margin-top: 8px;
}
.tourpay-form-right span{
  color: #f00;
}
.tourpay-form-submit-wrapper{
  height: 40px;
  padding-left: 350px;
}
.tourpay-form-submit{
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/*forbidden*/
.overview, .forbidden, .great, .hutong, .summer, .heaven, .square{
  width: 100%;
  background: #eee;
  background: -webkit-linear-gradient(bottom, #eee, #eee);
  background: -moz-linear-gradient(bottom, #eee, #eee);
  background: -ms-linear-gradient(bottom, #eee, #eee);
}
.overview-wrapper, .forbidden-wrapper, .great-wrapper, .hutong-wrapper, .summer-wrapper, .heaven-wrapper, .square-wrapper{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.overview-title, .forbidden-title, .great-title, .hutong-title, .summer-title, .heaven-title, .square-title{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.overview-content, .forbidden-content, .great-content, .hutong-content, .summer-content, .heaven-content, .square-content{
  width: 80%;
  line-height: 22px;
  margin: 0 auto;
}
.overview-photo{
  width: 500px;
  height: 288px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/forbidden-city-bird's-eye.jpg") no-repeat center;
  background-size: 500px 288px;
}
.forbidden-photo{
  width: 500px;
  height: 288px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/forbidden-city-bird's-eye.jpg") no-repeat center;
  background-size: 500px 288px;
}
.great-photo{
  width: 506px;
  height: 380px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/the-great-wall.jpg") no-repeat center;
  background-size: 506px 380px;
}
.hutong-photo{
  width: 631px;
  height: 506px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/hutong.jpg") no-repeat center;
  background-size: 631px 506px;
}
.summer-photo{
  width: 414px;
  height: 311px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/summer-palace.jpg") no-repeat center;
  background-size: 414px 311px;
}
.heaven-photo{
  width: 500px;
  height: 375px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/temple-of-heaven1.jpg") no-repeat center;
  background-size: 500px 375px;
}
.square-photo{
  width: 450px;
  height: 311px;
  margin: 20px auto 40px auto;
  background: url("http://www.beijing-airport-transfer.com/images/temple-of-heaven1.jpg") no-repeat center;
  background-size: 450px 311px;
}

/*guide*/
.guide{
  width: 100%;
  background: #eee;
}
.guide-wrapper{
  width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}
.guide-left{
  float: left;
  width: 800px;
}
.guide-left-title{
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.guide-left-content{
  line-height: 22px;
  padding-bottom: 30px;
}
.guide-left-content span{
  font-weight: 600;
}
.guide-left-link{
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: underline;
}
.guide-left-link:hover{
  text-decoration: none;
}
.guide-right{
  float: left;
  width: 400px;
  padding-top: 60px;
  padding-left: 50px;
  box-sizing: border-box;
}
.guide-right-title{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}
.guide-right-link{
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
}
.guide-right-link:hover{
  text-decoration: none;
}
.guide-right-content{
  line-height: 22px;
}

/*=======shuttle bus server==============*/
.shuttlebus{
  width: 100%;
  background: #eee;
  background: -webkit-linear-gradient(bottom, #eee, #eee);
  background: -moz-linear-gradient(bottom, #eee, #eee);
  background: -ms-linear-gradient(bottom, #eee, #eee);
}
.shuttlebus-wrapper{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.shuttlebus-title{
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.shuttlebus-tit{
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.shuttlebus-content{
  padding: 20px 0;
  line-height: 22px;
  color: #333;
}
.shuttlebus-content span{
  font-weight: 600;
}
.shuttlebus-caption{
  color: #333;
  line-height: 20px;
  padding: 10px 0;
}
.shuttlebus-photo{
  width: 445px;
  height: 338px;
  margin: 15px auto;
  background: url(http://www.beijing-airport-transfer.com/images/beijing-airport-shuttle07.jpg) no-repeat center;
  background-size: 445px 338px;
}
.shuttlebus-table-title{
  width: 100%;
  height: 100px;
  line-height: 120px;
  text-align: center;
  font-size: 18px;
  color: #555;
  font-weight: 600;
}
.shuttlebus-line-top{
  width: 896px;
  margin: 0 auto;
  height: 70px;
  background: #ccc;
}
.shuttlebus-line-top li{
  float: left;
  width: 160px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #333;
  border-right: none;
  box-sizing: border-box;
}
.shuttlebus-line-top li:nth-child(2){
  width: 12%;
  line-height: 22px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center; /*混合版本语法*/
  -ms-flex-align: center; /*新版本语法*/
  -webkit-align-items: center;
}
.shuttlebus-line-top li:nth-child(3){
  width: 520px;
}
.shuttlebus-line-top li:nth-child(4){
  width: 12%;
}
.shuttlebus-line-content{
  width: 896px;
  margin: 0 auto;
  background: #fff;
}
.shuttlebus-line-content li{
  float: left;
  width: 160px;
  height: 80px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #333;
  border-right: none;
  box-sizing: border-box;
  display: table;
}
.shuttlebus-line-content li:nth-child(1){
    font-size: 12px;
}
.shuttlebus-line-content li:nth-child(2){
    width: 12%;
    font-size: 14px;
    text-align: center;
}
.shuttlebus-line-content li:nth-child(3){
    width: 520px;
    font-size: 12px;
    text-align: center;
}
.shuttlebus-line-content li:nth-child(4){
    width: 12%;
    text-align: center;
}
.shuttlebus-line-content li span{
  display: table-cell;
  vertical-align: middle;
}
.shuttlebus-need-wrapper{
  height: 80px;
  padding-left: 50px;
  line-height: 120px;
  font-size: 22px;
  text-decoration: underline;
}

/*=====express  train======*/
.train{
  width: 100%;
  background: #eee;
}
.train-wrapper{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.train-title{
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.train-tit{
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.train-content{
  line-height: 22px;
  color: #333;
  padding-bottom: 30px;
}
.train-content span{
  font-weight: 600;
}
.train-photo{
  width: 450px;
  height: 338px;
  margin: 10px auto;
  background: url(http://www.beijing-airport-transfer.com/images/express-train01.jpg) no-repeat;
}
.train-photo:nth-child(2){
  background: url(http://www.beijing-airport-transfer.com/images/express-train02.jpg) no-repeat;
}
.train-photo:nth-child(3){
  background: url(http://www.beijing-airport-transfer.com/images/express-train03.jpg) no-repeat;
}
.train-photo:nth-child(4){
  background: url(http://www.beijing-airport-transfer.com/images/express-train04.jpg) no-repeat;
}
.train-photo:nth-child(5){
  background: url(http://www.beijing-airport-transfer.com/images/express-train05.jpg) no-repeat;
}
.train-photo:nth-child(6){
  background: url(http://www.beijing-airport-transfer.com/images/express-train06.jpg) no-repeat;
}
.train-photo1{
  width: 450px;
  height: 338px;
  margin: 10px auto;
  background: url(http://www.beijing-airport-transfer.com/images/express-train07.jpg) no-repeat;
}
.train-photo1:nth-child(2){
  background: url(http://www.beijing-airport-transfer.com/images/express-train08.jpg) no-repeat;
}
.train-photo1:nth-child(3){
  background: url(http://www.beijing-airport-transfer.com/images/express-train09.jpg) no-repeat;
}
.train-photo1:nth-child(4){
  background: url(http://www.beijing-airport-transfer.com/images/express-train10.jpg) no-repeat;
}
.train-photo2{
  width: 450px;
  height: 338px;
  margin: 10px auto;
  background: url(http://www.beijing-airport-transfer.com/images/express-train11.jpg) no-repeat;
}
.train-photo2:nth-child(2){
  background: url(http://www.beijing-airport-transfer.com/images/express-train12.jpg) no-repeat;
}
.train-photo2:nth-child(3){
  background: url(http://www.beijing-airport-transfer.com/images/express-train13.jpg) no-repeat;
}
.train-photo2:nth-child(4){
  background: url(http://www.beijing-airport-transfer.com/images/express-train14.jpg) no-repeat;
}
.train-photo2:nth-child(5){
  background: url(http://www.beijing-airport-transfer.com/images/express-train15.jpg) no-repeat;
}
.train-photo3{
  width: 450px;
  height: 338px;
  margin: 10px auto;
  background: url(http://www.beijing-airport-transfer.com/images/express-train16.jpg) no-repeat;
}
.train-photo3:nth-child(2){
  background: url(http://www.beijing-airport-transfer.com/images/express-train17.jpg) no-repeat;
}
.train-photo4{
  width: 450px;
  height: 338px;
  margin: 10px auto;
  background: url(http://www.beijing-airport-transfer.com/images/express-train18.jpg) no-repeat;
}
.train-photo4:nth-child(2){
  background: url(http://www.beijing-airport-transfer.com/images/express-train19.jpg) no-repeat;
}
.train-photo5{
  width: 450px;
  height: 338px;
  margin: 10px auto;
  background: url(http://www.beijing-airport-transfer.com/images/express-train20.jpg) no-repeat;
}
.train-photo5:nth-child(2){
  background: url(http://www.beijing-airport-transfer.com/images/express-train21.jpg) no-repeat;
}
.train-photo5:nth-child(3){
  background: url(http://www.beijing-airport-transfer.com/images/express-train22.jpg) no-repeat;
}




/**/
