.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.new-tuji {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new-tuji .new-tuji-img {
  position: relative;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/images/fenghui/bg.jpg);
}

.new-tuji .new-tuji-img a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.new-tuji .new-tuji-img img {
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.new-tuji .new-tuji-img:hover img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.new-list {
  margin-bottom: -1px;
  border: 1px #eaeaea solid;
  padding: 20px;
}

.new-list li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.new-list li:nth-child(2n) {
  margin-right: 0;
}

.new-list-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  background: rgb(0, 0, 0, 0.5);
  z-index: 10;
}

.new-list-img {
  position: relative;
  overflow: hidden;
  height: 167px;
}

.new-tuji img {
  max-width: 100%;
}

.new-list-img img {
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.new-list-img:hover img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.summit-content {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.summit-content:nth-child(2n) {
  margin-right: 0;
}

.summit-content .summit-title {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.summit-content .summit-title h2 {
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
}

.summit-content .summit-title a {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.summit-content .summit-title a:hover {
  color: #2d71d4;
  text-decoration: underline;
}

.summit-content .summit-title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 5px;
  background: #2d71d4;
}

.mainLeft {
  width: 100%;
}

.mainRight {
  display: none;
}

#tiles li img {
  max-width: 100%;
}

/* 閸ユ儳寮烽崘鍛淬€� */
.the-time {
  margin-top: 20px;
}

.the-time li {
  float: left;
  width: 19.2%;
  padding: 10px 5px;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: center;
  border: 1px solid #2d71d4;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.the-time li:nth-child(5n) {
  margin-right: 0;
}

.the-time li:hover {
  color: #fff;
  background: #2d71d4;
}

.the-time .active-color {
  color: #fff;
  background: #2d71d4;
}

.atlas-list img {
  max-width: 100%;
}

.swiper-slide {
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.add-show {
  display: block;
}

.introduction-text {
  margin-top: 20px;
}

.introduction-text p {
  font-size: 15px;
  line-height: 26px;
  text-indent: 2em;
}

.atlas-list-es li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.atlas-list-es li:nth-child(3n) {
  margin-right: 0;
}

.atlas-list-title h4 {
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
}

.list-img-content {
  padding-top: 50px;
}

.nav-lists {
  max-width: 1180px;
  margin: 0 auto;
  line-height: 60px;
  position: relative;
  margin-bottom: 30px;
  background: url(/images/fenghui/bgs.png) no-repeat left center;
  -o-background-size: cover;
     background-size: cover;
}

.nav-lists ul {
  max-width: 1500px;
}

.nav-lists li {
  position: relative;
  float: left;
  width: 236px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.nav-lists li .arrows {
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: solid 10px #fff;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
}

.nav-lists li .list-border {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /* border-top: 2px solid #1e89e6; */
}

.nav-lists li.active-color .arrows,
.nav-lists li.active-color .list-border {
  display: block;
}

.nav-lists li:hover .arrows,
.nav-lists li:hover .list-border {
  display: block;
}

.nav-lists li:hover {
  color: #fff;
  font-weight: bold;
}

.fixedH {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}

.fixedH .nav-lists {
  box-shadow: 0px 5px 5px rgb(16 92 251 / 16%);
  -webkit-box-shadow: 0px 5px 5px rgb(16 92 251 / 16%);
  -moz-box-shadow: 0px 5px 5px rgb(16 92 251 / 16%);
}

.nav-lists .active-color {
  color: #fff;
  font-weight: bold;
}

.img-content ul {
  display: none;
}

.img-content .add-show {
  display: block;
}

.img-content ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 4px;
}

.img-content ul li:nth-child(4n) {
  margin-right: 0;
}

.img-content .img-content-box {
  position: relative;
  overflow: hidden;
  height: 185px;
  background: url(/static/tuji/img/loading.gif) no-repeat center;
  
}

.img-content .img-content-box img {
  height: 100%;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.img-content .img-content-box:hover img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.img-content .img-content-title {
  padding: 10px;
  border-top: none;
  border-radius: 4px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img-content .img-content-title div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 妫ｆ牠銆夐崶楣冩肠 */
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10001;
  display: none;
  background-color: #777;
  filter: alpha(opacity=60);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.modal {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
  z-index: 10003;
  border-radius: 6px;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
}

.nav-lists .swiper-button-prev{
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -20px;
  background: url(/images/fenghui/lefts.png) no-repeat center;
  cursor: pointer;
  z-index: 9;
  background-color: rgb(0, 0, 0, 0.3);
}
.nav-lists .swiper-button-next {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	margin-top: -20px;
	background: url(/images/fenghui/lefts.png) no-repeat center;
	cursor: pointer;
	z-index: 9;
	background-color: rgb(0, 0, 0, 0.3);
	-moz-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
	     transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}