i {
  font-style: normal;
}
dt,
b {
  font-weight: normal;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3 {
  font-weight: bold;
  margin: 0;
}

textarea {
  resize: none;
  outline: none;
  padding: 0;
}
input {
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.duohang {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.danhang {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes moveIconUp {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: .4;
  }
}
@-webkit-keyframes round1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes round1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes round2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes round2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fas {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes fas {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tad {
  0% {
    top: 0;
    /*初始状态 透明度为0*/
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes tad {
  0% {
    top: 0;
    /*初始状态 透明度为0*/
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
.toScroll {
  animation-name: tad;
  /*动画名称*/
  animation-duration: 1s;
  /*动画持续时间*/
  animation-iteration-count: infinite;
  /*动画次数*/
  animation-delay: 0s;
  position: relative;
  top: 0;
}
.homePage .banners .banner .cursor {
  animation: moveIconUp ease 1s both infinite;
}
.homePage .overview .left > div a:hover {
  text-decoration: underline;
}
.homePage .enjoy .two > div > div,
.homePage .enjoy .three > div > div {
  overflow: hidden;
}
.homePage .enjoy .two > div > div img,
.homePage .enjoy .three > div > div img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.homePage .enjoy .two > div:hover > div img,
.homePage .enjoy .three > div:hover > div img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.homePage .enjoy .two > div:hover > dt p,
.homePage .enjoy .three > div:hover > dt p {
  color: #6ba90a ;
}
.homePage .overview .left {
  overflow: hidden;
}
.homePage .overview .left > div {
  z-index: 1;
}
.homePage .overview .left:before {
  position: absolute;
  display: block;
  content: "";
  width: 50vw;
  height: 50vw;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  top: -10vw;
  right: -15vw;
  -webkit-animation: round1 10s linear infinite;
  animation: round1 10s linear infinite;
}
.homePage .overview .left:after {
  position: absolute;
  display: block;
  content: "";
  width: 50vw;
  height: 50vw;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  bottom: -10vw;
  left: -15vw;
  -webkit-animation: round2 10s linear infinite;
  animation: round2 10s linear infinite;
}
.homePage .overview > .row {
  height: 100%;
}
.homePage .overview .right .row .col-sm-6 > div > div img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(38%);
  -moz-transform: translateX(38%);
  -ms-transform: translateX(38%);
  -o-transform: translateX(38%);
  transform: translateX(38%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.homePage .overview .right .row .col-sm-6:hover > div p {
  color: #6ba90a;
}
.homePage .overview .right .row .col-sm-6:hover > div > div img:nth-of-type(2) {
  -webkit-transform: translateX(38%) rotate(180deg);
  -moz-transform: translateX(38%) rotate(180deg);
  -ms-transform: translateX(38%) rotate(180deg);
  -o-transform: translateX(38%) rotate(180deg);
  transform: translateX(38%) rotate(180deg);
}
.homePage .overview .right .row .col-sm-6 > div i {
  white-space: nowrap;
}
.homePage .line div a {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homePage .line div a:hover {
  background: #6ba90a;
}
.homePage .information .row > div > a:hover p {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homePage .information .row > div > a:hover p {
  color: #6ba90a;
}
.homePage .information .turnPage > div a:hover i,
.homePage .information .turnPage > div a:hover span {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homePage .information .turnPage > div a:hover:hover i,
.homePage .information .turnPage > div a:hover:hover span {
  color: #6ba90a;
  margin: 0 8px;
}
.about .banners .banner .bannerTxt p {
  text-transform: uppercase;
}
.about .content .row .left div a p,
.about .content .row .left div a img {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.about .content .row .left div a:hover p {
  color: #6ba90a;
}
.about .content .row .left div a:hover img {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.about .list .row a {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.about .list .row a img,
.about .list .row a p {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.about .list .row a:hover {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
}
.about .list .row a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about .list .row a:hover p {
  color: #6ba90a;
}
.guideline .banners .banner .bannerTxt p {
  text-transform: uppercase;
}
.guideline .guide > div p {
  margin-bottom: 0;
}
.guideline .line {
  background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
}
.guideline .line ul {
  overflow: hidden;
}
.guideline .line ul li {
  position: relative;
  opacity: 0;
}
.guideline .line ul li:nth-of-type(1) {
  transition: all .5s;
  left: -15%;
}
.guideline .line ul li:nth-of-type(2) {
  transition: all .7s;
  left: -40%;
}
.guideline .line ul li:nth-of-type(3) {
  transition: all .9s;
  left: -65%;
}
.guideline .line ul li:nth-of-type(4) {
  transition: all 1.1s;
  left: -90%;
}
.guideline .line ul li a:hover {
  animation: fas .3s;
}
.guideline .line ul li a:hover p {
  color: #6ba90a;
}
.guideline .list > div > div a > div {
  overflow: hidden;
}
.guideline .list > div > div a img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.guideline .list > div > div a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.guideline .list > div > div a:hover > p,
.guideline .list > div > div a:hover > span {
  color: #6ba90a;
}
.newsCenter .line {
  background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
}
.newsCenter .content > div .right ul li a:hover {
  color: #6ba90a;
}
.newsCenter .list > div a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsCenter .list > div a > div {
  overflow: hidden;
}
.newsCenter .list > div a > div img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.newsCenter .list > div a:hover {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
}
.newsCenter .list > div a:hover > div img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.newsCenter .list > div a:hover > p,
.newsCenter .list > div a:hover > span {
  color: #6ba90a;
}
.travelHelp .banners .banner .bannerTxt p {
  text-transform: uppercase;
}
.travelHelp .line {
  background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
}
.travelHelp .msg > div > div a div img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.travelHelp .msg > div > div a:hover dt h2 {
  color: #6ba90a;
}
.travelHelp .msg > div > div a:hover div img {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.goodTour .content section div a:hover {
  background: #6ba90a;
  border-color: #6ba90a;
}
@media (max-width: 767.9px) {
  .mobileShow {
    display: block;
  }
  .pcShow {
    display: none!important;
  }
  .footer {
    background: #00010a;
    padding: 35px 5px 30px;
    text-align: center;
  }
  .footer .mobileShow p {
    font-size: 11px;
    color: #c9c9c9;
    margin-bottom: 7px;
  }
  .header {
    width: 100%;
    height: 66px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 100;
  }
  .header .mobileShow {
    position: absolute;
    left: 78px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .mobileShow img {
    width: 93.5px;
    height: 30px;
  }
  .header .otherShow {
    display: none;
  }
  .header button {
    width: 27.5px;
    height: 13.5px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }


  .header. logo {
    width: auto;
    height:40px;

  }


  .header .logo img{
    margin: 16px 0;
    max-height: 40px;
  }


  .header button img {
    display: block;
    width: 27.5px;
    height: 13.5px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .navbar-collapse {
    position: fixed;
    width: 100%;
    padding: 30px;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 55px;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .header .navbar-collapse ul {
    margin: 0;
  }
  .header .navbar-collapse ul li {
    margin-top: 15px;
  }
  .header .navbar-collapse ul li > a {
    font-size: 20px;
    color: #333;
    padding: 0;
  }
  .header .navbar-collapse ul li dt p {
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
  }
  .header .navbar-collapse ul li dt p a {
    font-size: 16px;
    color: #666;
  }
  .header .navbar-collapse ul li:last-of-type div {
    display: inline-block;
    margin: 0 10px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .homePage {
    padding-top: 55px;
  }
  .homePage .banners {
    width: 100%;
    position: relative;
  }
  .homePage .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .homePage .banners .banner .bannerTxt p {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
  }
  .homePage .banners .banner .bannerTxt i {
    display: block;
    font-size: 12px;
    color: #ffffff;
  }
  .homePage .banners .banner .cursor {
    width: 13px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .overview {
    padding: 45px 20px 30px;
    background: #fff;
  }
  .homePage .overview .row .left > div .title {
    margin-bottom: 14px;
  }
  .homePage .overview .row .left > div .title p {
    font-size: 23px;
    color: #333333;
    font-weight: bold;
  }
  .homePage .overview .row .left > div .title i {
    display: none;
  }
  .homePage .overview .row .left > div .content {
    margin-bottom: 17px;
  }
  .homePage .overview .row .left > div .content img {
    display: none;
  }
  .homePage .overview .row .left > div .content p {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
  }
  .homePage .overview .row .left > div a {
    display: none;
  }
  .homePage .overview .row .left:before,
  .homePage .overview .row .left:after {
    display: none;
  }
  .homePage .overview .row .right .row {
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .homePage .overview .row .right .row .col-sm-6 {
    height: 120px;
    text-align: center;
    position: relative;
    padding: 0;
  }
  .homePage .overview .row .right .row .col-sm-6:nth-of-type(2n) {
    border-left: none;
  }
  .homePage .overview .row .right .row .col-sm-6:nth-of-type(2n) > div {
    left: auto;
    right: 0;
  }
  .homePage .overview .row .right .row .col-sm-6 > div {
    width: 94%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding-top: 22px;
  }
  .homePage .overview .row .right .row .col-sm-6 > div > div {
    width: 50px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin: 0 auto 10px;
    position: relative;
  }
  .homePage .overview .row .right .row .col-sm-6 > div > div img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  .homePage .overview .row .right .row .col-sm-6 > div > div img:nth-of-type(2) {
    width: 20px;
    height: 20px;
  }
  .homePage .overview .row .right .row .col-sm-6 > div p {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
  }
  .homePage .overview .row .right .row .col-sm-6 > div i {
    display: none;
  }
  .homePage .enjoy {
    padding: 0 20px;
    background: #fff;
  }
  .homePage .enjoy .title {
    margin-bottom: 25px;
  }
  .homePage .enjoy .title p {
    font-size: 23px;
    color: #333333;
    font-weight: bold;
  }
  .homePage .enjoy .title i {
    display: none;
  }
  .homePage .enjoy .two > div {
    margin-bottom: 30px;
    position: relative;
  }
  .homePage .enjoy .two > div > div {
    width: 100%;
  }
  .homePage .enjoy .two > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .two > div > dt {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
  }
  .homePage .enjoy .two > div > dt p {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
  }
  .homePage .enjoy .two > div > dt i {
    display: none;
  }
  .homePage .enjoy .three > div {
    margin-bottom: 30px;
    position: relative;
  }
  .homePage .enjoy .three > div > div {
    width: 100%;
  }
  .homePage .enjoy .three > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .three > div > dt {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
  }
  .homePage .enjoy .three > div > dt p {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
  }
  .homePage .enjoy .three > div > dt i {
    display: none;
  }
  .homePage .line {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .homePage .line:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/fixedBg.jpg);
    -webkit-background-size: auto 100%!important;
    -o-background-size: auto 100%!important;
    background-size: auto 100%!important;
    background-repeat: no-repeat;
    background-position: center;
  }
  .homePage .line img {
    width: 100%;
    height: auto;
  }
  .homePage .line div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homePage .line div p {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .homePage .line div i {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 17px;
  }
  .homePage .line div a {
    display: block;
    text-align: center;
    width: 91px;
    height: 27px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    line-height: 27px;
  }
  .homePage .information {
    padding: 40px 20px 13px;
    background: #fff;
  }
  .homePage .information .turnPage {
    margin-bottom: 25px;
    padding: 0;
  }
  .homePage .information .turnPage > p {
    font-size: 23px;
    color: #333333;
    font-weight: bold;
  }
  .homePage .information .row > div {
    position: relative;
  }
  .homePage .information .row > div > a {
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .homePage .information .row > div > a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 23px;
  }
  .homePage .information .row > div > a span {
    display: block;
    font-size: 11px;
    color: #999999;
    margin-left: 20px;
    margin-bottom: 8px;
  }
  .homePage .information .row > div > a p {
    font-size: 13px;
    color: #333333;
    margin-bottom: 25px;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .homePage .information .row > div > a p:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 20px;
    bottom: -16px;
  }
  .homePage .information .row > div > a i {
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .homePage .information .row > div > a b {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-left: 20px;
  }
  .about {
    padding-top: 55px;
  }
  .about .banners {
    width: 100%;
    position: relative;
  }
  .about .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .about .banners .banner .bannerTxt p {
    font-size: 30px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt i {
    display: block;
    font-size: 13px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px auto 0;
    cursor: pointer;
  }
  .about .content {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .about .content .row {
    width: 100%;
    margin: 0 auto;
  }
  .about .content .row .left {
    box-sizing: border-box;
    background: #fff;
    padding: 0;
  }
  .about .content .row .left h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 23px;
    color: #333333;
    margin-bottom: 15px;
  }
  .about .content .row .left > p {
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 12px;
    color: #333333;
    margin-bottom: 38px;
    line-height: 20px;
  }
  .about .content .row .left div a {
    float: left;
    width: 50%;
    text-align: center;
    height: 121px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-left: none;
    padding-top: 18px;
  }
  .about .content .row .left div a:nth-of-type(1),
  .about .content .row .left div a:nth-of-type(2) {
    border-bottom: none;
  }
  .about .content .row .left div a:nth-of-type(2n) {
    border-right: none;
  }
  .about .content .row .left div a div {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin: 0 auto 7px;
  }
  .about .content .row .left div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 50%;
    max-height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about .content .row .left div a p {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
  }
  .about .content .row .right {
    display: none;
  }
  .about .list .row {
    padding: 0 5%;
    margin: 0;
  }
  .about .list .row a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  .about .list .row a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list .row a p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
  }
  .guideline {
    padding-top: 55px;
  }
  .guideline .banners {
    width: 100%;
    position: relative;
  }
  .guideline .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .guideline .banners .banner .bannerTxt p {
    font-size: 30px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt i {
    display: block;
    font-size: 13px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px auto 0;
    cursor: pointer;
  }
  .guideline .guide {
    padding: 40px 0;
    background: #fff;
  }
  .guideline .guide > div {
    box-sizing: border-box;
    padding: 0 5%;
    margin: 0 auto;
  }
  .guideline .guide > div h1 {
    font-size: 23px;
    color: #333333;
    margin-bottom: 13px;
  }
  .guideline .guide > div p {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
  }
  .guideline .line {
    width: 100%;
    height: 190px;
    position: relative;
  }
  .guideline .line:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/fixedBg.jpg);
    -webkit-background-size: auto 100%!important;
    -o-background-size: auto 100%!important;
    background-size: auto 100%!important;
    background-repeat: no-repeat;
    background-position: center;
  }
  .guideline .line ul {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding-left: calc(-10%);
    padding-right: calc(-10%);
    overflow: initial;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
  }
  .guideline .line ul::-webkit-scrollbar {
    display: none;
  }
  .guideline .line ul li {
    display: inline-block;
    height: 100%;
    margin: 0 15px;
  }
  .guideline .line ul li a {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guideline .line ul li a p {
    font-size: 12px;
    color: #333333;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .guideline .list {
    background: #fff;
    padding: 40px 5% 15px;
  }
  .guideline .list > div {
    width: 100%;
  }
  .guideline .list > div h1 {
    font-size: 23px;
    color: #333333;
    margin-bottom: 24px;
  }
  .guideline .list > div > div a {
    display: block;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 23px;
    margin-bottom: 30px;
  }
  .guideline .list > div > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .guideline .list > div > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .list > div > div a > div > div {
    display: none;
  }
  .guideline .list > div > div a > p {
    padding: 0 5.9%;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guideline .list > div > div a > i {
    padding: 0 5.9%;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
  }
  .guideline .list > div > div a > span {
    font-size: 12px;
    color: #333333;
    margin-left: 5.9%;
  }
  .newsCenter {
    padding-top: 55px;
  }
  .newsCenter .banners {
    width: 100%;
    position: relative;
  }
  .newsCenter .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .newsCenter .banners .banner .bannerTxt p {
    font-size: 30px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt i {
    display: block;
    font-size: 13px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px auto 0;
    cursor: pointer;
  }
  .newsCenter .content {
    box-sizing: content-box;
    padding: 40px 5.3% 45px;
    background: #fff;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1 {
    font-size: 23px;
    color: #333333;
    margin-bottom: 10px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) p {
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul {
    display: none;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) {
    display: none;
  }
  .newsCenter .content > div .right h1 {
    display: none;
  }
  .newsCenter .content > div .right p {
    display: none;
  }
  .newsCenter .content > div .right ul li {
    height: 48px;
    border-bottom: 1px dotted #cacaca;
    line-height: 47px;
    position: relative;
    padding-left: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsCenter .content > div .right ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -1.5px;
  }
  .newsCenter .content > div .right ul li a {
    font-size: 13px;
    color: #666666;
  }
  .newsCenter .line {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .newsCenter .line:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/fixedBg.jpg);
    -webkit-background-size: auto 100%!important;
    -o-background-size: auto 100%!important;
    background-size: auto 100%!important;
    background-repeat: no-repeat;
    background-position: center;
  }
  .newsCenter .line > div {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    height: 34px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -17px;
    line-height: 34px;
    overflow-x: auto;
  }
  .newsCenter .line > div::-webkit-scrollbar {
    display: none;
  }
  .newsCenter .line > div a {
    width: 110px;
    height: 34px;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    background: #fff;
  }
  .newsCenter .line > div a.active,
  .newsCenter .line > div a:hover {
    color: #fff;
    background: #6ba90a;
  }
  .newsCenter .list {
    background: #fff;
    padding: 40px 5.3% 15px;
  }
  .newsCenter .list > div {
    width: 100%;
  }
  .newsCenter .list > div a {
    display: block;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  .newsCenter .list > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
  }
  .newsCenter .list > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .list > div a b {
    display: block;
    font-size: 11px;
    color: #999999;
    padding: 0 5.9%;
    margin-bottom: 8px;
  }
  .newsCenter .list > div a > p {
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 5.9%;
  }
  .newsCenter .list > div a h3 {
    content: '';
    display: block;
    background-color: #999999;
    width: 20px;
    height: 1px;
    margin: 12px 0 10px 5.9%;
  }
  .newsCenter .list > div a > i {
    padding: 0 5.9%;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 13px;
  }
  .newsCenter .list > div a > span {
    font-size: 12px;
    color: #333333;
    margin-left: 5.9%;
  }
  .travelHelp {
    padding-top: 55px;
  }
  .travelHelp .banners {
    width: 100%;
    position: relative;
  }
  .travelHelp .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .travelHelp .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .travelHelp .banners .banner .bannerTxt p {
    font-size: 30px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt i {
    display: block;
    font-size: 13px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px auto 0;
    cursor: pointer;
  }
  .travelHelp .msg {
    padding: 38px 5.3% 20px;
    background: #fff;
  }
  .travelHelp .msg > div > h1 {
    font-size: 23px;
    color: #333333;
    margin-bottom: 8px;
  }
  .travelHelp .msg > div > p {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin: 0;
  }
  .travelHelp .msg > div > div {
    margin: 20px 0 0 0;
  }
  .travelHelp .msg > div > div a {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    padding: 20px 0 0 20px;
    margin-bottom: 25px;
  }
  .travelHelp .msg > div > div a div {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
  }
  .travelHelp .msg > div > div a div img {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .travelHelp .msg > div > div a dt {
    float: left;
    width: calc(100% - 100px);
    height: 30px;
  }
  .travelHelp .msg > div > div a dt h2 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 35px;
  }
  .travelHelp .msg > div > div a dt p {
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 25px;
  }
  .travelHelp .line {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .travelHelp .line:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/fixedBg.jpg);
    -webkit-background-size: auto 100%!important;
    -o-background-size: auto 100%!important;
    background-size: auto 100%!important;
    background-repeat: no-repeat;
    background-position: center;
  }
  .travelHelp .line > p {
    background-color: #6ba90a;
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 111px;
    height: 34px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    margin-left: -55.5px;
    margin-bottom: 0;
  }
  .travelHelp .form {
    background: #fff;
    padding: 45px 5.3%;
  }
  .travelHelp .form > div p {
    display: none;
  }
  .travelHelp .form > div div {
    padding-left: 16.7%;
    position: relative;
  }
  .travelHelp .form > div div ul {
    width: 16.7%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .travelHelp .form > div div ul li {
    text-align: right;
    white-space: nowrap;
    height: 33px;
    margin-bottom: 18px;
    font-size: 12px;
    color: #666666;
    line-height: 33px;
    padding-right: 8px;
  }
  .travelHelp .form > div div input {
    width: calc(100% - 17.5%);
    height: 33px;
    display: block;
    margin-bottom: 18px;
    border: 1px solid #d1d1d1;
    padding: 0 9px;
    font-size: 12px;
    color: #333;
  }
  .travelHelp .form > div div dl {
    width: calc(100% - 17.5%);
    height: 33px;
    display: block;
    position: relative;
  }
  .travelHelp .form > div div dl select {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    padding: 0 9px;
    font-size: 12px;
    color: #333;
  }
  .travelHelp .form > div div dl img {
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 15px;
  }
  .travelHelp .form > div dt {
    margin-bottom: 19px;
    margin-left: 16.7%;
    width: 81%;
    height: 82px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    padding: 6px 9px;
  }
  .travelHelp .form > div dt textarea {
    display: block;
    font-size: 12px;
    color: #333;
    width: 100%;
    height: 100%;
    border: none;
  }
  .travelHelp .form > div a {
    display: block;
    text-align: center;
    background-color: #6ba90a;
    width: 90px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    margin-left: 16.7%;
  }
  .goodTour {
    padding-top: 55px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
  .goodTour .content section {
    width: 100%;
  }
  .goodTour .content section img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 54px;
  }
  .goodTour .content section div {
    padding: 0 5.3%;
  }
  .goodTour .content section div h1 {
    font-size: 23px;
    color: #333333;
    margin-bottom: 8px;
  }
  .goodTour .content section div p {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 17px;
  }
  .goodTour .content section div a {
    display: block;
    width: 90px;
    height: 26px;
    margin-bottom: 45px;
    border: 1px solid #999999;
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .mobileShow {
    display: none;
  }
  .pcShow {
    display: block;
  }
  .footer {
    background: #131313;
  }
  .footer .pcShow .top {
    box-sizing: border-box;
    padding: 95px 6.25% 60px;
  }
  .footer .pcShow .top .col-sm-7 ul li {
    float: left;
    width: 20%;
  }
  .footer .pcShow .top .col-sm-7 ul li h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-7 ul li p {
    font-size: 14px;
    color: #89898a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
  }
  .footer .pcShow .top .col-sm-7 ul li p a {
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-7 ul li p a:hover {
    color: #fff;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) {
    width: 60%;
    float: left;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div {
    padding-left: 34px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div i {
    font-size: 20px;
    color: #89898a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div span {
    display: block;
    font-size: 30px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div p {
    display: block;
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) {
    width: 40%;
    float: left;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select {
    height: 37px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 9px;
    padding-right: 38px;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    color: #89898a;
    background: transparent;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div {
    height: 35px;
    right: 1px;
    top: 1px;
    position: absolute;
    width: 36px;
    pointer-events: none;
    text-align: center;
    line-height: 35px;
    background: #131313;
    border-left: 1px solid #2d2d2d;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div i {
    font-size: 16px;
    color: #89898a;
    pointer-events: none;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share {
    height: 49px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
    display: block;
    float: left;
    height: 100%;
    background: transparent;
    width: 47px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #2d2d2d;
    border-right: none;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:last-of-type {
    border-right: 1px solid #2d2d2d;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a i {
    font-size: 22px;
    color: #89898a;
  }
  .footer .pcShow .bottom {
    box-sizing: border-box;
    border-top: 1px solid #1e1e1e;
    padding: 45px 6.25% 90px;
  }
  .footer .pcShow .bottom span {
    float: left;
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .bottom i {
    float: right;
    font-size: 14px;
    color: #89898a;
  }
  .header {
    width: 100%;
    height: 142px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .mobileShow {
    display: none;
  }
  .header .otherShow {
    float: left;
    margin: 40px 0 0 0;
    height: 51px;
    line-height: 51px;
  }
  .header .otherShow img {
    vertical-align: middle;
    width: 150px;
  }
  .header .navbar-collapse {
    float: right;
    margin-top: 59px;
    padding: 0;
  }
  .header .navbar-collapse li {
    margin-right: 20px;
    height: 50px;
    line-height: 24px;
  }
  .header .navbar-collapse li > a {
    padding: 0;
    font-size: 18px;
    color: #fefefe;
    font-weight: bold;
  }
  .header .navbar-collapse li > a:hover {
    background: transparent;
    color: #c9c9c9;
  }
  .header .navbar-collapse li dt {
    position: absolute;
    top: 50px;
    left: 50%;
    display: none;
    width: 100px;
    padding: 10px 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    margin-left: -50px;
    z-index: 1;
  }
  .header .navbar-collapse li dt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .navbar-collapse li dt p {
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
  }
  .header .navbar-collapse li dt p a {
    font-size: 14px;
    color: #666;
  }
  .header .navbar-collapse li dt p a:hover {
    color: #6ba90a;
  }
  .header .navbar-collapse li:hover dt {
    display: block;
  }
  .header .navbar-collapse li:nth-last-of-type(2) {
    margin-right: 10px;
  }
  .header .navbar-collapse li:last-of-type {
    margin-right: 0;
  }
  .header .navbar-collapse li:last-of-type div {
    float: left;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .homePage .banners {
    width: 100%;
    position: relative;
  }
  .homePage .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .homePage .banners .banner .bannerTxt p {
    font-size: 40px;
    color: #ffffff;
  }
  .homePage .banners .banner .bannerTxt i {
    display: block;
    font-size: 20px;
    color: #ffffff;
  }
  .homePage .banners .banner .cursor {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .overview {
    height: 600px;
    background: #fff;
  }
  .homePage .overview .left {
    position: relative;
    height: 100%;
    background: #6ba90a;
  }
  .homePage .overview .left > div {
    width: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .homePage .overview .left > div .title {
    margin-bottom: 55px;
  }
  .homePage .overview .left > div .title p {
    font-size: 30px;
    color: #ffffff;
  }
  .homePage .overview .left > div .title i {
    display: block;
    font-size: 20px;
    color: #ffffff;
  }
  .homePage .overview .left > div .content {
    margin-bottom: 25px;
  }
  .homePage .overview .left > div .content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .homePage .overview .left > div .content p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
  }
  .homePage .overview .left > div a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
  }
  .homePage .overview .right {
    height: 100%;
  }
  .homePage .overview .right .row {
    height: 100%;
  }
  .homePage .overview .right .row .col-sm-6 {
    height: 50%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
  }
  .homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
    border-left: none;
  }
  .homePage .overview .right .row .col-sm-6:nth-of-type(1),
  .homePage .overview .right .row .col-sm-6:nth-of-type(2) {
    border-top: none;
  }
  .homePage .overview .right .row .col-sm-6 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .homePage .overview .right .row .col-sm-6 > div > div {
    width: 100px;
    height: 66px;
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
  }
  .homePage .overview .right .row .col-sm-6 > div > div img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  .homePage .overview .right .row .col-sm-6 > div p {
    font-size: 22px;
    color: #333333;
  }
  .homePage .overview .right .row .col-sm-6 > div i {
    display: block;
    font-size: 20px;
    color: #999999;
  }
  .homePage .enjoy {
    background: #f5f5f5;
    padding: 150px 5.5% 90px;
  }
  .homePage .enjoy .title {
    margin-bottom: 55px;
    margin-left: 15px;
  }
  .homePage .enjoy .title p {
    font-size: 30px;
    color: #333333;
  }
  .homePage .enjoy .title i {
    display: block;
    font-size: 20px;
    color: #666666;
  }
  .homePage .enjoy .two {
    margin-bottom: 60px;
  }
  .homePage .enjoy .two > div {
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .homePage .enjoy .two > div > div {
    width: 100%;
  }
  .homePage .enjoy .two > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .two > div > dt {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    padding: 35px 40px 0;
  }
  .homePage .enjoy .two > div > dt p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }
  .homePage .enjoy .two > div > dt i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
  }
  .homePage .enjoy .three {
    margin-bottom: 60px;
  }
  .homePage .enjoy .three > div {
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .homePage .enjoy .three > div > div {
    width: 100%;
  }
  .homePage .enjoy .three > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .three > div > dt {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    padding: 35px 40px 0;
  }
  .homePage .enjoy .three > div > dt p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }
  .homePage .enjoy .three > div > dt i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
  }
  .homePage .line {
    width: 100%;
    background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
    height: 680px;
    position: relative;
  }
  .homePage .line img {
    width: 100%;
    height: auto;
  }
  .homePage .line div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homePage .line div p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .homePage .line div i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .homePage .line div a {
    display: block;
    text-align: center;
    width: 160px;
    height: 46px;
    border-radius: 3px;
    background-color: rgba(107, 169, 10, 0.4);
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
  }
  .homePage .information {
    position: relative;
    overflow: hidden;
  }
  .homePage .information .turnPage {
    height: 50%;
    box-sizing: border-box;
    padding: 135px 0 0 118px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
    background: #fff;
  }
  .homePage .information .turnPage > p {
    font-size: 30px;
    color: #333333;
  }
  .homePage .information .turnPage > i {
    display: block;
    font-size: 20px;
    color: #666666;
  }
  .homePage .information .turnPage > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 81px;
    border-top: 1px solid #e6e6e6;
  }
  .homePage .information .turnPage > div:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .homePage .information .turnPage > div a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 80px;
  }
  .homePage .information .turnPage > div a i {
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
    margin: 0 5px;
  }
  .homePage .information .turnPage > div a span {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin: 0 5px;
    vertical-align: middle;
  }
  .homePage .information .row > div {
    padding: 0;
    height: 860px;
    position: relative;
    border-right: 1px solid #e6e6e6;
  }
  .homePage .information .row > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 50%;
  }
  .homePage .information .row > div:nth-of-type(3) {
    border: none;
  }
  .homePage .information .row > div:nth-of-type(3):after {
    display: none;
  }
  .homePage .information .row > div > a {
    display: block;
    width: 100%;
    height: 50%;
    padding: 130px 9.3% 0;
    position: relative;
  }
  .homePage .information .row > div > a span {
    display: block;
    font-size: 14px;
    color: #666666;
    position: absolute;
    left: 9.3%;
    bottom: 70px;
  }
  .homePage .information .row > div > a p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 30px;
  }
  .homePage .information .row > div > a i {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
  }
  .homePage .information .row > div .swiper {
    height: 50%;
    position: relative;
  }
  .homePage .information .row > div .swiper .infoBanner {
    width: 81.25%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .information .row > div .swiper .infoBanner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .information .row > div .swiper .infoPagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 35px;
  }
  .homePage .information .row > div .swiper .infoPagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
    margin: 0 8px;
  }
  .homePage .information .row > div .swiper .infoPagination .swiper-pagination-bullet-active {
    background: #6ba90a;
  }
  .about .banners {
    width: 100%;
    position: relative;
  }
  .about .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .about .banners .banner .bannerTxt p {
    font-size: 40px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .about .content {
    padding-top: 130px;
  }
  .about .content .row {
    width: 90%;
    min-width: 750px;
    margin: 0 auto;
  }
  .about .content .row .left {
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    box-sizing: border-box;
    padding: 108px 0 80px 7.8%;
    background: #fff;
    position: relative;
    top: -190px;
  }
  .about .content .row .left h1 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 40px;
  }
  .about .content .row .left > p {
    width: 64%;
    font-size: 14px;
    color: #333333;
    min-height: 157px;
    margin-bottom: 0;
    line-height: 40px;
  }
  .about .content .row .left div a {
    float: left;
    margin-right: 5%;
    width: 60px;
    text-align: center;
  }
  .about .content .row .left div a:last-of-type {
    margin-right: 0;
  }
  .about .content .row .left div a div {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 17px;
  }
  .about .content .row .left div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 50%;
    max-height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about .content .row .left div a p {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
  }
  .about .content .row .right {
    padding: 0;
  }
  .about .content .row .right img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list {
    background: #f5f5f5;
    padding: 120px 0 70px;
    margin-top: -100px;
  }
  .about .list .row {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .about .list .row a {
    display: block;
    float: left;
    width: 31%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
  }
  .about .list .row a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .about .list .row a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list .row a p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
  }
  .guideline .banners {
    width: 100%;
    position: relative;
  }
  .guideline .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .guideline .banners .banner .bannerTxt p {
    font-size: 40px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .guideline .guide {
    padding: 80px 0;
  }
  .guideline .guide > div {
    width: 90%;
    margin: 0 auto;
  }
  .guideline .guide > div h1 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
  }
  .guideline .guide > div p {
    font-size: 14px;
    color: #696969;
    line-height: 22px;
  }
  .guideline .line {
    width: 100%;
    height: 580px;
    position: relative;
  }
  .guideline .line img {
    width: 100%;
    height: auto;
  }
  .guideline .line ul {
    position: absolute;
    width: 90%;
    height: 160px;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
  }
  .guideline .line ul li {
    flex: 1;
    height: 100%;
  }
  .guideline .line ul li a {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guideline .line ul li a p {
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
    font-weight: bold;
    width: 140px;
    height: 140px;
    line-height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .guideline .list {
    background: #fff;
    padding: 69px 0 30px;
  }
  .guideline .list > div {
    width: 90%;
    margin: 0 auto;
  }
  .guideline .list > div h1 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
  }
  .guideline .list > div > div a {
    display: block;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .guideline .list > div > div a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .guideline .list > div > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .guideline .list > div > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .list > div > div a > div > div {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.502);
    text-align: center;
    padding-top: 19px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .guideline .list > div > div a > div > div p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
  }
  .guideline .list > div > div a > div > div i {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }
  .guideline .list > div > div a > p {
    padding: 0 4.7%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guideline .list > div > div a > i {
    padding: 0 4.7%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
  }
  .guideline .list > div > div a > span {
    font-size: 14px;
    color: #333333;
    margin-left: 4.7%;
  }
  .newsCenter .banners {
    width: 100%;
    position: relative;
  }
  .newsCenter .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .newsCenter .banners .banner .bannerTxt p {
    font-size: 40px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .newsCenter .content {
    height: 600px;
    box-sizing: content-box;
    padding-bottom: 160px;
    background: #f5f5f5;
  }
  .newsCenter .content > div {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
  .newsCenter .content > div .left {
    width: 41%;
    float: left;
    height: 680px;
    top: -80px;
    position: relative;
  }
  .newsCenter .content > div .left > div {
    height: 50%;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) {
    background: #ededed;
    padding: 90px 8.9% 0;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 36px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul {
    height: 12px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul li {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #6e6e6e;
    margin-right: 6px;
    border-radius: 50%;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) {
    position: relative;
    overflow: hidden;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .newsCenter .content > div .right {
    width: 59%;
    float: right;
    background: #fff;
    height: 100%;
    padding: 110px 7% 0 7.5%;
  }
  .newsCenter .content > div .right h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
  }
  .newsCenter .content > div .right h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .newsCenter .content > div .right p {
    font-size: 14px;
    color: #666666;
    height: 60px;
  }
  .newsCenter .content > div .right ul li {
    height: 57px;
    border-bottom: 1px dotted #cacaca;
    line-height: 56px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsCenter .content > div .right ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2.5px;
  }
  .newsCenter .content > div .right ul li a {
    font-size: 16px;
    color: #666666;
  }
  .newsCenter .line {
    width: 100%;
    height: 460px;
    position: relative;
  }
  .newsCenter .line > div {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    height: 68px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -34px;
    line-height: 68px;
  }
  .newsCenter .line > div a {
    width: 220px;
    height: 68px;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #fff;
  }
  .newsCenter .line > div a.active,
  .newsCenter .line > div a:hover {
    color: #fff;
    background: #6ba90a;
  }
  .newsCenter .list {
    background: #fff;
    padding: 130px 0 50px;
  }
  .newsCenter .list > div {
    width: 90%;
    margin: 0 auto;
  }
  .newsCenter .list > div a {
    display: block;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .newsCenter .list > div a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .newsCenter .list > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 34px;
  }
  .newsCenter .list > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .list > div a b {
    display: block;
    font-size: 20px;
    color: #999999;
    padding: 0 9%;
    margin-bottom: 15px;
  }
  .newsCenter .list > div a > p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 9%;
  }
  .newsCenter .list > div a h3 {
    content: '';
    display: block;
    background-color: #999999;
    width: 40px;
    height: 2px;
    margin: 17px 0 25px 9%;
  }
  .newsCenter .list > div a > i {
    padding: 0 9%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
  }
  .newsCenter .list > div a > span {
    font-size: 14px;
    color: #666666;
    margin-left: 9%;
  }
  .travelHelp .banners {
    width: 100%;
    position: relative;
  }
  .travelHelp .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .travelHelp .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .travelHelp .banners .banner .bannerTxt p {
    font-size: 40px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .travelHelp .msg {
    height: 528px;
    background: #f5f5f5;
    padding-left: 14.5%;
  }
  .travelHelp .msg > div {
    position: relative;
    top: -80px;
    background: #fff;
    height: 608px;
    padding: 108px 0 0 7.3%;
  }
  .travelHelp .msg > div > h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .travelHelp .msg > div > p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin: 0;
  }
  .travelHelp .msg > div > div {
    width: 85%;
    margin: 55px 0 0 0;
    height: 200px;
  }
  .travelHelp .msg > div > div a {
    display: block;
    float: left;
    width: 47%;
    height: 100%;
    background-color: #f5f5f5;
    margin-right: 4%;
    padding: 60px 0 0 20px;
  }
  .travelHelp .msg > div > div a:last-of-type {
    margin-right: 0;
  }
  .travelHelp .msg > div > div a div {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
  }
  .travelHelp .msg > div > div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .travelHelp .msg > div > div a dt {
    float: left;
    width: calc(100% - 100px);
    height: 80px;
    line-height: 40px;
  }
  .travelHelp .msg > div > div a dt h2 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 45px;
  }
  .travelHelp .msg > div > div a dt p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 35px;
  }
  .travelHelp .line {
    width: 100%;
    height: 460px;
    position: relative;
  }
  .travelHelp .line p {
    font-size: 46px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 135px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .travelHelp .form {
    background: #f5f5f5;
    height: 608px;
    padding: 0 14.5%;
  }
  .travelHelp .form > div {
    background: #fff;
    height: 683px;
    position: relative;
    top: -154px;
    padding: 110px 12.5% 0;
  }
  .travelHelp .form > div p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .travelHelp .form > div div {
    margin-top: 50px;
    height: 48px;
    margin-bottom: 38px;
  }
  .travelHelp .form > div div input {
    width: 31%;
    float: left;
    height: 100%;
    display: block;
    margin-right: 3.5%;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
  }
  .travelHelp .form > div div dl {
    width: 31%;
    float: left;
    height: 100%;
    display: block;
    position: relative;
  }
  .travelHelp .form > div div dl select {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
  }
  .travelHelp .form > div div dl img {
    pointer-events: none;
    position: absolute;
    right: 21px;
    top: 22px;
  }
  .travelHelp .form > div dt {
    border: 1px solid #d1d1d1;
    height: 162px;
    margin-bottom: 59px;
    padding: 12px;
    overflow: hidden;
  }
  .travelHelp .form > div dt textarea {
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 100%;
    border: none;
  }
  .travelHelp .form > div a {
    display: block;
    text-align: center;
    background-color: #6ba90a;
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
  }
  .goodTour {
    width: 100%;
    height: 100%;
  }
  .goodTour .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .goodTour .footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 10;
  }
  .goodTour .footer.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .goodTour .content {
    width: 100%;
    height: 100%;
  }
  .goodTour .content section {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
    position: relative;
  }
  .goodTour .content section img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .goodTour .content section div {
    position: absolute;
    left: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .goodTour .content section div h1 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 28px;
  }
  .goodTour .content section div p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    width: 60%;
    min-height: 109px;
  }
  .goodTour .content section div a {
    display: block;
    width: 180px;
    height: 52px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 48px;
  }
  .goodTour .content section.active {
    z-index: 1;
  }
  .goodTour .progressBar {
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 999;
    margin-top: -220px;
    width: 50px;
    height: 440px;
  }
  .goodTour .progressBar .line-box {
    position: relative;
    margin-left: 17px;
    width: 4px;
    height: 360px;
  }
  .goodTour .progressBar .line-box .line {
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .goodTour .progressBar .line-box .on {
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
    display: block;
    width: 3px;
    height: 25%;
    background: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
  .goodTour .progressBar .num-box {
    margin-top: 56px;
    color: #fff;
    font-size: 18px;
  }
  .goodTour .progressBar .num-box span {
    display: block;
    line-height: 80px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .goodTour .progressBar .num-box span.hx {
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 2px;
    background: #fff;
  }
  .goodTour .progressBar .num-box span.now {
    font-size: 30px;
    line-height: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .mobileShow {
    display: none;
  }
  .pcShow {
    display: block;
  }
  .footer {
    background: #131313;
  }
  .footer .pcShow .top {
    box-sizing: border-box;
    padding: 95px 6.25% 60px;
  }
  .footer .pcShow .top .col-sm-7 ul li {
    float: left;
    width: 20%;
  }
  .footer .pcShow .top .col-sm-7 ul li h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-7 ul li p {
    font-size: 14px;
    color: #89898a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
  }
  .footer .pcShow .top .col-sm-7 ul li p a {
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-7 ul li p a:hover {
    color: #fff;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) {
    width: 60%;
    float: left;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div {
    padding-left: 34px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div i {
    font-size: 20px;
    color: #89898a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div span {
    display: block;
    font-size: 30px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div p {
    display: block;
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) {
    width: 40%;
    float: left;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select {
    height: 37px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 9px;
    padding-right: 38px;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    color: #89898a;
    background: transparent;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div {
    height: 35px;
    right: 1px;
    top: 1px;
    position: absolute;
    width: 36px;
    pointer-events: none;
    text-align: center;
    line-height: 35px;
    background: #131313;
    border-left: 1px solid #2d2d2d;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div i {
    font-size: 16px;
    color: #89898a;
    pointer-events: none;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share {
    height: 49px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
    display: block;
    float: left;
    height: 100%;
    background: transparent;
    width: 47px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #2d2d2d;
    border-right: none;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:last-of-type {
    border-right: 1px solid #2d2d2d;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a i {
    font-size: 22px;
    color: #89898a;
  }
  .footer .pcShow .bottom {
    box-sizing: border-box;
    border-top: 1px solid #1e1e1e;
    padding: 45px 6.25% 90px;
  }
  .footer .pcShow .bottom span {
    float: left;
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .bottom i {
    float: right;
    font-size: 14px;
    color: #89898a;
  }
  .header {
    width: 100%;
    height: 142px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .mobileShow {
    display: none;
  }
  .header .otherShow {
    float: left;
    margin: 40px 0 0 15px;
  }
  .header .navbar-collapse {
    float: right;
    margin-top: 59px;
    margin-right: 15px;
  }
  .header .navbar-collapse li {
    margin-right: 35px;
    height: 50px;
    line-height: 24px;
  }
  .header .navbar-collapse li > a {
    padding: 0;
    font-size: 18px;
    color: #fefefe;
    font-weight: bold;
  }
  .header .navbar-collapse li > a:hover {
    background: transparent;
    color: #c9c9c9;
  }
  .header .navbar-collapse li dt {
    position: absolute;
    top: 50px;
    left: 50%;
    display: none;
    width: 100px;
    padding: 10px 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    margin-left: -50px;
    z-index: 1;
  }
  .header .navbar-collapse li dt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .navbar-collapse li dt p {
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
  }
  .header .navbar-collapse li dt p a {
    font-size: 14px;
    color: #666;
  }
  .header .navbar-collapse li dt p a:hover {
    color: #6ba90a;
  }
  .header .navbar-collapse li:hover dt {
    display: block;
  }
  .header .navbar-collapse li:nth-last-of-type(2) {
    margin-right: 20px;
  }
  .header .navbar-collapse li:last-of-type {
    margin-right: 0;
  }
  .header .navbar-collapse li:last-of-type div {
    float: left;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .homePage .banners {
    width: 100%;
    position: relative;
  }
  .homePage .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .homePage .banners .banner .bannerTxt p {
    font-size: 50px;
    color: #ffffff;
  }
  .homePage .banners .banner .bannerTxt i {
    display: block;
    font-size: 25px;
    color: #ffffff;
  }
  .homePage .banners .banner .cursor {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .overview {
    height: 800px;
    background: #fff;
  }
  .homePage .overview .left {
    position: relative;
    height: 100%;
    background: #6ba90a;
  }
  .homePage .overview .left > div {
    width: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .homePage .overview .left > div .title {
    margin-bottom: 55px;
  }
  .homePage .overview .left > div .title p {
    font-size: 30px;
    color: #ffffff;
  }
  .homePage .overview .left > div .title i {
    display: block;
    font-size: 20px;
    color: #ffffff;
  }
  .homePage .overview .left > div .content {
    margin-bottom: 25px;
  }
  .homePage .overview .left > div .content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .homePage .overview .left > div .content p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
  }
  .homePage .overview .left > div a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
  }
  .homePage .overview .right {
    height: 100%;
  }
  .homePage .overview .right .row {
    height: 100%;
  }
  .homePage .overview .right .row .col-sm-6 {
    height: 50%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
  }
  .homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
    border-left: none;
  }
  .homePage .overview .right .row .col-sm-6:nth-of-type(1),
  .homePage .overview .right .row .col-sm-6:nth-of-type(2) {
    border-top: none;
  }
  .homePage .overview .right .row .col-sm-6 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .homePage .overview .right .row .col-sm-6 > div > div {
    width: 100px;
    height: 66px;
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
  }
  .homePage .overview .right .row .col-sm-6 > div > div img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  .homePage .overview .right .row .col-sm-6 > div p {
    font-size: 22px;
    color: #333333;
  }
  .homePage .overview .right .row .col-sm-6 > div i {
    display: block;
    font-size: 20px;
    color: #999999;
  }
  .homePage .enjoy {
    background: #f5f5f5;
    padding: 150px 5.5% 90px;
  }
  .homePage .enjoy .title {
    margin-bottom: 55px;
    margin-left: 15px;
  }
  .homePage .enjoy .title p {
    font-size: 30px;
    color: #333333;
  }
  .homePage .enjoy .title i {
    display: block;
    font-size: 20px;
    color: #666666;
  }
  .homePage .enjoy .two {
    margin-bottom: 60px;
  }
  .homePage .enjoy .two > div {
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .homePage .enjoy .two > div > div {
    width: 100%;
  }
  .homePage .enjoy .two > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .two > div > dt {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    padding: 35px 40px 0;
  }
  .homePage .enjoy .two > div > dt p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }
  .homePage .enjoy .two > div > dt i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
  }
  .homePage .enjoy .three {
    margin-bottom: 60px;
  }
  .homePage .enjoy .three > div {
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .homePage .enjoy .three > div > div {
    width: 100%;
  }
  .homePage .enjoy .three > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .three > div > dt {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    padding: 35px 40px 0;
  }
  .homePage .enjoy .three > div > dt p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }
  .homePage .enjoy .three > div > dt i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
  }
  .homePage .line {
    width: 100%;
    background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
    height: 680px;
    position: relative;
  }
  .homePage .line img {
    width: 100%;
    height: auto;
  }
  .homePage .line div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homePage .line div p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .homePage .line div i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .homePage .line div a {
    display: block;
    text-align: center;
    width: 160px;
    height: 46px;
    border-radius: 3px;
    background-color: rgba(107, 169, 10, 0.4);
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
  }
  .homePage .information {
    position: relative;
    overflow: hidden;
  }
  .homePage .information .turnPage {
    height: 50%;
    box-sizing: border-box;
    padding: 135px 0 0 118px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
    background: #fff;
  }
  .homePage .information .turnPage > p {
    font-size: 30px;
    color: #333333;
  }
  .homePage .information .turnPage > i {
    display: block;
    font-size: 20px;
    color: #666666;
  }
  .homePage .information .turnPage > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 81px;
    border-top: 1px solid #e6e6e6;
  }
  .homePage .information .turnPage > div:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .homePage .information .turnPage > div a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 80px;
  }
  .homePage .information .turnPage > div a i {
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
    margin: 0 5px;
  }
  .homePage .information .turnPage > div a span {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin: 0 5px;
    vertical-align: middle;
  }
  .homePage .information .row > div {
    padding: 0;
    height: 860px;
    position: relative;
    border-right: 1px solid #e6e6e6;
  }
  .homePage .information .row > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 50%;
  }
  .homePage .information .row > div:nth-of-type(3) {
    border: none;
  }
  .homePage .information .row > div:nth-of-type(3):after {
    display: none;
  }
  .homePage .information .row > div > a {
    display: block;
    width: 100%;
    height: 50%;
    padding: 130px 9.3% 0;
    position: relative;
  }
  .homePage .information .row > div > a span {
    display: block;
    font-size: 14px;
    color: #666666;
    position: absolute;
    left: 9.3%;
    bottom: 70px;
  }
  .homePage .information .row > div > a p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 30px;
  }
  .homePage .information .row > div > a i {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
  }
  .homePage .information .row > div .swiper {
    height: 50%;
    position: relative;
  }
  .homePage .information .row > div .swiper .infoBanner {
    width: 81.25%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .information .row > div .swiper .infoBanner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .information .row > div .swiper .infoPagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 35px;
  }
  .homePage .information .row > div .swiper .infoPagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
    margin: 0 8px;
  }
  .homePage .information .row > div .swiper .infoPagination .swiper-pagination-bullet-active {
    background: #6ba90a;
  }
  .about .banners {
    width: 100%;
    position: relative;
  }
  .about .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .about .banners .banner .bannerTxt p {
    font-size: 50px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .about .content {
    padding-top: 130px;
  }
  .about .content .row {
    width: 90%;
    margin: 0 auto;
  }
  .about .content .row .left {
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    box-sizing: border-box;
    padding: 108px 0 100px 7.8%;
    background: #fff;
    position: relative;
    top: -190px;
  }
  .about .content .row .left h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 50px;
  }
  .about .content .row .left > p {
    width: 64%;
    font-size: 14px;
    color: #333333;
    min-height: 157px;
    margin-bottom: 0;
    line-height: 40px;
  }
  .about .content .row .left div a {
    float: left;
    padding-right: 5%;
    width: 70px;
    text-align: center;
    box-sizing: content-box;
  }
  .about .content .row .left div a:last-of-type {
    padding-right: 0;
  }
  .about .content .row .left div a div {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 17px;
  }
  .about .content .row .left div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about .content .row .left div a p {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
  }
  .about .content .row .right {
    padding: 0;
  }
  .about .content .row .right img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list {
    background: #f5f5f5;
    padding: 120px 0 70px;
    margin-top: -100px;
  }
  .about .list .row {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .about .list .row a {
    display: block;
    float: left;
    width: 31%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
  }
  .about .list .row a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .about .list .row a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list .row a p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
  }
  .guideline .banners {
    width: 100%;
    position: relative;
  }
  .guideline .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .guideline .banners .banner .bannerTxt p {
    font-size: 50px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .guideline .guide {
    padding: 100px 0;
  }
  .guideline .guide > div {
    width: 90%;
    margin: 0 auto;
  }
  .guideline .guide > div h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
  }
  .guideline .guide > div p {
    font-size: 14px;
    color: #696969;
    line-height: 22px;
  }
  .guideline .line {
    width: 100%;
    height: 580px;
    position: relative;
  }
  .guideline .line img {
    width: 100%;
    height: auto;
  }
  .guideline .line ul {
    position: absolute;
    width: 90%;
    height: 160px;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
  }
  .guideline .line ul li {
    flex: 1;
    height: 100%;
  }
  .guideline .line ul li a {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guideline .line ul li a p {
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
    font-weight: bold;
    width: 140px;
    height: 140px;
    line-height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .guideline .list {
    background: #fff;
    padding: 89px 0 50px;
  }
  .guideline .list > div {
    width: 90%;
    margin: 0 auto;
  }
  .guideline .list > div h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
  }
  .guideline .list > div > div a {
    display: block;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .guideline .list > div > div a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .guideline .list > div > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .guideline .list > div > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .list > div > div a > div > div {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.502);
    text-align: center;
    padding-top: 19px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .guideline .list > div > div a > div > div p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
  }
  .guideline .list > div > div a > div > div i {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }
  .guideline .list > div > div a > p {
    padding: 0 4.7%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guideline .list > div > div a > i {
    padding: 0 4.7%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
  }
  .guideline .list > div > div a > span {
    font-size: 14px;
    color: #333333;
    margin-left: 4.7%;
  }
  .newsCenter .banners {
    width: 100%;
    position: relative;
  }
  .newsCenter .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .newsCenter .banners .banner .bannerTxt p {
    font-size: 50px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .newsCenter .content {
    height: 600px;
    box-sizing: content-box;
    padding-bottom: 160px;
    background: #f5f5f5;
  }
  .newsCenter .content > div {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
  .newsCenter .content > div .left {
    width: 41%;
    float: left;
    height: 680px;
    top: -80px;
    position: relative;
  }
  .newsCenter .content > div .left > div {
    height: 50%;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) {
    background: #ededed;
    padding: 90px 8.9% 0;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 36px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul {
    height: 12px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul li {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #6e6e6e;
    margin-right: 6px;
    border-radius: 50%;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) {
    position: relative;
    overflow: hidden;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .newsCenter .content > div .right {
    width: 59%;
    float: right;
    background: #fff;
    height: 100%;
    padding: 110px 7% 0 7.5%;
  }
  .newsCenter .content > div .right h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
  }
  .newsCenter .content > div .right h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .newsCenter .content > div .right p {
    font-size: 14px;
    color: #666666;
    height: 60px;
  }
  .newsCenter .content > div .right ul li {
    height: 57px;
    border-bottom: 1px dotted #cacaca;
    line-height: 56px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsCenter .content > div .right ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2.5px;
  }
  .newsCenter .content > div .right ul li a {
    font-size: 16px;
    color: #666666;
  }
  .newsCenter .line {
    width: 100%;
    height: 460px;
    position: relative;
  }
  .newsCenter .line > div {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    height: 68px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -34px;
    line-height: 68px;
  }
  .newsCenter .line > div a {
    width: 220px;
    height: 68px;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #fff;
  }
  .newsCenter .line > div a.active,
  .newsCenter .line > div a:hover {
    color: #fff;
    background: #6ba90a;
  }
  .newsCenter .list {
    background: #fff;
    padding: 140px 0 60px;
  }
  .newsCenter .list > div {
    width: 90%;
    margin: 0 auto;
  }
  .newsCenter .list > div a {
    display: block;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .newsCenter .list > div a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .newsCenter .list > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 34px;
  }
  .newsCenter .list > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .list > div a b {
    display: block;
    font-size: 20px;
    color: #999999;
    padding: 0 9%;
    margin-bottom: 15px;
  }
  .newsCenter .list > div a > p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 9%;
  }
  .newsCenter .list > div a h3 {
    content: '';
    display: block;
    background-color: #999999;
    width: 40px;
    height: 2px;
    margin: 17px 0 25px 9%;
  }
  .newsCenter .list > div a > i {
    padding: 0 9%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
  }
  .newsCenter .list > div a > span {
    font-size: 14px;
    color: #666666;
    margin-left: 9%;
  }
  .travelHelp .banners {
    width: 100%;
    position: relative;
  }
  .travelHelp .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .travelHelp .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .travelHelp .banners .banner .bannerTxt p {
    font-size: 50px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .travelHelp .msg {
    height: 528px;
    background: #f5f5f5;
    padding-left: 14.5%;
  }
  .travelHelp .msg > div {
    position: relative;
    top: -80px;
    background: #fff;
    height: 608px;
    padding: 108px 0 0 7.3%;
  }
  .travelHelp .msg > div > h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .travelHelp .msg > div > p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin: 0;
  }
  .travelHelp .msg > div > div {
    width: 85%;
    margin: 55px 0 0 0;
    height: 200px;
  }
  .travelHelp .msg > div > div a {
    display: block;
    float: left;
    width: 47%;
    height: 100%;
    background-color: #f5f5f5;
    margin-right: 4%;
    padding: 60px 0 0 40px;
  }
  .travelHelp .msg > div > div a:last-of-type {
    margin-right: 0;
  }
  .travelHelp .msg > div > div a div {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
  }
  .travelHelp .msg > div > div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .travelHelp .msg > div > div a dt {
    float: left;
    width: calc(100% - 100px);
    height: 80px;
    line-height: 40px;
  }
  .travelHelp .msg > div > div a dt h2 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 45px;
  }
  .travelHelp .msg > div > div a dt p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 35px;
  }
  .travelHelp .line {
    width: 100%;
    height: 460px;
    position: relative;
  }
  .travelHelp .line p {
    font-size: 46px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 135px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .travelHelp .form {
    background: #f5f5f5;
    height: 608px;
    padding: 0 14.5%;
  }
  .travelHelp .form > div {
    background: #fff;
    height: 683px;
    position: relative;
    top: -154px;
    padding: 110px 12.5% 0;
  }
  .travelHelp .form > div p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .travelHelp .form > div div {
    margin-top: 50px;
    height: 48px;
    margin-bottom: 38px;
  }
  .travelHelp .form > div div input {
    width: 31%;
    float: left;
    height: 100%;
    display: block;
    margin-right: 3.5%;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
  }
  .travelHelp .form > div div dl {
    width: 31%;
    float: left;
    height: 100%;
    display: block;
    position: relative;
  }
  .travelHelp .form > div div dl select {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
  }
  .travelHelp .form > div div dl img {
    pointer-events: none;
    position: absolute;
    right: 21px;
    top: 22px;
  }
  .travelHelp .form > div dt {
    border: 1px solid #d1d1d1;
    height: 162px;
    margin-bottom: 59px;
    padding: 12px;
    overflow: hidden;
  }
  .travelHelp .form > div dt textarea {
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 100%;
    border: none;
  }
  .travelHelp .form > div a {
    display: block;
    text-align: center;
    background-color: #6ba90a;
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
  }
  .goodTour {
    width: 100%;
    height: 100%;
  }
  .goodTour .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .goodTour .footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 10;
  }
  .goodTour .footer.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .goodTour .content {
    width: 100%;
    height: 100%;
  }
  .goodTour .content section {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
    position: relative;
  }
  .goodTour .content section img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .goodTour .content section div {
    position: absolute;
    left: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .goodTour .content section div h1 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 28px;
  }
  .goodTour .content section div p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    width: 60%;
    min-height: 109px;
  }
  .goodTour .content section div a {
    display: block;
    width: 180px;
    height: 52px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 48px;
  }
  .goodTour .content section.active {
    z-index: 1;
  }
  .goodTour .progressBar {
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 999;
    margin-top: -220px;
    width: 50px;
    height: 440px;
  }
  .goodTour .progressBar .line-box {
    position: relative;
    margin-left: 17px;
    width: 4px;
    height: 360px;
  }
  .goodTour .progressBar .line-box .line {
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .goodTour .progressBar .line-box .on {
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
    display: block;
    width: 3px;
    height: 25%;
    background: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
  .goodTour .progressBar .num-box {
    margin-top: 56px;
    color: #fff;
    font-size: 18px;
  }
  .goodTour .progressBar .num-box span {
    display: block;
    line-height: 80px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .goodTour .progressBar .num-box span.hx {
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 2px;
    background: #fff;
  }
  .goodTour .progressBar .num-box span.now {
    font-size: 30px;
    line-height: 75px;
  }
}
@media (min-width: 1200px) {
  .mobileShow {
    display: none;
  }
  .pcShow {
    display: block;
  }
  .footer {
    background: #131313;
  }
  .footer .pcShow .top {
    box-sizing: border-box;
    padding: 95px 6.25% 60px;
  }
  .footer .pcShow .top .col-sm-7 ul li {
    float: left;
    width: 20%;
  }
  .footer .pcShow .top .col-sm-7 ul li h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-7 ul li p {
    font-size: 14px;
    color: #89898a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
  }
  .footer .pcShow .top .col-sm-7 ul li p a {
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-7 ul li p a:hover {
    color: #fff;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) {
    width: 60%;
    float: left;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div {
    padding-left: 34px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div i {
    font-size: 20px;
    color: #89898a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div span {
    display: block;
    font-size: 30px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div p {
    display: block;
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) {
    width: 40%;
    float: left;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select {
    height: 37px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 9px;
    padding-right: 38px;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    color: #89898a;
    background: transparent;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div {
    height: 35px;
    right: 1px;
    top: 1px;
    position: absolute;
    width: 36px;
    pointer-events: none;
    text-align: center;
    line-height: 35px;
    background: #131313;
    border-left: 1px solid #2d2d2d;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div i {
    font-size: 16px;
    color: #89898a;
    pointer-events: none;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share {
    height: 49px;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
    display: block;
    float: left;
    height: 100%;
    background: transparent;
    width: 47px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #2d2d2d;
    border-right: none;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:last-of-type {
    border-right: 1px solid #2d2d2d;
  }
  .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a i {
    font-size: 22px;
    color: #89898a;
  }
  .footer .pcShow .bottom {
    box-sizing: border-box;
    border-top: 1px solid #1e1e1e;
    padding: 45px 6.25% 90px;
  }
  .footer .pcShow .bottom span {
    float: left;
    font-size: 14px;
    color: #89898a;
  }
  .footer .pcShow .bottom i {
    float: right;
    font-size: 14px;
    color: #89898a;
  }
  .header {
    width: 100%;
    height: 80px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    background: #fff;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.06);
    /*box-shadow:04px 10px rgba(0,0,0,0.3);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shangcheng{
    width: 100px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
  }

  .shangcheng{
    width: 100px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
  }
  .header .mobileShow {
    display: none;
  }
  .header .otherShow {
    float: left;
    margin: 40px 0 0 25px;
  }
  .header .navbar-collapse {
    float: right;
    /*margin-top: 59px;*/
    /*margin-right: 25px;*/
  }
  .header .navbar-collapse li {
    margin: 0px 10px;
    height: 80px;
  }
  .header .navbar-collapse li > a {
    padding: 0 60px;
    height: 80px;
    font-size: 16px;
    color: #333333;
    line-height: 80px;
  }
  .header .navbar-collapse li > a:hover {
    color:#182c8d;
  }
  .header .navbar-collapse li .cur {
    color:#182c8d;
  }

  .header .logo{
    float: left;
    width: auto;
    height: 100px;
    display: flex;align-items: center;
  }


  .header .navbar-collapse li dt {
    position: absolute;
    top: 50px;
    left: 50%;
    display: none;
    width: 100px;
    padding: 10px 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    margin-left: -50px;
    z-index: 1;
  }
  .header .navbar-collapse li dt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .navbar-collapse li dt p {
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
  }
  .header .navbar-collapse li dt p a {
    font-size: 14px;
    color: #666;
  }
  .header .navbar-collapse li dt p a:hover {
    color: #6ba90a;
  }
  .header .navbar-collapse li:hover dt {
    display: block;
  }
  .header .navbar-collapse li:nth-last-of-type(2) {
    margin-right: 20px;
  }
  .header .navbar-collapse li:last-of-type {
    margin-right: 0;
  }
  .header .navbar-collapse li:last-of-type div {
    float: left;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .homePage .banners {
    width: 100%;
    position: fixed;
    /*max-width: 1680px;*/
    margin: auto;
    top: 0;
    z-index: 999999;
  }
  .homePage .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .homePage .banners .banner .bannerTxt p {
    font-size: 60px;
    color: #ffffff;
  }
  .homePage .banners .banner .bannerTxt i {
    display: block;
    font-size: 30px;
    color: #ffffff;
  }
  .homePage .banners .banner .cursor {
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .overview {
    height: 960px;
    background: #fff;
  }
  .homePage .overview .left {
    position: relative;
    height: 960px;
    background: #6ba90a;
  }
  .homePage .overview .left > div {
    width: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .homePage .overview .left > div .title {
    margin-bottom: 55px;
  }
  .homePage .overview .left > div .title p {
    font-size: 30px;
    color: #ffffff;
  }
  .homePage .overview .left > div .title i {
    display: block;
    font-size: 20px;
    color: #ffffff;
  }
  .homePage .overview .left > div .content {
    margin-bottom: 25px;
  }
  .homePage .overview .left > div .content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .homePage .overview .left > div .content p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
  }
  .homePage .overview .left > div a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
  }
  .homePage .overview .right {
    height: 960px;
  }
  .homePage .overview .right .row {
    height: 100%;
  }
  .homePage .overview .right .row .col-sm-6 {
    height: 50%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
  }
  .homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
    border-left: none;
  }
  .homePage .overview .right .row .col-sm-6:nth-of-type(1),
  .homePage .overview .right .row .col-sm-6:nth-of-type(2) {
    border-top: none;
  }
  .homePage .overview .right .row .col-sm-6 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .homePage .overview .right .row .col-sm-6 > div > div {
    width: 100px;
    height: 66px;
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
  }
  .homePage .overview .right .row .col-sm-6 > div > div img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  .homePage .overview .right .row .col-sm-6 > div p {
    font-size: 22px;
    color: #333333;
  }
  .homePage .overview .right .row .col-sm-6 > div i {
    display: block;
    font-size: 20px;
    color: #999999;
  }
  .homePage .enjoy {
    background: #f5f5f5;
    padding: 150px 5.5% 90px;
  }
  .homePage .enjoy .title {
    margin-bottom: 55px;
    margin-left: 15px;
  }
  .homePage .enjoy .title p {
    font-size: 30px;
    color: #333333;
  }
  .homePage .enjoy .title i {
    display: block;
    font-size: 20px;
    color: #666666;
  }
  .homePage .enjoy .two {
    margin-bottom: 60px;
  }
  .homePage .enjoy .two > div {
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .homePage .enjoy .two > div > div {
    width: 100%;
  }
  .homePage .enjoy .two > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .two > div > dt {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    padding: 35px 40px 0;
  }
  .homePage .enjoy .two > div > dt p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }
  .homePage .enjoy .two > div > dt i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
  }
  .homePage .enjoy .three {
    margin-bottom: 60px;
  }
  .homePage .enjoy .three > div {
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 10px 0;
  }
  .homePage .enjoy .three > div > div {
    width: 100%;
  }
  .homePage .enjoy .three > div > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .enjoy .three > div > dt {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    padding: 35px 40px 0;
  }
  .homePage .enjoy .three > div > dt p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }
  .homePage .enjoy .three > div > dt i {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .homePage .line {
    width: 100%;
    background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
    height: 680px;
    position: relative;
  }
  .homePage .line img {
    width: 100%;
    height: auto;
  }
  .homePage .line div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homePage .line div p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .homePage .line div i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .homePage .line div a {
    display: block;
    text-align: center;
    width: 160px;
    height: 46px;
    border-radius: 3px;
    background-color: rgba(107, 169, 10, 0.4);
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
  }
  .homePage .information {
    position: relative;
    overflow: hidden;
  }
  .homePage .information .turnPage {
    height: 50%;
    box-sizing: border-box;
    padding: 135px 0 0 118px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
    background: #fff;
  }
  .homePage .information .turnPage > p {
    font-size: 30px;
    color: #333333;
  }
  .homePage .information .turnPage > i {
    display: block;
    font-size: 20px;
    color: #666666;
  }
  .homePage .information .turnPage > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 81px;
    border-top: 1px solid #e6e6e6;
  }
  .homePage .information .turnPage > div:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .homePage .information .turnPage > div a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 80px;
  }
  .homePage .information .turnPage > div a i {
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
    margin: 0 5px;
  }
  .homePage .information .turnPage > div a span {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin: 0 5px;
    vertical-align: middle;
  }
  .homePage .information .row > div {
    padding: 0;
    height: 860px;
    position: relative;
    border-right: 1px solid #e6e6e6;
  }
  .homePage .information .row > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 50%;
  }
  .homePage .information .row > div:nth-of-type(3) {
    border: none;
  }
  .homePage .information .row > div:nth-of-type(3):after {
    display: none;
  }
  .homePage .information .row > div > a {
    display: block;
    width: 100%;
    height: 50%;
    padding: 130px 9.3% 0;
    position: relative;
  }
  .homePage .information .row > div > a span {
    display: block;
    font-size: 14px;
    color: #666666;
    position: absolute;
    left: 9.3%;
    bottom: 70px;
  }
  .homePage .information .row > div > a p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 30px;
  }
  .homePage .information .row > div > a i {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
  }
  .homePage .information .row > div .swiper {
    height: 50%;
    position: relative;
  }
  .homePage .information .row > div .swiper .infoBanner {
    width: 81.25%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homePage .information .row > div .swiper .infoBanner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .information .row > div .swiper .infoPagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 35px;
  }
  .homePage .information .row > div .swiper .infoPagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
    margin: 0 8px;
  }
  .homePage .information .row > div .swiper .infoPagination .swiper-pagination-bullet-active {
    background: #6ba90a;
  }
  .about .banners {
    width: 100%;
    position: relative;
  }
  .about .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .about .banners .banner .bannerTxt p {
    font-size: 60px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .about .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .about .content {
    padding-top: 130px;
  }
  .about .content .row {
    width: 71%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .about .content .row .left {
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    box-sizing: border-box;
    padding: 108px 0 135px 7.8%;
    background: #fff;
    position: relative;
    top: -190px;
  }
  .about .content .row .left h1 {
    font-size: 46px;
    color: #333333;
    margin-bottom: 60px;
  }
  .about .content .row .left > p {
    width: 64%;
    font-size: 14px;
    color: #333333;
    min-height: 157px;
    margin-bottom: 0;
    line-height: 40px;
  }
  .about .content .row .left div a {
    float: left;
    margin-right: 80px;
    width: 80px;
    text-align: center;
  }
  .about .content .row .left div a:last-of-type {
    margin-right: 0;
  }
  .about .content .row .left div a div {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 17px;
  }
  .about .content .row .left div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about .content .row .left div a p {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
  }
  .about .content .row .right {
    padding: 0;
  }
  .about .content .row .right img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list {
    background: #f5f5f5;
    padding: 120px 0 70px;
    margin-top: -100px;
  }
  .about .list .row {
    padding: 0;
    width: 71%;
    margin: 0 auto;
    min-width: 1200px;
  }
  .about .list .row a {
    display: block;
    float: left;
    width: 31%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
  }
  .about .list .row a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .about .list .row a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .list .row a p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
  }
  .guideline .banners {
    width: 100%;
    position: relative;
  }
  .guideline .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .guideline .banners .banner .bannerTxt p {
    font-size: 60px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .guideline .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .guideline .guide {
    padding: 120px 0 110px;
  }
  .guideline .guide > div {
    width: 71%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .guideline .guide > div h1 {
    font-size: 46px;
    color: #333333;
    margin-bottom: 20px;
  }
  .guideline .guide > div p {
    font-size: 14px;
    color: #696969;
    line-height: 22px;
  }
  .guideline .line {
    width: 100%;
    height: 580px;
    position: relative;
  }
  .guideline .line img {
    width: 100%;
    height: auto;
  }
  .guideline .line ul {
    position: absolute;
    width: 71%;
    min-width: 1200px;
    height: 160px;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
  }
  .guideline .line ul li {
    flex: 1;
    height: 100%;
  }
  .guideline .line ul li a {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guideline .line ul li a p {
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
    font-weight: bold;
    width: 140px;
    height: 140px;
    line-height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .guideline .list {
    background: #fff;
    padding: 109px 0 70px;
  }
  .guideline .list > div {
    width: 71%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .guideline .list > div h1 {
    font-size: 46px;
    color: #333333;
    margin-bottom: 50px;
  }
  .guideline .list > div > div a {
    display: block;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .guideline .list > div > div a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .guideline .list > div > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .guideline .list > div > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .guideline .list > div > div a > div > div {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.502);
    text-align: center;
    padding-top: 19px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .guideline .list > div > div a > div > div p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
  }
  .guideline .list > div > div a > div > div i {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
  }
  .guideline .list > div > div a > p {
    padding: 0 4.7%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guideline .list > div > div a > i {
    padding: 0 4.7%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
  }
  .guideline .list > div > div a > span {
    font-size: 14px;
    color: #333333;
    margin-left: 4.7%;
  }
  .newsCenter .banners {
    width: 100%;
    position: relative;
  }
  .newsCenter .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .newsCenter .banners .banner .bannerTxt p {
    font-size: 60px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .newsCenter .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .newsCenter .content {
    height: 600px;
    box-sizing: content-box;
    padding-bottom: 160px;
    background: #f5f5f5;
  }
  .newsCenter .content > div {
    height: 100%;
    width: 71%;
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
  }
  .newsCenter .content > div .left {
    width: 41%;
    float: left;
    height: 680px;
    top: -80px;
    position: relative;
  }
  .newsCenter .content > div .left > div {
    height: 50%;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) {
    background: #ededed;
    padding: 90px 8.9% 0;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 36px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul {
    height: 12px;
  }
  .newsCenter .content > div .left > div:nth-of-type(1) ul li {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #6e6e6e;
    margin-right: 6px;
    border-radius: 50%;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) {
    position: relative;
    overflow: hidden;
  }
  .newsCenter .content > div .left > div:nth-of-type(2) img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .newsCenter .content > div .right {
    width: 59%;
    float: right;
    background: #fff;
    height: 100%;
    padding: 110px 7% 0 7.5%;
  }
  .newsCenter .content > div .right h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
  }
  .newsCenter .content > div .right h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .newsCenter .content > div .right p {
    font-size: 14px;
    color: #666666;
    height: 60px;
  }
  .newsCenter .content > div .right ul li {
    height: 57px;
    border-bottom: 1px dotted #cacaca;
    line-height: 56px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsCenter .content > div .right ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2.5px;
  }
  .newsCenter .content > div .right ul li a {
    font-size: 16px;
    color: #666666;
  }
  .newsCenter .line {
    width: 100%;
    height: 460px;
    position: relative;
  }
  .newsCenter .line > div {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    height: 68px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -34px;
    line-height: 68px;
  }
  .newsCenter .line > div a {
    width: 220px;
    height: 68px;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #fff;
  }
  .newsCenter .line > div a.active,
  .newsCenter .line > div a:hover {
    color: #fff;
    background: #6ba90a;
  }
  .newsCenter .list {
    background: #fff;
    padding: 150px 0 70px;
  }
  .newsCenter .list > div {
    width: 71%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .newsCenter .list > div a {
    display: block;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .newsCenter .list > div a:nth-of-type(3n-1) {
    margin: 0 3.5%;
  }
  .newsCenter .list > div a > div {
    position: relative;
    width: 100%;
    margin-bottom: 34px;
  }
  .newsCenter .list > div a > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  .newsCenter .list > div a b {
    display: block;
    font-size: 20px;
    color: #999999;
    padding: 0 9%;
    margin-bottom: 15px;
  }
  .newsCenter .list > div a > p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 9%;
  }
  .newsCenter .list > div a h3 {
    content: '';
    display: block;
    background-color: #999999;
    width: 40px;
    height: 2px;
    margin: 17px 0 25px 9%;
  }
  .newsCenter .list > div a > i {
    padding: 0 9%;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
  }
  .newsCenter .list > div a > span {
    font-size: 14px;
    color: #666666;
    margin-left: 9%;
  }
  .travelHelp .banners {
    width: 100%;
    position: relative;
  }
  .travelHelp .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .travelHelp .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .travelHelp .banners .banner .bannerTxt p {
    font-size: 60px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt i {
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .travelHelp .banners .banner .bannerTxt img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    cursor: pointer;
  }
  .travelHelp .msg {
    height: 528px;
    background: #f5f5f5;
    padding-left: 14.5%;
  }
  .travelHelp .msg > div {
    position: relative;
    top: -80px;
    background: #fff;
    height: 608px;
    padding: 108px 0 0 7.3%;
  }
  .travelHelp .msg > div > h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .travelHelp .msg > div > p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin: 0;
  }
  .travelHelp .msg > div > div {
    width: 72%;
    margin: 55px 0 0 0;
    height: 200px;
    min-width: 900px;
  }
  .travelHelp .msg > div > div a {
    display: block;
    float: left;
    width: 47%;
    height: 100%;
    background-color: #f5f5f5;
    margin-right: 4%;
    padding: 60px 0 0 40px;
  }
  .travelHelp .msg > div > div a:last-of-type {
    margin-right: 0;
  }
  .travelHelp .msg > div > div a div {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
  }
  .travelHelp .msg > div > div a div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .travelHelp .msg > div > div a dt {
    float: left;
    width: calc(100% - 100px);
    height: 80px;
    line-height: 40px;
  }
  .travelHelp .msg > div > div a dt h2 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 45px;
  }
  .travelHelp .msg > div > div a dt p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 35px;
  }
  .travelHelp .line {
    width: 100%;
    height: 460px;
    position: relative;
  }
  .travelHelp .line p {
    font-size: 46px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 135px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .travelHelp .form {
    background: #f5f5f5;
    height: 608px;
    padding: 0 14.5%;
  }
  .travelHelp .form > div {
    background: #fff;
    height: 683px;
    position: relative;
    top: -154px;
    padding: 110px 12.5% 0;
  }
  .travelHelp .form > div p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .travelHelp .form > div div {
    margin-top: 50px;
    height: 48px;
    margin-bottom: 38px;
  }
  .travelHelp .form > div div input {
    width: 31%;
    float: left;
    height: 100%;
    display: block;
    margin-right: 3.5%;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
  }
  .travelHelp .form > div div dl {
    width: 31%;
    float: left;
    height: 100%;
    display: block;
    position: relative;
  }
  .travelHelp .form > div div dl select {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
  }
  .travelHelp .form > div div dl img {
    pointer-events: none;
    position: absolute;
    right: 21px;
    top: 22px;
  }
  .travelHelp .form > div dt {
    border: 1px solid #d1d1d1;
    height: 162px;
    margin-bottom: 59px;
    padding: 12px;
    overflow: hidden;
  }
  .travelHelp .form > div dt textarea {
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 100%;
    border: none;
  }
  .travelHelp .form > div a {
    display: block;
    text-align: center;
    background-color: #6ba90a;
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
  }
  .goodTour {
    width: 100%;
    height: 100%;
  }
  .goodTour .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .goodTour .footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 10;
  }
  .goodTour .footer.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .goodTour .content {
    width: 100%;
    height: 100%;
  }
  .goodTour .content section {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
    position: relative;
  }
  .goodTour .content section img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .goodTour .content section div {
    position: absolute;
    left: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .goodTour .content section div h1 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 28px;
  }
  .goodTour .content section div p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    width: 60%;
    min-height: 109px;
  }
  .goodTour .content section div a {
    display: block;
    width: 180px;
    height: 52px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 48px;
  }
  .goodTour .content section.active {
    z-index: 1;
  }
  .goodTour .progressBar {
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 999;
    margin-top: -220px;
    width: 50px;
    height: 440px;
  }
  .goodTour .progressBar .line-box {
    position: relative;
    margin-left: 17px;
    width: 4px;
    height: 360px;
  }
  .goodTour .progressBar .line-box .line {
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .goodTour .progressBar .line-box .on {
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
    display: block;
    width: 3px;
    height: 25%;
    background: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
  .goodTour .progressBar .num-box {
    margin-top: 56px;
    color: #fff;
    font-size: 18px;
  }
  .goodTour .progressBar .num-box span {
    display: block;
    line-height: 80px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .goodTour .progressBar .num-box span.hx {
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 2px;
    background: #fff;
  }
  .goodTour .progressBar .num-box span.now {
    font-size: 30px;
    line-height: 75px;
  }
}
