@charset "UTF-8";
header {
  margin-bottom: 0 !important;
}

.d-bg {
  height: 500px;
  background: url(../sucai/jianj/bg-jianj.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}

section {
  margin-bottom: 60px;
}

.h2-jj {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 70px;
}
.h2-jj .a-tit {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 50px;
  background: #fff;
}
.h2-jj .a-more {
  position: absolute;
  top: -22px;
  right: 5px;
  font-size: 15px;
  font-weight: normal;
  color: #666;
}

.con1 .con1-con {
  text-indent: 2em;
  line-height: 180%;
}
.con1 .con1-con p, .con1 .con1-con div {
  margin-bottom: 8px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  margin-top: -37.5px;
  width: 40px;
  height: 75px;
  line-height: 75px;
  border: 1px solid #f4f4f4;
  color: #e22d24;
  text-align: center;
  font-size: 30px;
  font-family: "宋体";
  font-weight: bold;
  cursor: pointer;
}

.prev {
  left: -80px;
}

.next {
  right: -80px;
}

.slide1 .slide1-con {
  position: relative;
}
.slide1 .slide1-con .bd {
  overflow: hidden;
}
.slide1 .slide1-con .bd li {
  float: left;
  width: 288px;
  margin-right: 15px;
}
.slide1 .slide1-con .bd li img {
  width: 100%;
  height: 192px;
  object-fit: contain;
  background: #f8f8f8;
}
.slide1 .slide1-con .bd li p {
  margin-top: 8px;
  line-height: 150%;
}

.con2 .bd li {
  text-align: center;
}

.con3 .con3-con {
  position: relative;
}
.con3 .con3-con .tempWrap {
  height: 420px;
}
.con3 .con3-con .bd ul {
  height: 100%;
}
.con3 .con3-con .bd li {
  position: relative;
  float: left;
  width: 360px;
  height: 235px;
  margin: 85px 20px 120px;
  transition: transform 0.5s;
  opacity: 0.8;
}
.con3 .con3-con .bd li p {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  display: none;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 16px\9 ;
}
.con3 .con3-con .bd li.lg {
  z-index: 10;
  transform: scale(1.5);
  opacity: 1;
  box-shadow: 0 5px 5px #999;
}
.con3 .con3-con .bd li.lg p {
  display: block;
}
.con3 .con3-con .bd li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8f8f8;
}

.con5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con5 ul li {
  display: flex;
  justify-content: space-between;
  width: 575px;
  height: 116px;
  margin-bottom: 30px;
}
.con5 ul li .d-L {
  margin-right: 20px;
  width: 176px;
  height: 100%;
}
.con5 ul li .d-L img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con5 ul li .d-R {
  flex: 1;
}
.con5 ul li .d-R .p-tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.con5 ul li .d-R .p-des {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
.con5 ul li .d-R .p-des a.a-des {
  color: #e22d24;
}
.con5 ul li.li_noimg .d-L {
  display: none;
}
.con5 ul li.li_noimg .d-R .p-tit {
  margin-bottom: 20px;
}

.con6 p {
  margin-bottom: 12px;
}

.nav-R {
  position: fixed;
  right: 5%;
  bottom: 8%;
  height: 176px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.nav-R::before {
  content: "";
  position: absolute;
  border-left: 1px dashed #8d8b8b;
  height: 170px;
  top: 3px;
  left: 0;
}
.nav-R li {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.nav-R li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #8d8b8b;
  background: #fff;
}
.nav-R li.on {
  color: var(--theme-primary-color, #f9571d);
}
.nav-R li.on::before {
  background: var(--theme-primary-color, #f9571d);
  border: none;
  left: -5.5px;
}
.nav-R li.on::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--theme-primary-color, #f9571d);
}

.con-wangzdt .d-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.con-wangzdt .d-list .d-tit {
  width: 150px;
  font-size: 110%;
  font-weight: bold;
}
.con-wangzdt .d-list .ul-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.con-wangzdt .d-list .ul-list li {
  width: 14.2857142857%;
}

.con-huomtk .arc-huomtk {
  line-height: 180%;
  text-indent: 2em;
}
.con-huomtk .arc-huomtk p {
  margin-bottom: 10px;
}