@charset "UTF-8";
.h2-tit1 .tt_type li {
  margin-left: 14px;
  align-self: center;
  padding: 0 22px;
  background: #f5f9fa;
  border-radius: 14px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.con1 {
  display: flex;
  justify-content: space-between;
}
.con1 .con1-C {
  position: relative;
  width: 420px;
}
.con1 .con1-C .s-line {
  position: absolute;
  top: 52px;
  content: "";
  width: 0;
  height: 4px;
  background: #d91e0f;
  transition: all 0.5s;
}
.con1 .con1-C .hd {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-around;
  background: #eeeeee;
}
.con1 .con1-C .hd li {
  font-size: 20px;
  line-height: 56px;
}
.con1 .con1-C .hd li.on a {
  color: #d91e0f;
  font-weight: bold;
}
.con1 .con1-C .bd .ul-list {
  margin-bottom: 20px;
}
.con1 .con1-C .bd .ul-list li {
  margin-bottom: 15px;
}
.con1 .con1-C .bd .ul-list li:first-child {
  font-weight: bold;
  font-size: 110%;
}
.con1 .d-ly-sdq {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 320px;
}
.con1 .d-ly-sdq .d-lyb {
  position: relative;
  padding: 82px 25px 25px;
  background: url(../sucai/bg-lyb.jpg) no-repeat center top #f7fbfc;
}
.con1 .d-ly-sdq .d-lyb .h2-lyb {
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  font-size: 26px;
  font-family: "黑体";
  text-align: center;
}
.con1 .d-ly-sdq .d-lyb .p-lyzs {
  opacity: 0;
  font-size: 42px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
}
.con1 .d-ly-sdq .d-lyb .p-lyinfo {
  margin: 15px 0;
  color: #a5aba9;
  text-align: center;
}
.con1 .d-ly-sdq .d-lyb .d-lybtn {
  display: flex;
  justify-content: space-between;
}
.con1 .d-ly-sdq .d-lyb .d-lybtn .a-btn {
  width: 130px;
  height: 45px;
  line-height: 45px;
  background: #9ee86b;
  border-radius: 5px;
  text-align: center;
}
.con1 .d-ly-sdq .d-lyb .d-lylist {
  margin-top: 20px;
}
.con1 .d-ly-sdq .d-lyb .d-lylist li {
  font-size: 14px;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con1 .d-ly-sdq .d-lyb .d-lylist li span {
  color: #bfc1c0;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #888a89;
}
.con1 .d-ly-sdq .d-sdq {
  background: #f8f9fb;
}
.con1 .d-ly-sdq .d-sdq h2 {
  margin-bottom: 10px;
  padding-left: 42px;
  background: url(../sucai/ico-1.jpg) no-repeat 12px center #f1f2f4;
  line-height: 40px;
  font-size: 18px;
}
.con1 .d-ly-sdq .d-sdq ul {
  padding-left: 12px;
}
.con1 .d-ly-sdq .d-sdq li {
  font-size: 14px;
  margin-bottom: 15px;
}

.con1-1 {
  display: flex;
  justify-content: space-between;
}
.con1-1 .con1-1-L {
  width: 780px;
}
.con1-1 .con1-1-L .d-jrgz {
  display: flex;
  justify-content: space-between;
}
.con1-1 .con1-1-L .d-jrgz .img-box {
  position: relative;
  width: 324px;
  height: 264px;
}
.con1-1 .con1-1-L .d-jrgz .img-box img {
  width: 100%;
  height: 100%;
}
.con1-1 .con1-1-L .d-jrgz .ul-list {
  width: 434px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.con1-1 .con1-1-L .d-jrgz .ul-list li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.con1-1 .con1-1-L .d-jrgz .ul-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.con1-1 .d-cjtt {
  width: 100%;
  position: relative;
}
.con1-1 .d-cjtt .bd {
  display: flex;
  height: 262px;
}
.con1-1 .d-cjtt .bd li {
  position: relative;
  background: #000;
  width: 145px;
  height: 262px;
  overflow: hidden;
  transition: width 0.5s;
  cursor: pointer;
}
.con1-1 .d-cjtt .bd li img {
  opacity: 0.55;
  width: 440px;
  height: 100%;
}
.con1-1 .d-cjtt .bd li .img-box {
  opacity: 0.55;
  width: 440px;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.con1-1 .d-cjtt .bd li .p-tit1 {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  line-height: 20px;
  max-height: 240px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.con1-1 .d-cjtt .bd li .d-con {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.con1-1 .d-cjtt .bd li .d-con .p-tit {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.con1-1 .d-cjtt .bd li .d-con .d-info {
  display: flex;
  font-size: 14px;
  color: #d7cece;
}
.con1-1 .d-cjtt .bd li .d-con .a-toux {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
}
.con1-1 .d-cjtt .bd li.on {
  width: 440px;
}
.con1-1 .d-cjtt .bd li.on img, .con1-1 .d-cjtt .bd li.on .img-box {
  opacity: 1;
}
.con1-1 .d-cjtt .bd li.on .p-tit1 {
  display: none;
}
.con1-1 .d-cjtt .bd li.on .d-con {
  display: block;
}
.con1-1 .d-cjtt .d-page {
  position: absolute;
  right: 5px;
  top: 12px;
  display: flex;
}
.con1-1 .d-cjtt .d-page .d-page-con {
  margin: 0 10px;
}
.con1-1 .d-cjtt .d-page .prev, .con1-1 .d-cjtt .d-page .next {
  padding: 0 5px;
  align-self: center;
  font-family: "宋体";
  font-weight: bold;
  cursor: pointer;
}
.con1-1 .d-cjtt .d-page .prev.dis, .con1-1 .d-cjtt .d-page .next.dis {
  color: #dbdbdb;
  cursor: not-allowed;
}

.con2 {
  position: relative;
  padding: 30px 20px 30px 86px;
  background: url(../sucai/img_ztbd.jpg) no-repeat 20px center #f5f5f5;
  height: 225px;
}
.con2 .bd {
  margin-left: 30px;
  width: 1430px;
  overflow: hidden;
}
.con2 .bd li {
  float: left;
  width: 262px;
  line-height: 20px;
  padding-right: 30px;
}
.con2 .bd li img {
  width: 100%;
  height: 147px;
  object-fit: fill;
}
.con2 .bd li .p_tit {
  font-weight: bold;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.con2 .bd li .p_des {
  font-size: 12px;
  color: #666666;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.con2 .a_des {
  color: #e60012;
}
.con2 .prev, .con2 .next {
  display: block;
  position: absolute;
  font-weight: bold;
  font-family: "å®‹ä½“";
  top: 50%;
  margin-top: -10px;
  font-size: 30px;
  color: #9c9c9c;
  cursor: pointer;
  font-family: "宋体";
}
.con2 .prev {
  left: 85px;
}
.con2 .next {
  right: 10px;
}

.con3 .con3-con {
  display: flex;
  justify-content: space-between;
}
.con3 .d-arc {
  width: 376px;
}
.con3 .d-arc dl {
  display: flex;
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
}
.con3 .d-arc dl dt {
  width: 130px;
}
.con3 .d-arc dl dt img {
  width: 100%;
  height: 94px;
}
.con3 .d-arc dl dd {
  align-self: center;
  box-sizing: border-box;
  padding: 0 15px;
  flex: 1;
}

.con4 {
  overflow: hidden;
}
.con4 .h2-tit2 {
  border-bottom: 4px solid #d91e0f;
}
.con4 .img-list {
  width: 1618px;
}
.con4 .img-list li {
  float: left;
  position: relative;
  margin-right: 22px;
  margin-bottom: 21px;
  width: 272px;
  height: 188px;
}
.con4 .img-list li:first-child {
  width: 420px;
  height: 397px;
}
.con4 .img-list li img {
  width: 100%;
  height: 100%;
}

.con5-6-con {
  display: flex;
  justify-content: space-between;
}
.con5-6-con .d-yw {
  width: 420px;
  box-sizing: border-box;
  padding: 20px 15px 10px;
  background: #fdfaf3;
}
.con5-6-con .d-yw h3 {
  position: relative;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.con5-6-con .d-yw h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 6px;
  height: 20px;
  background: #e9b756;
  border-radius: 5px;
}
.con5-6-con .d-arc2 {
  padding-top: 20px;
  width: 364px;
}
.con5-6-con .d-arc2 .img-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.con5-6-con .d-arc2 .img-box img {
  width: 100%;
  height: 205px;
}
.con5-6-con .d-arc2 h3 {
  margin-bottom: 20px;
  line-height: 48px;
  padding-left: 20px;
  background: #f5f9fa;
}
.con5-6-con .d-arc2 h3 img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.con5 .h2-tit2 {
  border-bottom: 4px solid #e5bf5c;
  margin-bottom: 0;
}

.con6 .tt_type li {
  background: none;
  padding: 0 2px;
  white-space: nowrap;
  font-size: 15px;
}
.con6 .h2-tit2 {
  border-bottom: 4px solid #23a893;
  margin-bottom: 0;
}
.con6 .d-yw {
  background: #eff9fa;
}
.con6 .d-yw h3::before {
  background: #23a893;
}

.con7 {
  display: flex;
  justify-content: space-between;
}
.con7 article {
  width: 770px;
}
.con7 .d-flex {
  display: flex;
  justify-content: center;
}
.con7 .d-flex .img-box {
  position: relative;
  align-self: center;
  width: 318px;
}
.con7 .d-flex .img-box img {
  width: 100%;
  height: 240px;
}
.con7 .d-flex ul {
  flex: 1;
  padding: 8px 20px 0;
  box-sizing: border-box;
}