.nei-banner {
  width: 100%;
  height: 396px;
  background-image: url('../images/gallery_banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nei-banner .big-title {
  font-size: 50px;
  color: #fff;
}
.nei-banner .e-title {
  font-size: 20px;
  color: #fff;
	text-transform: uppercase
}
.scenic-container {
  background-color: #fff;
  padding: 60px 0 80px;
}
.scenic-container .wd1650 .contain-title {
  display: flex;
  align-items: center;
  border-left: 5px solid #4077e9;
  padding-left: 15px;
}
.scenic-container .wd1650 .contain-title .l-title {
  margin-right: 10px;
}
.scenic-container .wd1650 .contain-title .l-title .c-word {
  font-size: 24px;
}
.scenic-container .wd1650 .contain-title .l-title .e-word {
  color: #666;
	text-transform: uppercase
}
.scenic-container .wd1650 .contain-title .r-line {
  flex: 1;
  height: 1px;
  background-color: #4077e9;
}
.scenic-container .wd1650 .contain-nav {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.scenic-container .wd1650 .contain-nav li {
  margin-right: 20px;
  width: 149px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border: solid 1px #4077e9;
}
.scenic-container .wd1650 .contain-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.scenic-container .wd1650 .contain-nav .li-active a {
  color: #fff;
  background-color: #4077e9;
}
.scenic-container .wd1650 .contain-nav li:hover a {
  color: #fff;
  background-color: #4077e9;
}
.scenic-container .wd1650 .main-box {
  margin-top: 40px;
  padding-top: 10px;
}
.scenic-container .wd1650 .main-box > div {
  margin-bottom: 30px;
}
.scenic-container .wd1650 .main-box > div .main-item {
  display: block;
  transition: 0.5s;
}
.scenic-container .wd1650 .main-box > div .main-item .img {
  width: 100%;
  height: 299px;
  overflow: hidden;
}
.scenic-container .wd1650 .main-box > div .main-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.scenic-container .wd1650 .main-box > div .main-item div {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  background-color: #f7f7f7;
}
.travel-container {
  background-color: #fff;
  padding: 80px 0;
}
.travel-container .wd1650 .travel-flac {
  display: flex;
  align-items: center;
}
.travel-container .wd1650 .travel-flac .show {
  width: 475px;
  height: 356px;
  margin-right: 42px;
  position: relative;
}
.travel-container .wd1650 .travel-flac .show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.travel-container .wd1650 .travel-flac .show .wet {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 138px;
  height: 64px;
  line-height: 56px;
  text-align: center;
  background-image: url('../images/tuijian_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  color: #fff;
}
.travel-container .wd1650 .travel-flac .flac-info {
  flex: 1;
  padding-right: 20px;
  transition: 0.3s;
}
.travel-container .wd1650 .travel-flac .flac-info .title {
  font-size: 24px;
  transition: 0.3s;
}
.travel-container .wd1650 .travel-flac .flac-info .time {
  margin-top: 18px;
  font-size: 16px;
  color: #797979;
  transition: 0.3s;
}
.travel-container .wd1650 .travel-flac .flac-info .intro {
  margin-top: 31px;
  font-size: 16px;
  color: #555;
  line-height: 32px;
  transition: 0.3s;
}
.travel-container .wd1650 .travel-flac .flac-info .more {
  display: block;
  margin-top: 41px;
  width: 163px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  background-color: #5c7bff;
}
.travel-container .wd1650 .travel-box {
  margin-top: 55px;
  padding: 10px;
  box-sizing: border-box;
}
.travel-container .wd1650 .travel-box > div {
  margin-bottom: 100px;
  padding-top: 10px;
  transition: 0.5s;
}
.travel-container .wd1650 .travel-box > div .travel-item .item-time {
  font-size: 16px;
  color: #888;
}
.travel-container .wd1650 .travel-box > div .travel-item .item-info {
  display: flex;
  margin-top: 20px;
}
.travel-container .wd1650 .travel-box > div .travel-item .item-info .blue {
  margin-right: 29px;
  width: 44px;
  height: 95px;
  background-color: #5c7bff;
}
.travel-container .wd1650 .travel-box > div .travel-item .item-info .item-area {
  flex: 1;
  transition: 0.5s;
  padding-bottom: 53px;
  border-bottom: 1px solid #cbcbcb;
}
.travel-container .wd1650 .travel-box > div .travel-item .item-info .item-area .title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.5s;
}
.travel-container .wd1650 .travel-box > div .travel-item .item-info .item-area .intro {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 79px;
}
.travel-container .wd1650 .rule-paging {
  margin-top: 0;
}
.travel-a-containter {
  padding: 70px 0;
  background-color: #fff;
}
.travel-a-containter .wd1650 {
  display: flex;
  justify-content: space-between;
}
.travel-a-containter .wd1650 .slide-l {
  margin-right: 97px;
}
.travel-a-containter .wd1650 .slide-l .slide-box {
  margin-bottom: 50px;
  width: 320px;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-title {
  width: 100%;
  height: 90px;
  padding-left: 33px;
  background-image: url("../images/listshow_nav.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-title .line {
  width: 5px;
  height: 53px;
  margin-right: 24px;
  background-color: #ffffff;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-title .title {
  font-size: 24px;
  color: #fff;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-info {
  /* display: none; */
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul {
  background-color: #fafafa;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li {
  transition: 0.3s;
  padding: 0 25px;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  padding: 20px 0;
  padding-left: 16px;
  border-bottom: 1px dashed #e2e2e2;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li a div {
  transition: 0.3s;
  width: 11px;
  height: 11px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #4077e9;
}
.travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li a span {
  font-size: 20px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.travel-a-containter .wd1650 .main-r {
  flex: 1;
}
.travel-a-containter .wd1650 .main-r .contain-title {
  display: flex;
  align-items: center;
  border-left: 5px solid #4077e9;
  padding-left: 15px;
}
.travel-a-containter .wd1650 .main-r .contain-title .l-title {
  margin-right: 10px;
}
.travel-a-containter .wd1650 .main-r .contain-title .l-title .c-word {
  font-size: 24px;
}
.travel-a-containter .wd1650 .main-r .contain-title .l-title .e-word {
  color: #666;
	text-transform: uppercase
}
.travel-a-containter .wd1650 .main-r .contain-title .r-line {
  flex: 1;
  height: 1px;
  background-color: #4077e9;
}
.travel-a-containter .wd1650 .main-r .bodu-title {
  margin-top: 55px;
  font-size: 28px;
  text-align: center;
}
.travel-a-containter .wd1650 .main-r .bodu-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.travel-a-containter .wd1650 .main-r .bodu-type .type-son {
  display: flex;
  align-items: center;
  margin-right: 34px;
}
.travel-a-containter .wd1650 .main-r .bodu-type .type-son img {
  width: 17px;
  margin-right: 8px;
}
.travel-a-containter .wd1650 .main-r .bodu-type .type-son span {
  font-size: 16px;
  color: #999;
}
.travel-a-containter .wd1650 .main-r .message {
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #4077e9;
  width: 95%;
  margin: 45px auto 0;
}
.travel-a-containter .wd1650 .main-r .message .m-box {
  display: flex;
  align-items: center;
}
.travel-a-containter .wd1650 .main-r .message .m-box img {
  margin-right: 10px;
}
.travel-a-containter .wd1650 .main-r .message .m-box span {
  font-size: 16px;
  color: #fff;
}
.travel-a-containter .wd1650 .main-r .main-body {
  width: 95%;
  font-size: 18px;
  text-align: justify;
  margin: 50px auto 0;
}
.travel-a-containter .wd1650 .main-r .main-body .scenic-intro{
  display: none;
}
.travel-a-containter .wd1650 .main-r .article-page {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.travel-a-containter .wd1650 .main-r .article-page .cut {
  display: flex;
  align-items: center;
  flex: 1;
  height: 56px;
  line-height: 56px;
}
.travel-a-containter .wd1650 .main-r .article-page .cut .arrows {
  width: 56px;
  height: 100%;
  font-size: 36px;
  color: #fff;
  text-align: center;
  background-color: #4077e9;
}
.travel-a-containter .wd1650 .main-r .article-page .cut .word {
  flex: 1;
  padding-left: 30px;
  font-size: 16px;
  background-color: #f6f6f6;
}
.travel-a-containter .wd1650 .main-r .article-page .return {
  width: 55px;
  height: 55px;
  margin: 0 23px;
  line-height: 55px;
  text-align: center;
  background-color: #4077e9;
}
.article_project {
  margin-top: 58px;
  display: flex;
  align-items: center;
}
.article_project .show-l {
  width: 600px;
  height: 450px;
  object-fit: cover;
  margin-right: 50px;
}
.article_project .project-info{
  flex: 1;
}
.article_project .project-info .project-title {
  display: flex;
  align-items: center;
}
.article_project .project-info .project-title .icon {
  width: 33px;
  margin-right: 5px;
}
.article_project .project-info .project-title span {
  font-size: 36px;
}
.article_project .project-info .bodu-type {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  margin-top: 10px;
}
.article_project .project-info .bodu-type .type-son {
  display: flex;
  align-items: center;
  margin-right: 34px;
}
.article_project .project-info .bodu-type .type-son img {
  width: 17px;
  margin-right: 8px;
}
.article_project .project-info .bodu-type .type-son span {
  font-size: 16px;
  color: #999;
}
.article_project .project-info .project-intro {
  margin-top: 34px;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
.article_project .project-info .project-lianxi {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.article_project .project-info .project-lianxi > div {
  width: 50%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.article_project .project-info .project-lianxi .rexian {
  background-color: #4077e9;
}
.article_project .project-info .project-lianxi .yuyue {
  background-color: #f6c400;
}
.project-notice {
  line-height: 80px;
  display: flex;
  align-items: center;
  background-color: #fafafa;
  margin-top: 26px;
}
.project-notice > div {
  width: 183px;
  height: 80px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4077e9;
}
.project-notice .orange {
  background-color: #f6c400;
}
/* .project-notice .blue {
  background-color: #4077e9;
} */
.rule-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.rule-paging .end {
  height: 45px;
  width: 112px;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4077e9;
}
.rule-paging .end:hover {
  background-color: #f6c400;
}
.rule-paging ul {
  display: flex;
  align-items: center;
}
.rule-paging ul li {
  width: 47px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #4077e9;
  margin-right: 15px;
}
.rule-paging ul li a {
  color: #fff;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
}
.rule-paging ul li:hover {
  background-color: #f6c400;
}
.rule-paging ul li:hover a {
  color: #fff;
}
.rule-paging ul .li-active {
  background-color: #f6c400;
}
@media screen and (min-width: 1200px) {
  .scenic-container .wd1650 .main-box > div .main-item:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.34);
  }
  .scenic-container .wd1650 .main-box > div .main-item:hover img {
    transform: scale(1.1);
  }
  .scenic-container .wd1650 .main-box > div .main-item:hover div {
    color: #fff;
    background-color: #4077e9;
  }
  .travel-container .wd1650 .travel-flac:hover {
    background-color: #4077e9;
  }
  .travel-container .wd1650 .travel-flac:hover .flac-info .title {
    color: #fff;
  }
  .travel-container .wd1650 .travel-flac:hover .flac-info .time {
    color: #fff;
  }
  .travel-container .wd1650 .travel-flac:hover .flac-info .intro {
    color: #fff;
  }
  .travel-container .wd1650 .travel-flac:hover .flac-info .more {
    background-color: #f6c400;
  }
  .travel-container .wd1650 .travel-box > div:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.24);
  }
  .travel-container .wd1650 .travel-box > div:hover .travel-item .item-info .item-area {
    border-bottom: 1px solid transparent;
  }
  .travel-container .wd1650 .travel-box > div:hover .travel-item .item-info .item-area .title {
    color: #4077e9;
  }
  .travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li:hover {
    background-color: #f6c400;
  }
  .travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li:hover a {
    color: #fff;
  }
  .travel-a-containter .wd1650 .slide-l .slide-box .slide-info ul li:hover a div {
    background-color: #fff;
  }
  .hot-search .wd1650 .hot-right .button-r button:hover {
    background-color: #f6c400;
  }
  .travel-a-containter .wd1650 .main-r .article-page .cut .word:hover{
    color: #4077e9;
  }
}
@media screen and (max-width:1650px){
    .travel-container .wd1650 .travel-flac .show .wet{
        left: 0;
        background-image: none;
        background-color: #f6c400;
        width: 90px;
        height: 40px;
        line-height: 40px;
    }
    .travel-a-containter .wd1650 .slide-l{
      margin-right: 30px;
    }
    .article_project .show-l{
      margin-right: 30px;
      height: auto;
      width: 460px;
    }
}
@media screen and (max-width: 1200px) {
  .nei-banner {
    height: 300px;
    background-size: cover;
  }
  .nei-banner .big-title {
    font-size: 30px;
  }
  .nei-banner .e-title {
    font-size: 16px;
  }
  .scenic-container .wd1650 .main-box > div {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .scenic-container .wd1650 .main-box > div .main-item .img {
    height: auto;
  }
  .travel-container{
    padding: 35px 0;
  }
  .travel-container .wd1650 .travel-flac .show{
    margin-right: 25px;
  }
  .travel-container .wd1650 .travel-box{
    margin-top: 35px;
  }
  .travel-container .wd1650 .travel-box > div{
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .travel-container .wd1650 .travel-box > div .travel-item .item-info .blue{
    margin-right: 15px;
    width: 5px;
    height: 95px;
  }
  .travel-container .wd1650 .travel-box > div .travel-item .item-info .item-area{
    padding-bottom: 20px;
  }
  .travel-a-containter .wd1650 .slide-l{
    display: none;
  }
  .article_project .project-info .project-lianxi > div{
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .article_project .project-info .project-intro{
    margin-top: 20px;
  }
  .article_project .project-info .project-lianxi{
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width:960px){
  .travel-container .wd1650 .travel-flac .show{
    width: auto;
    height: auto;
  }
  .article_project .show-l{
    width: 400px;
  }
  .article_project .project-info .project-title span{
    font-size: 30px;
  }
  .travel-a-containter .wd1650 .main-r .article-page .return{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .scenic-container .wd1650 .main-box > div .main-item div {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .scenic-container .wd1650 .contain-nav {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scenic-container .wd1650 .contain-nav li {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
  .scenic-container .wd1650 .contain-nav li a {
    padding: 0 15px;
    font-size: 16px;
  }
  .scenic-container {
    padding: 30px 0;
  }
  .scenic-container .wd1650 .contain-nav {
    margin-top: 30px;
  }
  .scenic-container .wd1650 .main-box {
    margin-top: 30px;
  }
  .rule-paging {
    margin-top: 30px;
  }
  .rule-paging .end {
    display: none;
  }
  .rule-paging ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rule-paging ul li {
    margin-bottom: 10px;
  }
  .travel-container .wd1650 .travel-flac{
    display: block;
  }
  .travel-container .wd1650 .travel-flac .show{
    margin-right: 0;
  }
  .travel-container .wd1650 .travel-flac .flac-info{
    padding-right: 0;
    padding-top: 20px;
  }
  .travel-container .wd1650 .travel-flac .flac-info .title{
    font-size: 20px;
  }
  .travel-container .wd1650 .travel-flac .flac-info .intro{
    margin-top: 15px;
    line-height: 24px;
  }
  .travel-container .wd1650 .travel-flac .flac-info .more{
    display: none;
  }
  .travel-container .wd1650 .travel-flac .flac-info .time{
    margin-top: 10px;
  }
  .travel-a-containter{
    padding: 30px 0;
  }
  .travel-a-containter .wd1650 .main-r .main-body{
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
  }
  .article_project{
    display: block;
  }
  .article_project .show-l{
    width: 100%;
    margin-right: 0;
  }
  .article_project .project-info{
    padding-top: 10px;
  }
  .article_project .project-info .project-title .icon{
    width: 24px;
  }
  .article_project .project-info .project-title span{
    font-size: 22px;
  }
  .article_project .project-info .project-intro{
    font-size: 16px;
  }
  .article_project .project-info .project-lianxi > div{
    height: 40px;
    line-height: 40px;
  }
  .project-notice{
    margin-top: 33px;
    line-height: 50px;
  }
  .project-notice > div{
    padding: 0 10px;
    height: 50px;
    width: auto;
    font-size: 18px;
  }
  .travel-a-containter .wd1650 .main-r .bodu-title{
    margin-top: 30px;
    font-size: 20px;
  }
  .travel-a-containter .wd1650 .main-r .message{
    width: 100%;
    height: auto;
    line-height: normal;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
    margin-top: 25px;
  }
  .travel-a-containter .wd1650 .main-r .message .m-box{
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .travel-a-containter .wd1650 .main-r .message .m-box img{
    width: 20px;
  }
  .travel-a-containter .wd1650 .main-r .article-page{
    margin-top: 30px;
    display: block;
  }
  .travel-a-containter .wd1650 .main-r .article-page .cut{
    margin-bottom: 10px;
  }
  .travel-a-containter .wd1650 .main-r .article-page .cut .arrows{
    font-size: 20px;
  }
  .travel-a-containter .wd1650 .main-r .article-page .cut{
    height: 40px;
    line-height: 40px;
  }
  .travel-a-containter .wd1650 .main-r .article-page .cut .word{
    padding-left: 15px;
    transition: 0.5s;
  }
}
@media screen and (max-width: 640px) {
  .nei-banner {
    height: 230px;
  }
  .nei-banner .big-title {
    font-size: 24px;
  }
  .nei-banner .e-title {
    font-size: 14px;
  }
  .scenic-container .wd1650 .main-box > div {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .scenic-container .wd1650 .contain-title {
    display: none;
  }
  .travel-container .wd1650 .travel-box > div{
    padding: 0;
  }
  .travel-container .wd1650 .travel-box{
    padding: 0;
  }
  .travel-container .wd1650 .travel-flac .flac-info{
    padding: 15px;
    background-color: #f6f6f6;
  }
  .travel-container .wd1650 .travel-flac .show .wet{
    font-size: 16px;
  }
  .travel-container .wd1650 .travel-box > div .travel-item .item-info .item-area .title{
    font-size: 20px;
  }
  .rule-paging ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .travel-a-containter .wd1650 .main-r .contain-title{
    border: none;
    display: block;
    padding-left: 0;
  }
  .travel-a-containter .wd1650 .main-r .contain-title .l-title{
    text-align: center;
  }
  .travel-a-containter .wd1650 .main-r .contain-title .r-line{
    margin-top: 10px;
  }
  .article_project{
    margin-top: 0;
  }
  .travel-a-containter .wd1650 .main-r .contain-title{
    display: none;
  }
  .travel-a-containter .wd1650 .main-r .single-title{
    display: block;
  }
  .travel-a-containter .wd1650 .main-r .bodu-title{
    margin-top: 0;
  }
  .travel-a-containter .wd1650 .main-r .message .m-box{
    align-items: flex-start;
  }
}
