@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  color: #222; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .lf {
    float: left; }
  .rt {
    float: right; }
  a {
    text-decoration: none;
    color: #222; }
  li {
    list-style: none; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal; }
  .upCase {
    text-transform: uppercase; }

@font-face {
  font-family: 'brandon-grotesque';
  src: url("../font/Brandon_reg.otf"); }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

html.wheelHide, body.wheelHide {
  overflow: hidden; }

svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

.wraper {
  width: 1349px;
  margin: 0 auto; }

/* 头部 */
.headCon {
  background-color: #009900; }
  .headCon .tab-content {
    box-shadow: 2px 3px 5px 0 rgba(0, 96, 0, 0.55);
    height: 118px;
    background: linear-gradient(to bottom, #6bb12d 0, #047b00 100%);
    padding: 15px 10px 0;
    font-size: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .headCon .tab-content span {
      color: #fff;
      display: block;
      margin-bottom: 5px; }
    .headCon .tab-content input {
      width: 500px;
      background-color: #fff;
      border-radius: 2px;
      border: none;
      height: 50px;
      padding-left: 10px;
      font-size: 18px; }
    .headCon .tab-content button {
      width: 150px;
      height: 50px;
      background-color: #ffdd00;
      border-radius: 2px;
      border: none;
      font-weight: bold;
      font-size: 18px;
      cursor: pointer; }
      .headCon .tab-content button:hover {
        color: #fff; }
  .headCon .banner {
    height: 103px;
    padding: 20px 0;
    background-color: #323232;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .headCon .banner img {
      margin-left: 20px; }
    .headCon .banner ul {
      height: 63px;
      margin-left: 50px; }
      .headCon .banner ul li {
        height: 63px;
        line-height: 63px;
        text-align: center;
        margin-right: 50px; }
        .headCon .banner ul li a {
          display: block;
          width: 100%;
          height: 100%;
          color: #fff;
          font-size: 20px; }

.midCon {
  margin-top: 20px;
  padding: 0 10px; }
  .midCon .lfCon {
    background: rgba(238, 238, 238, 0.8);
    width: 207px;
    padding: 5px 10px; }
    .midCon .lfCon .title {
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #0786e6;
      border-radius: 5px;
      margin-bottom: 10px;
      color: #fff;
      font-size: 20px; }
    .midCon .lfCon .mainCon {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      background-color: #e7bf3b;
      padding: 5px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .midCon .lfCon .mainCon h3 {
        font-size: 20px;
        color: #1B65A4;
        margin-bottom: 5px; }
      .midCon .lfCon .mainCon .item {
        margin-bottom: 5px; }
        .midCon .lfCon .mainCon .item span {
          font-size: 18px; }
        .midCon .lfCon .mainCon .item p {
          font-size: 16px;
          color: #1B65A4; }
        .midCon .lfCon .mainCon .item .selectCon {
          margin-top: 10px; }
          .midCon .lfCon .mainCon .item .selectCon select {
            width: 96px;
            margin-bottom: 5px;
            font-size: 16px; }
            .midCon .lfCon .mainCon .item .selectCon select:nth-of-type(odd) {
              margin-right: 5px; }
      .midCon .lfCon .mainCon button {
        float: right;
        border: none;
        width: 66px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background-color: #21a968;
        cursor: pointer; }
    .midCon .lfCon .contact-wrapper .contact-points-sidebar {
      margin-top: 10px;
      padding: 10px;
      background-color: #fafdd5;
      border: 1px solid #f6e3ab; }
      .midCon .lfCon .contact-wrapper .contact-points-sidebar .top {
        padding-bottom: 10px;
        border-bottom: 1px solid #f6e3ab; }
        .midCon .lfCon .contact-wrapper .contact-points-sidebar .top span {
          color: #666;
          font-size: 16px;
          font-weight: bold; }
        .midCon .lfCon .contact-wrapper .contact-points-sidebar .top img {
          width: 15px;
          margin-top: 6px;
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transition: transform .5s linear;
          -webkit-transition: -webkit-transform .5s linear; }
          .midCon .lfCon .contact-wrapper .contact-points-sidebar .top img.active {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg); }
      .midCon .lfCon .contact-wrapper .contact-points-sidebar p {
        margin-top: 10px;
        font-size: 15px;
        color: #666; }
    .midCon .lfCon .contact-wrapper .hideCon {
      display: none;
      height: 88px;
      background-color: #fff;
      padding-top: 10px; }
      .midCon .lfCon .contact-wrapper .hideCon img {
        display: block;
        margin: 0 auto 10px;
        width: 45px; }
      .midCon .lfCon .contact-wrapper .hideCon a {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 30px;
        background-color: #f58e05;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        font-size: 15px; }
    .midCon .lfCon .items {
      margin: 10px 0 10px 0; }
      .midCon .lfCon .items .tit {
        color: #1B65A4;
        padding: 10px;
        font-size: 16px;
        background-color: #e6e6e6; }
        .midCon .lfCon .items .tit span {
          color: #1B65A4;
          font-size: 16px;
          font-weight: bold; }
        .midCon .lfCon .items .tit img {
          width: 10px;
          margin-top: 8px;
          transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transition: -webkit-transform .5s linear;
          transition: transform .5s linear; }
          .midCon .lfCon .items .tit img.active {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg); }
      .midCon .lfCon .items .hideCon {
        padding: 10px;
        background-color: #fff;
        display: none; }
        .midCon .lfCon .items .hideCon .wrapper {
          padding: 5px 0; }
          .midCon .lfCon .items .hideCon .wrapper:not(:first-of-type) {
            border-top: 1px solid #e6e6e6; }
          .midCon .lfCon .items .hideCon .wrapper input {
            margin: 5px 5px 0 0; }
          .midCon .lfCon .items .hideCon .wrapper label {
            color: #1B65A4; }
            .midCon .lfCon .items .hideCon .wrapper label.mar_3 {
              margin-top: 3px; }
          .midCon .lfCon .items .hideCon .wrapper span, .midCon .lfCon .items .hideCon .wrapper label {
            font-size: 15px; }
  .midCon .rtCon {
    margin-left: 18px;
    width: 1077px;
    padding: 0 10px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .midCon .rtCon.carRt {
      width: 1248px;
      margin-left: 30px; }
      .midCon .rtCon.carRt .top > div {
        width: 614px; }
      .midCon .rtCon.carRt .carBan li {
        width: 198px;
        height: 119px; }
    .midCon .rtCon .top {
      height: 120px;
      padding: 10px 0; }
      .midCon .rtCon .top > div {
        width: 528px;
        height: 100%;
        background-color: #dadada;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; }
        .midCon .rtCon .top > div:first-of-type {
          background-color: #fff; }
        .midCon .rtCon .top > div .info {
          height: 100%; }
          .midCon .rtCon .top > div .info span {
            font-size: 16px; }
          .midCon .rtCon .top > div .info p {
            margin-top: 15px;
            font-size: 16px; }
        .midCon .rtCon .top > div .time {
          line-height: 50px;
          height: 100%; }
          .midCon .rtCon .top > div .time p {
            font-size: 15px; }
            .midCon .rtCon .top > div .time p strong {
              color: #8f8f8f; }
    .midCon .rtCon .carBan li {
      width: 169px;
      height: 100px;
      background-color: #fff;
      border-radius: 5px;
      text-align: center;
      border-bottom: 3px solid #0194f7; }
      .midCon .rtCon .carBan li:not(:last-of-type) {
        margin-right: 8px; }
      .midCon .rtCon .carBan li span {
        color: #444;
        font-size: 15px;
        display: block; }
      .midCon .rtCon .carBan li img {
        margin-top: 10px;
        width: 100px; }
    .midCon .rtCon .detailList {
      margin-top: 20px;
      padding-bottom: 20px; }
      .midCon .rtCon .detailList .datailItems {
        margin-bottom: 20px;
        position: relative;
        height: 150px;
        padding: 10px;
        border: 1px solid #ddd;
        background-color: #fff; }
        .midCon .rtCon .detailList .datailItems .car {
          width: 191px;
          margin-top: 20px; }
        .midCon .rtCon .detailList .datailItems .info {
          margin: 20px 0 0 20px; }
          .midCon .rtCon .detailList .datailItems .info h3 {
            color: #444;
            font-size: 15px;
            font-weight: bold; }
          .midCon .rtCon .detailList .datailItems .info .infoImg {
            width: 120px;
            margin: 10px 0;
            display: block; }
          .midCon .rtCon .detailList .datailItems .info span {
            background-color: #FAF2D8;
            padding: 5px;
            font-size: 15px;
            border-radius: 2px;
            color: #444; }
        .midCon .rtCon .detailList .datailItems .priceInfo {
          margin: 29px 113px 0 0;
          text-align: right; }
          .midCon .rtCon .detailList .datailItems .priceInfo p {
            font-size: 15px;
            color: #444; }
            .midCon .rtCon .detailList .datailItems .priceInfo p.line {
              color: red;
              text-decoration: line-through; }
            .midCon .rtCon .detailList .datailItems .priceInfo p.strong {
              font-size: 15px;
              font-weight: bold; }
          .midCon .rtCon .detailList .datailItems .priceInfo a {
            display: block;
            line-height: 30px;
            text-align: center;
            height: 30px;
            background-color: #21a968;
            border-radius: 3px;
            font-size: 15px;
            color: #fff;
            font-weight: bold;
            margin-top: 5px;
            text-decoration: none; }
        .midCon .rtCon .detailList .datailItems .typeInfo {
          position: absolute;
          right: -6px;
          top: 5px;
          width: 108px;
          height: 20px;
          font-size: 15px;
          text-align: center;
          color: #fff;
          background-color: #1378c7; }
          .midCon .rtCon .detailList .datailItems .typeInfo.type_01 {
            background-color: #359b55; }
          .midCon .rtCon .detailList .datailItems .typeInfo.type_02 {
            background-color: #ac1f1a; }

/* 租车服务 */
.carCon .carTop {
  background-color: #f8f8f8;
  padding: 20px 50px; }
  .carCon .carTop h2 {
    font-size: 24px;
    color: #0F6193;
    font-weight: bold;
    margin-bottom: 20px; }
  .carCon .carTop li {
    width: 364px;
    height: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    margin-right: 20px; }
    .carCon .carTop li .cation {
      width: 242px;
      margin-right: 30px; }
    .carCon .carTop li div h4 {
      margin: 35px 0 10px;
      font-size: 20px;
      color: #0F6193; }
    .carCon .carTop li div img {
      width: 20px; }
    .carCon .carTop li div span {
      font-size: 15px; }

/* 当地游 */
.tourCon {
  background-color: #fade14;
  padding: 30px 0; }
  .tourCon .tit {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #000; }
  .tourCon ul {
    margin: 50px auto 0;
    width: 1100px;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari 和 Chrome */
    column-count: 2; }
    .tourCon ul li {
      background-color: #fff;
      width: 100%;
      height: 100%;
      overflow: auto;
      padding-bottom: 20px;
      margin-bottom: 15px; }
      .tourCon ul li img {
        width: 100%; }
      .tourCon ul li p {
        padding: 0 8px;
        margin-top: 20px;
        line-height: 30px;
        font-size: 20px;
        color: #0a1859; }

/* 联系我们 */
.contactCon {
  padding: 10px 30px; }
  .contactCon h3 {
    margin: 20px auto 0;
    width: 100px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #e12600;
    text-align: center; }
  .contactCon .contactMain {
    margin: 30px auto 0;
    width: 700px; }
    .contactCon .contactMain .lfCon {
      width: 266px;
      font-size: 19px;
      text-align: center;
      padding-right: 20px;
      border-right: 1px dotted #ddd; }
      .contactCon .contactMain .lfCon p {
        margin: 10px 0 20px; }
    .contactCon .contactMain .rtCon {
      width: 380px; }
      .contactCon .contactMain .rtCon .inputLf {
        width: 120px; }
        .contactCon .contactMain .rtCon .inputLf input {
          width: 100%;
          border: 1px solid #fade1c;
          border-radius: 4px;
          height: 37px;
          text-indent: 5px;
          font-size: 20px; }
          .contactCon .contactMain .rtCon .inputLf input:not(:last-of-type) {
            margin-bottom: 10px; }
      .contactCon .contactMain .rtCon .inputRt {
        width: 245px;
        margin-left: 15px;
        text-align: right; }
        .contactCon .contactMain .rtCon .inputRt textarea {
          width: 100%;
          height: 130px;
          border: 1px solid #fade1c;
          border-radius: 4px;
          padding: 5px 10px;
          font-size: 20px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box; }
        .contactCon .contactMain .rtCon .inputRt button {
          width: 88px;
          height: 40px;
          border: none;
          font-size: 20px;
          border-radius: 4px;
          margin-top: 10px;
          background-color: #f0ad4e;
          cursor: pointer; }
          .contactCon .contactMain .rtCon .inputRt button:hover {
            color: #fff; }

#test1 img {
  width: 100%; }

/* 尾部 */
.footerCon {
  background-color: #323232;
  margin-top: 50px;
  padding: 30px 50px; }
  .footerCon img {
    width: 119px; }
  .footerCon ul {
    margin: 12px 0 0 20px; }
    .footerCon ul li {
      width: 88px;
      text-align: center; }
      .footerCon ul li a {
        display: block;
        width: 100%;
        font-size: 20px;
        color: #fff; }
