.wrap {
  background: #FFF7E7 url(../images/head_bg.png) no-repeat;
  background-size: 100% auto;
}

.header {
  padding: 20px 0;
  position: relative;
  background: none;
}

.header h1 {
  width: 380px;
  height: 54px;
  background-size: auto 54px;
}

.header h1 a {
  height: 54px;
}

.header img.title {
  margin: 0 auto;
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX( -50% );
}

.header .dy {
  width: 1100px;
  margin-top: 590px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header .dy img {
  margin-top: 10px;
  margin-right: 30px;
}

.header .dy span {
  font-size: 22px;
  font-family: STFangsong;
  font-weight: 400;
  color: #5F503A;
  line-height: 40px;
}

.container {
  width: 100%;
  padding: 70px 60px;
  margin-bottom: 30px;
  background: #ffffff url(../images/content_bg.png) center top no-repeat;
}

.p1,
.p2 {
  margin-bottom: 50px;
  padding: 0;
}

.container h3 {
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  position: relative;
  background: url(../images/h3_bottom_bg.png) left bottom no-repeat;
}

.container h3 a {
  display: block;
}

.p1 h3 a {
  width: 164px;
  height: 41px;
  background: url(../images/p1_title.png) 100% 100% no-repeat;
}

.p1-content {
  width: 100%;
  height: 560px;
  background: url(../images/p1_content_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}

.mySwiper {
  width: 100%;
  height: 100%;
  position: initial!important;
  overflow: hidden;
}

.bd {
  width: 900px;
  height: 530px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.swiper-slide {
  width: 280px;
  height: 500px;
  position: relative;
  float: left;
}

.swiper-slide .mk {
  width: 100%;
  height: 240px;
  padding-top: 14px;
  position: relative;
  background: url(../images/slide_bg.png) center center no-repeat;
}

.swiper-slide .mk:hover img {
  transform: scale(1.04);
}

.swiper-slide .mk img {
  width: 252px;
  height: 142px;
  margin: 0 auto;
  display: block;
  transition: all .3s;
}

.swiper-slide .mk p {
  padding: 40px 20px 0;
  font-size: 18px;
  color: #4b342c;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.next,
.prev {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY( -50% );
  cursor: pointer;
}

.next {
  right: -60px;
  background: url(../images/next_ico.png) center center no-repeat;
}

.prev {
  left: -60px;
  background: url(../images/prev_ico.png) center center no-repeat;
}

.p2 h3 a {
  width: 209px;
  height: 41px;
  background: url(../images/p2_title.png) 100% 100% no-repeat;
}

.p2 h3 a.more {
  width: 114px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  color: #B78355;
  background: #E8CDA0;
  transition: all .3s;
}

.p2 h3 a.more:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
  transform: translate(0, -3px);
}

.p2-content ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p2-content ul li {
  width: 30%;
  height: 500px;
  padding: 20px 20px 56px 20px;
  margin-right: 5%;
  margin-bottom: 15px;
  float: left;
  display: block;
  position: relative;
  background: #FFF5E4;
  border: 1px solid #F0DAB5;
}

.p2-content ul li:nth-child( 3n ) {
  margin: 0;
}

.p2-content ul li:hover a img {
  transform: scale(1.06);
}

.p2-content ul li:hover a span {
  color: #b3622a;
}

.p2-content ul li a img {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  display: block;
  transition: all .3s;
}

.p2-content ul li a span {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #4B342C;
}

.p2-content ul li a p {
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 16px;
  font-family: PingFang SC;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #888888;
}

.p2-content ul li a.more {
  width: 90px;
  height: 36px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #B78355;
  background: #F0DAB5;
}

.p2-l {
  width: 100%;
  height: 160px;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.6s linear;
  border-bottom: 1px dashed #F0DAB5;
}

.p2-l img {
  width: 200px;
  height: 112px;
  margin-right: 20px;
}

.p2-l .tt {
  width: calc( 100% - 220px );
}

.p2-l .tt h2 {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  line-height: 30px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4B342C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p2-l .tt h2:hover {
  color: #b3622a;
}

.p2-l .tt p {
  line-height: 26px;
  font-size: 16px;
  font-family: PingFang SC;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #888888;
}

.p2-l .tt span {
  font-size: 16px;
  color: #333;
}

.p3 {
  height: auto;
  padding: 0;
  background: none;
}

.p3 h3 a {
  width: 167px;
  height: 41px;
  background: url(../images/p3_title.png) 100% 100% no-repeat;
}

.p3-content {
  width: 100%;
  height: 525px;
  padding: 40px;
  background: url(../images/p3_content_bg.png) no-repeat;
  background-size: 100% 100%;
}

.p3-content .row,
.p3-content .col-md-3,
.p3-content .col-md-9 {
  height: 100%;
}

.video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-js {
  height: 100%!important;
}

.p3-content ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

.p3-content ul li {
  width: 100%;
  height: 110px;
  cursor: pointer;
}

.p3-content ul li:hover,
.p3-content ul li.current {
  border: 3px solid #b3622a;
}

.p3-content ul li a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .header .dy {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .container {
    padding: 70px 40px;
    background: #ffffff;
  }

  .bd {
    width: 100%;
  }

  .swiper-slide {
    background-position: center top;
  }

  .next {
    right: -50px;
  }

  .prev {
    left: -50px;
  }
}

@media (max-width: 768px) {
  .header img.title {
    width: 90%;
    height: auto;
  }

  .header .dy {
    margin-top: 300px;
    padding: 0 16px;
  }

  .header .dy img {
    display: none;
  }

  .p2-content ul li {
    width: 45%;
  }

  .p2-content ul li:nth-child( 2n ) {
    margin-right: 0;
  }

  .p2-content ul li:nth-child( 2n+1 ) {
    margin-right: 5%;
  }

  .p2-content ul li a img {
    height: auto;
  }

  .p2-l {
    height: auto;
    display: block;
    padding: 20px;
    overflow: hidden;
  }

  .p2-l img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
    float: left;
  }

  .p2-l .tt {
    width: 100%;
    float: left;
  }

  .p3-content {
    height: auto;
    padding: 20px;
    background: #FFF5E4;
    border: 5px solid #F0DAB5;
  }

  .p3-content ul {
    margin-top: 20px;
  }

  .p3-content ul li {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .p3-content ul li a img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 20px 10px;
  }

  .header .dy {
    margin-top: 200px;
  }

  .p1-content {
    height: 620px;
    background-size: 100% 100%;
  }

  .next {
    top: auto;
    right: 10px;
    bottom: -90px;
  }

  .prev {
    top: auto;
    left: 10px;
    bottom: -90px;
  }

  .p2-content ul li {
    width: 100%;
    height: auto;
  }

  .p2-content ul li:nth-child( 2n+1 ) {
    margin-right: 0;
  }

  .p2-content ul li:nth-child( 3n ) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .header h1 {
    width: 100%;
    background-size: auto 80% !important;
  }
}
