i {
  font-style: normal;
}
dt,.header
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;
}

@font-face {
  font-family: "iconfont2"; /* Project id 4918033 */
  src: url('https://at.alicdn.com/t/c/font_4918033_vy0hgqocfc.woff2?t=1747030768503') format('woff2'),
  url('https://at.alicdn.com/t/c/font_4918033_vy0hgqocfc.woff?t=1747030768503') format('woff'),
  url('https://at.alicdn.com/t/c/font_4918033_vy0hgqocfc.ttf?t=1747030768503') format('truetype');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
  content: "\e8c3";
}

.icon-dizhi:before {
  content: "\e91b";
}

.icon-sousuo:before {
  content: "\e7ec";
}





@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{
  /*min-width: 1500px;*/
}
.homePage .banners .banner .cursor {
  animation: moveIconUp ease 1s both infinite;
}
.homePage .overview .left > div a:hover {
  text-decoration: underline;
}
.homePage .enjoy .two > div > div,
.homePage .enjoy .three > div > div {
  overflow: hidden;
}
.homePage .enjoy .two > div > div img,
.homePage .enjoy .three > div > div img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.homePage .enjoy .two > div:hover > div img,
.homePage .enjoy .three > div:hover > div img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.homePage .enjoy .two > div:hover > dt p,
.homePage .enjoy .three > div:hover > dt p {
  color: #6ba90a ;
}
.homePage .overview .left {
  overflow: hidden;
}
.homePage .overview .left > div {
  z-index: 1;
}
.homePage .overview .left:before {
  position: absolute;
  display: block;
  content: "";
  width: 50vw;
  height: 50vw;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  top: -10vw;
  right: -15vw;
  -webkit-animation: round1 10s linear infinite;
  animation: round1 10s linear infinite;
}
.homePage .overview .left:after {
  position: absolute;
  display: block;
  content: "";
  width: 50vw;
  height: 50vw;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  bottom: -10vw;
  left: -15vw;
  -webkit-animation: round2 10s linear infinite;
  animation: round2 10s linear infinite;
}
.homePage .overview > .row {
  height: 100%;
}
.homePage .overview .right .row .col-sm-6 > div > div img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(38%);
  -moz-transform: translateX(38%);
  -ms-transform: translateX(38%);
  -o-transform: translateX(38%);
  transform: translateX(38%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.homePage .overview .right .row .col-sm-6:hover > div p {
  color: #6ba90a;
}
.homePage .overview .right .row .col-sm-6:hover > div > div img:nth-of-type(2) {
  -webkit-transform: translateX(38%) rotate(180deg);
  -moz-transform: translateX(38%) rotate(180deg);
  -ms-transform: translateX(38%) rotate(180deg);
  -o-transform: translateX(38%) rotate(180deg);
  transform: translateX(38%) rotate(180deg);
}
.homePage .overview .right .row .col-sm-6 > div i {
  white-space: nowrap;
}
.homePage .line div a {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homePage .line div a:hover {
  background: #6ba90a;
}
.homePage .information .row > div > a:hover p {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homePage .information .row > div > a:hover p {
  color: #6ba90a;
}
.homePage .information .turnPage > div a:hover i,
.homePage .information .turnPage > div a:hover span {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homePage .information .turnPage > div a:hover:hover i,
.homePage .information .turnPage > div a:hover:hover span {
  color: #6ba90a;
  margin: 0 8px;
}
.about .banners .banner .bannerTxt p {
  text-transform: uppercase;
}
.about .content .row .left div a p,
.about .content .row .left div a img {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.about .content .row .left div a:hover p {
  color: #6ba90a;
}
.about .content .row .left div a:hover img {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.about .list .row a {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.about .list .row a img,
.about .list .row a p {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.about .list .row a:hover {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
}
.about .list .row a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about .list .row a:hover p {
  color: #6ba90a;
}
.guideline .banners .banner .bannerTxt p {
  text-transform: uppercase;
}
.guideline .guide > div p {
  margin-bottom: 0;
}
.guideline .line {
  background: url(../img/fixedBg.jpg) no-repeat fixed 50%;
}
.guideline .line ul {
  overflow: hidden;
}
.guideline .line ul li {
  position: relative;
  opacity: 0;
}
.guideline .line ul li:nth-of-type(1) {
  transition: all .5s;
  left: -15%;
}
.guideline .line ul li:nth-of-type(2) {
  transition: all .7s;
  left: -40%;
}
.guideline .line ul li:nth-of-type(3) {
  transition: all .9s;
  left: -65%;
}
.guideline .line ul li:nth-of-type(4) {
  transition: all 1.1s;
  left: -90%;
}
.guideline .line ul li a:hover {
  animation: fas .3s;
}
.guideline .line ul li a:hover p {
  color: #6ba90a;
}
.guideline .list > div > div a > div {
  overflow: hidden;
}
.guideline .list > div > div a img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.guideline .list > div > div a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.guideline .list > div > div a:hover > p,
.guideline .list > div > div a:hover > span {
  color: #6ba90a;
}
/*.newsCenter .line {*/
/*  background: url(../img/fixedBg.jpg) no-repeat fixed 50%;*/
/*}*/
.newsCenter .content > div .right ul li a:hover {
  color: #6ba90a;
}
.newsCenter .list > div a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsCenter .list > div a > div {
  overflow: hidden;
}
.newsCenter .list > div a > div img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.newsCenter .list > div a:hover {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
}
.newsCenter .list > div a:hover > div img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.newsCenter .list > div a:hover > p,
.newsCenter .list > div a:hover > span {
  color: #6ba90a;
}
.travelHelp .banners .banner .bannerTxt p {
  text-transform: uppercase;
}

.travelHelp .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: 55px;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0,0,0,0.8);
    z-index: 100;
  }

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



  .header  .header1 {
    width: 100%;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }





  .header .mobileShow {
    display: none;
  }
  .header .otherShow {
    float: left;
    /*margin: 40px 0 0 0;*/
  }
  .header .navbar-collapse {
    /*float: right;*/
    /*margin-top: 59px;*/
  }
  .header .navbar-collapse li {
    height: auto;
    line-height: 24px;
  }
  .header .navbar-collapse li > a {
    padding: 0 15px;
    font-size: 18px;
    color: #fefefe;
    font-weight: normal;
  }
  .header .navbar-collapse li > a:hover {
    background: transparent;
    color: #c9c9c9;
  }
  .header .navbar-collapse li dt {
    position: absolute;
    top: 50px;
    left: 50%;
    display: none;
    width: 100px;
    padding: 10px 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    margin-left: -50px;
    z-index: 1;
  }
  .header .navbar-collapse li dt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .navbar-collapse li dt p {
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
  }
  .header .navbar-collapse li dt p a {
    font-size: 14px;
    color: #666;
  }
  .header .navbar-collapse li dt p a:hover {
    color: #6ba90a;
  }
  .header .navbar-collapse li:hover dt {
    display: block;
  }
  /*.header .navbar-collapse li:nth-last-of-type(2) {*/
  /*  margin-right: 20px;*/
  /*}*/
  .header .navbar-collapse li:last-of-type {
    margin-right: 0;
  }
  .header .navbar-collapse li:last-of-type div {
    float: left;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .homePage .banners {
    width: 100%;
    position: relative;
  }
  .homePage .banners .banner .item {
    display: block;
    width: 100%;
    height: auto;
  }
  .homePage .banners .banner .bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .homePage .banners .banner .bannerTxt p {
    font-size: 72px;
    color: #ffffff;
    font-weight: bold;
  }
  .homePage .banners .banner .bannerTxt i {
    display: block;
    font-size: 72px;
    color: #ffffff;
    font-weight: bold;
  }
  .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%);
  }




  .cursor1 {
    position: absolute;
    right: 0%;
    bottom: -5px;
    width: 100%;
    max-width: 100%;
  }


  .cursor1 img{
    max-width: 100%;
    width: 100%;
  }







  .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;
  }
  .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;
  }
}


.container-fluid{
  max-width: 1600px;
}

.sosuuokuang{
  width: 240px;
  height: 45px;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: space-between;
  /*background: red;*/
  padding: 0 10px;
}
.sosuuokuang input{
  width: 80%;
  height: 45px;
  background: unset;
  border: unset;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.sosuuokuang input::placeholder{
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.sosuuokuang icon{
  width: 10%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.header::before,.header::after{
  content: unset;
}
.rightnav{
  display: flex;
}
.langqh{
  width: 60px;
  height: 45px;
  background: #009233;
  color: #fff;
  margin-left: 10px;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.langqh:hover{
  color: #fff;
}


.headerhover {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999;
  background: rgb(0,0,0,0.5);
}

.headerhover .header1 {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerhover .otherShow img{
  max-height: 50px;
}

.headerhover .sosuuokuang {
  width: 240px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: space-between;
  /* background: red; */
  padding: 0 10px;
}

.headerhover .langqh {
  width: 50px;
  height: 44px;
  background: #009233;
  color: #fff;
  margin-left: 10px;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zjceng{
  width: 100%;
  height: auto;
  min-height: 800px;
}

.index01{
  width: 100%;
  height: auto;
  min-height: 1000px;
  position: relative;
}
.index01bg{
  /*position: absolute;*/
  width: 100%;
  height: auto;
  background: url("../pics/1.png") no-repeat;
  /*background-size: cover;*/
  min-height: 1000px;
  z-index: 99999;
  margin-top: -90px;
  background-size: 100%;
}
.index01con{
  width: 100%;
  height:auto;
  padding-top: 250px;
  display: flex;
  justify-content: space-between;
}
.index01conleft{
  width: 500px;
  height: auto;
  display: block;
}
.index01conleft .text01{
  width: 100%;
  height: auto;
  font-size: 72px;
  color: #009233;
  font-weight: bold;
}
.index01conleft .text01 span{
  color: #063b19;
}
.index01conleft .text02{
  width: 100%;
  height: auto;
  font-size: 18px;
  padding-top: 60px;
  color: #063b19;
  line-height: 32px;
}
.index01conleft .text02 p{
  padding-bottom:20px;
}

.text03{
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.text03 img{
  max-width: 259px;
  height: auto;
}

.index01conright{
  width: auto;
  height: auto;
  padding-top: 100px;
}

.index02{
  width: 100%;
  background: url(../pics/index02.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  height: 700px;
}

.index02 .centerBox{
  width: 100%;
  height: 700px;
  background-size: 100%;
  position: relative;
}

.index02 p{
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom:22%;
}
.index03{
  width: 100%;
  min-height: 200px;
}

.index03Title{
  width: 100%;
  height: auto;
  font-size: 40px;
  color: #063b19;
  font-weight: bold;
  margin-top: 200px;

}

.index03text{
  width: 95%;
  height: auto;
  font-size: 18px;
  color: #063b19;
  padding-top: 30px;
}
.index03box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.box03ul{
  width: 46%;
  height: 400px;
  display: flex;
  padding: 3%;
  border-radius: 8px;
  margin-top: 80px;
  background: #69ba82;
  flex-direction: column;
  align-items: flex-end;
}
.box03ul:nth-child(2){
  background: #76bebb;
}
.TypeNamebox{
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
}
.TypeNameboxleft{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #fff;
}
.TypeNameboxtext{
  font-size: 24px;
  padding-left: 20px;
  color: #fff;
}
.box03ulConBox{
  width: 90.5%;
  height: 250px;
  margin-top: 30px;
  overflow-y: auto;
  overflow-x:hidden;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}





/* 滚动条整体样式 */
.box03ulConBox::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: rgb(0,0,0,0.2);
}

/* 滚动条thumb(滑块)样式 */
.box03ulConBox::-webkit-scrollbar-thumb {
  width: 5px;
  height: 10px;
  background-color: rgb(255,255,255,0.6);
}

/* 滚动条hover状态下thumb(滑块)样式 */
.box03ulConBox::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* 滚动条上下箭头样式 */
.box03ulConBox::-webkit-scrollbar-button {
  background-color: #ccc;
  display: none;
}

/* 滚动条左右箭头样式 */
.box03ulConBox::-webkit-scrollbar-button:start:decrement, .box03ulConBox::-webkit-scrollbar-add-button {
  display: none;
}

.box03ulConBox::-webkit-scrollbar-button:end:increment, .box03ulConBox::-webkit-scrollbar-sub-button {
  display: none;
}


.index04{
  width: 100%;
  min-height: 200px;
}
body{
  background: url("../pics/png2.png") no-repeat right bottom;
  background-size: 80%;
  background-color: #fff;

}

.index03Title{
  width: 100%;
  height: auto;
  font-size: 40px;
  color: #063b19;
  font-weight: bold;
  margin-top: 200px;
}

.index04tableBox{
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow-x: auto;
  margin-top: 60px;
}

.index04tableBox table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1200px;
}

.index04tableBox table tr {
  background: #FFF;
}
.index04tableBox table tr td{
  padding: 20px 20px;
}
.index04tableBox table tr:nth-child(1) {
  background: #44b35c;
  color: #Fff;
  font-weight: bold;
}
.index04tableBox table tr:nth-child(1)  td{
  color: #Fff;
  font-weight: bold;
  font-size: 16px;
  padding:15px 0;
}
.index04tableBox table tr td:nth-child(1) {
  min-width: 120px;
}
.index04tableBox table tr td:nth-child(2) {
  min-width: 120px;
}
.index04tableBox table tr td:nth-child(3) {
  min-width: 120px;
  text-align: left;
}
.index04tableBox table tr td:nth-child(4) {
  text-align: left;
}
.index04tableBox table tr td:nth-child(5) {
  text-align: left;
}



.index04tableBox table td {
  padding: 6px 10px;
  border: 1px solid #dbe6df;
  font-size: 18px;
  color: #063b19;
  text-align: center;
}

.index04tableBox table tr:nth-child(2n) {
  background: #eff6f2;
}

.footerBox{
  width: 100%;
  margin-top: 150px;
}

.footerBoxtop{
  width: 100%;
  background: url("../pics/footerbg.png") no-repeat;
  min-height: 130px;
  background-size: cover;
}

.footerBoxtopzj{
  width: 100%;
  min-height: 130px;
  background: #009233;
}

.footer02{
  width: 100%;
  height: auto;
  color: #fff;
  display: flex;
  margin-top: 60px;

}
.footer021{
  width: 50%;
  margin-top: 30px;
}
.footer021ico1{
  width: 100%;
  display: flex;
  align-items: center;
}
.footer021ico1 icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(255,255,255,0.5);
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.footer021ico1 text{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
}

.dizhi{
  width: 100%;
  height: auto;
  font-size: 18px;
  padding-top: 20px;
}
.dizhi p:nth-child(2){
  width: 100%;
  height: auto;
  font-size: 30px;
  font-weight: bold;
}

.footer021:nth-child(2) .dizhi p{
  font-size: 60px;
  font-weight: bold;
}

.footer03{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.f03left{
  width: 180px;
  height: 57px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 57px;
}
.f03left a{
  color: #fff;
}
.f03right{
    width: 50%;
  font-size: 18px;
  color: #fff;
}
.homePage .banners .banner .pcbg{
  display: block;
}
.homePage .banners .banner .mobilebg{
  display: none;
}

.footmobile{
  display: none;
}












.index01conleft1{
  width: 500px;
  height: auto;
  display: block;
}
.index01conleft1 .text01{
  width: 100%;
  height: auto;
  font-size: 60px;
  color: #063b19;
  font-weight: bold;
  display: flex;
}
.index01conleft1 .text01 span{
  /*color: #009233;*/
}
.index01conleft1 .text01 span img{
  max-height: 40px;
}

.index01conleft1 .text02{
  width: 100%;
  height: auto;
  font-size: 46px;
  color: #063b19;
  font-weight: bold;
}

.index01bgabout{
  position: absolute;
  width: 100%;
  height: auto;
  background: url("../pics/bl.png") no-repeat center center;
  background-size: cover;
  min-height: 1150px;
  z-index: 99999;
  margin-top: 150px;
}

.swiperanniu{
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.swiperanniu .anniu2{
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background: #009233;
  color: #fff;
}
.swiperanniu .swiper-button-next:after, .swiperanniu .swiper-button-prev:after{
  color: #fff;
  content: '';
}

.poshengxian{
  position: absolute;
  width: 700px;
  background: #cce9d6;
  height: 4px;
  margin-top: 310px;
  right: 200px;
}
.sjban{
  display: none;
}

@font-face {
  font-family: "iconfont9"; /* Project id 4928163 */
  src: url('//at.alicdn.com/t/c/font_4928163_4lg1esjl2a7.woff2?t=1747823070969') format('woff2'),
  url('//at.alicdn.com/t/c/font_4928163_4lg1esjl2a7.woff?t=1747823070969') format('woff'),
  url('//at.alicdn.com/t/c/font_4928163_4lg1esjl2a7.ttf?t=1747823070969') format('truetype');
}

.iconfont9 {
  font-family: "iconfont9" !important;
  font-size:30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\ea65";
}

.icon-arrow-right:before {
  content: "\ea66";
}

.swiperbox2{
  width: 800px;  position: relative;
  margin-top: 60px;
}

.index01bgabout .index01con {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index01gsjianjie{
  width: 100%;
  height: auto;
  min-height: 720px;
  position: relative;
  margin-top: 150px;
}


.index01gsjianjieimg{
  width:100%;
  height: auto;
  text-align: center;
  position: relative;
}
.index01bg1{
  min-height: 1300px;
}
.gsjianjiecon{
  width: 650px;
  height: 300px;
  margin-top: -300px;
  right: 0;
  position: absolute;
  color: #063b19;

}
.gsjianjiecon h1{
  color: #063b19;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 60px;
}
.gsjianjiecon text{
  color: #063b19;
  padding-top: 60px;
  font-size: 18px;
  line-height: 33px;
}

.index01aa{
  min-height: 1210px;
}

.about02{
  width: 100%;
  height: auto;
  min-height: 800px;
  background: url("../pics/bg2.jpg") no-repeat center top;
  background-size: cover;
}

.about02zj{
  width: 100%;
  display: flex;
  height: 800px;
  justify-content: space-between;
}

.about02left{
  width: 50%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about02left23{
  width: 50%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about02left p{
  color: #063b19;
  font-size: 18px;
  padding-top: 100px;
  line-height: 32px;
}

.about02right{
  display: flex;
  width: auto;
  height: 800px;
  align-items: flex-end;
}

.about03{
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.swiperBanner2{
  margin-top: 60px;
}
.swiperBanner2 img{
  border-radius: 8px;
}
.swiperBanner2 .swiper-slide{
  width: auto;
  display: flex;
  height: 400px;
  align-items: center;

}

.swiperBanner2 .swiper-slide img{
  object-fit: contain;
  width: 100%;
  max-height: 100%;
  transform-origin: 0%;
  transition: all .5s;
  transform: scale(.68);
  border-radius: 10px;

}

.swiper-slide.swiper-slide-next img{
  transform-origin: 50%;
}



.swiperBanner2 .swiper-slide-active img{
  transform-origin: 50%;
  transform: scale(1);
  box-shadow: 0 .3rem .5rem rgba(51, 51, 51, .25);
}

.zhezaochegn{
  width: 150px;
  background: #fff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);

  color: #009233;
}
.bannerimg{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.bannerimg img{
  max-width:600px;
}

.chanpin{
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
}


.chanpin .cplest{
  width: 550px;
  height: auto;
  display: flex;
  flex-direction: column;
}


.chanpin .rightimg{
  width:720px;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.chanpin .rightimg img{
  max-width: 800px;
  border-radius: 20px;
}


.chanpin .cplest .cplesttb{
  width: 100px;
  height:  100px;
  padding: 10px;
  border: 1px solid #073c1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.chanpin .cplest .cplesttb img{
  /*border-radius: 50%;*/
}


.chanpin .cplest .biaoti{
  font-weight: bold;
  font-size: 40px;
  color: #063b19;
  padding: 35px 0;
}


.chanpin .cplest .biaoti2{
  font-weight: unset;
  font-size: 18px;
  color: #063b19;
  line-height: 33px;
}

.index01aa1 {
  min-height: auto
}

.paddingtop1{
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-top: 200px;
}

.chanpinlist{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chanpinlist .pic1{
  width: 30%;
  height: auto;
  color: #063b19;
  margin-bottom: 20px;
}
.chanpinlist .pic1 .pic1img{
  width: 100%;
  height: auto;
}
.chanpinlist .pic1 .pic1img img{
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.chanpinlist .pic1 .pic1title{
  max-width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 18px;

}

.chanpinlist .pic1:hover{
  color: #000;
}

.fenye {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.fenye a {
  border: 1px solid #eeeeee;
  padding: 8px 15px;
  color: #666666;
  font-size: 14px;
  margin: 0 3px;
  background: #fff;
}

.fenye a:hover {
  border: 1px solid #009233;
  color: #fff;

  background: #009233;
}












.chanpinlist2{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chanpinlist2 .pic1{
  width: 48%;
  height: auto;
  color: #063b19;
  margin-bottom: 40px;
}
.chanpinlist2 .pic1 .pic1img{
  width: 100%;
  height: auto;
}
.chanpinlist2 .pic1 .pic1img img{
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.chanpinlist2 .pic1 .pic1title{
  max-width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 24px;
  margin-top: 15px;
}
.chanpinlist2 .pic1 .pic1title1{
  /*max-width: 100%;*/
  /*height: auto;*/
  /*line-height: 50px;*/
  font-size: 18px;
  color: #063b19;
}

.chanpinlist2 .pic1:hover{
  color: #000;
}


.index01bgabout1 {
  position: absolute;
  width: 100%;
  height: auto;
  background: url(../pics/bl1.png) no-repeat center center;
  background-size: 100%;
  min-height: 1150px;
  z-index: 99999;
  margin-top:0px;
}

.aboutright{
  width: 700px;
  margin-top: 100px;
}

.aboutright div{
  width: 100%;
  border-top: 0px solid #009233;
  padding: 20px 0;
  font-size: 20px;
  color: #063b19;
}
.aboutright div p:nth-child(1){
    font-weight:bold;
}

.asdas1{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

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

.contactmap img{
  width: 100%;
  border-radius: 20px;
  height: auto;
}

.index01bg3{
  min-height: 1000px;
}
.paddingtop35{
  flex-direction: row;
  justify-content: space-between;
}

.yhsl {
  width: 100%; /* 容器宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}


.erhangsl {
  width: 100%; /* 容器宽度 */
  overflow: hidden;         /* 超出部分隐藏 */
  display: -webkit-box;     /* 使用 Flexbox 布局 */
  -webkit-box-orient: vertical; /* 设置盒子为垂直方向排列 */
  -webkit-line-clamp: 2;    /* 限制显示的行数 */
  text-overflow: ellipsis;  /* 超出部分用省略号表示 */
}

.gotop{
    position: fixed;
    bottom:20px;
    right: 20px;
    z-index: 999;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    display: none;
}


@media (min-width: 1600px) {


.gotop{
    position: fixed;
    bottom:20px;
    right: 8%;
    z-index: 999;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    display: none;
}


}

.gotop img{
    max-width: 35px;
}





@font-face {
  font-family: "iconfontfoot"; /* Project id 4929800 */
  src: url('//at.alicdn.com/t/c/font_4929800_m396c7jtmmc.woff2?t=1747969397348') format('woff2'),
       url('//at.alicdn.com/t/c/font_4929800_m396c7jtmmc.woff?t=1747969397348') format('woff'),
       url('//at.alicdn.com/t/c/font_4929800_m396c7jtmmc.ttf?t=1747969397348') format('truetype');
}

.iconfontfoot {
  font-family: "iconfontfoot" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
  content: "\e608";
}

.icon-dizhi:before {
  content: "\e618";
}


.zhengshuzj{
    display: flex;
    justify-content: space-between;
}

.zhengshuceng{
    width: 100%;
    height: 800px;
    background: url('/t-0.jpg') no-repeat center top;
}



.zhengshucengright{
    width: 1000px;
    min-height: 100px;
    margin-top:320px;
}

.text0y{
    font-size: 48px;
}


.zhengshucengrighttop{
    width: 100%;
}

.zhengshucengrighttop p{
    font-size: 24px;
    font-weight: bold;
    color: #063b19;
}

.zhengshucengrighttop p:nth-child(2){
    font-size: 18px;
    font-weight: normal;
    color: #063b19;
}

.zhengshucengrighttop2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zhengshucengrighttop2 .zhengshucengrighttop21{
    width: 60%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #063b19;
}

.zhengshucengrighttop2 .zhengshucengrighttop21:nth-child(1){
    width: 40%;
    display: flex;
    flex-direction: column;
}


.zhengshucengrighttop2 .zhengshucengrighttop21 p{
    line-height: 30px;
}

.zhengshucengrighttoptop30{
    margin: 30px 0;
    margin-top: 40px;
}

.zhengshucengrighttop2 .zhengshucengrighttop21 p:last-child{
line-height: 40px;
    
}

