/**
    生态黄泗浦
**/
.banner-ecology {
  width: 100%;
  height: 324px;
  margin-bottom: 60px;
}
.banner-ecology .wrap {
  width: 1420px;
  height: 324px;
  background: url("") 0 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.banner-wisdom .wrap{
  width: 1420px;
  height: 324px;
  background: url("") 0 0 no-repeat ;
  overflow: hidden;
  position: relative;
}
.banner-wisdom .wrap .words {
  position: absolute;
  /* right: 130px; */
  right: -275px;
  top: 170px;
  transition: all 1.6s ease-in-out;
}

.banner-wisdom .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.banner-wisdom .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  transition: all 1.6s ease-in-out;
  margin-left: 40px;
}
.banner-ecology .wrap .words {
  position: absolute;
  /* right: 130px; */
  right: -275px;
  top: 170px;
  transition: all 1.6s ease-in-out;
}

.banner-ecology .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.banner-ecology .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  transition: all 1.6s ease-in-out;
  margin-left: 40px;
}
.banner-ecology .wrap .sunshine {
  width: 370px;
  height: 324px;
  position: absolute;
  left: -30px;
  top: -148px;
  background: url("../images/bg_sunshine.png") 0 0 no-repeat;
  transform-origin: 0 0;
  transform: rotate(-5deg);
  animation: sunshinemove 10s linear infinite alternate;
}
.banner-ecology .wrap .light {
  width: 659px;
  height: 424px;
  position: absolute;
  top: -50px;
  left: 100px;
  transform-origin: 300px 150px;
  background-image: url("../images/bg_light.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  animation: lightmove 10s linear infinite alternate;
}
@keyframes sunshinemove {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes lightmove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(74deg);
  }
}
.park-overview {
  height: 266px;
  width: 100%;
}
.park-overview .wrap .park-overview-title,
.park-scenery .wrap .park-scenery-title,
.tour-route .wrap .tour-route-title,
.science-education .wrap .science-education-title {
  color: #333;
  font-size: 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.park-overview .wrap .park-overview-subtitle,
.park-scenery .wrap .park-scenery-subtitle,
.tour-route .wrap .tour-route-subtitle,
.science-education .wrap .science-education-subtitle {
  color: #666;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 48px;
}
.park-overview .wrap .park-overview-main {
  height: 164px;
  padding-left: 36px;
  padding-right: 27px;
}
.park-overview .wrap .park-overview-main p {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.park-overview .wrap .park-overview-main p:last-of-type {
  display: inline;
}
.park-overview .wrap .park-overview-main a {
  font-size: 14px;
  color: #ff9d00;
  margin-left: 30px;
}
.park-overview .wrap .park-overview-main a span {
  display: inline-block;
}
.park-overview .wrap .park-overview-main a:hover span {
  animation: arrowmove 1s ease-out infinite;
}
@keyframes arrowmove {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(10px);
  }
}
.park-scenery {
  margin-top: 75px;
}
.park-scenery .wrap .park-scenery-list {
  /* height: 692px; */
  width: 1420px;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item {
  position: relative;
  float: left;
  width: 347px;
  height: 222px;
  margin-right: 10px;
  margin-bottom: 13px;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item:hover img {
  position: absolute;
  z-index: 5;
  transform: scale(1.1, 1.1);
  box-shadow: 0 28px 50px rgba(25, 24, 40, 0.35);
  transition: transform 0.3s linear;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item:hover p {
  position: absolute;
  z-index: 6;
  transform: scale(1.2, 1.2);
  transition: transform 0.3s linear;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item:nth-of-type(4n) {
  margin-right: 0px;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item img {
  width: 100%;
  height: 100%;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item p {
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 0;
  bottom: 26px;
  width: 100%;
  padding-left: 24px;
}
.park-scenery .wrap .park-scenery-list .park-scenery-item.active p {
  position: absolute;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  left: 0;
  text-align: center;
  top: 97px;
  z-index: 3;
}
.park-scenery
  .wrap
  .park-scenery-list
  .park-scenery-item
  .park-scenery-item-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(42, 174, 201, 0.6);
  z-index: 2;
}

.tour-route {
  width: 100%;
  margin-top: 56px;
}
.tour-route .wrap .tour-route-main {
  width: 1420px;
}
.tour-route .wrap .tour-route-main .tour-route-main-globalmap {
  height: 461px;
  width: 674px;
  position: relative;
}
.tour-route .wrap .tour-route-main .tour-route-main-globalmap img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.tour-route .wrap .tour-route-main .tour-route-main-globalmap .smallcircle {
  position: relative;
  width: 100%;
  height: 100%;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle {
  width: 8px;
  height: 8px;
  border: 4px solid #00a9ed;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle.active {
  border-color: #ff7200;
}
/* .tour-route .wrap .tour-route-main .tour-route-main-globalmap .smallcircle .circle.active::after{
    transition: all 0.5s ease-in-out;
    transform: scale(3);
    opacity: 0;
} */
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle::after {
  content: "";
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  border: 4px solid #00a9ed;
  border-radius: 50%;
  /* background-color: #fff; */
  background-color: transparent;
  box-sizing: content-box;
  margin-left: -4px;
  margin-top: -4px;
  -o-animation: circleRun 1s ease-in-out infinite;
  -ms-animation: circleRun 1s ease-in-out infinite;
  -webkit-animation: circleRun 1s ease-in-out infinite;
  -moz-animation: circleRun 1s ease-in-out infinite;
  animation: circleRun 1s ease-in-out infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  z-index: 0;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle.active::after {
  animation-play-state: running;
  -webkit-animation-play-state: running;
  border-color: #fff;
}
@-o-keyframes circleRun {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(2);
    opacity: 0.8;
  }
  99% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes circleRun {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(2);
    opacity: 0.8;
  }
  99% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes circleRun {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(2);
    opacity: 0.8;
  }
  99% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes circleRun {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(2);
    opacity: 0.8;
  }
  99% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes circleRun {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(2);
    opacity: 0.8;
  }
  99% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(1) {
  right: 81px;
  top: 50px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(2) {
  right: 153px;
  top: 96px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(3) {
  right: 154px;
  top: 185px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(4) {
  right: 220px;
  top: 220px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(5) {
  right: 283px;
  top: 296px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(6) {
  right: 224px;
  top: 364px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(7) {
  right: 422px;
  top: 344px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(8) {
  right: 515px;
  top: 304px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(9) {
  right: 347px;
  top: 225px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(10) {
  right: 291px;
  top: 107px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(11) {
  right: 304px;
  top: 40px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-globalmap
  .smallcircle
  .circle:nth-of-type(12) {
  right: 182px;
  top: 29px;
}
.tour-route .wrap .tour-route-main .tour-route-main-recommend {
  width: 704px;
  height: 461px;
  background: url("../images/bg-route.png") 0 0 repeat;
  padding: 36px 44px 32px 44px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-recommend
  .tour-route-main-recommend-title {
  font-size: 30px;
  color: #036;
  margin-bottom: 26px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-recommend
  .tour-route-main-recommend-con {
  font-size: 16px;
  color: #666;
  height: 180px;
  line-height: 30px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-recommend
  .tour-route-main-recommend-con
  span {
  display: block;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-recommend
  .tour-route-main-recommend-con
  .mt15 {
  margin-top: 15px;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-recommend
  .tour-route-main-recommend-con
  .changecolor {
  color: #009ee8;
}
.tour-route
  .wrap
  .tour-route-main
  .tour-route-main-recommend
  .tour-route-main-recommend-send {
  color: #fff;
  font-size: 16px;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #2aaec9;
  cursor: default;
}
.science-education {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 100px;
}
.science-education .wrap .science-education-main {
  width: 1420px;

}
.science-education-main-item {
  width: 362px;
  float: left;
  margin-right: 167px;
}
.science-education-main-item.mr0{
  margin-right: 0;
}

.science-education
  .wrap
  .science-education-main
  .science-education-main-item
  img {
  width: 362px;
  height: 148px;
}
.science-education
  .wrap
  .science-education-main
  .science-education-main-item
  a {
  display: block;
  color: #036;
  font-size: 16px;
  width: 360px;
  text-align: center;
  margin-top: 22px;
}
.science-education
  .wrap
  .science-education-main
  .science-education-main-item
  a:hover {
  color: #ff9d00;
}

/**
    智慧黄泗浦
**/

.wisdom-banner {
  width: 100%;
  height: 560px;
}
.wisdom-banner .wrap {
  position: relative;
}
.wisdom-banner .wisdom-banner-bigImage {
  width: 1420px;
  height: 560px;
  overflow: hidden;
}
.wisdom-banner .wisdom-banner-bigImage .wisdom-banner-bigImage-list {
  height: 560px;
  overflow: hidden;
}
.wisdom-banner
  .wisdom-banner-bigImage
  .wisdom-banner-bigImage-list
  .wisdom-banner-bigImage-item {
  width: 1420px;
  height: 560px;
}
.wisdom-banner
  .wisdom-banner-bigImage
  .wisdom-banner-bigImage-list
  .wisdom-banner-bigImage-item
  img {
  width: 100%;
  height: 100%;
}
.wisdom-banner
  .wisdom-banner-bigImage
  .wisdom-banner-bigImage-list
  .wisdom-banner-bigImage-item
  a {
  width: 100%;
  height: 100%;
}
.wisdom-banner .wrap .wisdom-banner-small {
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(41, 46, 54, 0.3);
  padding-left: 10px;
  padding-right: 10px;
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-left,
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-right {
  width: 36px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 7px;
  background-color: #000;
  position: absolute;
  z-index: 100;
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-left {
  background-image: url("../images/ico-left-arrow.png");
  left: 10px;
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-right {
  background-image: url("../images/ico-right-arrow.png");
  right: 10px;
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list-wrap {
  width: 1280px;
  height: 96px;
  overflow: hidden;
  margin-top: 9px;
  margin-left: 60px;
  position: relative;
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list {
  overflow: hidden;
  position: absolute;
  height: 96px;
  width: auto; /*在JS中通过li的数量动态配置(174*num-8)*/
  left: 0;
  transition: left 0.3s linear;
}
.wisdom-banner
  .wrap
  .wisdom-banner-small
  .wisdom-banner-small-list
  .wisdom-banner-small-list-item {
  width: 166px;
  height: 96px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
  float: left;
  cursor: pointer;
}
.wisdom-banner
  .wrap
  .wisdom-banner-small
  .wisdom-banner-small-list
  .wisdom-banner-small-list-item.active,
.wisdom-banner
  .wrap
  .wisdom-banner-small
  .wisdom-banner-small-list
  .wisdom-banner-small-list-item.hoveractive {
  border: 2px solid #fff;
}
.wisdom-banner
  .wrap
  .wisdom-banner-small
  .wisdom-banner-small-list
  .wisdom-banner-small-list-item {
  background-image: url("../images/wisdomdefault.png");
}
/* .wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(1){
    background-image: url("../images/1.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(2){
    background-image: url("../images/2.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(3){
    background-image: url("../images/3.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(4){
    background-image: url("../images/4.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(5){
    background-image: url("../images/5.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(6){
    background-image: url("../images/6.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(7){
    background-image: url("../images/7.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(8){
    background-image: url("../images/1.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(9){
    background-image: url("../images/2.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(10){
    background-image: url("../images/3.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(11){
    background-image: url("../images/4.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(12){
    background-image: url("../images/5.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(13){
    background-image: url("../images/6.jpg");
}
.wisdom-banner .wrap .wisdom-banner-small .wisdom-banner-small-list .wisdom-banner-small-list-item:nth-of-type(14){
    background-image: url("../images/7.jpg");
} */
.wisdom-banner
  .wrap
  .wisdom-banner-small
  .wisdom-banner-small-list
  .wisdom-banner-small-list-item:last-of-type {
  margin-right: 0px;
}
.wisdom-banner .wrap .wisdom-banner-wrap-name {
  position: absolute;
  left: 11px;
  top: 12px;
  background-color: #292e36;
  width: 135px;
  height: 38px;
  background-image: url("../images/ico-location.png");
  background-size: 17px 22px;
  background-repeat: no-repeat;
  background-position: 14px 9px;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 38px;
}
.wisdom-banner .wrap .wisdom-banner-wrap-left,
.wisdom-banner .wrap .wisdom-banner-wrap-right {
  position: absolute;
  top: 300px;
  width: 120px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.wisdom-banner .wrap .wisdom-banner-wrap-left {
  left: 516px;
  background-image: url("../images/button-left.png");
}
.wisdom-banner .wrap .wisdom-banner-wrap-right {
  right: 497px;
  background-image: url("../images/button-right.png");
}
.wisdom-service {
  width: 100%;
  height: 625px;
  margin-top: 62px;
}
.wisdom-service .wrap .wisdom-service-title,
.wisdom-mobile .wrap .wisdom-mobile-title {
  color: #333;
  font-size: 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.wisdom-service .wrap .wisdom-service-subtitle,
.wisdom-mobile .wrap .wisdom-mobile-subtitle {
  color: #666;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 48px;
}
.wisdom-service .wrap .wisdom-service-desc {
  font-size: 16px;
  color: #666;
  line-height: 27px;
  margin-bottom: 40px;
}
.wisdom-service .wrap .wisdom-service-main {
  height: 390px;
  width: 100%;
  
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.wisdom-service .wrap .wisdom-service-main .wisdom-service-main-item {
  width: 346px;
  height: 100%;
  margin-right: 9px;
  float: left;
}
.wisdom-service
  .wrap
  .wisdom-service-main
  .wisdom-service-main-item:last-of-type {
  margin-right: 0px;
}
.wisdom-service .wrap .wisdom-service-main .wisdom-service-main-item img {
  width: 346px;
  height: 222px;
}
.wisdom-service
  .wrap
  .wisdom-service-main
  .wisdom-service-main-item
  .wisdom-service-main-item-name {
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #036;
  font-size: 18px;
}
.wisdom-service
  .wrap
  .wisdom-service-main
  .wisdom-service-main-item
  .wisdom-service-main-item-art {
  font-size: 16px;
  color: #666;
  height: 92px;
  line-height: 23px;
  padding: 0 8px;
  text-indent: 2em;
  display: inline;
}
.wisdom-service .wrap .wisdom-service-main .wisdom-service-main-item .more {
  display: inline;
  color: #ff9d00;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  padding: 2px 4px;
  position: relative;
}
.wisdom-service
  .wrap
  .wisdom-service-main
  .wisdom-service-main-item
  .more:hover
  span {
  animation: arrowmove 1s ease-out infinite;
}
.wisdom-service
  .wrap
  .wisdom-service-main
  .wisdom-service-main-item
  .more
  span {
  position: absolute;
  margin-left: 4px;
}
.wisdom-mobile {
  width: 100%;
  height: 335px;
  margin-top: 74px;
  margin-bottom: 55px;
}
.wisdom-mobile .wrap .wisdom-mobile-list {
  width: 100%;
  height: 214px;
}

.wisdom-mobile .wrap .wisdom-mobile-item {
  position: relative;
  width: 324px;
  height: 214px;
  border: 1px #e5e5e5 solid;
  background-color: #f0f0f0;
  float: left;
  margin-right: 41px;
}
.wisdom-mobile .wrap .wisdom-mobile-item:last-of-type {
  margin-right: 0px;
}
.wisdom-mobile .wrap .wisdom-mobile-item img {
  position: absolute;
  left: 19px;
  top: 39px;
}
.wisdom-mobile .wrap .wisdom-mobile-item:last-of-type img {
  top: 24px;
}
.wisdom-mobile .wrap .wisdom-mobile-item .button {
  width: 117px;
  height: 32px;
  border-radius: 5px;
  background-color: #2aaec9;
  position: absolute;
  right: 34px;
  top: 70px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: 11px 4px;
  cursor: pointer;
}
.wisdom-mobile .wrap .wisdom-mobile-item:nth-of-type(1) .button {
  background-image: url("../images/ico-iphone.png");
}
.wisdom-mobile .wrap .wisdom-mobile-item:nth-of-type(2) .button {
  background-image: url("../images/ico-android.png");
}
.wisdom-mobile .wrap .wisdom-mobile-item .wrds {
  color: #171717;
  font-size: 18px;
  font-weight: bolder;
  position: absolute;
  left: 164px;
  top: 83px;
}
.wisdom-mobile .wrap .wisdom-mobile-item:nth-of-type(4) .wrds {
  left: 200px;
}
.wisdom-mobile .wrap .wisdom-mobile-item .wisdom-mobile-list-desc {
  color: #666;
  font-size: 14px;
  width: 144px;
  position: absolute;
  left: 162px;
  bottom: 54px;
  text-align: center;
}
.wisdom-mobile
  .wrap
  .wisdom-mobile-item:nth-of-type(4)
  .wisdom-mobile-list-desc {
  width: 130px;
  left: 180px;
}

/**
    文化黄泗浦
**/

.cul-banner {
  width: 100%;
  height: 324px;
}
.cul-banner .wrap {
  background: url("") 0 0 no-repeat;
}

/*文字淡入*/
.cul-banner-move {
  width: 100%;
  height: 324px;
}
.cul-banner-move .wrap {
  background: url("") 0 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.cul-banner-move .wrap .words {
  position: absolute;
  /* left: 127px; */
  left: -280px;
  top: 200px;
  transition: all 1.6s ease-in-out;
}
.cul-banner-move .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.cul-banner-move .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  margin-left: 66px;
  transition: all 1.6s ease-in-out;
}
.cul-ecolo {
  width: 100%;
  height: 536px;
  margin-top: 61px;
}
.cul-ecolo .wrap .cul-ecolo-title,
.cul-history .wrap .cul-history-title {
  color: #333;
  font-size: 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.cul-ecolo .wrap .cul-ecolo-subtitle,
.cul-history .wrap .cul-history-subtitle {
  color: #666;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 48px;
}
.cul-ecolo .wrap .cul-ecolo-subtitle {
  margin-bottom: 40px;
}
.cul-ecolo .wrap .cul-ecolo-desc {
  height: 40px;
  width: 100%;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  text-indent: 2em;
}
.cul-ecolo .wrap .cul-ecolo-intro {
  height: 368px;
  width: 100%;
}
.cul-ecolo .wrap .cul-ecolo-intro .cul-ecolo-intro-item {
  width: 404px;
  height: 100%;
  margin-right: 102px;
  float: left;
}
.cul-ecolo .wrap .cul-ecolo-intro .cul-ecolo-intro-item:last-of-type {
  margin-right: 0px;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-item-image {
  width: 404px;
  height: 261px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item:nth-of-type(1)
  .cul-ecolo-intro-item-image {
  background-image: url("../images/img-ecological1.jpg");
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item:nth-of-type(2)
  .cul-ecolo-intro-item-image {
  background-image: url("../images/img-ecological2.jpg");
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item:nth-of-type(3)
  .cul-ecolo-intro-item-image {
  background-image: url("../images/img-ecological3.jpg");
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-item-image:hover
  .cul-ecolo-shadow {
  top: 0px;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-item-image
  .cul-ecolo-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  cursor: default;
  transition: all 0.5s ease-in-out;
  top: 100%;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-item-image
  .cul-ecolo-shadow
  .cul-ecolo-text {
  padding: 0 30px;
  font-size: 30px;
  line-height: 90px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  position: absolute;
  top: calc(50% - 45px);
  left: 50%;
  transform: translateX(-50%);
}
.cul-ecolo .wrap .cul-ecolo-intro .cul-ecolo-intro-item .cul-ecolo-intro-desc {
  height: 84px;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  display: inline;
  margin-right: 14px;
  margin-top: 26px;
  text-indent: 2em;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-desc-more {
  color: #ff9d00;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  padding: 2px 4px;
  position: relative;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-desc-more
  span {
  position: absolute;
  margin-left: 10px;
}
.cul-ecolo
  .wrap
  .cul-ecolo-intro
  .cul-ecolo-intro-item
  .cul-ecolo-intro-desc-more:hover
  span {
  animation: arrowmove 1s ease-out infinite;
}
.cul-history {
  width: 100%;
  margin-top: 62px;
  margin-bottom: 120px;
}
.cul-history .wrap .cul-history-item {
  width: 100%;
  margin-bottom: 52px;
}
.cul-history .wrap .cul-history-item .cul-history-desc {
  width: 654px;
}
.cul-history .wrap .cul-history-item:last-of-type {
  margin-bottom: 0px;
}
.cul-history .wrap .cul-history-item:nth-of-type(2n) .cul-history-image,
.cul-history .wrap .cul-history-item:nth-of-type(2n + 1) .cul-history-desc {
  float: left;
}
.cul-history .wrap .cul-history-item:nth-of-type(2n + 1) .cul-history-image,
.cul-history .wrap .cul-history-item:nth-of-type(2n) .cul-history-desc {
  float: right;
}
.cul-history .wrap .cul-history-item .cul-history-desc-title {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  margin-top: 14px;
  margin-bottom: 42px;
  margin-left: 3px;
  padding-left: 30px;
  border-left: 7px solid #2aaec9;
  color: #2aaec9;
}
.cul-history .wrap .cul-history-item .cul-history-desc-text {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
}
.cul-history .wrap .cul-history-item .cul-history-image {
  font-size: 0;
}
.cul-history .wrap .cul-history-item .cul-history-image img {
  width: 650px;
  float: left;
}

/**
    互动体验
**/
.banner-experience {
  width: 100%;
  height: 324px;
}
.banner-experience .wrap {
  background: url("") 0 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.banner-experience .wrap .words {
  position: absolute;
  /* right: 130px; */
  right: -250px;
  top: 170px;
  transition: all 1.6s ease-in-out;
}
.banner-experience .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.banner-experience .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  transition: all 1.6s ease-in-out;
  margin-left: 30px;
}
.exp-form {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}
.exp-form .wrap .exp-form-title {
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #00a4c0;
  text-align: center;
}
.exp-form .wrap .exp-form-title .line {
  display: inline-block;
  width: 470px;
  border-bottom: 1px solid #00a4c0;
  margin-top: 30px;
}
.exp-form .wrap .exp-form-innerwrap {
  width: 1255px;
  margin: 0 auto;
}
.exp-form .wrap .exp-form-innerwrap .ques {
  padding-left: 160px;
}
.exp-form .wrap .exp-form-innerwrap form .formsubtitle {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 18px;
  background-color: #e6f9fc;
  padding-left: 160px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.exp-form .wrap .exp-form-innerwrap .ques {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
.exp-form .wrap .exp-form-innerwrap .ques input {
  width: 18px;
  height: 18px;
}
.exp-form .wrap .exp-form-innerwrap .ques .select label {
  margin-left: 6px;
  margin-right: 46px;
}
.exp-form .wrap .exp-form-innerwrap .ques input[type="text"] {
  padding-left: 16px;
  width: 440px;
  height: 34px;
  line-height: 34px;
  margin-left: 28px;
  color: #999;
  background-color: #faf8f8;
}
.exp-form .wrap .exp-form-innerwrap .ques textarea {
  width: 935px;
  height: 220px;
  background-color: #faf8f8;
  margin-top: 24px;
  padding: 10px;
  color: #999;
}
.exp-form .wrap .exp-form-innerwrap .ques .select label {
  width: 80px;
  display: inline-block;
}
.exp-form .wrap .exp-form-innerwrap #submit {
  display: block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  background-color: #2aaec9;
  color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
  margin: 0 auto;
}

/**
    最新动态
**/
.banner-news {
  width: 100%;
  height: 324px;
}
.banner-news .wrap {
  background: url("") 0 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.banner-news .wrap .words {
  position: absolute;
  /* right: 130px; */
  right: -140px;
  top: 170px;
  transition: all 1.6s ease-in-out;
}
.banner-news .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.banner-news .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  transition: all 1.6s ease-in-out;
  margin-left: 60px;
}
.news-news {
  margin-top: 28px;
}
.news-news .wrap {
  /* padding-left: 29px;
    padding-right: 54px; */
}
.news-news .wrap .news-news-top {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px #f5f5f5 solid;
  padding-left: 29px;
  padding-right: 54px;
}
.news-news .wrap .news-news-top a {
  color: #666;
  font-size: 14px;
}
.news-news .wrap .news-news-list {
  padding-left: 61px;
  padding-right: 61px;
}
.news-news .wrap .news-news-list .news-news-list-item {
  width: 398px;
  height: 242px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 62px;
  float: left;
  margin-right: 50px;
}
.news-news .wrap .news-news-list .news-news-list-item:nth-of-type(3n) {
  margin-right: 0px;
}
.news-news .wrap .news-news-list .news-news-list-item img {
  width: 398px;
  height: 128px;
}
.news-news
  .wrap
  .news-news-list
  .news-news-list-item
  .news-news-list-item-title {
  margin-top: 23px;
  line-height: 30px;
  font-size: 18px;
  color: #036;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.news-news
  .wrap
  .news-news-list
  .news-news-list-item
  .news-news-list-item-title:hover {
  color: #00a4c0;
}
.news-news
  .wrap
  .news-news-list
  .news-news-list-item
  .news-news-list-item-time {
  text-align: right;
  color: #999;
  font-size: 14px;
  padding-right: 10px;
}
/* .news-news .wrap .news-news-list .news-news-list-item{
    height: 142px;
    margin-bottom: 52px;
}
.news-news .wrap .news-news-list .news-news-list-item img{
    width: 180px;
    height: 142px;
    margin-right: 41px;
}
.news-news .wrap .news-news-list .news-news-list-item .news-news-list-item-con{
    width: 1115px;
}
.news-news .wrap .news-news-list .news-news-list-item .news-news-list-item-con .news-news-list-item-con-title{
    font-size: 18px;
    color: #036;
    height: 27px;
    line-height: 27px;
}
.news-news .wrap .news-news-list .news-news-list-item .news-news-list-item-con .news-news-list-item-con-title:hover{
    color: #00a4c0;
}
.news-news .wrap .news-news-list .news-news-list-item .news-news-list-item-con .news-news-list-item-con-time{
    font-size: 16px;
    color: #999;
    height: 24px;
    line-height: 24px;
    margin-bottom: 22px;
}
.news-news .wrap .news-news-list .news-news-list-item .news-news-list-item-con .news-news-list-item-con-desc{
    font-size: 14px;
    line-height: 21px;
    color: #999;
    height: 63px;
} */
.news-news .wrap .news-news-list-turnpage {
  margin-top: 30px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin-bottom: 64px;
  text-align: center;
}
.news-news .wrap .news-news-list-turnpage span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border: 1px #dfdfdf solid;
  text-align: center;
  padding: 0px 14px;
}

/**
    下载中心
**/
.banner-download {
  width: 100%;
  height: 324px;
  margin-bottom: 60px;
}
.banner-download .wrap {
  width: 1420px;
  height: 324px;
  background: url("") 0 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.banner-download .wrap .words {
  position: absolute;
  right: -275px;
  top: 170px;
  transition: all 1.6s ease-in-out;
}
.banner-download .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.banner-download .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  transition: all 1.6s ease-in-out;
  margin-left: 40px;
}
.download-link {
  margin-top: -20px;
  padding-left: 20px;
  width: 100%;
  /* height: 48px; */
}
.download-link .wrap {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 18px;
}
.download-link a {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.download-link a:hover {
  text-decoration: underline;
}
.download-main {
  margin-bottom: 44px;
}
.download-main .download-wrap {
  padding: 34px 31px 0px;
}
.download-main .download-wrap .download-desc {
  font-size: 16px;
  color: #333333;
  line-height: 2em;
}
.download-main .download-wrap .code {
  margin-top: 35px;
}
.download-main .download-wrap .code .code-col {
  border: 6px solid #f2f2f2;
  padding-top: 40px;
}
.download-main .download-wrap .code .code-col1 {
  width: 640px;
  height: 335px;
}
.download-main .download-wrap .code .code-col1 .item {
  width: 50%;
  color: #333;
}
.download-main .download-wrap .code .code-col1 .item .appParkTitle {
  text-align: center;
  font-size: 14px;
  line-height: 2em;
  margin-top: 14px;
}
.download-main .download-wrap .code .code-col1 .item .appDownloadDesc {
  font-size: 16px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  margin-bottom: 11px;
}
.download-main .download-wrap .code .code-col1 .item .appdownloadBtn {
  width: 170px;
  height: 32px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
}
.download-main
  .download-wrap
  .code
  .code-col1
  .item
  .appdownloadBtn.appdownloadBtn-ios {
  background-color: #66cccc;
}
.download-main
  .download-wrap
  .code
  .code-col1
  .item
  .appdownloadBtn.appdownloadBtn-android {
  background-color: #95c503;
}
.download-main .download-wrap .code .code-col1 .item .appdownloadBtn img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.download-main .download-wrap .code .code-col1 .item .appdownloadBtn span{
  vertical-align: middle;
}
.download-main .download-wrap .code .code-col2 {
  width: 282px;
  height: 335px;
  margin-left: 76px;
}
.download-main .download-wrap .code .code-col3 {
  width: 282px;
  height: 335px;
  margin-left: 78px;
}
.download-main .download-wrap .code .code-col .codeImage {
  width: 166px;
  height: 166px;
  margin: 0 auto;
  display: block;
}
.download-main .download-wrap .code .code-col .codeTitle {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.download-main .download-wrap .code .code-col .codeType {
  width: 100%;
  text-align: center;
}
.download-main .download-wrap .code .code-col .codeType .ico-codeType {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.download-main .download-wrap .code .code-col .codeType span {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  padding-left: 10px;
  vertical-align: middle;
}

/*鹿鸣初心会客厅*/
.hkt-banner {
  height: 324px;
}
.hkt-banner .wrap {
  background: url("../images/hktbanner.jpg") no-repeat no-repeat center center;
}
.text-center{
  text-align: center;
}
.hkt-banner-move .wrap {
  position: relative;
  overflow: hidden;
}
.hkt-banner-move .wrap .words {
  position: absolute;
  left: -280px;
  top: 200px;
  transition: all 1.6s ease-in-out;
}
.hkt-banner-move .wrap .words .title {
  color: #fff;
  font-size: 34px;
  transition: all 1.6s ease-in-out;
}
.hkt-banner-move .wrap .words .subtitle {
  color: #fff;
  font-size: 24px;
  margin-left: 66px;
  transition: all 1.6s ease-in-out;
}
.hkt-hd{
  margin: 50px 0;
}
.hkt-bd .descon{
  width: 686px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 2.125;
}
.hktlist{
  margin: 0 -10px;
}
.hktitem{
  width: 460px;
  margin: 10px;
}

.hktitem p{
  font-size: 16px;
  font-family: "Adobe Heiti Std";
  color: rgb(0, 0, 0);
  line-height: 1.5;
  padding: 10px 0 50px;
  min-height: 144px;
}
.hktitem p span{
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #333;
  margin-right: 10px;
}
.hktitem p span.yysj{
  font-size: 16px;
  color: #00a4c0;
}
.yyinfo{
  width: 1188px;
  margin: auto;
  margin-bottom: 50px;
}
.yyinfo .title{
  font-size: 24px;
  font-family: "Source Han Sans CN";
  color: #000;
  margin-bottom: 20px;
}


.yyinfo table{
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
}

.yyinfo table th,
.yyinfo table td{
  height: 50px;
  border-right: 1px solid #c9c9c9;
}
.yyinfo table th {
  background: #e3f8fc;
}
.yyinfo table tr:nth-child(even) {
  background: #f8f8f8;
}
.yyinfodes{
  width: 890px;
}
.yyinfodes p{
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(51, 51, 51);
  line-height: 2.25;
}


































