header {
  width: 100%;
  height: 90px;
  background: #dd9042;
  position: fixed;
  z-index: 99;
}
header .inner {
  width: 1200px;
  margin: 0 auto;
}
header .inner .logo {
  width: 74px;
  display: block;
  float: left;
  margin-top: 20px;
}
header .inner .logo img {
  width: 100%;
}
header .inner .slogo {
  width: 190px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
header .inner .nav {
  float: right;
}
header .inner .nav li {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  padding: 0 14px;
  float: left;
  line-height: 90px;
}
header .inner .nav li.active {
  background: url(../images/icon1.png) no-repeat center left;
  background-size: 15px;
}
.banner {
  width: 100%;
  height: 920px;
  background: url(../images/banner.jpg) no-repeat center bottom;
  background-size: cover;
}
.banner .inner {
  position: relative;
  width: 1200px;
  /*   height:1000px; */
  margin: 0 auto;
}
.banner .inner .banner_title {
  margin: 0 auto;
  width: 0;
  display: block;
  padding-top: 210px;
}
.banner .inner .btn {
  display: none;
  width: 226px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -113px;
  cursor: pointer;
}
.banner .inner .btn img {
  width: 100%;
}
.wrap_video {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100;
  text-align: center;
}
.wrap_video .inner {
  display: none;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrap_video video {
  width: 800px;
  margin: 8% auto;
}
.wrap_video .close {
  display: block;
  width: 40px;
  height: 40px;
  background: #fcecd9 url(../images/close.png) no-repeat center;
  position: absolute;
  top: 10%;
  right: 165px;
  color: #fff;
  border-radius: 50px;
}
footer {
  width: 100%;
  height: 444px;
  background: url(../images/footer.jpg) no-repeat center top;
  background-size: 1924px;
}
.part {
  width: 100%;
  margin-top: -1px;
}
.part .title {
  margin: 0 auto;
}
.part .title img {
  width: 100%;
}
.part .inner {
  width: 1200px;
  margin: 0 auto;
}
.part .inner .text p {
  text-indent: 2em;
}
.part1 {
  height: 589px;
  background: url(../images/part1.jpg) no-repeat center top;
}
.part1 .title {
  width: 370px;
  padding-top: 28px;
}
.part1 .des {
  width: 890px;
  margin: 0 auto;
  padding-top: 74px;
  font-size: 26px;
  line-height: 44px;
  color: #3a170a;
  text-align: justify;
}
.part1 .des p {
  text-indent: 2em;
}
.part2 {
  height: 1016px;
  background: url(../images/part2.jpg) no-repeat center top;
}
.part2 .title {
  width: 430px;
  padding-top: 70px;
}
.part2 .inner > ol {
  width: 530px;
  display: flex;
  margin: 40px auto;
  justify-content: space-between;
}
.part2 .inner > ol li {
  cursor: pointer;
  text-align: center;
  color: #4c1e0d;
  font-size: 26px;
  padding-left: 30px;
  line-height: 40px;
}
.part2 .inner > ol li.active {
  color: #7f2908;
  background: url(../images/icon1.png) no-repeat center left;
}
.part2 .inner > ul > li {
  position: relative;
}
.part2 .inner > ul > li .addtext {
  color: #7f2908;
  font-size: 16px;
  text-align: center;
  top: -70px;
  position: relative;
}
.part2 .inner > ul > li .text {
  /* width:1232px; */
  width: 100%;
  height: 346px;
  background: url(../images/part2_text.png) no-repeat center;
  background-size: cover;
  margin-top: -54px;
}
.part2 .inner > ul > li .text p {
  padding: 70px 80px;
  text-align: justify;
  font-size: 24px;
  line-height: 34px;
}
.part2 .inner > ul > li .command {
  margin-top: -240px;
}
.part2 .inner > ul > li .tabs {
  display: flex;
  width: 440px;
  margin: 0 auto 60px;
  justify-content: space-between;
}
.part2 .inner > ul > li .tab {
  font-size: 22px;
  color: #4c1e0d;
  width: 128px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.part2 .inner > ul > li .tab.active {
  color: #fff9f0;
  background: url(../images/part2tab.png) no-repeat center;
}
.part2 .inner > ul > li .person {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.part2 .inner > ul > li .person .swiper-container {
  width: 1070px;
}
.part2 .inner > ul > li .person .swiper-container .items {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.part2 .inner > ul > li .person .swiper-container .items .item {
  width: 232px;
  height: 217px;
  margin: 10px 16px;
  margin-bottom: 30px;
  /*  background:url(../images/person.png)no-repeat center; */
}
.part2 .inner > ul > li .person .swiper-container .items .item .des {
  width: 206px;
  height: 206px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
.part2 .inner > ul > li .person .swiper-container .items .item .des img {
  width: 100%;
}
.part2 .inner > ul > li .person .swiper-container .items .item .des p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  /*  background:rgba(0, 0, 0, 0.6); */
}
.part2 .inner > ul > li .person .swiper-container .items .item h6 {
  color: #4c1e0d;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.part2 .inner > ul > li .person .swiper-button-prev,
.part2 .inner > ul > li .person .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -10px;
  background: url(../images/left.png) no-repeat center;
}
.part2 .inner > ul > li .person .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
}
.part2 .inner > ul > li .person .swiper-container3 {
  margin-top: -80px;
}
.part2 .inner > ul > li .person .swiper-container3 .items .item {
  width: 246px;
  height: 264px;
  background: url(../images/mtbg.png) no-repeat center;
  background-size: cover;
  margin: 10px;
}
.part2 .inner > ul > li .person .swiper-container3 .items .item img {
  width: 196px;
  height: 138px;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 22px;
}
.part2 .inner > ul > li .person .swiper-container3 .items .item .time {
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
.part2 .inner > ul > li .person .swiper-container3 .items .item .time p {
  color: #7f2908;
  font-size: 18px;
  line-height: 30px;
}
.part2 .inner > ul > li .person .swiper-container3 .items .item .time h6 {
  font-size: 22px;
  color: #7f2908;
  font-weight: normal;
  margin-top: 6px;
  line-height: 30px;
}
.part2 .inner > ul > li .person .swiper-container4 {
  top: -100px;
}
.part2 .inner > ul > li .person .swiper-container4 .items {
  display: flex;
  justify-content: start;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item {
  margin: 10px 0px;
  cursor: pointer;
  width: 260px;
  height: 232px;
  background: url(../images/mzbg.png) no-repeat center;
  background-size: cover;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item .content {
  color: #3a170a;
  width: 230px;
  height: 160px;
  margin: 60px auto 0;
  text-align: center;
  position: relative;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item .content h6 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item .content p {
  font-size: 20px;
  line-height: 24px;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item .content .time {
  font-size: 22px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item:hover {
  background: url(../images/mzbga.png) no-repeat center;
  background-size: cover;
}
.part2 .inner > ul > li .person .swiper-container4 .items .item:hover .content {
  color: #fff;
}
.part2 .inner > ul > li .person .swiper-button-prev4,
.part2 .inner > ul > li .person .swiper-button-next4 {
  margin-top: -118px;
}
.part2 .inner > ul > li .details {
  width: 1160px;
  height: 500px;
  padding: 20px;
  display: none;
  border: 2px solid #ca7251;
  border-radius: 20px;
  position: absolute;
  top: 124px;
  left: 0;
  z-index: 30;
  background: #fcecd9;
}
.part2 .inner > ul > li .details li {
  display: none;
}
.part2 .inner > ul > li .details li p.name {
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.part2 .inner > ul > li .details h6 {
  font-size: 30px;
  color: #3a170a;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}
.part2 .inner > ul > li .details a.buy {
  display: block;
  margin: 0 auto;
  color: #fff9f0;
  font-size: 22px;
  width: 128px;
  height: 48px;
  background: url(../images/part2tab.png) no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 48px;
  margin-top: 10px;
}
.part2 .inner > ul > li .details .btn {
  cursor: pointer;
  width: 40px;
  height: 44px;
  position: absolute;
  top: 20px;
  right: 40px;
}
.part2 .inner > ul > li .details .btn img {
  width: 100%;
}
.part2 .inner > ul > li .details p {
  color: #3a170a;
  font-size: 22px;
  line-height: 38px;
  text-indent: 2em;
}
.part2 .inner > ul > li .details .scroll_bar {
  background: #dd833f;
  border-radius: 60px;
  width: 10px;
  height: 480px;
}
.part2 .inner > ul > li .details .scroll_bar .scroll_slider {
  background: #fcdbb3;
  height: 60px !important;
  opacity: 1;
  width: 10px;
}
.part3 {
  height: 1014px;
  background: url(../images/part3.jpg) no-repeat center top;
}
.part3 .title {
  width: 245px;
  padding-top: 100px;
}
.part3 .inner .scroll_wrap {
  height: 644px;
}
.part3 .inner .scroll_wrap ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 1180px;
}
.part3 .inner .scroll_wrap ul li {
  border-radius: 20px;
  overflow: hidden;
  width: 340px;
  height: 510px;
  background: url(../images/part3textbg.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 0 20px;
  margin: 0 6px;
}
.part3 .inner .scroll_wrap ul li a {
  color: #3a170a;
}
.part3 .inner .scroll_wrap ul li .top {
  line-height: 30px;
  padding-top: 24px;
  text-align: center;
}
.part3 .inner .scroll_wrap ul li .top p {
  font-size: 21px;
  padding: 15px 0;
}
.part3 .inner .scroll_wrap ul li h4 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 28px;
}
.part3 .inner .scroll_wrap ul li .name {
  font-size: 24px;
  margin-top: 20px;
  line-height: 36px;
  font-weight: bold;
}
.part3 .inner .scroll_wrap ul li .bottom {
  position: absolute;
  top: 240px;
}
.part3 .inner .scroll_wrap ul li .bottom p {
  font-size: 18px;
  text-align: left;
  padding: 0;
  line-height: 30px;
  padding-right: 20px;
}
.part3 .inner .scroll_wrap ul li:hover {
  background: url(../images/part3textbga.png) no-repeat center;
  background-size: cover;
}
.part3 .inner .scroll_wrap ul li:hover a {
  color: #7f2908;
}
.part3 .inner .scroll_wrap .scroll_bar {
  background: #dd833f;
  border-radius: 50px;
  width: 10px;
}
.part3 .inner .scroll_wrap .scroll_bar .scroll_slider {
  background: #ffeed5;
  height: 60px !important;
  opacity: 1;
  width: 10px;
}
.part4 {
  height: 1190px;
  background: url(../images/part7_7.jpg) no-repeat center top;
}
.part4 .title {
  width: 328px;
  padding-top: 100px;
}
.part4 ol {
  width: 520px;
  /* width:150px; */
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.part4 ol li {
  cursor: pointer;
  text-align: center;
  color: #4c1e0d;
  font-size: 26px;
  padding-left: 30px;
  line-height: 40px;
}
.part4 ol li.active {
  color: #7f2908;
  background: url(../images/icon1.png) no-repeat center left;
}
.part4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part4 ul li {
  width: 596px;
  height: 310px;
  background: url(../images/part4bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.part4 ul li img {
  width: 189px;
  position: absolute;
  top: 34px;
  left: 13px;
  border-radius: 10px;
}
.part4 ul li h4 {
  font-size: 24px;
  line-height: 30px;
}
.part4 ul li a {
  color: #3a170a;
}
.part4 ul li .des {
  position: absolute;
  top: 40px;
  left: 214px;
  width: 377px;
  font-size: 18px;
  line-height: 24px;
}
.part4 ul li .des .time {
  margin: 16px 0;
}
.part4 ul li:hover a {
  color: #7f2908;
}
.part5 {
  min-height: 488px;
  background: #fff8ed url(../images/part5.jpg) no-repeat center top;
}
.part5 .title {
  width: 245px;
  padding-top: 100px;
}
.part5 ul {
  width: 1040px;
  margin: 40px auto 0;
}
.part5 ul li {
  border-bottom: 1px solid #3a170a;
  margin-bottom: 40px;
}
.part5 ul li a {
  color: #3a170a;
}
.part5 ul li h6 {
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
}
.part5 ul li p {
  font-size: 18px;
  line-height: 40px;
}
.part5 ul li p span {
  float: left;
}
.part5 ul li p strong {
  float: right;
  font-weight: normal;
}
.part5 ul li:last-child {
  margin: 0;
}
.part5 ul li:hover a {
  color: #7f2908;
}
.part6 {
  height: 702px;
  background: url(../images/part6.jpg) no-repeat center top;
}
.part6 .title {
  width: 250px;
  padding-top: 250px;
}
.part6 .inner {
  position: relative;
}
.part6 ul li {
  position: absolute;
  top: 52px;
  width: 230px;
  height: 160px;
}
.part6 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #d06237;
  font-size: 56px;
  line-height: 112px;
  padding-left: 80px;
  background: url(../images/part6bg.png) no-repeat center left;
}
.part6 ul li:hover a {
  color: #7f2908;
  background: url(../images/part6bga.png) no-repeat center left;
}
.part6 ul li:nth-of-type(1) {
  left: 190px;
  top: 80px;
}
.part6 ul li:nth-of-type(2) {
  left: 500px;
}
.part6 ul li:nth-of-type(3) {
  left: 870px;
  top: 155px;
}
.return {
  position: fixed;
  bottom: 300px;
  right: 100px;
  width: 45px;
  height: 105px;
  z-index: 99;
}
.return .bg {
  width: 45px;
  height: 105px;
  border-radius: 15px;
  background: #fffcf6 url(../images/return.png) no-repeat center;
  background-size: cover;
  display: none;
}
.return .bg > a {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 12px;
  left: 9px;
}
.return .music {
  display: inline-block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 14px;
  left: 8px;
  cursor: pointer;
}
.return .music.play {
  animation: music_run 3s infinite linear;
}
@keyframes music_run {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.part7 {
  height: 700px;
  background: url(../images/part4.jpg) no-repeat center top;
}
.part7 .title {
  width: 242px;
  padding-top: 0;
  margin-bottom: 40px;
}
.part7 .wrap {
  /* width:690px; */
  width: 100%;
  height: 540px;
  overflow: hidden;
  border: 2px solid #d18a6d;
  border-radius: 20px;
  padding: 10px;
  background: #fffcf8;
}
.part7 .wrap .img {
  width: 684px;
  height: 370px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #b84214;
  position: relative;
}
.part7 .wrap .img img {
  width: 100%;
}
.part7 .wrap .img .play1 {
  width: 60px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -30px;
}
.part7 .wrap .des {
  width: 620px;
  margin: 0 auto;
}
.part7 .wrap h2 {
  font-size: 24px;
  color: #3a170a;
  font-weight: normal;
  text-align: left;
  line-height: 62px;
}
.part7 .wrap p {
  font-size: 18px;
  color: #3a170a;
  line-height: 30px;
  /* padding-left:20px; */
}
.part7 .wrap .left {
  width: 310px;
  float: left;
}
.part7 .wrap .right {
  width: 310px;
  float: left;
}
.part7 .swiper-slide {
  opacity: 0.5;
}
.part7 .swiper-slide.swiper-slide-active {
  cursor: pointer;
  opacity: 1;
  z-index: 9;
}
.part7 .swiper-slide.swiper-slide-active .wrap {
  width: 690px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -345px;
}
.part7 .swiper-slide-prev .wrap {
  border: none;
  top: 94px;
  position: relative;
}
.part7 .swiper-slide-prev .wrap .des {
  display: none;
}
.part7 .swiper-slide-prev{
pointer-events: none;
}
.part7 .swiper-slide-prev .wrap .play1 {
  display: none;
}
.part7 .swiper-slide-next {
  pointer-events: none;
}
.part7 .swiper-slide-next .wrap {
  top: 104px;
  position: relative;
  float: right;
  border: 2px solid #b84214;
  height: 360px;
  padding: 0;
}
.part7 .swiper-slide-next .wrap .des {
  display: none;
}
.part7 .swiper-slide-next .wrap .img {
  border: none;
}
.part7 .swiper-slide-next .wrap .play1 {
  display: none;
}
.part7 .swiper-button-prev.swiper-button-prev5 {
  width: 40px;
  height: 40px;
  margin-top: -10px;
  left: 20px;
  background: url(../images/left.png) no-repeat center;
}
.part7 .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -10px;
  background: url(../images/right.png) no-repeat center;
}
