@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.col-md-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

a:hover,
a:focus {
  color: #C58129;
  text-decoration: none !important;
  cursor: pointer;
}

ol {
  margin-bottom: 0;
}
.container img{max-width:100%;height:auto;}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pd {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .pd {
    padding: 80px 0;
  }
}

.pd60 {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .pd60 {
    padding: 60px 0;
  }
}

.title {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #222;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

.title::after {
  content: '';
  width: 58px;
  height: 3px;
  background: #C58129;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
}

@media (min-width: 992px) {
  .title {
    margin-bottom: 50px;
  }
}

a.more {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 992px) {
  a.more {
    width: 200px;
    height: 44px;
    line-height: 44px;
  }
}

.btn1 {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  color: #C58129;
  border: 1px solid #C58129;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
}

@media (min-width: 992px) {
  .btn1 {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 32px;
  }
}

.btn1:hover {
  background: #C58129;
  color: #fff;
}

.btn-more {
  margin-top: 50px;
}

.xzcb-banner .item {
  position: relative;
}

.xzcb-banner .item .info {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  z-index: 999;
}

@media (min-width: 992px) {
  .xzcb-banner .item .info {
    width: 40%;
  }
}

.xzcb-banner .item .info h3 {
  font-size: 24px;
  color: #C58129;
  font-weight: normal;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .xzcb-banner .item .info h3 {
    font-size: 64px;
    margin-bottom: 20px;
  }
}

.xzcb-banner .item .info p {
  color: #222;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .xzcb-banner .item .info p {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}

.xzcb-banner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
          transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}

.xzcb-banner .swiper-slide-active .item .info h3 {
  -webkit-animation: bannertextDow 1s ease both 600ms;
          animation: bannertextDow 1s ease both 600ms;
}

.xzcb-banner .swiper-slide-active .item .info p {
  -webkit-animation: bannertextDow 1s ease both 600ms;
          animation: bannertextDow 1s ease both 600ms;
}

.xzcb-banner .swiper-slide-active .item .info .btn2 {
  -webkit-animation: bannertextUp 1s ease both 800ms;
          animation: bannertextUp 1s ease both 800ms;
}

.xzcb-banner .swiper-slide-active .item .img img {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}

@-webkit-keyframes bannertextDow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bannertextDow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bannertextUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bannertextUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.about .inner-column {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .about .inner-column {
    margin-bottom: 0;
  }
}

.about .inner-column .img {
  position: relative;
  z-index: 99;
}

.about .inner-column .img::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 20px;
  bottom: 20px;
  width: 60px;
  border-radius: 4px;
  background-color: #C58129;
  z-index: -1;
}

.about .box {
  padding-top: 10px;
  padding-left: 0;
}

@media (min-width: 992px) {
  .about .box {
    padding-left: 30px;
  }
}

.about .box h3 {
  font-size: 32px;
  line-height: 32px;
  color: #222;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

.about .box h3::after {
  content: '';
  width: 58px;
  height: 3px;
  background: #C58129;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about .box p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
}

.about .box .btn1 {
  margin-top: 30px;
}

.service {
  background: #f7f7f7;
  padding-top: 40px;
}

@media (min-width: 992px) {
  .service {
    padding-top: 80px;
  }
}

.service .item {
  position: relative;
  border-right: 2px solid #f7f7f7;
}

.service .item:hover .img::before {
  background-color: rgba(197, 129, 41, 0.65);
}

.service .item .img {
  position: relative;
}

.service .item .img::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.65);
}

.service .item .text {
  left: 32px;
  bottom: 100px;
  max-width: 335px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.service .item .text span {
  font-size: 20px;
  line-height: 32px;
  color: #C58129;
}

.service .item .text h3 a {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.service .item .more-btn {
  left: 32px;
  color: #fff;
  width: 45px;
  height: 45px;
  bottom: 40px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.service .item .more-btn:hover {
  background: #fff;
  color: #222;
}

.nService,.nPark {min-height:250px;}

.moreBtn {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .moreBtn {
    margin-top: 50px;
  }
}

.policy {
  background: #f7f7f7;
}

.policy .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.policy .item div {
  margin-left: 4px;
}

.policy .item div a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.policy .item div a:hover {
  color: #C58129;
}

.policy .item div span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.news .item {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .news .item {
    margin-bottom: 0;
  }
}

.news .item .img {
  overflow: hidden;
}

.news .item .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news .item .txt {
  padding: 0 8px;
}

.news .item .txt h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 16px 0 8px;
}

.news .item .txt .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .item .txt .bottom .date {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.news .item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news .item:hover .txt h5 {
  color: #C58129;
}

.news .item:hover .txt .bottom .icon i {
  color: #C58129;
}

.news .btn2 {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .news .btn2 {
    margin-top: 64px;
  }
}

.partner {
  background: #f7f7f7;
}

.partner .yc {
  overflow: hidden;
}

.footer {
  background: #333;
  padding: 30px 0 40px;
}

@media (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}

.footer .fadeInLeft .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.footer .fadeInLeft .fnav a {
  display: inline-block;
  margin-right: 32px;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 24px;
}

.footer .fadeInLeft .fnav a:hover {
  color: #C58129;
}

.footer .fadeInLeft .fcontact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}

.footer .fadeInLeft .fcontact p img {
  margin-right: 8px;
}

.footer .fadeInRight .ewm {
  text-align: center;
  width: auto;
  float: auto;
  margin-top: 30px;
}
.footer .fadeInRight .ewm {
	color: #fff;
}

@media (min-width: 992px) {
  .footer .fadeInRight .ewm {
    float: right;
    margin-top: 0;
  }
}

.footer .fadeInRight .ewm img {
  display: block;
}

.footer .fadeInRight .ewm span {
  display: inline-block;
  color: #f2f2f2;
  font-size: 14px;
  margin-top: 8px;
}

.bq {
  background: #222;
  padding: 16px 0;
}

.bq .txt {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

#page {
  text-align: center;
  margin-top: 40px;
}

#page .pagination {
  margin: 20px 0 0;
}

#page .pagination > .active > a {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #C58129;
  border-color: #C58129;
}

#page .pagination > li > a,
#page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  border: 1px solid #ddd;
}

.tab-nav {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.tab-nav .col-12 {
  padding: 0;
}

.tab-nav .list a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #555;
  position: relative;
  margin: 0 20px;
}

@media (min-width: 992px) {
  .tab-nav .list a {
    height: 60px;
    line-height: 60px;
    margin: 0 30px;
  }
}

.tab-nav .list a.on {
  color: #C58129;
}

.tab-nav .list a.on::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #C58129;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab-nav .list a:hover {
  color: #C58129;
}

.nBg {
  position: relative;
}

.nBg img {
  width: 100%;
  position: relative;
}

.nPartner .img {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nPartner .img {
    margin-bottom: 30px;
  }
}

.nNews .item {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.nNews .item .img {
  overflow: hidden;
}

.nNews .item .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nNews .item .txt {
  padding: 0 8px;
}

.nNews .item .txt h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 16px 0 8px;
}

.nNews .item .txt .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nNews .item .txt .bottom .date {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.nNews .item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nNews .item:hover .txt h5 {
  color: #C58129;
}

.nNews .item:hover .txt .bottom .icon i {
  color: #C58129;
}

.nNews-detail h5 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #222;
}

.nNews-detail .tag {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.nNews-detail .con {
  margin-top: 50px;
}

.nNews-detail .con p {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 10px;
}

.nPolicy .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.nPolicy .item div {
  margin-left: 4px;
}

.nPolicy .item div a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.nPolicy .item div a:hover {
  color: #C58129;
}

.nPolicy .item div span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.nPolicy-detail h5 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #222;
}

.nPolicy-detail .tag {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.nPolicy-detail .con {
  margin-top: 50px;
}

.nPolicy-detail .con p {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 10px;
}

.nPark .row {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .nPark .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}

.nPark .item {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nPark .item {
    margin-bottom: 0;
  }
}

.nPark .item h4 {
  margin-bottom: 12px;
  margin-bottom: 16px;
}

.nPark .item p {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 8px;
}

.nParkPlan .row {
  margin-bottom: 40px;
}

.nParkPlan .row .row {
  margin-bottom: auto;
}

.nParkPlan .item {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .nParkPlan .item {
    margin-bottom: 30px;
  }
}

.nParkPlan .item h4 {
  margin-bottom: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.nParkPlan .item p {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 8px;
}

.nParkPlan .plan-img {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .nParkPlan .plan-img {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */