/* 头部 */
.header {
  width: 100%;
  min-width: 1200px;
  height: 825px;
  overflow: auto;
  border-bottom: 8px solid #d9b368;
  background: url(../../images/banner.png) center;}
.header-top {
  width: 1200px;
  margin: 62px auto;}
.header-nav {
  width: 1200px;
  margin: 618px auto 0;
  display: flex;
  justify-content: space-between;}
.header-nav a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 20px;}
.header-nav .active {
  color: #e5cb99;}
.header-nav a:hover {
  color: #e5cb99;}

/* 首页内容 */
.work {
  width: 1200px;
  overflow: hidden;
  margin: 10px auto 60px;}
.work-title {
  position: relative;
  width: 1200px;
  height: 100px;
  font-family: Source Han Serif CN;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  margin: 50px 0 39px;
  background: url(../../images/titlebg.png) no-repeat bottom;}
.work-title .title-left {
  color: #f97a09;
  position: relative;
  top: -3px;
  left: -16px;}
.work .work-title .title-left{
left:-7px;}
.work-title .title-right {
  color: #fb201c;
  position: relative;
  top: 22px;
  left: -3px;}
.work-title img {
  position: absolute;
  right: 0;
  bottom: 6px;}
.work-content {
  display: flex;
  justify-content: space-between;}
.work-content-left {
  font-size: 0;
  position: relative;
  width: 640px;
  height: 450px;}
.lunbo-item {
  width: 640px;
  position: absolute;
  left: 0;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 0;}
.lunbo-item-active {
  z-index: 1;}
.lunbo-item img {
  width: 640px;
  height: 450px;
  transition: all 0.3s;}
.lunbo-item img:hover {
  transform: scale(1.1);}
.lunbo-dot-item {
  width: 10px;
  cursor: pointer;
  height: 10px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.6);}
.lunbo-dot-active {
  background-color: #fff;}
.lunbo-dot-list {
  position: absolute;
  display: flex;
  bottom: 20px;
  right: 30px;
  width: 50px;
  display: flex;
  z-index: 10;
  justify-content: space-between;}
.img-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 575px;
  height: 80px;
  display: flex;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
  background: #cc2119;}
.img-sanjiao {
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-left: 65px solid #cc2119;
  position: absolute;
  bottom: 0;
  right: 0;}
.img-time {
  font-family: DINPro;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  width: 53px;}
.img-text {
  font-family: PingFang SC;
  font-size: 18px;
  color: #fff;
  width: 500px;
  height: 50px;}
.work-content-right {
  width: 530px;}

.work-item-content {
  font-family: PingFang SC;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  padding: 15px 0 0 25px;
  text-align: justify;
  box-sizing: border-box;
  margin-bottom: 21px;
  min-height: 49px;}
.work-item-active .work-item-title {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  color: #fb201c;}
.work-item-active .work-item-time {
  width: 134px;
  height: 35px;
  background: url(../../images/whitetime.png) no-repeat 17px 11px;
  background-color: #cc2119;
  font-family: DINPro;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
  padding-left: 39px;
  box-sizing: border-box;
  margin-left: 25px;}
.work-item {
  width: 530px;
  height: 60px;
  background-color: #fdf2f4;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: flex;
  padding: 20px 18px 19px 27px;
  justify-content: space-between;}
.work-item .work-item-content {
  display: none;}
.work-item-active .work-item-content {
  display: -webkit-box;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .work-item-active .work-item-content {
    display: block;}
}
.work-item-active .work-item-title {
  width: 100%;}
.work-item-active {
  width: 530px;
  height: 225px;
  padding: 29px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: justify;
  background-color: #fdf2f4;}
.work-item-title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  width: 425px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.work-item-time {
  font-family: DINPro;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);}
.work-item:last-child {
  margin-bottom: 0;}

.meeting {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;}
.meeting-content {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 66px;}
.meeting-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
  justify-content: space-between;}
.meeting-item {
  width: 580px;
  height: 112px;
  background-color: #fff;
  margin-bottom: 20px;}
.meeting-item:hover {
  background-color: #c81518;}
.meeting-item:hover .meeting-item-title {
  color: #fff;}
.meeting-item:hover .meeting-item-time {
  color: #fff;
  background: url(../../images/whitetime.png) no-repeat 28px 3px;}
.meeting-item:nth-child(5),
.meeting-item:nth-child(6) {
  margin-bottom: 0;}
.meeting-item-time {
  height: 24px;
  background: url(../../images/redtime.png) no-repeat 26px 1px;
  padding-left: 51px;
  margin: 25px 0 10px;
  font-family: DINPro;
  font-size: 14px;
  color: #c81518;
  position: relative;}
.meeting-item-time::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 24px;
  background: #e99430;
  position: absolute;
  left: 0;
  top: -2px;}
.meeting-item-title {
  font-family: PingFang SC;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 27px;
  display: inline-block;
  width: 526px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.achieve {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;}
.achieve-content {
  position: relative;
  min-height: 540px;
  overflow: hidden;}
.achieve-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.achieve-item {
  width: 570px;
  height: 205px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-right: 50px;
  display: none;
  flex-shrink: 0;}
.achieve-item-img {
  width: 302px;
  height: 170px;
  overflow: hidden;}
.achieve-item-img img {
  width: 302px;
  height: 170px;
  transition: all 0.3s;}
.achieve-item-img img:hover {
  transform: scale(1.1);}
.achieve-top,
.achieve-bottom {
  display: flex;
  position: absolute;
  left: 0;}
.achieve-bottom {
  top: 242px;}
.achieve-top .achieve-item,
.achieve-bottom .achieve-item {
  display: flex;}
.achieve-shadow-box {
  width: 570px;
  height: 205px;
  background: #eeeeee;
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 9px;}

.achieve-item-title {
  padding: 6px 8px 0 0;
  width: 200px;
  line-height: 26px;
  font-family: PingFang SC;
  text-align: justify;
  color: rgba(0, 0, 0, 0.85);
  height: 80px;}
.achieve-item-time {
  background: url(../../images/redtime.png) no-repeat;
  padding-left: 24px;
  font-family: DINPro;
  font-size: 14px;
  font-weight: 500;
  color: #c81518;
  margin: 17px 0 35px;}
.achieve-item-view {
  font-family: PingFang SC;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #c81518;
  border-radius: 295px;
  width: 82px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  position: relative;
  display: inline-block;
  left: 118px;
  box-sizing: border-box;}
.achieve-item-view:hover {
  background-color: #c81518;
  color: #fff;}
.achieve-item-view::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #c81518;
  position: absolute;
  left: -12px;
  top: 10px;}
.achieve-item:hover {
  background-color: #c81518;
  color: #fff;
  transition: all 0.3s;}
.achieve-item:hover .achieve-item-view {
  background-color: #fff;
  border: 1px solid #fff;}
.achieve-item:hover .achieve-item-title {
  color: #fff;}
.achieve-item:hover .achieve-item-view:hover {
  color: rgba(0, 0, 0, 0.65);}
.achieve-item:hover .achieve-item-view::before {
  background-color: #ccc;}
.achieve-item:hover .achieve-item-time {
  color: #fff;
  background: url(../../images/whitetime.png) no-repeat 2px 2px;}
.dot-list {
  width: 180px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 510px;}
.dot-item {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 1px solid #c81518;
  border-radius: 50%;}
.dot-active {
  background-color: #c81518;}
.Message {
  width: 1200px;
  margin: 0 auto 30px;}
.Message .title-left,
.previous .title-left {
  left: 7px;}
.Message .title-right,
.previous .title-right {
  left: 25px;}

.Message-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.Message-item {
  width: 580px;
  height: 200px;
  margin-bottom: 30px;
  background: #fdf2f4;
  box-sizing: border-box;
  padding: 30px;}
.Message-item:hover {
  background-color: #c81518;}
.Message-item:hover .Message-item-title {
  color: #fff;}
.Message-item:hover .Message-item-content {
  color: #fff;}
.Message-item-title {
  font-family: PingFang SC;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  margin-bottom: 8px;}
.Message-item-content {
  font-family: PingFang SC;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;}
.previous {
  min-width: 1200px;
  background-color: #fff6e4;
  padding-bottom: 60px;
  position: relative;}
.previous-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;}
.example {
  width: 100%;
  min-width: 1200px;
  background-color: #fff6e4;}
.example-center {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 66px;}
.previous-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 39px 0 19px;}
.previous-heng {
  width: 1200px;
  height: 2px;
  background: #c81518;
  position: absolute;
  bottom: 82px;}
.innovate .title-left {
  left: -10px;}
.innovate .title-right {
  left: -8px;}
.previous-item {
  background: url(../../images/previousbg.png) no-repeat 0 95px;
  padding: 0 0 20px 45px;
  height: 300px;
  position: relative;
  z-index: 1;}
.previous-img {
  width: 260px;
  height: 146px;
  overflow: hidden;
  margin-bottom: 10px;}
.previous-item img {
  width: 260px;
  height: 146px;
  margin-bottom: 5px;
  transition: all 0.3s;}
.previous-item:hover img {
  transform: scale(1.1);}
.previous-item-time {
  padding: 18px 0;}
.previous-year {
  font-family: DINPro;
  font-size: 28px;
  font-weight: 500;
  color: #c81518;
  margin-right: 3px;}
.previous-nian {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);}
.previous-item-text {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);}
.innovate {
  width: 100%;
  min-width: 1200px;
  background-color: #fff6e4;}
.innovate-center {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 66px;}
.innovate-content {
  display: flex;
  padding-top: 7px;}
.innovate-list {
  margin-right: 50px;}
.innovate-item {
  width: 530px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  background-color: #fdf2f4;}
.innovate-item a {
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 26px;
  font-weight: 600;}
.innovate-item:hover {
  background-color: #c81518;}
.innovate-item:hover a {
  color: #fff;}
.innovate-regulations {
  width: 300px;
  height: 435px;
  background: #fdf2f4;}
.innovate-regulations a {
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.85);}
.innovate-regulations:nth-child(2) {
  margin-right: 20px;}
.innovate-regulations-img {
  text-align: center;
  padding: 23px 0 18px;}
.innovate-regulations-title {
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  padding-left: 25px;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.innovate-regulations-content {
  font-family: PingFang SC;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  padding: 10px 25px;
  height: 220px;
  box-sizing: border-box;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;}
.example-content-left img {
  width: 603px;
  height: 400px;}
.example-content {
  font-size: 0;
  position: relative;}
.example-item:nth-child(1) {
  width: 603px;}
.example-item:nth-child(1) img {
  width: 603px;
  height: 400px;}
.example-item:nth-child(1) .example-img {
  width: 603px;
  height: 400px;
  overflow: hidden;}
.example-item:nth-child(2) img,
.example-item:nth-child(3) img,
.example-item:nth-child(4) img {
  width: 297px;
  height: 196px;}
.example-item:nth-child(2) .example-img,
.example-item:nth-child(3) .example-img,
.example-item:nth-child(4) .example-img {
  width: 297px;
  height: 196px;
  overflow: hidden;}
.example-item img {
  transition: all 0.3s;}
.example-item img:hover {
  transform: scale(1.1);}
.example-item:nth-child(2),
.example-item:nth-child(3),
.example-item:nth-child(4) {
  width: 593px;
  height: 196px;
  font-size: 22px;
  position: absolute;
  right: 0;}
.example-item:nth-child(2) .example-desc-content,
.example-item:nth-child(3) .example-desc-content,
.example-item:nth-child(4) .example-desc-content {
  display: none;}
.example-item:nth-child(2) .example-left-desc {
  background: #fdf2f4;
  width: 296px;
  height: 196px;}
.example-item:nth-child(3) .example-left-desc {
  background: #ffe8b6;
  width: 296px;
  height: 196px;}
.example-item:nth-child(4) .example-left-desc {
  background: #dac08d;
  width: 296px;
  height: 196px;}
.example-item:nth-child(2) .example-left-desc:hover,
.example-item:nth-child(3) .example-left-desc:hover,
.example-item:nth-child(4) .example-left-desc:hover {
  background-color: #c81518;}
.example-item:nth-child(2) .example-left-desc:hover .example-desc-title,
.example-item:nth-child(3) .example-left-desc:hover .example-desc-title,
.example-item:nth-child(4) .example-left-desc:hover .example-desc-title {
  color: #fff;}
.example-item:nth-child(2) .example-desc-title,
.example-item:nth-child(3) .example-desc-title,
.example-item:nth-child(4) .example-desc-title {
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify;
  padding: 50px 30px 10px 23px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  width: 297px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制为三行 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分用省略号表示 */
  white-space: normal; /* 允许换行 */
  height: 150px;}
.example-item:nth-child(2) {
  top: 0;
  display: flex;}
.example-item:nth-child(3) {
  top: 200px;
  display: flex;
  flex-direction: row-reverse;}
.example-item:nth-child(4) {
  top: 400px;
  display: flex;}
.example-left-desc {
  width: 603px;
  height: 196px;
  background: #cc2119;}
.example-desc-title {
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  padding: 28px 0 15px 28px;
  width: 550px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.example-desc-content {
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 100px;
  padding: 0 26px 0 27px;
  box-sizing: border-box;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;}
.swiper {
  width: 640px;
  height: 450px;
  --swiper-pagination-color: #fff;}
.swiper-pagination {
  text-align: right;
  position: relative;
  bottom: 22px;
  right: 22px;}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: hsla(0, 0%, 100%, 0.6) !important;}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;}
.my-bullet {
  position: relative;
  left: 270px;
  width: 10px;
  display: inline-block;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  bottom: 7px;
  margin-right: 5px;
  cursor: pointer;}