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{
  min-width: 1500px;
}
.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: 22px 0;
    max-height: 22px;
  }


  .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: #19191a;
    font-weight: bold;
  }
  .header .navbar-collapse li > a:hover {
    background: transparent;
    color: #000;
  }
  .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: 100px;
    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: 0px;
    margin-right: 0px;
  }
  .header .navbar-collapse li {
    margin-right: 0px;
    height:100px;
    line-height: 100px;
  }
  .header .navbar-collapse li > a {
    padding: 0;
    font-size: 14px;
    color: #333;
    height:100px;
    line-height: 100px;
    padding-left: 10px;
    font-weight: normal;
  }
  .header .navbar-collapse li > a:hover {
    background: transparent;
    color: #c9c9c9;
  }
  .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: 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: 90px;
    /*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;
    padding: 0;
    /*margin-top: 59px;*/
    /*margin-right: 25px;*/
  }
  .header .navbar-collapse li {
    margin: 0px 0px;
    height: 90px;
  }
  .header .navbar-collapse li > a {
    padding: 0;
    padding:0 20px;
    height: 90px;
    font-size: 14px;
    color: #333333;
    line-height: 100px;
  }
  .header .navbar-collapse li > a:hover {
    color:#19191a;
  }
  .header .navbar-collapse li .cur {
    color:#19191a;
  }

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

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


  .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: 100%;
    margin: auto;
    top: 0;
    background: #fff;
    z-index: 999999;
    border-bottom: 1px solid #e5e5e5;
  }
  .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;
  }
}

.sousuokuang{
  width: auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.sousuokuang .sousuotubiao{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;

}
.sousuokuang .sousuotubiao .iconfont2{
  font-size: 26px;
}
.sousuokuang:hover .sousuotubiao{
  font-size: 26px;
  background: #f2f2f2;
  border-radius: 10px;
  /*padding: 5px;*/

}


.search-input.active {
  transition: opacity .3s, transform .3s;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top;
}
.search-input {
  position: absolute;
  top: 100%;
  /*right: 0px;*/
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: rotateX(90deg);
  visibility: hidden;
  border: 1px solid #f2f2f2;
}

.search-input input {
  width: 200px;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  border: none;
  outline: 0;
}

.search-input .search-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s linear;
  border: none;
}

.indexproducts{
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.indexproducts .categories {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
  position: relative;
  transition: scroll-margin-left .5s ease;
}

.indexproducts .categories ul {
  display: flex;
}

.indexproducts .categories ul li{
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  width: 12.5%;
}

.indexproducts .categories ul li p{
  color: #707070;
  cursor: pointer;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
  padding-top: 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}


.indexproducts .categories ul li font{
  font-size: 50px;
}

.indexproducts .categories ul li p .line {
  background-color: #4b5778;
  border-radius: 1.5px;
  bottom: -16px;
  height: 2px;
  left: 0;
  background: #fff;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all .2s;
  width: 60%;
}

.indexproducts .categories ul li.active p .line {
  background: #4b5778;
}


.swiperBanner2  .swiper-slide{
  display: flex;
  height: auto;
  width: calc(20% - 12.8px);
}


.swiperBanner2  .swiper-slide{
  display: flex;
  height: auto;
  width: calc(20% - 12.8px);
}

.swiperBanner2 .swiper-slide .product {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
}
/*.swiperBanner2 .centerBox{*/
/*  overflow-x: hidden;*/
/*}*/




.swiperBanner2 .swiper-slide .product:hover {
  box-shadow: 0 15px 15px -10px #00000026
}

.swiperBanner2 .swiper-slide .product .pic {
  background: linear-gradient(0deg, #00000005, #00000005), linear-gradient(180deg, transparent, rgba(0, 0, 0, .02));
  display: flex;
  justify-content: center;
  padding: 0;
}

.swiperBanner2 .swiper-slide .product .pic img{
  display: block;
  height: 160px;
  max-width: 100%;
  width: 160px;
}

.swiperBanner2 .desc_box {
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
  display: flex;
  flex: 1;
  flex-direction: column;
}



.swiperBanner2 .swiper-slide .product .tit{
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  padding: 0 20px;
}
.swiperBanner2 .desc_box .tit {
  color: #19191a;
  font-size: 14px;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  margin-top: 16px;
  padding: 0 16px;
  text-align: left;
}
.swiperBanner2 .swiper-slide .product .tit a{
  color: #19191a;

}
.swiperBanner2 .swiper-slide .product .tit a:hover{
  color: #000;
  text-decoration:underline;
}

.swiperBanner2 .swiper-slide .product .category_items{
  flex: 1;
}
.swiperBanner2 .category_items{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px 20px 20px;
}



.swiperBanner2 .swiper-slide .product .category_items a {
  display: block;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  white-space: nowrap;         /* 禁止换行 */
  overflow: hidden;            /* 隐藏溢出内容 */
  text-overflow: ellipsis;     /* 超出用省略号表示 */
  width:100%;                /* 设置容器宽度 */
  text-align: left;

}
.swiperBanner2 .category_items a:not(:last-child) {
  margin-bottom: 8px;
}
.swiperBanner2 .category_items a {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.swiperBanner2 .category_items a:hover {
  color: #000;
  text-decoration: underline;
}

.indexPicOS{
  width: 100%;
  height: auto;
  margin-top: 50px;

}


.indexPicOS .common-wrap {
  margin: 0 auto;
  padding: 48px 32px 32px;
  width: 1264px;
}

.indexPicOS .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.indexPicOS .software_list{
  /*display: flex;*/
  /*justify-content: space-between;*/
}

.indexPicOS .software_list .swiper{
  display: flex;
  justify-content: space-between;
}
.indexPicOS .software-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 16px;
}


.indexPicOS .software_card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 16px;
  display: flex;
  width: 24%;
  flex-direction: column;
}

.indexPicOS .software_card .img_box{
  position: relative;
  width: 100%;
}

.indexPicOS .software_card .img_box img {
  border-radius: 8px 8px 0 0;
  display: block;
  height: auto;
  width: 100%;
}

.indexPicOS .software_card .cont {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 8px 8px;
  border-top: none;
  display: flex
;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.indexPicOS .software_card .cont .tit{
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.indexPicOS .software_card:hover .tit{
  text-decoration: underline;
}

.indexPicOS .software_card .cont .des {
  color: #707070;
  display: -webkit-box;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexPicOS .software_card:hover .cont {
  box-shadow: 0 15px 15px -10px #00000026
}

























.indexPicOS1{
  width: 100%;
  height: auto;
  margin-top: 50px;

}


.indexPicOS1 .common-wrap {
  margin: 0 auto;
  padding: 48px 32px 32px;
  width: 1264px;
}

.indexPicOS1 .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.indexPicOS1 .software_list{
  display: flex;
  justify-content: space-between;
}
.indexPicOS1 .software-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 16px;
}


.indexPicOS1 .software_card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 16px;
  display: flex;
  width: 32%;
  flex-direction: column;
}

.indexPicOS1 .software_card .img_box{
  position: relative;
  width: 100%;
}

.indexPicOS1 .software_card .img_box img {
  border-radius: 8px 8px 0 0;
  display: block;
  height: auto;
  width: 100%;
}

.indexPicOS1 .software_card .cont {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 8px 8px;
  border-top: none;
  display: flex
;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.indexPicOS1 .software_card .cont .tit{
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.indexPicOS1 .software_card:hover .tit{
  text-decoration: underline;
}

.indexPicOS1 .software_card .cont .des {
  color: #707070;
  display: -webkit-box;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexPicOS1 .software_card:hover .cont {
  box-shadow: 0 15px 15px -10px #00000026
}


















.indexPicOS2{
  width: 100%;
  height: 500px;
  margin-top: 50px;

}


.indexPicOS2 .common-wrap {
  margin: 0 auto;
  padding: 48px 32px 32px;
  width: 1264px;
}

.indexPicOS2 .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.indexPicOS2 .software_list{
  display: flex;
  justify-content: space-between;
}
.indexPicOS2 .software-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 16px;
}


.indexPicOS2 .software_card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 16px;
  display: flex;
  width: 32%;
  flex-direction: row;
  align-items: center;
  background: #fafbfb;
  padding: 25px 10px;
}

.indexPicOS2 .software_card .img_box{
  position: relative;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}

.indexPicOS2 .software_card .img_box img {
  display: block;
  height: auto;
  max-width: 100%;
}

.indexPicOS2 .software_card .cont {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}

.indexPicOS2 .software_card .cont .tit{
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #19191a;
  padding: 10px 0;
}

.indexPicOS2 .software_card:hover{
  box-shadow: 0 15px 15px -10px #00000026
}







.fs_footer_wrap {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 32px 0;
  width: 100%;
}



.footer_ctn {
  margin: 0 auto;
  padding: 0;
  max-width: 1504px;
}

.section_main {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.footer_nav_box{
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.footer_nav {
  display: block;
}

.footer_nav .title{
  color: #19191a;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  word-wrap: break-word;
}

.footer_nav .list .list-item {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}

.footer_nav .list .list-item>a{
  color: #707070;
  text-decoration: none;
}
.footer_nav .list .list-item>a:hover{
  color: #19191a;
  text-decoration: underline;
}

.footer_nav .list .list-item .fs-hover-underline{
  background-position: 0 100%;
  background-size: 100% 0;
  padding-bottom: 3.5px;
}

.footer_social_box {
  flex-shrink: 0;
  /*width: 20%;*/
}
.footer_social_box .footer_box{
  /*max-width: 200px;*/
  /*display: flex;*/
  padding-left: 100px;
  /*justify-content: flex-end;*/
}

/*}*/
.footer_social_box .subscribe_box h3{
  color: #19191a;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  word-wrap: break-word;
}

.share_box, .share_box .iconfont-share{
  align-items: center;
  display: flex;
}

.share_box .iconfont-share {
  border-radius: 4px;
  color: #707070;
  cursor: pointer;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  margin-right: 4px;
  padding: 8px;
  text-decoration: none;
  transition: all .3s;
  width: 32px;
}

.section_bottom{
  display: block;
}

.footer_bottom{
  align-items: flex-start;
  display: flex;
  gap: 20px;
  padding: 24px 0 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
.footer_bottom .policy-box {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.footer_bottom .policy-box>a{
  align-items: center;
  color: #707070;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

.footer_bottom .policy-box .line {
  background: #ccc;
  display: inline-block;
  height: 8px;
  margin: 0 8px;
  width: 1px;
}

.footer_bottom .left_cr_box {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.footer_bottom .left_cr_box .copyright {
  line-height: 20px;
  text-align: right;
}
.footer_bottom .copyright {
  color: #707070;
  font-size: 12px;
}
.mobilefoot{
  display: none;
}

.dangqianweizhi{
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #19191a;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
}

.dangqianweizhi a{
  color: #707070;
}
.dangqianweizhi a:hover{
  color: #19191a;
  text-decoration: underline;
}

.picPage{
  width: 100%;
  height: auto;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  margin-top: 0;
}

.picPageLeft{
  width: 300px;
  min-height: 200px;
  border-left: 1px solid #f2f2f2;
}

.picPageLeft ul{
  width:100%;
}

.picPageLeft ul li{
  width:100%;
  height: auto;
  margin-bottom:25px;
}

.picPageLeft ul li a{
  width:100%;
  height: auto;
  padding: 5px 0;
  color: #707070;
  padding-left: 20px;
  font-size: 14px;

  border-left: 2px solid #fff;
}

.picPageLeft ul li a:hover{
  border-left: 2px solid #4b5778;
  color: #19191a;
  border-left: 2px solid #fff;
}

.picPageLeft ul li .cur{
  border-left: 2px solid #4b5778;
  color: #19191a;
}
.picPageright{
  width: 1170px;
  height: auto;min-height: 300px;
}

.category__secondaryTitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.container__scroll {
  padding-right: 32px;
  align-items: center;
  display: flex;
  overflow-x: auto;
  width: 100%;
}

.container__content {
  display: flex;
}

.container__scroll__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 12px;
  padding: 8px 12px;
  width: 120px;
}

.container__scroll__item img{
  height: 38px;
  mix-blend-mode: multiply;
  width: 38px;
}

.container__scroll__item span {
  color: #19191a;
  display: -webkit-box;
  font-size: 12px;
  line-height: 20px;
  max-width: 120px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container__scroll__item:hover {
  background: #fafbfb;
  border-radius: 8px;
}
.category__grid{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

.category__grid__item{
  background: #fafbfb;
  border-radius: 4px;
  overflow: hidden;
  width: 24%;
  height: auto;
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.category__grid__item:hover{
  background: #fff;
  box-shadow:0 2px 8px #0000001a

}
.category__grid__item a:hover{
  text-decoration: underline;
}

.grid, .grid__img {
  max-width: 100%;
}
 .grid__img img{
  max-width: 100%;
}


.grid__img {
  /*margin: 0 auto 12px;*/
}

.grid__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #19191a;
  cursor: pointer;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 15px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}


.grid__inventory {
  margin-bottom: 10px;
  padding: 0 15px;
}

.grid__inventory span{
  color: #707070;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-line-clamp: 1;
  word-break: break-all;
}




.chanpinxiangce{
  width: 750px;
  height: 510px;
}

.chanpinright{
  width: 685px;
  height: auto;
  min-height: 220px;
}

.chanpinright .product_title h1 {
  color: #19191a;
  display: inline;
  font-size: 24px;
  font-weight: 400;
  font-weight: 600;
  line-height: 32px;
  margin-right: 8px;
  word-break: break-word;
}

.chanpinright .chanpinmiaoshu {
  color: #707070;
  font-size: 14px;
  line-height: 30px;
  margin-top: 25px;
}

.xzanniu{
   width: 100%;
   height: auto;
   display: flex;
  justify-content: flex-start;
  margin-top: 60px;
 }
.xzanniu a{
  width: 100%;
  height: auto;
  display: flex;
  width: 130px;
  height: 43px;
  font-size: 14px;
  color: #fff;
  background: #4b5778;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  margin-right: 20px;
}


.xzanniu a:hover{
  background: #32426e;

}




.xzanniu a icon{
  padding:0 10px;
}

.xiangxiNav{
  width: 100%;
}
.xiangxiNavul{
  width: 100%;
  height: 60px;
  background: #f9f9f9;
}
.xiangxiNavul .centerBox{
  display: flex;
  justify-content: flex-start;

}

.xiangxiNavul a{
  width: auto;
  height: 60px;
  line-height: 58px;
  border-bottom: 2px solid #f9f9f9;
  margin-right: 50px;
  font-size: 14px;
  color: #707070;
}

.xiangxiNavul a:hover{
  border-bottom: 2px solid #4b5778;
  color: #19191a;
}
.xiangxiNavul .cur{
  border-bottom: 2px solid #4b5778;
  color: #19191a;
}

.DetailBox{
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 40px 0;
}

.DetailOne{
  width: 100%;
  height: auto;
}

.DetailOne .content{
  width: 100%;
  height: auto;
}
.DetailOne .content p{
  color: #707070;
  font-size: 14px;
  line-height: 22px;
}

.biaoge{
  width: 100%;
  margin: 40px 0;
}

.biaogehang{
  width: 100%;
  height: 70px;
  background: #eff1f5;
  display: flex;
}


.biaogehang:nth-child(1){
  width: 100%;
  height: 70px;
  background: #bdcedc;
  display: flex;
  color: #fff;
}


.biaogehang span{
  width: 200px;
  height: 70px;
  display: flex;
  justify-content:center;
  align-items: center;
  padding: 0 20px;
}

.biaogehang span a:hover{
  text-decoration: underline;
}



.biaogehang span:nth-child(1){
  width: 200px;
  justify-content: flex-start;
}


.biaogehang span:nth-child(2){
  width: 400px;
  justify-content: flex-start;

}


.biaogehang span:nth-child(2){
  width: 400px;
}

.biaogehang span:nth-child(3){
  width: 120px;
}

.biaogehang span:nth-child(4){
  width: 120px;
}

.biaogehang span:nth-child(5){
  width: 120px;
}

.biaogehang span:nth-child(6){
  width: 120px;
}

.biaogehang span:nth-child(7){
  width: 120px;
}
.zhanwei{
  height: 90px;
}

.biaogehang span:nth-child(8){
  width: 180px;
}



.biaogehang span:nth-child(9){
  width: 180px;
}

.lianxiBox{
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(5, 1, 1, 0.08);
}


.lianxiBox .centerBox{
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
.lianxiBox .lxLeft{
  width: 1200px;
  display: flex;
  align-items: center;
}
.lianxiBox .lxLeft{
  width: 1200px;
  color: #707070;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.lianxiBox .lxLeft span{
  width: 100%;

}

.lianxiBox .lxLeft span:nth-child(1){
  width: 1200px;
  color: #19191a;
  font-size: 14px;
  padding: 5px 0;
}

.lxright{
  width: auto;
  display: flex;
}

.lxright a{
  width: 140px;
  height: 43px;
  background: #4b5778;
  border-radius: 4px;
  text-align: center;
  line-height: 43px;
  color: #fff;
}


.lxright a:hover{
  background: #404e73;

}

.pageContent{
  width: 100%;
  line-height: 26px;
  padding: 20px 0;
}

.xiangguanchanpin{
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.xiangguanchanpin .category__grid__item {
  width: 18%;
}


.all{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content:center;
}

.allcenter{
  width: 66%;
  min-height: 200px;
}

.allcenter .item {
  width: 100%;
  margin-bottom: 20px;
}


.allcenter .item a{
  width: 100%;
  height: auto;
  padding: 12px;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  background-color: #9d714e;
}
.topiinfo{
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  border-bottom: 4px solid #eeeeee;
}
.van-nav-bar__right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 16px;
  /*font-size:24px;*/
  /*font-weight: bold;*/
  color: #1989fa;
  cursor: pointer;
}

.van-nav-bar__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}

.van-nav-bar__title {
  max-width: 60%;
  margin: 0 auto;
  color: #323233;
  font-weight: 500;
  /*font-size:22px;*/
}

.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.van-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  overflow: hidden;
  color: #323233;
  font-size: 14px;
  /*line-height: 24px;*/
  background-color: #fff;
}

.van-cell__left-icon {
  margin-right: 4px;
}
.van-cell__left-icon, .van-cell__right-icon {
  /*height: 24px;*/
  /*font-size: 16px;*/
  /*line-height: 24px;*/
}
.van-icon, .van-icon:before {
  display: inline-block;
}

.van-cell__title, .van-cell__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.van-cell:after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #ebedf0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.van-cell a{
  color: #333;
}


.van-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 32px 0;
}

.van-empty__image {
  width: 160px;
  height: 160px;
}

.van-empty__image img {
  width: 100%;
  height: 100%;
}

.van-empty__description {
  margin-top: 16px;
  padding: 0 60px;
  color: #969799;
  font-size: 14px;
  line-height: 20px;
}