* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html{
  width:100% ;
  height: 100%;
  background-image: url(/images/bg.png);
}
body {
    min-width: 1400px;
    margin: 0 auto;
    height: 100%;
}
#top {
    width: 100%;
    background-color: rgba(253, 251, 249, 1);
    background-image: url(/images/top_bg.png);
    display: flex;
    justify-content: space-between;
    height: 186px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
    top: 0px;
    border-bottom: 1px solid #D6CABE;
}
#top img {
  width: 420px;
  height: 68px;
  position: relative;
  top: 28px;
}
#top .count{
  position: relative;
  width: 150px;
}
#top .count p:nth-child(1){
  position: relative;
  top: 30px;
}
#top .count span{
  min-width: 120px;
  display: block;
  height: 24px;
  font-family: "宋体", SimSun, sans-serif;
  font-weight: 600;
  color: #a9845f;
  line-height: 24px;
  position: relative;
  top: 26px;
}
#top .menu {
  display: flex;
}
.menu ul {
  display: flex;
  justify-content: flex-end;

}
.menu li {
  display: flex;
  width: 76px;
  height: 128px;
  cursor: pointer;
}
.menu span {
  transform: rotate(90deg);
  width: 14px;
  height: 36px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  line-height: 18px;
  margin-top: 18px;
  opacity: 0.3;
  white-space: nowrap;
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari  Chrome */
  -o-transform: rotate(-90deg);
}
.menu ul li p:nth-child(3) {
  width: 31px;
  border-right: 1px solid;
  border-image: linear-gradient(
    to bottom,
    rgba(159, 26, 21, 1) 30%,
    rgba(0, 0, 0, 0.24) 30%
  );
  border-image-slice: 1;
  height: 59px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 600;
  /* color: rgba(159, 26, 21, 1); */
  line-height: 18px;
  margin: 0 auto;
  margin-top: 50px;
}
.menu p {
  width: 31px;
  border-right: 1px solid;
  border-image: linear-gradient(
    to bottom,
    rgba(159, 26, 21, 1) 30%,
    rgba(0, 0, 0, 0.24) 30%
  );
  border-image-slice: 1;
  height: 77px;
  font-size: 16px;
  font-family: "宋体", SimSun, sans-serif;
  font-weight: 600;
  /* color: #101010; */
  line-height: 18px;
  margin: 0 auto;
  margin-top: 30px;
}
.menu .a1 {
  position: relative;
  top: 30px;
  left: 25px;
  width: 15px;
  height: 15px;
  /* background-color: #D4AD8C; */
  background-image: url(/images/bpm-search.png);
  display: inline-block;
}

.menu li:hover{
  background-image: url(/images/menu_bg_v.png);
  color: white;
}
.menu .activemenu{
    color: rgba(159, 26, 21, 1);
  }
  .submenubody{
    position: relative;
  }

.submenu {
    height: 80px;
    /* position: sticky; */
    position: absolute;
    width: 100%;
    background-color: rgba(253, 250, 249, 1);
    z-index: 100;
    display: none;
  }
  .submenu ul {
    /* margin: o auto; */
    /* margin-left: 800px; */
    display: flex;
    justify-content: center;
    height: 78px;
    align-items: center;
  }
  .submenu li {
    height: 78px;
    font-size: 16px;
    font-family: Source Han Serif SC;
    font-weight: 600;
    line-height: 78px;
    margin: 10px;
    cursor: pointer;
  }
  .submenu li:hover {
    color: #9F1A15;
  }
  /* .submenu li img {
    position: relative;
    top:3px;
  } */
  .submenu li p {
    height: 78px;
    font-size: 16px;
    font-family: Source Han Serif SC;
    font-weight: 600;
    line-height: 78px;
    text-align: center;
  }

#last {
  width: 100%;
  height: 480px;
  background: #843a34;
  /* min-width: 1980px; */
}
.lastlist {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: center;
}
.lastlist li {
  width: 140px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC-Light;
  font-weight: 300;
  color: #d4ad8c;
  line-height: 24px;
  margin-bottom: 16px;
  /* display: inline-block; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}
.lastlist li:nth-child(2) {
  width: 140px;
  height: 0.5px;
  background: linear-gradient(
    90deg,
    rgba(212, 173, 140, 1) 30%,
    rgba(212, 173, 140, 0.5) 30%
  );
}

.lastlist li:nth-child(1) {
  width: 76px;
  height: 26px;
  font-size: 18px;
  font-family: serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}

.lastlist ul {
  margin-top: 50px;
  margin-right: 30px;
  /* display: grid; */
}
.down {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.lastlogo {
  /* margin-top: 20px; */
}
.lastlogo p {
  margin-top: 20px;
  width: 759px;
  height: 44px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #d4ad8c;
  line-height: 24px;
}
.lastlogo a {
    color: #d4ad8c;
    font-size: 14px;
  }
.saoma {
  width: 330px;
  display: flex;
  justify-content: space-between;
}

.saomak img {
  width: 100px;
  height: 100px;
  /* border-radius: 0px 0px 0px 0px; */
  /* opacity: 1; */
  padding: 10px;
  border: 1px solid #d4ad8c;
}
.saomak p {
  margin-top: 16px;
  width: 135px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #d4ad8c;
  line-height: 24px;
}
.whiteColor {
  color: #ffffff;
}
.txtleft{
    text-align: left;
}



.crumbs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    font-family: Microsoft YaHei;
  }
  .crumbs img {
    float: right;
  }
  .crumbs .sub1{
    width: 370px;
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 21px;
    padding: 15px 0 15px 0;
  }
  .crumbs .sub2 {
    width: 353px;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #9f1a15;
    line-height: 21px;
    margin-top: 20px;
  }
  .crumbs .sub3{
    width: 112px;
    height: 37px;
    font-size: 28px;
    font-weight: bold;
    color: #9f1a15;
    line-height: 37px;
  }
  .page_nav {
    height: 55px;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
    /* min-width: 1980px; */
  }
  
  .page_nav p {
    width: 1200px;
    margin: auto;
    /* margin-top: 25px; */
    /* width: 234px; */
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #707070;
    line-height: 50px;
  }
  /* .swiper main{
    width: 100%;
  } */
  #dicswiper{
    width: 100%;
  }
