/**
网站整体变灰
*/

/* html{
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
} */
/* banner */
.carousel-box {
    height: 348px;
    margin:20px 0px 20px 0px;
}

.banner-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-item > .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-item .name {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #f2f2f2;
  text-shadow: 1px 1px 1px #000;
}

/* ****************************************************************
  main
******************************************************************* */
.section {
  /* margin-top: 40px; */
  padding: 40px 0;

}

.title-box {
  position: relative;
  font-size: 12px;
}

.title-box .more {
  color: #999;
  transition: color .2s;
}
.title-box .more:hover {
  color: #666;
  transition: color .2s;
}
/* ****************************************************************
  公园公告
******************************************************************* */
/* .public {
  height: 42px;
} */

.public .title-box {
  height: 42px;
  width: 220px;
}

.public .scroll-box{
  width: 420px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.public .scroll-box .item .title {
 width: 320px;
 white-space: nowrap;;
 color: #2b2b2b;
}


.public .scroll-box .item .time{
  float: right;
 width: 80px;
 text-align: right;
 vertical-align: middle;
 color: #666;
}


.public .search-box {
  float: right;
  width: 280px;
  height: 42px;
  line-height: 42px;
  text-align: right;
}

.public .search-box .search-wrapper{
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  /* border: 1px solid rgb(196, 87, 77); */
  font-size: 0;
}

.public .search-box .search-btn {
  width: 48px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid rgb(196, 87, 77);
  background-color: rgb(196, 87, 77);
}

.public .search-box .search-btn .btn{
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  
}


.public .search-inp {
  padding: 0 12px;
  vertical-align: middle;
  border: 1px solid rgb(196, 87, 77);
}

.public .search-inp .inp {
  width: 180px;
  font-size: 12px;
  vertical-align: middle;
}

/* *******************************************************************************
  公园动态 公园概况
******************************************************************************* */
.park {
  /* height: 260px; */
  font-size: 0;
  display: inline-block;
  position: relative;
  width:100%;
  padding: 0 20px;
  margin-top:40px;
}

.park .news {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

.park .news .news-img {
  margin-left: 6px;
  display: inline-block;
  position: relative;
  width: 43%;
  float: left;
}

.park .news .news-img .item .img {
  width: 100%;
  height: 100%;
}

.park .news .title-box {
  width: 52px;
  height: 257px;
}

.park .news .title-box .more {
  position: absolute;
  left: 0;
  top: 81%;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.park .news .news-list {
  display: inline-block;
  position: relative;
  width: 45%;
  float: left;
  height: 300px;
  margin-left: 60px;
  overflow: hidden;
}
.park .news .news-list .nav-table{
  display: inline-block;
  position: relative;
  width: 100%;
}
.park .news .news-list .nav-table img{
  width:100%;
  height:40px;
}

.park .news .news-list .list {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.park .news .news-list .item {
  padding: 6px 0;
  height: 24px;
  line-height: 24px;
}

.park .news .news-list .title {
  width: 83%;
  height: 24px;
  color: #2b2b2b;
}


.park .news .news-list .time {
  width: 80px;
  font-size: 13px;
  text-align: right;
  color: #999;
}

.park .info {
  width: 240px;
  height: 100%;
  vertical-align: middle;
}

.park .info .title-box {
  width: 52px;
  height: 257px;
}

.park .info .title-box .more {
  position: absolute;
  left: 0;
  top: 81%;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.park .info .brief {
  width: 176px;
  height: 240px;
  margin-left: 10px;
}

.park .info .brief .img-box {
  width: 176px;
  height: 120px;
}

.park .info .brief .content {
  margin-top: 24px;
  height: 96px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}

.park .info .brief .content img {
  display: none;
}

/* *******************************************************************************
  科普知识 地质遗迹
******************************************************************************* */
.knowledge-geo {
  font-size: 0;
  /* height: 300px; */
}

.knowledge-geo .wrapper {
  width: 460px;
  height: 100%;
  /* background-color: #e33; */
}

.knowledge-geo .geo {
  margin-left: 20px;
}

.knowledge-geo .wrapper .title-box {
  width: 100%;
  height: 48px;
}

.knowledge-geo .wrapper .title-box .img {
  width: 100%;
  height: 100%;
}

.knowledge-geo .wrapper .title-box .more {
  position: absolute;
  top: 0;
  left: 86.5%;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
}


.knowledge-geo .wrapper .brief {
  margin-top: 10px;
}

.knowledge-geo .wrapper .img-box {
  width: 220px;
  height: 144px;
}

.knowledge-geo .wrapper .info {
  width: 220px;
  height: 144px;
  margin-left: 20px;
  overflow: hidden;
}

.knowledge-geo .wrapper .info .title {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
}

.knowledge-geo .wrapper .info .content {
  position: relative;
  height: 96px;
  font-size: 13px;
  line-height: 24px;
  color: #666;
}

.knowledge-geo .wrapper .info .content .text {
  display: inline-block;
  height: 72px;
  overflow: hidden;
}

.knowledge-geo .wrapper .info .content .text  img {
  display: none;
}

.knowledge-geo .wrapper .info .content .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgb(216, 95, 84);
}

.knowledge-geo .wrapper .list {
  margin-top: 10px;
  font-size: 14px;
}

.knowledge-geo .wrapper .list .item {
  width: 440px;
  padding: 6px 0;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dotted #c9c9c9;
}

.knowledge-geo .wrapper .list .item .title {
  width: 340px;
}

.knowledge-geo .wrapper .list a {
  color: #2b2b2b;
}


.knowledge-geo .wrapper .list .item .time {
  width: 80px;
  margin-left: 10px;
  text-align: right;
  font-size: 13px;
  color: #999;
}


/* *******************************************************************************
  地质公园扶贫专栏   其他栏目 column
******************************************************************************* */
.column {
  display: block;
  width: 100%;
}

.column .img {
  width: 100%;
}

/* *******************************************************************************
  公园风光
******************************************************************************* */
.scenery {
  width: 100%;
}

.scenery .title-box {
  width: 100%;
  height: 42px;
}

.scenery .title-box .img {
  width: 100%;
  height: 100%;
}

.scenery .title-box .more {
  position: absolute;
  top: 10px;
  left: 887px;
  height: 26px;
  width: 33px;
  text-align: center;
  line-height: 26px;
}



/* *******************************************************************************
  临夏人文 化石保护
******************************************************************************* */
.humanity-fossil {
  font-size: 0;
  /* height: 344px; */
}

.humanity-fossil .wrapper {
  width: 460px;
  height: 100%;
  /* background-color: #e33; */
}

.humanity-fossil .fossil {
  margin-left: 20px;
}

.humanity-fossil .wrapper .title-box {
  width: 100%;
  height: 48px;
}

.humanity-fossil .wrapper .title-box .img {
  width: 100%;
  height: 100%;
}

.humanity-fossil .wrapper .title-box .more {
  position: absolute;
  top: 0;
  left: 86.5%;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
}


.humanity-fossil .wrapper .brief {
  margin-top: 10px;
}

.humanity-fossil .wrapper .img-box {
  width: 220px;
  height: 144px;
}

.humanity-fossil .wrapper .info {
  width: 220px;
  height: 144px;
  margin-left: 20px;
  overflow: hidden;
}

.humanity-fossil .wrapper .info .title {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
}

.humanity-fossil .wrapper .info .content {
  position: relative;
  height: 96px;
  font-size: 13px;
  line-height: 24px;
  color: #666;
}

.humanity-fossil .wrapper .info .content .text {
  display: inline-block;
  height: 72px;
  overflow: hidden;
}

.humanity-fossil .wrapper .info .content .text  img {
  display: none;
}

.humanity-fossil .wrapper .info .content .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgb(216, 95, 84);
}


.humanity-fossil .wrapper .list {
  margin-top: 10px;
  font-size: 14px;
}

.humanity-fossil .wrapper .list .item {
  width: 440px;
  padding: 6px 0;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dotted #c9c9c9;
}

.humanity-fossil .wrapper .list .item .title {
  width: 340px;
}

.humanity-fossil .wrapper .list a {
  color: #2b2b2b;
}

.humanity-fossil .wrapper .list .item .time {
  width: 80px;
  margin-left: 10px;
  text-align: right;
  font-size: 13px;
  color: #999;
}

/* *******************************************************************************
  视频宣传
******************************************************************************* */
.video {
  width: 100%;
}

.video .title-box {
  width: 100%;
  height: 42px;
}

.video .title-box .img {
  width: 100%;
  height: 100%;
}

.video .title-box .more {
  position: absolute;
  top: 9px;
  left: 888px;
  height: 26px;
  width: 33px;
  text-align: center;
  line-height: 26px;
}

.video .wrapper {
  margin-top: 20px;
  width: 100%;
  font-size: 0;
}

.video .wrapper .video-container{
  width: 100%;
  height: 400px;
}

.video .wrapper .video-list {
  margin-left: 20px;
  width: 460px;
  height: 296px;
  font-size: 14px;
  overflow-y: auto;
}

.video .wrapper .video-list .list {
  width: 100%;
}

.video .wrapper .video-list .item {
  width: 100%;
  padding: 6px 0;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dotted #c9c9c9;
}

.video .wrapper .video-list .item .title {
  width: 340px;
}

.video .wrapper .video-list .item .time {
  width: 80px;
  margin-left: 10px;
  font-size: 13px;
  color: #999;
  text-align: right;
}

/* *******************************************************************************
  友情链接
******************************************************************************* */
.friends {
  width: 100%;
}

.friends .title-box {
  width: 100%;
  height: 42px;
}

.friends .title-box .img {
  width: 100%;
  height: 100%;
}

.friends .title-box-friend-url {
  display: inline-block;
  position: relative;
  width: 100%;
}

.friends .title-box-friend-url .img {

  margin-left: 38%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.friends .title-box .more {
  position: absolute;
  top: 9px;
  left: 888px;
  height: 26px;
  width: 33px;
  text-align: center;
  line-height: 26px;
}

.friends .wrapper {
  width: 100%;
  margin-top: 20px;
  height: 109px;
  overflow: hidden;
}

.friends .wrapper .item {
  margin: 0 10px;
  width: 146px;
  height: 109px;
}

.friends .wrapper .item .img-box{
  width: 145px;
  height: 75px;
}

.friends .wrapper .item .text {
  margin-top: 10px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #3f3f3f;
}

.friends .others {
  margin-top: 20px;
  width: 100%;
  line-height: 24px;
  text-align: center;
  color: #666;
}

.friends .others .text {
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}

/************************************************************************
************************************************************************/

/* 媒体查询 */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .latest-news {
      height: 274px;
  }
}
@media screen and (min-width: 992px) {
  .layui-col-md5:hover > .intro {
      width: calc(100% - 10px);
      transition: ease .3s;
  }
  
  .layui-col-md4:hover > .intro,
  .layui-col-md3:hover > .intro {
      padding-top: 80px;
      transition: .3s;
  }
}
@media screen and (max-width: 992px) {

  .science-content-left, 
  .science-content-right {
      height: 222px;
  }
  .latest-news {
      height: auto;
  }
  .latest-news-item {
      height: 240px;
      display: flex;
  }
  .latest-news-item > .img-box {
      margin: 0;
      height: 100%;
      width: 342px;
  }

  .latest-news-item > .intro {
      position: relative;
      flex: 1;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
  }
}


@media screen and (max-width: 1200px) {
  .science-content-left, 
  .science-content-right {
      height: 290px;
  }
}


@media screen and (max-width: 768px) {
  
  .latest-news {
    height: auto;
}
.latest-news-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.latest-news-item > .img-box {
    margin: 0;
    width: 100%;
    height: calc(70vw - 40px);
}

.latest-news-item > .intro {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
  .science-content-left{
      height: 297px;
  }
  .science-content-right {
      height: auto;
  }
  .science-content-right .activity-box {
      height: 297px;
  }

  .science-content-right .activity-img {
      width: 100%;
  }

  .science-content-right .activity-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.3);
  }

  .science-content-right .activity-info > .title {
      color: #fff;
  }

  .science-content-right .activity-info > .content {
      max-height: 48px;
      line-height: 24px;
      overflow: hidden;
      color: #d6d6d6;
  }
}


@media screen and (max-width:768px) {
  .video-container {
      height: 66vw;
  }
  .video-list-container, .video-list {
      height: auto;
  }
}


/*********************新版布局样式add time 20200724**************************************************/
/* 新增样式 —— 2021.6.29 */

/* 3D */
.park-desc .D-imgsbar{
  width:100%;
  height:360px;
}
.D-image{
  margin-top:20px;
}
.park-desc .D-img{
  background-image: url("../../img/3D-banner.png");
  background-position:center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  position:relative;
  overflow: hidden;
}
.THREE {
  position: absolute;
  top: 48px;
  width: 400px;
  height: 300px;
  left: 180px;
}
.D-imgtitle{
  position: absolute;
  top: 102px;
  right: 13%;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 200px;
}
/* ____ */
.self-container{
  background-color:#fff;
  padding-top:35px;
}
/* 公园简介 */
.main .park-desc{
  display: inline-block;
  position: relative;
  width:100%;
  margin-top: 20px;
}
.main .park-desc .titles-container{
  height:44px;
  line-height:44px;
  display:flex;
  justify-content:space-between;
  align-content: center;
  border-bottom: 1px solid #c5c5c5;
  padding-right: 20px;
}
.titles-container .titleNar{
  font-size:1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 3px solid #bd5045;
  padding: 0 20px;
}
.titles-container .more{
  color: rgb(129, 129, 129);
  letter-spacing:1px;
}

/* 新增样式 —— 2021.6.29 */
.main .park-desc .pd-icon{
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.main .park-desc .pd-icon img{
  width: 100%;
}

.main .park-desc .pd-body{
  margin: 28px 0;
  display: flex;
  position: relative;
  width: 100%;
  /* margin-top: 1%; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.main .park-desc .pd-body .pd-img{
  display: flex;
  position: relative;
  width: 50%;
  /* float: left; */
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.main .park-desc .pd-body .pd-img i{
  position: absolute;
  margin-top: 30%;
  margin-left: 47%;
}

.main .park-desc .pd-body .pd-img img{
  width: 100%;
  height: 400px;
  border-radius: 2px;
}

.main .park-desc .pd-body .pd-content {
  display: flex;
  /* position: relative; */
  width: 55%;
  justify-content: center;
  flex-wrap: wrap;
}

.main .park-desc .pd-body .pd-content .pd-title{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.main .park-desc .pd-body .pd-content .pd-title span{
  font-size: 2rem;
  color: #bd5045;
  padding: 20px 0px 15px 15px;
  line-height: 45px;
}
.main .park-desc .pd-body .pd-content .pd-cons{
  width: 100%;
  position: relative;
}
.main .park-desc .pd-body .pd-content  .pd-cons .pd-con{
  display: inline-block;
  text-align: justify;
  padding: 0px 26px;
}
.main .park-desc .pd-body .pd-content .pd-cons .go-park-index{
  position: absolute;
  width: 80%;
  left: 86%;
  bottom: 5%;
}
.main .park-desc .pd-body .pd-content .pd-cons .go-park-index span{
  color: #bd5045;
  position: absolute;
  width: 15%;
}
.main .park-desc .pd-body .pd-content .pd-cons .pd-con span{
  font-size: 0.8rem;
  line-height: 25px;
  padding: 20px 0px 0px 10px;
  word-wrap: break-word;
}

.main .park-desc .pd-body .pd-img .pd-video{
  display: inline-block;
  position: relative;
  width: 100%;
}
/* 视频滚动 */

.videoctr{
  background-color:#f5f5f5;
  margin: 72px 0;
}
.videoctr .slide-item-box {
  padding: 50px 0 20px 0;
}
/* 样式修改 2021.6.29*/
/* 景区景点 */
.park-desc .wrapper {
  width: 100%;
  margin: 40px 0;
  height: 300px;
  overflow: hidden;
}
.park-desc .nav-menustrv{
display:flex;
justify-content: flex-start;
align-items: center;
border-bottom: 1px solid #c5c5c5;
}
.nav-menustrv .nav-menus-1{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
/* padding: 0 20px; */
margin-right: 10px;
}
.nav-menustrv .nav-menus-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-menustrv .nav-menus-1 .navTravel{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 22px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.nav-menustrv .nav-menus-1 .navTravel:focus{
    border-bottom: 2px solid #bd5045;
}            
/* 图片循坏 */
.park-desc .wrappers {
  width: 100%;
  margin: 40px 0 1px 0;
  box-sizing: border-box;
  height: 240px;
  overflow: hidden;
  position:relative;
}
.imgs-container{
  height:310px;
  overflow: hidden;
}
.wrappers .img-up{
  position:fixed;
  z-index:10px;
  position:absolute;
  top:60px;
  display:flex;
  justify-content: space-between;
  width: 96%;
  margin-left: 20px;
}
.wrappers .img-up img{
  width:40px;
  height:40px;
}
.wrappers  .item{
  /* width: 4%; */
  width: 320px;
  margin: 0 20px;
  display:inline-block;
  padding-bottom: 40px;
}
.park-desc .wrappers  .item .img-box{
  width:100%;
  height:164px;
}
.park-desc .wrappers  .item .img-box .img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat:no-repeat;
}
.wrappers  .item .text{
  margin-top: 10px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #3f3f3f;
}
/* 科普教育-特色美食 */
.educ-Food{
  width:100%;
  display:flex;
  justify-content:space-between;
  box-sizing:border-box;
  overflow:hidden;
  background-color: #f5f5f5;
  height: 530px;
  margin-top: 40px;
  padding: 6px 0 50px 0;
}
.nav-menuseduc{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
.nav-menuseduc .nav-menus-1{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  /* padding: 0 20px; */
  margin-right: 10px;
  }
  .nav-menuseduc .nav-menus-1 .navEdc{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 22px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.nav-menuseduc .nav-menus-1 .navEdc:focus{
    border-bottom: 2px solid #bd5045;
}         
.educ-Food .educ-content{
  width:48%;
  overflow:hidden;
  box-sizing: border-box;
}
.more-btn{
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  overflow:hidden;
}
.more-btn img{
  width: 15px;
  height: 15px;
}
.educ-Food .food-content{
  width:48%;
  overflow:hidden;
}
.educ-wrapper{
  width:100%;
  padding: 22px 10px;
  box-sizing:border-box;
  overflow:hidden;
  height: 400px;
}
.educ-Food .educ-content .educ-wrapper a{
  width:42%;
  height:150px;
  display:inline-block;
  padding: 18px;
}
/* 特色美食 */
.nav-menusfood{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
.nav-menusfood .nav-menus-1{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 10px;
  }
  .nav-menusfood .nav-menus-1 .nav-foo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 22px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.nav-menusfood .nav-menus-1 .nav-foo:focus{
    border-bottom: 2px solid #bd5045;
}         
.trv-wrapper{
  width:100%;
  padding: 10px;
  box-sizing:border-box;
  overflow:hidden;
  height: 400px;
}
.trv-content{
  padding: 10px 10px;
  height:150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow:hidden;
  margin-top:20px;
  margin-bottom: 34px;
}
.trv-content .trv-img{
  width:42%;
  height:150px;
}
.trv-content .trv-img img{
  width:100%;
  height:100%;
  background-position: center;
}
.trv-content .trv-title{
  width:52%;
  overflow:hidden;
  height: 136px;
  text-overflow: ellipsis;
}
.trv-content .trv-title h2{
  margin: 4px 10px 10px 0;
  text-align:center;
}
.trv-content .trv-title p{
  text-indent: 2em;
  line-height: 24px;
  text-align: justify;
}
.trv-contents {
  width:100%;
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  line-height: 22px;
}
.trv-contents a{
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.trv-contents .trv-titles{
  width:170px;
  overflow:hidden;
  white-space: nowrap;
  word-break:break-all;
  text-overflow: ellipsis;
  margin-left: 10px;
}
.trv-contents .trv-contenttis{
  width:65%;
  padding: 0 20px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 地址资源 */
.main .park-desc.geocontianer{
  width: 100%;
  height: 590px; 
  overflow: hidden;
  background-color: #f5f5f5;
  margin-top:70px;
  padding: 30px 0;
}
.Geo-wrappers{
  width: 100%;
  /* margin: 40px 0 1px 0; */
  box-sizing: border-box;
  /* height: 240px; */
  overflow: hidden;
  position: relative;
  
}
.nav-menusGeo{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
.nav-menusGeo .nav-menus-1{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  /* padding: 0 20px; */
  margin-right: 10px;
  }
  .nav-menusGeo .nav-menus-1 .nav-ge{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 22px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.nav-menusGeo  .nav-menus-1 .nav-ge:focus{
    border-bottom: 2px solid #bd5045;
}      
/* 点击滑动 */
.Geo-wrappers .slide-item{
  width:970px;
  position: relative;
  margin: 0 auto;
}
.slide-item-box {
	padding: 50px 0;
}
.new-body {
	padding: 20px 20px 40px 20px;
  text-align: center;
}
.new-body-title {
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
	font-weight: 600;
}
.new-body-text {
	padding-top: 20px;
	height: 92px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}
.slide-item-body {
	margin-left: -70px;
}
.slide-item-body ul li {
	margin-left: 20px;
	margin-right: 20px;
  width:260px;
}
.slide-item-body .tempWrap {
	padding-top: 20px;
	background: #f5f5f5;
  width: 1200px;
}
.slide-item-body ul {
	overflow: visible;
}
.slide-item-body ul li:hover {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 1002;
	position: relative;
	left: 0;
}
.next {
	position: absolute;
	top: 39%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: -157px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-bg {
	background-image: url("../../img/btn-fl1.png");
}
.next:hover {
	background-image: url("../../img/btn-fl2.png");
}
.prev {
	position: absolute;
	top: 39%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: -179px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-bg {
	background-image: url("../../img/btn-fr1.png");
}
.prev-bg:hover {
	background-image: url("../../img/btn-fr2.png");
}
.slide-item-body ul li {
	width: 33.333%;
	float: left;
	/* display: block; */
	height: 200px;
	padding-top: 42px;
	margin-bottom: 30px;
	border: none;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
	z-index: 10002;
}
.slide-item-body ul li a {
	display: block;
	box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img .img-box {
  height: 187px;
	border: none;
	display: block;
}

.new-body {
	padding: 20px 20px 30px 20px;
  background-color: #f5f5f5;
  box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.new-body-title {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
}
/* video */
.video-container{
  padding-bottom: 20px;
}
.video-new-img{
  height: 210px;
}
.video-box{
  width: 100%;
  height: 210px;
}
.v-img-box{
  height: 210px;
	border: none;
	display: block;
}
.v-img-box img{
  width: 100%;
  height: 100%;
}
