@charset "utf-8";

.banner {
  width: 100%;
  border-bottom: 4px solid #ff7500;
}

.swiperbox {
  width: 100%;
}

swiper {
  width: 100%;
}

.banner .huodong-img {
  width: 100%;
}

.banner .huodong-img img {
  max-width: 100%;
  height: 500px;
  width:auto;
  display: block;
  margin: 0 auto;
}

.news {
  width: 100%;
  padding: 80px 0;
}

.titlebox {
  width: 100%;
}

.titlebox img {
  display: block;
  margin: 0 auto;
}

.news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}

.news-item {
  width: 585px;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px
  rgba(51, 51, 51, 0.16);
  padding: 30px;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 15px 0;
}

.news-tit {
  width: 100%;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}

.news-tex {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}

.news-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-time span {
  font-size: 16px;
  color: #999999;
}

.news-time a {
  font-size: 16px;
  color: #999999;
}


.news-time a:hover {
  color: #ff7500;
}

.news-more {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-more a {
  width: 188px;
  height: 58px;
  background-color: #543e2b;
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  color: #ffffff;
}

.jianjie {
  width: 100%;

  background: url("../images/jijinhuijianjiebgc.png") no-repeat top center;
}

.jianjie-box {
  width: 1200px;
  margin: 0 auto;
  height: 840px;
  position: relative;
  padding: 90px 0;
}

.jianjie-tit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.jianjie-tex {
  width: 580px;
  text-align: right;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 200px;
}

.xiezilou {
  width: 524px;
  height: auto;
  position: absolute;
  left: 0;
  top: 307px;
  z-index: 1;
}

.jianjie-item {
  width: 734px;
  height: 349px;
  background-color: #ff7500;
  box-shadow: 0px 0px 16px 0px
  rgba(51, 51, 51, 0.16);
  position: absolute;
  right: 0;
  top: 380px;
  z-index: 2;
  padding: 35px;
}

.jianjie-item-tit {
  width: 100%;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}

.jianjie-item-tex {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-indent: 32px;
  text-align: justify;
  margin: 30px 0;
}

.jianjie-item-more {
  width: 100%;
  display: flex;
  justify-content: flex-end ;
}

.jianjie-item-more a {
  width: 188px;
  height: 58px;
  background-color: #543e2b;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
}

.dangtu {
  position: absolute;
  left: 0;
  bottom: 0;
}

.dangjian {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dangjian a {
  font-size: 16px;
  color: #333333;
}

.dangjianlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;

}

.dangjian-left {
  width: 580px;
  height: 623px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px
  rgba(51, 51, 51, 0.16);
  padding: 20px ;
}

.dj-left-img {
  width: 100%;
  height: 342px;
}

.dj-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dj-left-tit {
  width: 100%;
  margin: 25px 0;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}

.dj-left-tex {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin: 15px 0;
  text-indent: 32px;
}

.dj-left-time {
  width: 100%;
  font-size: 16px;
  color: #666666;
}

.dangjian-right {
  width: 602px;
}

.dj-right-item {
  width: 100%;
  height: 146px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px
  rgba(51, 51, 51, 0.16);
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 13px;
}

.dangjian-right a {
  display: block;
  margin-bottom: 13px;
}

.dangjian-right a :nth-child(4) {
  margin-bottom: 0;
}

.dj-right-tit {
  width: 100%;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.dj-right-tex {
  width: 100%;
  font-size: 16px;
  olor: #666666;
}

.dj-right-time {
  width: 100%;
  font-size: 16px;
  color: #666666;
}






































